Adjust tst-strfmon1 after da_DK locale change.
[glibc.git] / ChangeLog
blob8ff45d4ef9823b5057bccabca10cb8bdab826af0
1 2015-05-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
3         * tst-strfmon1.c (tests): Update expected currency symbol.
5 2015-05-08  Roland McGrath  <roland@hack.frob.com>
7         * sysdeps/nacl/gethostname.c: New file.
9 2015-05-08  Joseph Myers  <joseph@codesourcery.com>
11         * math/auto-libm-test-in: Add more tests of csqrt, lgamma, log10
12         and sinh.
13         * math/auto-libm-test-out: Regenerated.
14         * sysdeps/i386/fpu/libm-test-ulps: Update.
15         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17 2015-05-08  Carlos O'Donell  <carlos@redhat.com>
19         [BZ #18125]
20         * stdlib/tst-setcontext3.c: New file.
21         * stdlib/tst-setcontext3.sh: New file.
22         * stdlib/Makefile (tests): Add tst-setcontext3.
23         (tst-setcontext3.out): Custom rule to run tst-setcontext3.sh
24         to verify test program created output file.
25         * sysdeps/unix/sysv/linux/aarch64/setcontext.S: Call exit.
26         * sysdeps/unix/sysv/linux/arm/setcontext.S: Likewise.
27         * sysdeps/unix/sysv/linux/hppa/setcontext.S: Likewise.
28         * sysdeps/unix/sysv/linux/nios2/setcontext.S: Likewise.
30 2015-05-06  Roland McGrath  <roland@hack.frob.com>
32         [BZ #18383]
33         * elf/tst-tlsalign.c: New file.
34         * elf/tst-tlsalign-static.c: New file.
35         * elf/tst-tlsalign-lib.c: New file.
36         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
37         (tests-static): Add tst-tlsalign-static.
38         (modules-names): Add tst-tlsalign-lib.
39         (test-xfail-tst-tlsalign): New variable.
40         (test-xfail-tst-tlsalign-static): New variable.
42         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
43         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
45 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
47         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
48         csqrt, erfc, sin and sincos.
49         * math/auto-libm-test-out: Regenerated.
50         * sysdeps/i386/fpu/libm-test-ulps: Update.
51         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
53 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
55         * sysdeps/aarch64/libm-test-ulps: Update.
57 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
59         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
60         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
61         * math/auto-libm-test-out: Regenerated.
62         * sysdeps/i386/fpu/libm-test-ulps: Update.
63         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
65 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
67         [BZ #18265]
68         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
69         (wcsncpy): Likewise.
71 2015-05-05  Florian Weimer  <fweimer@redhat.com>
73         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
74         Assume __ASSUME_FALLOCATE is always true.
75         * sysdeps/unix/sysv/linux/posix_fallocate64.c
76         (__posix_fallocate64_l64): Likweise.
77         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
78         (posix_fallocate): Likewise.
79         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
80         (__posix_fallocate64_l64): Likewise.
81         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
82         [!__ASSUME_FALLOCATE]: Add comment.
84 2015-05-05  Florian Weimer  <fweimer@redhat.com>
86         * sysdeps/unix/sysv/linux/i386/Makefile
87         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
88         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
89         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
90         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
91         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
92         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
93         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
95 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
97         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
98         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
99         tgamma.
100         * math/auto-libm-test-out: Regenerated.
101         * sysdeps/i386/fpu/libm-test-ulps: Update.
102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
104 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
106         * math/auto-libm-test-in: Add more tests of tgamma.
107         * math/auto-libm-test-out: Regenerated.
108         * sysdeps/i386/fpu/libm-test-ulps: Update.
109         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
111         * math/auto-libm-test-in: Add more tests of tanh.
112         * math/auto-libm-test-out: Regenerated.
113         * sysdeps/i386/fpu/libm-test-ulps: Update.
114         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
116         * math/auto-libm-test-in: Add more tests of tan.
117         * math/auto-libm-test-out: Regenerated.
118         * sysdeps/i386/fpu/libm-test-ulps: Update.
119         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
121         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
122         * math/auto-libm-test-out: Regenerated.
123         * sysdeps/i386/fpu/libm-test-ulps: Update.
124         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
126         * math/auto-libm-test-in: Add another test of pow.
127         * math/auto-libm-test-out: Regenerated.
128         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
130         * math/auto-libm-test-in: Add more tests of lgamma.
131         * math/auto-libm-test-out: Regenerated.
132         * sysdeps/i386/fpu/libm-test-ulps: Update.
133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
135         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
136         log1p.
137         * math/auto-libm-test-out: Regenerated.
138         * sysdeps/i386/fpu/libm-test-ulps: Update.
139         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
141 2015-05-01  Mark Wielaard  <mjw@redhat.com>
143         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
144         Elf64_Chdr structs and ELFCOMPRESS constants.
146 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
148         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
149         expm1.
150         * math/auto-libm-test-out: Regenerated.
151         * sysdeps/i386/fpu/libm-test-ulps: Update.
152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
154         * math/auto-libm-test-in: Add more tests of erf and erfc.
155         * math/auto-libm-test-out: Regenerated.
156         * sysdeps/i386/fpu/libm-test-ulps: Update.
157         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
159 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
161         * config.h.in (HAVE_AARCH64_BE): Add.
163 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
165         * math/auto-libm-test-in: Add more tests of csqrt.
166         * math/auto-libm-test-out: Regenerated.
167         * sysdeps/i386/fpu/libm-test-ulps: Update.
168         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
170         * math/auto-libm-test-in: Add more tests of cosh and sinh.
171         * math/auto-libm-test-out: Regenerated.
172         * sysdeps/i386/fpu/libm-test-ulps: Update.
173         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
175         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
177 2015-04-29  Roland McGrath  <roland@hack.frob.com>
179         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
180         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
182         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
183         (euidaccess, eaccess): Define as weak aliases.
185         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
186         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
187         but __suseconds_t is often 'long int' so some sources assume that
188         type is being used (e.g. they use %ld to print tv_usec).
190 2015-04-29  Florian Weimer  <fweimer@redhat.com>
192         [BZ #18007]
193         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
194         (CVE-2014-8121)
195         * nss/tst-nss-getpwent.c: New file.
196         * nss/Makefile (tests): Add new test.
198 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
200         [BZ #18346]
201         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
202         exponents less than 48 as cases where high part of mantissa needs
203         examining to determine whether argument is integral.
204         * math/libm-test.inc (round_test_data): Add more tests.
206 2015-04-28  Mark Wielaard  <mjw@redhat.com>
208         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
210 2015-04-27  David S. Miller  <davem@davemloft.net>
212         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
213         __tls_get_addr.
214         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
216 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
218         [BZ#18333]
219         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
221 2015-04-27  Florian Weimer  <fweimer@redhat.com>
223         [BZ#18333]
224         * time/tzset.c (parse_tzname): Return error on memory allocation
225         failure.
226         * test-skeleton.c (struct temp_name_list): Change type of name
227         member to non-const.
228         (add_temp_file): Create a copy of the file name.
229         (delete_temp_files): Deallocate memory.
230         (create_temp_file): Add comment.
232 2015-04-24  Florian Weimer  <fweimer@redhat.com>
234         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
235         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
237 2015-04-24  Roland McGrath  <roland@hack.frob.com>
239         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
240         * sysdeps/arm/configure: Regenerated.
242 2015-04-24  Florian Weimer  <fweimer@redhat.com>
244         [BZ #17715]
245         * time/tzfile.c (__tzfile_read): Check for large values of
246         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
247         * time/tzset.c (__tzstring_len): New function, based on the old
248         __tzstring function.
249         (__tzstring): Call __tzstring_len.
250         (parse_tzname): New helper function extracted from
251         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
252         the input string.
253         (parse_offset): New helper function extracted from
254         __tzset_parse_tz.  Replace switch with fallthrough with
255         initialization before sscanf.
256         (parse_rule): Likewise.
257         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
258         new-style function definition.
259         * timezone/Makefile (tests): Add tst-tzset.
260         (tst-tzset.out): Dependencies on time zone files.
261         (tst-tzset-ENV): Set TZDIR.
262         (testdata/XT%): Copy crafted time zone files.
263         * timezone/README: Mention crafted time zone files.
264         * timezone/testdata/XT1, timezone/testdata/XT2,
265         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
266         files.
267         * timezone/tst-tzset.c: New test.
269 2015-04-24  Florian Weimer  <fweimer@redhat.com>
271         * Makeconfig (+gccwarn): Remove -Winline.
273 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
275         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
277 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
279         * NEWS: Mention sysconf() cache information support for s390.
280         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
282 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
284         * math/k_casinh.c (__kernel_casinh): Use __copysign.
285         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
286         (__nearbyint): Likewise.
287         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
288         (copysignl): Likewise.
290 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
292         [BZ #18287]
293         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
294         based on padding.  (CVE-2015-1781)
296 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
298         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
299         libc-vdso.h.
300         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
301         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
302         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
303         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
304         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
305         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
306         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
307         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
308         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
309         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
310         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
311         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
312         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
313         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
314         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
315         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
316         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
317         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
318         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
319         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
320         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
321         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
322         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
324 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
326         * stdlib/setenv.c (__add_to_environ):
327         Dump core quickly if setenv (..., NULL, ...) is called.
328         This time, do it the right way, and pacify GCC with a pragma.
330 2015-04-17  Roland McGrath  <roland@hack.frob.com>
332         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
333         IMAP->l_prev cannot be null, and #if out the code for the contrary
334         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
335         believe that NS (&_dl_ns[NSID]) could point outside the array.
337         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
338         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
339         before using NSID as an index.
341 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
343         [BZ #17825]
344         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
345         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
346         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
348 2015-04-17  Roland McGrath  <roland@hack.frob.com>
350         Add preliminary port to Google Native Client on ARM.
351         * abi-tags (.*-.*-nacl.*): New entry.
352         * sysdeps/arm/nacl: New directory.
353         * sysdeps/nacl: New directory.
355 2015-04-16  David S. Miller  <davem@davemloft.net>
357         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
358         lowlevellock-futex.h
360 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
362         * sysdeps/tile/configure.ac: New file.
363         * sysdeps/tile/configure: Regenerated.
365 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
367         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
368         conditionals for weak_alias and libc_hidden_weak.
369         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
370         libc_hidden_weak and weak_alias.
371         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
372         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
373         and weak_alias for static one.
375 2015-04-15  David S. Miller  <davem@davemloft.net>
377         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
379 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
381         [BZ #18206]
382         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
383           Use signed comparision instead of substraction to avoid
384           overflow bug.
385         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
386           Take the sign of ret.
387         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
388           Do not expect precise return values. Only the sign matters.
389         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
390         * wcsmbs/test-wcsncmp.c: New File.
391         * string/test-strncmp.c: Add wcsncmp support.
393 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
395         [BZ #6792]
396         * math/w_log1p.c: New file.
397         * math/w_log1pf.c: Likewise.
398         * math/w_log1pl.c: Likewise.
399         * math/Makefile (libm-calls): Add w_log1p.
400         * math/s_log1pl.c (log1pl): Remove weak_alias.
401         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
402         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
403         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
404         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
405         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
406         [NO_LONG_DOUBLE] (log1pl): Likewise.
407         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
408         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
409         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
410         (log1p): Remove long_double_symbol.
411         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
412         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
413         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
414         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
415         remove weak_alias for corresponding log1p function.
416         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
417         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
418         * sysdeps/ia64/fpu/w_log1p.c: New file.
419         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
420         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
421         * math/libm-test.inc (log1p_test_data): Add errno expectations.
423 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
425         [BZ #18247]
426         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
427         decimal exponent by 1.
428         * stdlib/tst-strtod-round-data: Add more tests.
429         * stdlib/tst-strtod-round.c (tests): Regenerated.
431 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
433         * math/auto-libm-test-in: Add more tests of clog and clog10.
434         * math/auto-libm-test-out: Regenerated.
435         * sysdeps/i386/fpu/libm-test-ulps: Update.
436         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
438 2015-04-09  Roland McGrath  <roland@hack.frob.com>
440         * Makeconfig (module-cppflags): Exclude all .v.i files.
441         (skip-module-cppflags): Variable removed.
443         * configure.ac (libc_config_ok): Initialize before reading
444         preconfigure scripts, not after.
445         * configure: Regenerated.
447         * test-skeleton.c (TIMEOUT): Move #define to top level.
448         (main): Grok environment variable TEST_DIRECT.  If set, print
449         test expectation details into that file and then behave as if
450         given --direct.
452 2015-04-09  Florian Weimer  <fweimer@redhat.com>
454         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
455         warning on 32-bit.
457 2015-04-08  David S. Miller  <davem@davemloft.net>
459         * sysdeps/sparc/fpu/libm-test-ulps: Update.
461 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
463         * math/auto-libm-test-in: Add more tests of atanh.
464         * math/auto-libm-test-out: Regenerated.
465         * sysdeps/i386/fpu/libm-test-ulps: Update.
466         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
468         * math/auto-libm-test-in: Add more tests of atan.
469         * math/auto-libm-test-out: Regenerated.
470         * sysdeps/i386/fpu/libm-test-ulps: Update.
471         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
473 2015-04-08  Florian Weimer  <fweimer@redhat.com>
475         * elf/pldd.c (main): Rewrite to use struct
476         scratch_buffer instead of extend_alloca.
477         * elf/pldd-xx.c (find_maps): Likewise.
478         * grp/initgroups.c: Include <scratch_buffer.h> instead of
479         <alloca.h>.
480         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
481         scratch_buffer instead of extend_alloca.
482         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
483         grp/compat-initgroups.c.
484         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
485         Rewrite to use struct scratch_buffer instead of extend_alloca.
486         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
487         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
489 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
491         * math/auto-libm-test-in: Add more tests of cbrt.
492         * math/auto-libm-test-out: Regenerated.
493         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
495         * math/auto-libm-test-in: Add more tests of cabs.
496         * math/auto-libm-test-out: Regenerated.
497         * sysdeps/i386/fpu/libm-test-ulps: Update.
498         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
500         [BZ #18210]
501         [BZ #18211]
502         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
503         (__ieee754_atan2): Set FE_TONEAREST mode for internal
504         computations.
505         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
506         clog10.
507         * math/auto-libm-test-out: Regenerated.
508         * sysdeps/i386/fpu/libm-test-ulps: Update.
509         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
511         [BZ #18197]
512         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
513         (atan): Set FE_TONEAREST mode for internal computations.
514         * math/auto-libm-test-in: Add more tests of atan.
515         * math/auto-libm-test-out: Regenerated.
517 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
519         [BZ #17930]
520         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
522 2015-04-07  Florian Weimer  <fweimer@redhat.com>
524         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
526 2015-04-07  Florian Weimer  <fweimer@redhat.com>
528         * include/scratch_buffer.h: New file.
529         * malloc/scratch_buffer_grow.c: Likewise.
530         * malloc/scratch_buffer_grow_preserve.c: Likewise.
531         * malloc/scratch_buffer_set_array_size.c: Likewise.
532         * malloc/tst-scratch_buffer.c: Likewise.
533         * malloc/Makefile (routines): Add scratch_buffer_grow.
534         (tests): Add test case.
535         * malloc/Versions (GLIBC_PRIVATE): Export
536         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
537         __libc_scratch_buffer_set_array_size.
539 2015-04-06  Richard Henderson  <rth@redhat.com>
541         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
542         * sysdeps/alpha/fpu/libm-test-ulps: Update.
544         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
545         unsigned int before printing.
547 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
549         [BZ #17596]
550         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
551         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
553 2015-04-02  Florian Weimer  <fweimer@redhat.com>
555         * include/libc-internal.h (libc_max_align_t): Define.
557 2015-04-02  Andreas Schwab  <schwab@suse.de>
559         [BZ #16850]
560         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
562 2015-04-02  Mel Gorman  <mgorman@suse.de>
564         [BZ #17195]
565         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
566         as well as the main arena.
568 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
570         [BZ #18185]
571         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
572         sharing L2 cache to 2 for Silvermont/Knights Landing.
574 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
576         [BZ #17711]
577         * config.make.in (have-protected-data): New.
578         * configure.ac: Check linker support for protected data symbol.
579         * configure: Regenerated.
580         * elf/Makefile (modules-names): Add tst-protected1moda and
581         tst-protected1modb if $(have-protected-data) is yes.
582         (tests): Add tst-protected1a and tst-protected1b if
583         $(have-protected-data) is yes.
584         ($(objpfx)tst-protected1a): New.
585         ($(objpfx)tst-protected1b): Likewise.
586         (tst-protected1modb.so-no-z-defs): Likewise.
587         * elf/tst-protected1a.c: New file.
588         * elf/tst-protected1b.c: Likewise.
589         * elf/tst-protected1mod.h: Likewise.
590         * elf/tst-protected1moda.c: Likewise.
591         * elf/tst-protected1modb.c: Likewise.
593 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
595         [BZ #17711]
596         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
597         indicates it is called from do_lookup_x on relocation against
598         protected data, skip the data definion in the executable from
599         copy reloc.
600         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
601         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
602         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
603         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
604         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
605         otherwise to 0.
606         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
607         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
608         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
609         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
610         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
611         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
613 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
615         * sysdeps/nptl/pthread.h: Remove duplicate definition of
616         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
618 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
620         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
621         THREAD_SETMEM_NC.
622         * sysdeps/x86_64/nptl/tls.h: Ditto.
624 2015-03-27  Roland McGrath  <roland@hack.frob.com>
626         * dlfcn/tststatic.c (main): Converted to ...
627         (do_test): ... this.
628         (TEST_FUNCTION): New macro.
629         Include test-skeleton.c.
631 2015-03-26  Alan Modra  <amodra@gmail.com>
633         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
634         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
635         zero for undefined weak.
636         (elf_machine_plt_conflict): Similarly.
638 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
640         * math/auto-libm-test-in: Add more tests of acosh, asinh and
641         atanh.
642         * math/auto-libm-test-out: Regenerated.
643         * sysdeps/i386/fpu/libm-test-ulps: Update.
644         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
646         * math/auto-libm-test-in: Add another test of asin.
647         * math/auto-libm-test-out: Regenerated.
648         * sysdeps/i386/fpu/libm-test-ulps: Update.
649         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
651         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
652         Remove macro.
653         (LLL_EBX_REG): Likewise.
654         (LLL_ENTER_KERNEL): Likewise.
656         * math/auto-libm-test-in: Add more tests of asin.
657         * math/auto-libm-test-out: Regenerated.
658         * sysdeps/i386/fpu/libm-test-ulps: Update.
659         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
661         [BZ #18138]
662         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
663         libc_do_syscall_args): New structure.
664         (INTERNAL_SYSCALL_MAIN_0): New macro.
665         (INTERNAL_SYSCALL_MAIN_1): Likewise.
666         (INTERNAL_SYSCALL_MAIN_2): Likewise.
667         (INTERNAL_SYSCALL_MAIN_3): Likewise.
668         (INTERNAL_SYSCALL_MAIN_4): Likewise.
669         (INTERNAL_SYSCALL_MAIN_5): Likewise.
670         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
671         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
672         Replace conditional definitions by conditional definitions of ....
673         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
674         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
675         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
676         (libpthread-sysdep_routines): Add libc-do-syscall.
677         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
678         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
679         to __NR_futex not 240.
681 2015-03-25  Alan Modra  <amodra@gmail.com>
683         * NEWS: Advertise TLS optimization.
684         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
685         (DT_PPC_NUM): Increment.
686         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
687         (CHECK_STATIC_TLS): Use here.
688         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
689         TLS descriptors.
690         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
691         * sysdeps/powerpc/dl-tls.c: New file.
692         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
693         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
694         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
695         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
696         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
700 2015-03-25  Alan Modra  <amodra@gmail.com>
702         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
703         for overlapping .opd entries" to "support...".
704         * sysdeps/powerpc/powerpc64/configure: Regenerate
706 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
708         * math/auto-libm-test-in: Add more tests of acos.
709         * math/auto-libm-test-out: Regenerated.
710         * sysdeps/i386/fpu/libm-test-ulps: Update.
711         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
713         * math/auto-libm-test-in: Add more tests of expm1.
714         * math/auto-libm-test-out: Regenerated.
715         * sysdeps/i386/fpu/libm-test-ulps: Update.
716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
718 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
720         * math/auto-libm-test-in: Add more tests of cosh and sinh.
721         * math/auto-libm-test-out: Regenerated.
722         * sysdeps/i386/fpu/libm-test-ulps: Update.
723         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
725         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
728         * math/auto-libm-test-in: Add more tests of log2.
729         * math/auto-libm-test-out: Regenerated.
730         * sysdeps/i386/fpu/libm-test-ulps: Update.
731         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
733 2015-03-23  Roland McGrath  <roland@hack.frob.com>
735         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
736         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
737         _IO_IS_APPENDING bit in READ_WRITE instead.
739 2015-03-23  Florian Weimer  <fweimer@redhat.com>
741         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
742         (__determine_cpumask_size): Replace extend_alloca with a
743         variable-length array.  Do not treat res == 0 as an error.
745 2015-03-23  Florian Weimer  <fweimer@redhat.com>
747         [BZ #18100]
748         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
749         and integer overflow.
750         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
751         (main): Add integer overflow tests.
752         * manual/pattern.texi (Calling Wordexp): Document additional use
753         for WRDE_SYNTAX.
755 2015-03-23  Alan Modra  <amodra@gmail.com>
757         * config.h.in: Remove HAVE_ASM_PPC_REL16.
758         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
759         and false branch of conditional.
760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
761         Likewise.
763 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
765         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
766         libc-modules.h
767         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
768         unused declaration of _hurd_intr_rpc_msg_in_trap.
769         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
770         defined instead of whether it is non-zero.
771         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
772         input constraint instead of both input and output constraint.  Use ecx
773         clobber instead of %ecx.
774         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
775         mutex_unlock): Use a statement expression instead of an expression list.
776         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
777         type to vm_size_t instead of vm_address_t.
778         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
779         defined instead of whether it is non-zero.
780         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
781         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
782         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
783         comparisons with mapaddr.
784         * nscd/nscd-client.h: Include <time.h>.
785         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
786         9th parameter to __vm_region instead of int.
787         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
788         * scripts/check-local-headers.sh (exclude): Add device/,
789         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
790         cthreads.h.
792 2015-03-19  Roland McGrath  <roland@hack.frob.com>
794         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
795         to account for alignment padding.
796         * sysdeps/arm/memmove.S: Likewise.
798 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
800         * sysdeps/unix/sysv/linux/generic/README: New file.
802 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
804         [BZ #18138]
805         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
806         (futex_abstimed_wait)
807         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
808         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
809         of lll_futex_timed_wait.
811 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
813         [BZ #17542]
814         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
816 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
818         [BZ #17090]
819         [BZ #17620]
820         [BZ #17621]
821         [BZ #17628]
822         * NEWS: Update.
823         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
824         entries with Static TLS too.  Skip entries past the end of the
825         allocated DTV, from Alan Modra.
826         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
827         Static TLS DTV entry set up from...
828         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
829         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
830         * nptl/allocatestack.c (init_one_static_tls): ... and here...
831         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
832         for Static TLS.
833         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
834         that the slot we find is associated with the given map before
835         using its generation count.
836         * nptl_db/db_info.c: Include ldsodefs.h.
837         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
838         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
839         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
840         (link_map::l_tls_offset): New struct field.
841         (dtv_t::counter): Likewise.
842         (rtld_global): New struct.
843         (_rtld_global): New rtld variable.
844         (dl_tls_dtv_slotinfo_list): New rtld global field.
845         (dtv_slotinfo_list): New struct.
846         (dtv_slotinfo): Likewise.
847         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
848         (td_lookup): Rename to...
849         (td_mod_lookup): ... this.  Use new mod parameter instead of
850         LIBPTHREAD_SO.
851         * nptl_db/td_thr_tlsbase.c: Include link.h.
852         (dtv_slotinfo_list, dtv_slotinfo): New functions.
853         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
854         addresses even if the DTV is out of date or missing them.
855         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
856         index zero-length arrays.
857         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
858         (td_lookup): Make it a macro implemented in terms of...
859         (td_mod_lookup): ... this declaration.
860         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
861         (DB_MAIN_VARIABLE): Likewise.
863 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
865         [BZ #18134]
866         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
868 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
870         * stdlib/setenv.c (__add_to_environ): Revert previous change.
872 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
874         [BZ #18128]
875         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
876         (atomic_add, atomic_increment_and_test)
877         (atomic_decrement_and_test): Fix 64-bit arithmetic.
879 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
881         * stdlib/setenv.c (__add_to_environ):
882         Dump core quickly if setenv (..., NULL, ...) is called.
884 2015-03-13  Roland McGrath  <roland@hack.frob.com>
886         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
887         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
888         all the necessary asm magic in one place.
889         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
890         using those.
892 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
894         [BZ #14906]
895         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
896         traced file mtime. Use consistent log message.
897         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
898         (register_traced_file): Call install_watches. Always set mtime.
899         (invalidate_cache): Iterate over all trace files. Call install_watches.
900         (inotify_check_files): Don't inline. Handle watching parent
901         directories and configuration file movement in and out.
902         (handle_inotify_events): New function.
903         (main_loop_poll): Call handle_inotify_events.
904         (main_loop_epoll): Likewise.
905         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
906         (struct traced_file): Use array of inotify fds. Add parent directory,
907         and basename.
908         (struct database_dyn): Remove unused file_mtime.
909         (init_traced_file): New inline function.
910         (define_traced_file): New macro.
911         * nss/nss_db/db-init.c: Use define_traced_file.
912         (_nss_db_init): Use init_traced_file.
913         * nss/nss_files/files-init.c: Use define_traced_file.
914         (_nss_files_init): Use init_traced_file.
916 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
918         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
919         [_LIBC]: Do not include <stdlib.h>.
920         [!_LIBC] (abort): Remove declaration.
921         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
922         _FP_STATIC_ASSERT instead of conditionally calling abort.
923         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
924         (_FP_EXTEND_CNAN): Likewise.
925         (FP_TRUNC): Likewise.
926         (__FP_CLZ): Likewise.
927         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
929 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
931         * manual/string.texi (XPG basename): Fix prototype.
933 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
935         [BZ #18080]
936         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
937         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
938         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
939         (__setcontext): Likewise.
940         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
941         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
942         Call rt_sigprocmask syscall one time to set new signal mask
943         and retrieve the current signal mask instead of two calls.
944         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
945         (__swapcontext): Likewise.
946         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
947         * stdlib/tst-setcontext2.c: New file.
949 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
951         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
953 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
955         [BZ #18093]
956         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
957         the wrong size.
959 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
961         [BZ #18043]
962         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
964 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
966         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
967         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
968         Remove define.
969         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
970         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
971         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
972         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
973         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
974         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
975         define.
976         * nptl_db/td_symbol_list.c (td_lookup): Remove
977         HAVE_ASM_GLOBAL_DOT_NAME code.
978         * sysdeps/powerpc/powerpc64/configure.ac: Remove
979         HAVE_ASM_GLOBAL_DOT_NAME check.
980         * sysdeps/powerpc/powerpc64/configure: Regenerate.
981         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
982         (DOT_LABEL): Remove define.
983         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
984         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
985         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
986         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
987         (__TLS_GET_ADDR): Likewise.
988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
989         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
991 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
993         [BZ #18111]
994         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
995         (_FPU_SETCW): Initialize cw from fpsr before storing.
996         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
997         (fesetexceptflag): Rewrite using fpu_control.h.
998         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
1000 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
1002         [BZ #18110]
1003         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
1004         asms.
1005         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
1007 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
1009         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
1010         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
1011         abort.
1012         (_FP_FMA): Likewise.
1013         (_FP_DIV): Likewise.
1015 2015-03-10  Roland McGrath  <roland@hack.frob.com>
1017         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
1018         with 0 in that case.
1019         * Makefile (summarize-tests): New canned sequence, factored out of
1020         commands for targets tests and xtests.  Display summary lines that
1021         don't start with PASS: or XFAIL: rather than ones that do start with
1022         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
1023         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
1024         do start with ERROR: or FAIL:.
1025         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
1026         (except for [$(build-shared) = yes]).
1027         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
1028         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
1029         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
1030         * nptl/Makefile: Revert 2015-03-04 changes.
1031         [$(CXX) empty] (tests-unsupported): New variable.
1032         * debug/Makefile: Likewise.
1034         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
1035         gnulib file.  Replace __attribute with __attribute__ throughout.
1037 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
1039         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1041 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1043         [BZ #18104]
1044         * math/auto-libm-test-in: Add another test of pow.
1045         * math/auto-libm-test-out: Regenerated.
1047 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1049         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
1050         $(config-cflags-nofma).
1052 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1054         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
1055         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
1056         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
1057         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
1058         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
1059         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
1060         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
1061         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
1062         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
1063         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
1064         Add comment on closing #endif.
1066 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1068         * posix/wordexp.c (CHAR_IN_SET): New macro.
1069         (parse_param): Use it.
1071 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1073         * sysdeps/powerpc/fpu/libm-test-ulps: update.
1075 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1077         [BZ #18043]
1078         * posix/wordexp.c (parse_param): Fix buffer overflow.
1079         * posix/wordexp-test.c (test_case): Add test case.
1081 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1083         [BZ #18042]
1084         * posix/wordexp.c (parse_backtick): Fix off-by-one.
1085         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
1087 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1089         [BZ #18043]
1090         * posix/wordexp-test.c (test_case): Add test for BZ #18043
1091         (do_bz18043): Delete.
1092         (at_page_end): New.
1093         (testit): Refactor to have words at the edge of unreadable page.
1095 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
1097         [BZ #16734]
1098         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
1099         Cleanup read-only streams as well.
1100         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
1102 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1104         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
1105         <bits/libc-lockP.h>
1107 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
1109         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
1110         on [__KERNEL__].
1111         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
1112         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
1113         * soft-fp/op-common.h (_FP_DECL): Likewise.
1115 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
1117         * elf/ifuncdep2.c (global): Replace
1118         __attribute__((visibility("protected"))) with
1119         asm (".protected global").
1120         * elf/ifuncmod1.c (global): Likewise.
1121         * elf/ifuncmod5.c (global): Likewise.
1123 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
1125         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1126         <asm/sfp-machine.h> instead of <sfp-machine.h>.
1128 2015-03-06  Roland McGrath  <roland@hack.frob.com>
1130         * manual/install.texi (Configuring and compiling):
1131         Document test-wrapper-env-only.
1132         * INSTALL: Regenerated.
1134 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1136         [BZ #18043]
1137         * posix/wordexp.c (parse_param): Fix buffer overflow.
1138         * posix/wordexp-test.c (do_bz18043): Add test case.
1140 2015-03-06  Vincent Bernat  <vincent@bernat.im>
1142         * time/tst-strptime2.c (do_test): Ensure failing tests are
1143         reported correctly.
1144         * time/tst-strptime3.c (do_test): Likewise.
1146 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
1148         Fix aio_error thread-safety.
1149         * sysdeps/pthread/aio_error.c: New file
1150         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1151         synchronization.
1153 2015-03-06  Florian Weimer  <fweimer@redhat.com>
1155         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1156         (group_number, vfprintf): Use it.
1157         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1158         (JUMP, REF): Use it.
1159         (WORK_BUFFER_SIZE): New enum constant.
1160         (process_arg, vfprintf): Use it.
1162 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
1164         * manual/errno.texi (Error Messages): Complete example function
1165         by adding missing #define.
1166         (program_invocation_name): Add statement indicating GNU
1167         extension and reference which header file declares the variable.
1168         (program_invocation_short_name): Likewise.
1170 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
1172         * manual/errno.texi (Error Messages): Delete strerror ISO C89
1173         compatibility note.
1175 2015-03-05  Roland McGrath  <roland@hack.frob.com>
1177         * Makeconfig (test-wrapper-env-only): New variable.
1178         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1179         then use that with $(test-wrapper-env-only) rather than using
1180         $(test-wrapper-env) $(run-program-env) $($*-ENV).
1182 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1184         [BZ #18082]
1185         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1186         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1187         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1188         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1189         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1190         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1191         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1192         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1193         Likewise.
1194         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1195         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1196         Likewise.
1197         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1198         Likewise.
1199         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1200         Likewise.
1201         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1202         Likewise.
1203         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1204         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1205         Likewise.
1206         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1207         Likewise.
1208         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1209         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1211 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1213         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1214         (ETH_ALEN): New macro.
1215         (struct ether_addr): Use it for length of ether_addr_octet.
1217         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1218         (setdb): Don't call __nss_configure_lookup for "rpc".
1219         (do_test): Don't call test_rpc.
1220         (output_rpcent, test_rpc): Functions moved ...
1221         * sunrpc/test-rpcent.c: ... to this new file.
1222         * sunrpc/Makefile (tests): Add it.
1224         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1225         __xpg_sigpause.
1226         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1227         * nptl/tst-signal6.c: Likewise.
1228         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1229         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1231         * configure.ac (libc_cv_cxx_link_ok): New check.
1232         Reset CXX to empty if it fails to link.
1233         * configure: Regenerated.
1234         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1235         bug-atexit3-lib only if $(CXX) is nonempty.
1236         * nptl/Makefile (tests): Likewise for tst-cancel24.
1237         (tests, tests-static): Likewise for tst-cancel24-static.
1238         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1239         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1240         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1241         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1243 2015-03-04  Andreas Schwab  <schwab@suse.de>
1245         [BZ #17631]
1246         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1247         for non-GCC compilers.
1248         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1249         Likewise.
1251 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1253         [BZ #17776]
1254         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1255         integer before bitwise and assembly operations.
1256         (feclearexcept): Likewise.
1257         * math/test-fenvinline.c: New file.
1258         * math/Makefile: Add test-fenvinline test.
1260 2015-03-03  Alan Modra  <amodra@gmail.com>
1262         [BZ #16512]
1263         * scripts/localplt.awk: Strip off symbol version.
1264         * NEWS: Mention bug fix.
1266 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1268         * sysdeps/pthread/timer_routines.c
1269         (timer_free_list, thread_free_list, thread_active_list): Make static.
1271 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1273         [BZ #17779]
1274         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1275         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1276         Undefine.
1277         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1278         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1279         Likewise.
1280         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1281         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1282         Likewise.
1284 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1286         [BZ #18036]
1287         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1288         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1290 2015-03-02  Andreas Schwab  <schwab@suse.de>
1292         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1293         variable name.
1295 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1297         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1298         Return error status.
1300 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1302         [BZ #15969]
1303         * locale/findlocale.c (_nl_find_locale): Introduce const
1304         version of loc_name and drop unsafe type casts.
1306 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1308         * dlfcn/tststatic2.c (main): Converted to ...
1309         (do_test): ... this.
1310         (TEST_FUNCTION): New macro.
1311         Include test-skeleton.c.
1313 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1315         [BZ #17711]
1316         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1317         (tests-pie): Add vismain.
1318         (CFLAGS-vismain.c): New.
1319         * elf/vismain.c: Add comments for PIE requirement.
1321 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1323         [BZ #18046]
1324         [BZ #18047]
1325         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1326         0x1p-56L as threshold for just returning the argument.
1327         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1328         0x1p-32L as threshold for just returning the argument.
1329         * math/auto-libm-test-in: Add more tests of atanh.
1330         * math/auto-libm-test-out: Regenerated.
1331         * sysdeps/i386/fpu/libm-test-ulps: Update.
1332         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1334 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1336         * string/bcopy.c (bcopy): Call memmove for performance.
1338 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1340         * string/bzero.c (__bzero): Call memset for performance.
1342 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1344         [BZ #18068]
1345         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1346         to 00100000.
1348 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1350         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1352 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1354         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1355         (__kernel_standard): Use CSTR macro when setting exc.name.
1356         * sysdeps/ieee754/Makefile [$(subdir) = math]
1357         (CFLAGS-k_standard.c): Remove variable.
1359         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1360         setting p and q from "else if" to "else".
1361         (qzero): Likewise.
1362         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1363         (qone): Likewise.
1364         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1365         (qzerof): Likewise.
1366         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1367         (qonef): Likewise.
1368         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1369         (qzero): Likewise.
1370         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1371         (qone): Likewise.
1373         [BZ #18038]
1374         [BZ #18039]
1375         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1376         return pi/2 for arguments below 0x1p-113L.
1377         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1378         return pi/2 for arguments below 0x1p-106L.
1379         * math/auto-libm-test-in: Add more tests of acos.
1380         * math/auto-libm-test-out: Regenerated.
1382         [BZ #16351]
1383         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1384         (MO): New macro.
1385         (__ieee754_asin): Force underflow exception for results with small
1386         absolute value.
1387         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1388         (MO): New macro.
1389         (__ieee754_asinf): Force underflow exception for results with
1390         small absolute value.
1391         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1392         (__ieee754_asin): Force underflow exception for results with small
1393         absolute value.
1394         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1395         (__ieee754_asinf): Force underflow exception for results with
1396         small absolute value.
1397         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1398         (__ieee754_asinl): Force underflow exception for results with
1399         small absolute value.
1400         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1401         (__ieee754_asinl): Force underflow exception for results with
1402         small absolute value.
1403         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1404         (__ieee754_asinl): Force underflow exception for results with
1405         small absolute value.
1406         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1407         Include <math.h>.
1408         * math/auto-libm-test-in: Do not mark underflow exceptions as
1409         possibly missing for bug 16351.
1410         * math/auto-libm-test-out: Regenerated.
1412         [BZ #18030]
1413         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1414         of power of 2 down when low part has opposite sign.
1415         * math/libm-test.inc (logb_test_data): Add more tests.
1417 2015-02-26  Andreas Schwab  <schwab@suse.de>
1419         [BZ #18032]
1420         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1421         over collating symbol inside a bracket expression.  Minor cleanup.
1422         * posix/tst-fnmatch3.c (do_test): Add test case.
1424 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1426         [BZ #18029]
1427         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1428         Adjust exponent of power of 2 down when low part has opposite
1429         sign.
1430         * math/libm-test.inc (ilogb_test_data): Add more tests.
1432 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1434         [BZ #15969]
1435         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1436         the previous change.
1438         [BZ #15969]
1439         * locale/findlocale.c (_nl_find_locale): Retry archive search
1440         after alias expansion.
1442 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1444         * iconv/tst-iconv3.c (main): Converted to ...
1445         (do_test): ... this.
1446         (TEST_FUNCTION): New macro.
1447         Include test-skeleton.c.
1449         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1450         (convert): Make function static.
1451         (test_unalign): Likewise.  Add const to argument pointee types.
1452         (main): Replace with static function do_test.
1453         Print "Succeeded." only if RET is zero.
1454         (TEST_FUNCTION): New macro.
1455         Include test-skeleton.c.
1457         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1458         returns a null pointer.
1460 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1462         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1463         to __memcpy_ppc only for static builds.
1465 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1467         [BZ #18020]
1468         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1469         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1470         * math/auto-libm-test-in: Add more tests of asinh.
1471         * math/auto-libm-test-out: Regenerated.
1472         * sysdeps/i386/fpu/libm-test-ulps: Update.
1473         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1475 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1477         [BZ #15850]
1478         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1479         and ip6_mtuinfo definitions here.
1480         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1481         in this define too.  Update comment.
1483 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1485         * elf/sprof.c (load_shobj): Tweak error message to match others.
1487 2015-02-24  Kevin Easton  <kevin@guarana.org>
1489         [BZ #16145] (partial fix)
1490         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1491         to reduce lock contention.
1493 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1495         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1496         (struct timex): Update time comment.
1497         (ADJ_SETOFFSET): Define.
1499 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1501         [BZ #18019]
1502         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1503         2**56 not 2**28 as threshold for log (2x) formula.
1504         * math/auto-libm-test-in: Add more tests of acosh.
1505         * math/auto-libm-test-out: Regenerated.
1506         * sysdeps/i386/fpu/libm-test-ulps: Update.
1507         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1509 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1511         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1512         parenthesis around the buf assignment.
1513         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1515 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1517         [BZ #16783]
1518         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1519         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1520         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1521         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1522         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1523         * math/libm-test.inc (scalb_test_data): Add more tests.
1525 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1527         [BZ #17916]
1528         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1529         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1531 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1533         [BZ #17523]
1534         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1535         * io/bits/fcntl2.h (open): Use it.
1536         (openat): Likewise.
1537         * io/open.c (__libc_open): Likewise.
1538         * io/open64.c (__libc_open64): Likewise.
1539         * io/open64_2.c (__open64_2): Likewise.
1540         * io/open_2.c (__open_2): Likewise.
1541         * io/openat.c (__openat): Likewise.
1542         * io/openat64.c (__openat64): Likewise.
1543         * io/openat64_2.c (__openat64_2): Likewise.
1544         * io/openat_2.c (__openat_2): Likewise.
1545         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1546         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1547         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1548         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1549         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1550         (__open_nocancel): Likewise.
1551         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1552         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1553         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1555 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1557         [BZ #14841]
1558         * resolv/gethnamaddr.c (getanswer): Skip logging if
1559         RES_USE_DNSSEC is set.
1560         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1562 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1564         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1566 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1568         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1569         201304L, for Unicode 7.
1571 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1573         [BZ #17836]
1574         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1575         shared library.  Add gmon-start.os otherwise.
1576         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1577         $(objpfx)gmon-start.os if builing shared library.
1578         ($(objpfx)g$(static-start-installed-name)): Likewise.
1580 2015-02-23  Andreas Schwab  <schwab@suse.de>
1582         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1584 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1586         [BZ #17269]
1587         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1588         (enlarge_userbuf): Likewise.
1590 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1592         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1593         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1594         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1595         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1597 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1599         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1600         expression inside statement expression.
1602 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1604         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1605         <sysdeps/nptl/lowlevellock.h> and remove macros and
1606         functions that are now defined there.
1607         (SYS_futex): Remove.
1608         (lll_compare_and_swap): Remove.
1609         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1611 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1613         [BZ #17999]
1614         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1615         instead of scandirat.
1616         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1617         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1618         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1619         __scandirat.
1620         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1621         (__scandirat): Declare.  Use libc_hidden_proto.
1622         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1623         Remove variable.
1624         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1626 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1628         [BZ #15319]
1629         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1630         (MO): New macro.
1631         (__ieee754_atan2): For results with small absolute value, force
1632         underflow exception and remove excess range and precision from
1633         return value.
1634         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1635         (MO): New macro.
1636         (__ieee754_atan2f): For results with small absolute value, force
1637         underflow exception and remove excess range and precision from
1638         return value.
1639         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1640         (MO): New macro.
1641         (__atan): For results with small absolute value, force underflow
1642         exception and remove excess range and precision from return value.
1643         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1644         (MO): New macro.
1645         (__atanf): For results with small absolute value, force underflow
1646         exception and remove excess range and precision from return value.
1647         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1648         <math.h>.
1649         (__ieee754_atan2): Force underflow exception for results with
1650         small absolute value.
1651         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1652         <math_private.h>.
1653         (atan): Force underflow exception for results with small absolute
1654         value.
1655         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1656         (__atanf): Force underflow exception for results with small
1657         absolute value.
1658         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1659         <math.h>.
1660         (__atanl): Force underflow exception for results with small
1661         absolute value.
1662         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1663         (__atanl): Force underflow exception for results with small
1664         absolute value.
1665         * sysdeps/x86/fpu/bits/mathinline.h
1666         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1667         (__ieee754_atan2): Only define inline for long double.
1668         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1669         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1670         * math/auto-libm-test-in: Do not mark underflow exceptions as
1671         possibly missing for bug 15319.  Add more tests of atan2.
1672         * math/auto-libm-test-out: Regenerated.
1673         * math/libm-test.inc (casin_test_data): Do not mark underflow
1674         exceptions as possibly missing for bug 15319.
1675         (casinh_test_data): Likewise.
1676         * sysdeps/i386/fpu/libm-test-ulps: Update.
1678 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1680         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1681         * sysdeps/mips/bits/endian.h: Fix comments.
1683 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1685         [BZ #17996]
1686         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1687         (hdestroy_r): Likewise.
1688         (hsearch_r): Likewise.
1689         (__hcreate_r): Declare and use libc_hidden_proto.
1690         (__hdestroy_r): Likewise.
1691         (__hsearch_r): Likewise.
1692         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1693         (hcreate): Call __hcreate_r instead of hcreate_r.
1694         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1695         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1696         as weak alias of __hcreate_r.
1697         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1698         __hdestroy_r.
1699         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1700         __hsearch_r.
1701         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1702         Remove variable.
1703         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1704         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1705         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1706         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1708 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1710         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1711         arena_lock into a single arena_get.
1713 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1715         * dl-reloc.c: Inlucde libc-internal.h.
1716         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1717         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1718         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1719         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1720         (grow_heap): Likewise.
1721         * malloc/malloc.c: Include libc-internal.h.
1722         (do_check_malloc): Call powerof2.
1723         (sysmalloc): Use pagesize. Call ALIGN_UP.
1724         (systrim): Use pagesize.
1725         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1726         (__libc_valloc): Use pagesize.
1727         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1729 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1731         [BZ #17991]
1732         * include/sys/resource.h (__getrlimit64): Declare.  Use
1733         libc_hidden_proto.
1734         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1735         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1736         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1737         getrlimit64.
1738         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1739         __getrlimit64.
1740         [!getrlimit64] (getrlimit64): Define as weak alias of
1741         __getrlimit64.  Use libc_hidden_weak.
1742         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1743         using __getrlimit64 not __new_getrlimit64.
1744         (__GI_getrlimit64): Likewise.
1745         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1746         Likewise.
1747         (__GI_getrlimit64): Likewise.
1748         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1749         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1750         (getrlimit): Add __getrlimit64 alias.
1751         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1752         Likewise.
1753         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1754         Remove variable.
1755         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1756         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1758 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1760         * libio/fileops.c: Add missing sys/mman.h
1761         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1763 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1765         * manual/math.texi (Errors in Math Functions): Clarify goals
1766         regarding inexact and underflow exceptions.
1768 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1770         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1771         * sysdeps/mips/memset.S: Ditto.
1773 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1775         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1777 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1779         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1780         (__v1longjmp): Remove versioned symbol.
1781         (__v1siglongjmp): Remove alias and versioned symbol.
1782         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1783         (__v2siglongjmp): Likewise.
1785 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1787         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1789 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1791         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1793 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1795         [BZ #17987]
1796         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1797         zero result does not depend on the sign resulting from
1798         subtraction.
1799         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1800         Likewise.
1801         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1802         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1803         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1804         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1805         * math/libm-test.inc (remquo_test_data): Add more tests.
1807 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1809         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1810         Problem reported by J William Piggott.
1812 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1814         [BZ #17978]
1815         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1816         products 4 * y and 2 * y where those would overflow.
1817         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1818         Likewise.
1819         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1820         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1821         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1822         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1823         * math/libm-test.inc (remquo_test_data): Add more tests.
1825         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1827         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1828         [defined _COMPILING_NEWLIB].
1829         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1830         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1832         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1833         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1835 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1837         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1838         acquired.
1840 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1842         [BZ #17792]
1843         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1844         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1845         HOST_STACK_END_ADDR): Likewise.
1847 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1849         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1850         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1851         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1853 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1855         * sysdeps/generic/c++-types.data: New file.
1856         * sysdeps/generic/ld.abilist: New file.
1857         * sysdeps/generic/libBrokenLocale.abilist: New file.
1858         * sysdeps/generic/libanl.abilist: New file.
1859         * sysdeps/generic/libc.abilist: New file.
1860         * sysdeps/generic/libcrypt.abilist: New file.
1861         * sysdeps/generic/libdl.abilist: New file.
1862         * sysdeps/generic/libm.abilist: New file.
1863         * sysdeps/generic/libpthread.abilist: New file.
1864         * sysdeps/generic/libresolv.abilist: New file.
1865         * sysdeps/generic/librt.abilist: New file.
1867 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1869         [BZ #17569]
1870         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1871         Compute absolute value of x as modified by fmod, not original
1872         value of x.
1873         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1874         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1875         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1876         RUN_TEST_ffI_f1_mod8.
1877         (remquo_test_data): Add more tests.
1879 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1881         * sysdeps/init_array/pt-crti.S: New file.
1883 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1885         [BZ #17967]
1886         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1887         __builtin_fmaf instead of relying on contraction of a * b + c.
1889 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1891         [BZ #17969]
1892         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1893         node.
1895 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1897         [BZ #17964]
1898         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1899         __builtin_fma instead of relying on contraction of a * b + c.
1901 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1903         * Makeconfig (ASFLAGS): Add -Werror=undef.
1904         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1905         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1906         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1908         * Makeconfig (after-link): New variable.
1909         (+link-pie, +link-pie-tests): Use it.
1910         (+link-static, +link-static-tests): Likewise.
1911         (+link, +link-tests): Likewise.
1912         * Makerules (build-module, build-module-asneeded): Likewise.
1913         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1914         Likewise.
1915         * elf/Makefile ($(objpfx)ld.so): Likewise.
1917 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1919         [BZ #17965]
1920         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1921         both struct timeval and struct timespec.
1923 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1925         [BZ #16560]
1926         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1927         and redefine.
1928         (__ieee754_exp2l): Do not multiply small fractional parts by
1929         M_LN2l.
1930         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1931         small argument.
1932         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1933         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1934         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1935         * math/auto-libm-test-in: Add more tests of exp2.
1936         * math/auto-libm-test-out: Regenerated.
1938 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1940         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1941         unaligned path.
1943 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1945         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1946         little endian.
1948 2015-02-12  Andreas Schwab  <schwab@suse.de>
1950         [BZ #15790]
1951         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1952         Filter out elision flags from value returned in kind.
1953         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1954         * nptl/tst-pthread-mutexattr.c: New file.
1956 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1958         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1959         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1960         into gnu-gnu, and update comment to refer to abi-tags.
1962 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1964         [BZ #15467]
1965         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1966         (__sincos): Set errno to EDOM for infinite argument.
1967         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1968         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1969         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1970         (__sincosl): Set errno to EDOM for infinite argument.
1971         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1972         (__sincosl): Set errno to EDOM for infinite argument.
1973         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1974         (__sincosl): Set errno to EDOM for infinite argument.
1975         * math/libm-test.inc (sincos_test_data): Test errno setting.
1977 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1979         * string/strxfrm_l.c: Remove #define STRCMP.
1980         * string/strcoll_l.c: Remove #define STRLEN.
1981         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1982         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1984 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1986         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1987         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1988         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1989         * sysdeps/mips/mips64/Makefile: ... here.
1990         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1991         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1992         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1993         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1994         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1995         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1996         * sysdeps/mips/mips64/n64/Implies: Likewise.
1998 2015-02-10  Roland McGrath  <roland@hack.frob.com>
2000         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
2001         <sys/time.h>, <string.h>, and <errno.h>.
2002         (dest_offset, dest_address, value, zero): Remove unused variables.
2003         (ldouble): Remove typedef.
2004         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
2005         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
2006         1).  Fix code style.
2007         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
2008         (check): Function removed.
2009         (CHECK): New macro.
2010         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
2011         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
2012         Don't call set_sigaction_FP and remove_sigaction_FP here.
2013         (ldouble_test): Just use 'long double' as macro argument, no need for
2014         the 'ldouble' typedef.
2015         (do_test): Set up SIGFPE handler at start, using plain signal rather
2016         than sigaction.  Fix code style.
2018 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
2020         [BZ #17949]
2021         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
2022         jump label.
2024 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2026         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
2027         * sysdeps/powerpc/powerpc32/configure: Regenerated.
2029         * sysdeps/powerpc/configure.ac: Remove file.
2030         * sysdeps/powerpc/configure: Likewise.
2032         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2033         [sysdep_routines]: Remove wordcopy-power6 object.
2034         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2035         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
2036         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
2037         (__memmove_ppc32): Likewise.
2038         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
2039         file.
2040         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
2041         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
2042         Remove preprocessor.
2044         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2045         [sysdep_routines]: Remove wide chars objects.
2046         [wcsmbs]: New rule for wide char objects.
2048         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2049         Remove wordcopy-power6 obejct.
2050         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
2051         Use local call for wordcopy and memcpy symbols.
2052         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
2053         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
2054         implementation for loader.
2055         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
2057         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2058         Remove wordcopy-power7 object.
2059         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
2060         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
2061         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
2062         (_wordcopy_fwd_dest_aligned): Likewise.
2063         (_wordcopy_bwd_aligned): Likewise.
2064         (_wordcopy_bwd_dest_aligned): Likewise.
2066         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
2067         Rewrite to call __memmove_ppc instead of include default
2068         implementation.
2070         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2071         Remove wide chars objects.
2072         [wcsmbs]: New rule for wide char objects.
2074 2015-02-09  Andreas Schwab  <schwab@suse.de>
2076         [BZ #17912]
2077         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2078         in terms of __O_DIRECTORY.
2080 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2082         * time/getdate.c: Include <stdbool.h>.
2083         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
2084         call PTR_MANGLE.
2085         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
2086         PTR_DEMANGLE.
2088 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
2090         Add ersatz _Static_assert on older C hosts
2091         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
2092         pre-C11 C platform that is not known to support _Static_assert.
2094 2015-02-07  Richard Braun  <rbraun@sceen.net>
2096         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
2097         sigstate.
2098         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
2100 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2102         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
2103         priority against unexistent AIO_PRIO_DELTA_MAX.
2104         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
2105         instead of int.
2106         * misc/fchflags.c (fchflags): Likewise.
2107         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2108         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2109         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
2110         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
2111         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
2112         Declare macros.
2113         [__USE_MISC] (chflags, fchflags): Declare functions.
2114         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
2115         EINVAL when nfds is greater than FD_SETSIZE.
2116         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
2117         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
2118         45.
2119         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
2120         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
2121         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
2122         MACH_RCV_TIMED_OUT.
2123         * hurd/hurd/signal.h (_hurd_self_sigstate,
2124         _hurd_critical_section_lock, _hurd_critical_section_unlock):
2125         Explicit casts from void *.
2126         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
2127         * abi-tags: Rename gnu-gnu os into gnu.
2129         [BZ #4719]
2130         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2131         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2132         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2133         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2134         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2135         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2137         [BZ #17944]
2138         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2139         duplicates ADDR->sun_path with sockaddr LEN limitation.
2140         * sysdeps/mach/hurd/connect.c: Include <string.h>
2141         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2142         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2143         * sysdeps/mach/hurd/sendto.c: Likewise.
2144         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2145         implementing it by hand.
2147 2015-02-06  Roland McGrath  <roland@hack.frob.com>
2149         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2150         Use sfi_breg on ldr.
2151         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2152         Likewise.
2154         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2155         it's defined.
2156         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2157         Test SIGSETXID only if it's defined.
2159         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2161         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2162         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
2164         * nptl/tst-align2.c: Moved ...
2165         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2166         * nptl/Makefile (tests): Remove tst-align2.
2167         * sysdeps/unix/sysv/linux/Makefile
2168         [$(subdir) = nptl] (tests): Add tst-align-clone.
2169         * nptl/tst-getpid1.c: Moved ...
2170         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2171         * nptl/tst-getpid2.c: Moved ...
2172         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2173         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2174         * sysdeps/unix/sysv/linux/Makefile
2175         [$(subdir) = nptl] (tests): ... here.
2176         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2177         * sysdeps/unix/sysv/linux/Makefile
2178         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2180         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2181         Drop trailing \n from perror argument.  Use return rather than exit.
2183         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2184         on [SA_SIGINFO].
2185         * nptl/tst-cancel21.c (do_test): Likewise.
2186         * debug/tst-backtrace6.c: Include <signal.h> first thing.
2187         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2188         [!SA_SIGINFO]: Make it a stub test.
2190         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2191         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2193         * posix/tst-getlogin.c: Move to ...
2194         * login/tst-getlogin.c: ... here.
2195         * posix/Makefile (tests): Move tst-getlogin to ...
2196         * login/Makefile (tests): ... here.
2198         * libio/tst-atime.c (do_test): Move local variables SV and E
2199         inside [ST_NOATIME] conditional.
2201         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2203         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2205         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2206         (wait_code): New function replaces macro.
2207         Call nanosleep rather than syscall.
2209         * nptl/pt-system.c: Rewritten.  Put everything under
2210         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2211         Use IFUNC to redirect when possible.
2213         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2214         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2215         Use IFUNC to redirect when possible.
2217         * nptl/pt-fork.c: Rewritten.  Put everything under
2218         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2219         Use IFUNC to redirect when possible.
2220         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2222         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2223         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2224         unconditionally nowadays.  This included the only reference to
2225         __vdso_clock_gettime that appears outside libc proper.
2226         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2227         Remove version set (containing only __vdso_clock_gettime).
2228         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2229         Add attribute_hidden.
2230         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2231         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2232         libc_hidden_data_def.
2233         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2234         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2236         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2237         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2238         setrpcent, and getrpcport to ...
2239         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2240         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2241         getrpcbynumber_r, and getrpcent_r to ...
2242         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2243         * inet/getrpcbyname.c: Moved ...
2244         * sunrpc/getrpcbyname.c: ... here.
2245         * inet/getrpcbyname_r.c: Moved ...
2246         * sunrpc/getrpcbyname_r.c: ... here.
2247         * inet/getrpcbynumber.c: Moved ...
2248         * sunrpc/getrpcbynumber.c: ... here.
2249         * inet/getrpcbynumber_r.c: Moved ...
2250         * sunrpc/getrpcbynumber_r.c: ... here.
2251         * inet/getrpcent.c: Moved ...
2252         * sunrpc/getrpcent.c: ... here.
2253         * inet/getrpcent_r.c: Moved ...
2254         * sunrpc/getrpcent_r.c: ... here.
2255         * inet/Makefile (routines): Move those to ...
2256         * sunrpc/Makefile (routines): ... here.
2257         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2258         the $(subdirs) list.
2259         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2260         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2261         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2262         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2264         * elf/Makefile (routines): Include $(all-dl-routines), not just
2265         $(dl-routines).
2266         (rtld-routines): Likewise.  Use = rather than :=.
2267         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2268         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2269         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2270         * sysdeps/arm/Makefile: Likewise.
2271         * sysdeps/i386/Makefile: Likewise.
2272         * sysdeps/x86_64/Makefile: Likewise.
2273         * sysdeps/hppa/Makefile [$(subdir) = elf]
2274         (sysdep_routines, sysdep-rtld-routines): Don't add
2275         $(sysdep-dl-routines) to these.
2276         * sysdeps/ia64/Makefile: Likewise.
2277         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2278         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2279         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2280         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2281         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2282         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2283         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2284         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2285         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2286         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2287         these; sysdep-dl-routines alone is enough.
2289 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2291         [BZ #17932]
2292         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2293         where multiplication results in zero and third argument is finite
2294         and nonzero.
2295         * math/auto-libm-test-in: Add more tests of fma.
2296         * math/auto-libm-test-out: Regenerated.
2298         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2299         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2300         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2301         (_FP_CMP_EQ): Likewise.
2302         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2304         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2305         extra argument CHECK_NAN.  Redefine as wrapper around
2306         _FP_EXTEND_CNAN.
2308 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2310         * version.h (RELEASE): Set to "stable".
2311         (VERSION): Set to "2.21"
2312         * include/features.h (__GLIBC_MINOR__): Set to 21.
2314         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2316 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2317             Paul Eggert  <eggert@cs.ucla.edu>
2319         [BZ #16618]
2320         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2321         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2322         size in bytes. Store needed elements in wpmax. Use needed size
2323         in bytes for extend_alloca.
2325 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2327         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2328         binutls 2.25, and texinfo 5.2.
2329         * INSTALL: Regenerate.
2330         * sysdeps/nios2/configure: Regenerate.
2331         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2332         * manual/contrib.texi: Update.
2333         * po/be.po: Update.
2334         * po/bg.po: Update.
2335         * po/ca.po: Update.
2336         * po/cs.po: Update.
2337         * po/da.po: Update.
2338         * po/de.po: Update.
2339         * po/el.po: Update.
2340         * po/eo.po: Update.
2341         * po/es.po: Update.
2342         * po/fi.po: Update.
2343         * po/fr.po: Update.
2344         * po/gl.po: Update.
2345         * po/hr.po: Update.
2346         * po/hu.po: Update.
2347         * po/ia.po: Update.
2348         * po/id.po: Update.
2349         * po/it.po: Update.
2350         * po/ja.po: Update.
2351         * po/ko.po: Update.
2352         * po/lt.po: Update.
2353         * po/nb.po: Update.
2354         * po/nl.po: Update.
2355         * po/pl.po: Update.
2356         * po/pt_BR.po: Update.
2357         * po/ru.po: Update.
2358         * po/rw.po: Update.
2359         * po/sk.po: Update.
2360         * po/sl.po: Update.
2361         * po/sv.po: Update.
2362         * po/tr.po: Update.
2363         * po/uk.po: Update.
2364         * po/vi.po: Update.
2365         * po/zh_CN.po: Update.
2366         * po/zh_TW.po: Update.
2368         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2369         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2370         * sysdeps/hppa/dl-irel.h: Remove #warning.
2371         * sysdeps/hppa/entry.h: Provide prototype for
2372         __canonicalize_funcptr_for_compare and cast argument.
2373         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2374         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2375         * sysdeps/hppa/sotruss-lib.c: New file.
2376         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2377         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2378         (atomic_compare_and_exchange_bool_acq): Likewise.
2379         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2380         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2382         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2383         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2384         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2386 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2388         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2389         called function in non-PIC case.
2391 2015-01-31  David S. Miller  <davem@davemloft.net>
2393         * sysdeps/sparc/sparc32/bits/atomic.h
2394         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2395         unlock not after it.
2396         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2397         volatile register usage warnings from the compiler.
2399         * sysdeps/sparc/nptl/sem_init.c: Delete.
2400         * sysdeps/sparc/nptl/sem_post.c: Delete.
2401         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2402         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2403         * sysdeps/sparc/sparc32/sem_init.c: New file.
2404         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2405         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2406         padding explicitly initialized.
2407         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2408         padding for in-semaphore spinlock.
2409         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2410         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2411         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2412         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2413         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2414         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2415         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2416         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2417         version.
2418         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2419         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2421 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2423         [BZ #17801]
2424         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2425         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2426         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2427         New.
2428         (index_AVX_Fast_Unaligned_Load): Likewise.
2429         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2430         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2431         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2432         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2433         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2434         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2435         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2436         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2437         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2439 2015-01-29  Andreas Schwab  <schwab@suse.de>
2441         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2443 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2445         [BZ #17892]
2446         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2448 2015-01-28  Martin Sebor  <msebor@redhat.com>
2450         * math/README.libm-test: Clarify. Add "How to read the test output."
2452 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2454         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2455         Define to 0.
2457 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2459         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2460         (__HAVE_64B_ATOMICS): Define to 0.
2462 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2464         [BZ #17885]
2465         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2466         value to set as new flag.
2468         [BZ #16576]
2469         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2470         and use _ARCH_PPCSQ instead.
2471         (__ieee754_sqrt): Likewise.
2472         (__ieee754_sqrtf): Likewise.
2473         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2474         _ARCH_PPCSQ is defined.
2475         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2476         fsqrt instruction.
2477         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2478         _ARCH_PPCSQ is defined.
2479         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2480         fsqrts instruction.
2481         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2483 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2485         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2486         bug (GCC BZ #64739).
2488 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2490         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2491         Mark _retval as used.
2492         (lll_futex_wake_unlock): Likewise.
2493         (lll_futex_timed_wait_requeue_pi): Likewise.
2495         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2496         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2497         register variables.
2499         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2500         libm_hidden_def.
2502         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2503         (__bswap_64): Mark as __always_inline.
2505 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2507         [BZ #15378]
2508         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2509         when none of the search directories exist.
2511 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2513         [BZ #17869]
2514         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2515         power8 in .machine directive.
2517         [BZ #17868]
2518         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2519         set dependency from opd value.
2521 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2523         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2524         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2525         architecture.
2527 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2529         [BZ #17870]
2530         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2531         with uint64_t.
2532         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2533         (uint64_t) 1.
2534         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2535         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2536         Replace 1UL with (uint64_t) 1.
2537         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2538         int with uint64_t.
2540 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2542         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2543         (if_freenameindex): Likewise.
2545         * resource/getrlimit64.c: Add missing libc_hidden_def.
2547 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2549         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2550         __label__.
2551         (_FP_FMA): Likewise.
2552         (_FP_TO_INT_ROUND): Likewise.
2553         (_FP_FROM_INT): Likewise.
2555 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2557         [BZ #16418]
2558         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2559         Make code racy and cancel safe.
2561 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2563         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2564         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2565         attribution.
2567         * pwd/tst-getpw.c: Rewrite.
2569         [BZ #17702]
2570         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2571         (modules-names): Add moddummy1 and moddummy2.
2572         ($(objpfx)tst-rec-dlopen): Define.
2573         * dlfcn/moddummy1.c: New file.
2574         * dlfcn/moddummy2.c: New file.
2575         * dlfcn/tst-rec-dlopen.c: New file.
2576         * elf/dl-cache.c (_dl_load_cache_lookup):
2577         Return char*. Copy result with alloca/strcpy/strdup.
2578         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2579         returns char*. Free cached. If not saving realname
2580         free cached.
2581         * elf/dl-open.c (dl_open_worker): Do not assert that
2582         _r_debug->r_state is RT_CONSISTENT.
2583         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2584         returns char*.
2586 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2587             Carlos O'Donell  <carlos@redhat.com>
2589         [BZ #12674]
2590         * nptl/sem_waitcommon.c: New file.
2591         * nptl/sem_wait.c: Include sem_waitcommon.c.
2592         (__sem_wait_cleanup, do_futex_wait): Remove.
2593         (__new_sem_wait): Adapt.
2594         (__new_sem_trywait): New function.
2595         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2596         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2597         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2598         (sem_timedwait): Adapt.
2599         * nptl/sem_post.c (__new_sem_post): Adapt.
2600         (futex_wake): New function.
2601         (__old_sem_post): Add release MO fence.
2602         * nptl/sem_open.c (sem_open): Adapt.
2603         * nptl/sem_init.c (__new_sem_init): Adapt.
2604         (futex_private_if_supported): New function.
2605         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2606         (__old_sem_getvalue): Add using previous code.
2607         * sysdeps/nptl/internaltypes.h: Adapt.
2608         * nptl/tst-sem13.c (do_test): Adapt.
2609         * nptl/tst-sem11.c (main): Adapt.
2610         * nptl/sem_trywait.c: Remove.
2611         * nptl/DESIGN-sem.txt: Remove.
2612         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2613         (gen-as-const-headers): Remove structsem.sym.
2614         * nptl/structsem.sym: Remove.
2615         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2616         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2617         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2618         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2619         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2620         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2621         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2622         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2623         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2624         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2625         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2626         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2627         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2628         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2629         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2630         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2631         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2632         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2633         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2634         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2635         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2636         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2638 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2640         * INSTALL: Regenerated.
2642         * po/libc.pot: Regenerated.
2644 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2645             Sandra Loosemore  <sandra@codesourcery.com>
2646             Andrew Jenner  <andrew@codesourcery.com>
2647             Joseph Myers  <joseph@codesourcery.com>
2648             Nathan Sidwell  <nathan@codesourcery.com>
2650         * NEWS: Mention new Nios II port.
2651         * sysdeps/nios2/Implies: New file.
2652         * sysdeps/nios2/Makefile: New file.
2653         * sysdeps/nios2/Subdirs: New file.
2654         * sysdeps/nios2/Versions: New file.
2655         * sysdeps/nios2/__longjmp.S: New file.
2656         * sysdeps/nios2/abort-instr.h: New file.
2657         * sysdeps/nios2/backtrace.c: New file.
2658         * sysdeps/nios2/bits/endian.h: New file.
2659         * sysdeps/nios2/bits/fenv.h: New file.
2660         * sysdeps/nios2/bits/link.h: New file.
2661         * sysdeps/nios2/bits/setjmp.h: New file.
2662         * sysdeps/nios2/bsd-_setjmp.S: New file.
2663         * sysdeps/nios2/bsd-setjmp.S: New file.
2664         * sysdeps/nios2/configure: New generated file.
2665         * sysdeps/nios2/configure.ac: New file.
2666         * sysdeps/nios2/crti.S: New file.
2667         * sysdeps/nios2/crtn.S: New file.
2668         * sysdeps/nios2/dl-init.c: New file.
2669         * sysdeps/nios2/dl-machine.h: New file.
2670         * sysdeps/nios2/dl-sysdep.h: New file.
2671         * sysdeps/nios2/dl-tls.h: New file.
2672         * sysdeps/nios2/dl-trampoline.S: New file.
2673         * sysdeps/nios2/gccframe.h: New file.
2674         * sysdeps/nios2/gmp-mparam.h: New file.
2675         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2676         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2677         * sysdeps/nios2/ldsodefs.h: New file.
2678         * sysdeps/nios2/libc-tls.c: New file.
2679         * sysdeps/nios2/libm-test-ulps: New file.
2680         * sysdeps/nios2/machine-gmon.h: New file.
2681         * sysdeps/nios2/math-tests.h: New file.
2682         * sysdeps/nios2/math_private.h: New file.
2683         * sysdeps/nios2/memusage.h: New file.
2684         * sysdeps/nios2/nptl/Makefile: New file.
2685         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2686         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2687         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2688         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2689         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2690         * sysdeps/nios2/nptl/tls.h: New file.
2691         * sysdeps/nios2/preconfigure: New file.
2692         * sysdeps/nios2/s_fma.c: New file.
2693         * sysdeps/nios2/s_fmaf.c: New file.
2694         * sysdeps/nios2/setjmp.S: New file.
2695         * sysdeps/nios2/sfp-machine.h: New file.
2696         * sysdeps/nios2/sotruss-lib.c: New file.
2697         * sysdeps/nios2/stackguard-macros.h: New file.
2698         * sysdeps/nios2/stackinfo.h: New file.
2699         * sysdeps/nios2/start.S: New file.
2700         * sysdeps/nios2/sysdep.h: New file.
2701         * sysdeps/nios2/tls-macros.h: New file.
2702         * sysdeps/nios2/tst-audit.h: New file.
2703         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2704         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2705         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2706         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2707         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2708         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2709         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2710         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2711         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2712         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2713         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2714         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2715         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2716         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2717         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2718         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2719         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2720         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2721         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2722         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2723         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2724         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2725         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2726         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2727         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2728         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2729         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2730         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2731         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2732         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2733         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2734         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2735         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2736         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2737         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2738         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2739         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2740         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2741         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2742         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2743         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2744         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2745         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2746         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2748 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2750         [BZ #17844]
2751         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2752         (getutent): Use weak_alias in non SHARED case
2753         and default_symbol_version in SHARED case.
2754         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2755         (getutent_r, pututline): Likewise.
2756         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2757         (getutid): Likewise.
2758         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2759         (getutid_r): Likewise.
2760         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2761         (getutline): Likewise.
2762         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2763         (getutline_r): Likewise.
2764         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2765         (updwtmp): Likewise.
2767 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2769         [BZ #17848]
2770         * sysdeps/s390/s390-32/memcmp.S
2771         (memcmp_g5): Rename to __memcmp_g5.
2772         * sysdeps/s390/s390-32/memcpy.S
2773         (memcpy_g5): Rename to __memcpy_g5.
2774         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2775         (memcpy_mvcle) Rename to __memcpy_mvcle.
2776         * sysdeps/s390/s390-32/memset.S
2777         (memset_g5): Rename to __memset_g5.
2778         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2779         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2780         and use prefixed functions.
2781         * sysdeps/s390/s390-32/multiarch/memcmp.S
2782         (memcmp_z196): Rename to __memcmp_z196.
2783         (memcmp_z10): Rename to __memcmp_z10.
2784         (memcmp): Set alias to __memcmp_g5.
2785         (bcmp): Set alias to __memcmp_g5.
2786         * sysdeps/s390/s390-32/multiarch/memcpy.S
2787         (memcpy_z196): Rename to __memcpy_z196.
2788         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2789         (memcpy_z10): Rename to __memcpy_z10.
2790         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2791         (memcpy): Set alias to __memcpy_g5.
2792         * sysdeps/s390/s390-32/multiarch/memset.S
2793         (memset_z196): Rename to __memset_z196.
2794         Jump to __memset_mvcle instead of memset_mvcle.
2795         (memset_z10): Rename to __memset_z10.
2796         Jump to __memset_mvcle instead of memset_mvcle.
2797         (memset_mvcle) Rename to __memset_mvcle.
2798         (memset): Set alias to __memset_g5.
2799         * sysdeps/s390/s390-64/memcmp.S
2800         (memcmp_z900): Rename to __memcmp_z900.
2801         * sysdeps/s390/s390-64/memcpy.S
2802         (memcpy_z900): Rename to __memcpy_z900.
2803         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2804         (memcpy_mvcle) Rename to __memcpy_mvcle.
2805         * sysdeps/s390/s390-64/memset.S
2806         (memset_z900): Rename to __memset_z900.
2807         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2808         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2809         and use prefixed functions.
2810         * sysdeps/s390/s390-64/multiarch/memcmp.S
2811         (memcmp_z196): Rename to __memcmp_z196.
2812         (memcmp_z10): Rename to __memcmp_z10.
2813         (memcmp): Set alias to __memcmp_z900.
2814         (bcmp): Set alias to __memcmp_z900.
2815         * sysdeps/s390/s390-64/multiarch/memcpy.S
2816         (memcpy_z196): Rename to __memcpy_z196.
2817         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2818         (memcpy_z10): Rename to __memcpy_z10.
2819         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2820         (memcpy): Set alias to __memcpy_z900.
2821         * sysdeps/s390/s390-64/multiarch/memset.S
2822         (memset_z196): Rename to __memset_z196.
2823         Jump to __memset_mvcle instead of memset_mvcle.
2824         (memset_z10): Rename to __memset_z10.
2825         Jump to __memset_mvcle instead of memset_mvcle.
2826         (memset_mvcle) Rename to __memset_mvcle.
2827         (memset): Set alias to __memset_z900.
2829 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2831         [BZ #17748]
2832         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2833         __fesetenv instead of fesetenv.
2835 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2837         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2838         macro.
2840 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2842         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2843         regression on LE.
2845         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2846         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2847         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2848         strncmp-power8 object.
2849         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2850         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2851         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2852         * NEWS: Update.
2854 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2855             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2857         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2858         trailing byte check.
2860 2015-01-13  David S. Miller  <davem@davemloft.net>
2862         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2864 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2866         * login/logout.c (logout): Use memset rather than bzero.
2867         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2868         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2869         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2870         (_gethtbyaddr): Likewise.
2871         * locale/programs/simple-hash.c (bcopy): Macro removed.
2873 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2875         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2876         Add strcmp-power8 object.
2877         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2878         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2879         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2880         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2881         __strcmp_power8 implementation.
2882         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2883         * NEWS: Update.
2885         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2886         Add strncpy-power8 and stpncpy-power8 objects.
2887         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2888         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2889         implementations.
2890         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2891         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2892         __stpncpy_power8 implementation.
2893         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2894         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2895         __strncpy_power8 implementation.
2896         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2897         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2898         * NEWS: Update.
2900         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2901         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2902         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2904         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2905         strncat-power8 object.
2906         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2907         __strcat_power8 implementation.
2908         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2909         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2910         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2911         optimized strcat for power8.
2913         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2914         strcpy-power8 and stpcpy-power8 objects.
2915         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2916         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2917         implementations.
2918         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2919         multiarch stpcpy implementation for POWER8.
2920         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2921         multiarch strcpy implementation for POWER8.
2922         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2923         __strcpy_power8 function.
2924         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2925         stpcpy for POWER8.
2926         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2927         strcpy for POWER8.
2928         * NEWS: Update.
2930 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2932         [BZ #16009]
2933         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2934         weights and rules. Use do_xfrm_cached if data fits in cache,
2935         do_xfrm otherwise.  Moved former main loop to...
2936         * (do_xfrm_cached): New function.
2937         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2938         find_idx, find_position and stack_push.
2939         * (find_idx): New function.
2940         * (find_position): Likewise.
2941         * localedata/sort-test.sh: Added test run for do_xfrm.
2942         * localedata/xfrm-test.c (main): Added command line option
2943         -nocache to run the test with strings that are too large for
2944         the STRXFRM cache.
2946 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2948         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2949         variable to lll_futex_wake call, not the value itself.
2951 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2953         [BZ #17803]
2954         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2955         twom64.  Adjust value to 0x1p-64L.
2956         (__scalblnl): Only return standard underflowing result for K <=
2957         -64 not K <= -63; adjust exponent for underflowing result by 64
2958         not 63.
2959         * math/libm-test.inc (scalbn_test_data): Add more tests.
2960         (scalbln_test_data): Likewise.
2962         [BZ #17834]
2963         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2964         0x1p63L.
2965         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2966         not HX.
2967         * math/libm-test.inc (scalbn_test_data): Add more tests.
2968         (scalbln_test_data): Likewise.
2970 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2971             Stefani Seibold  <stefani@seibold.net>
2973         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2974         (sysdep_routines): Add dl-vdso here, ...
2975         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2976         (sysdep_routines): ... not here.
2977         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2978         fallback when vDSO is not presented.
2979         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2980         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2981         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2982         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2983         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2984         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2985         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2986         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2987         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2988         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2989         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2990         fallback configurable symbol when vDSO is not available.
2991         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2992         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2993         be able to redefine fallback symbol when vDSO is not available.
2994         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2995         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2997 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2999         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
3000         (TLS_INIT_TP): Add tm_capable initialization.
3001         (TLS_DEFINE_INIT_TP): Likewise.
3002         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
3003         TCB.
3004         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
3005         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
3006         calculation.
3007         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
3008         transactoion is lock elision is built and TCB tm_capable is set.
3009         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
3010         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3011         (INTERNAL_SYSCALL_NCS): Likewise.
3012         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3013         (INTERNAL_SYSCALL_NCS): Likewise.
3014         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
3016         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
3017         for powerpc.
3018         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3019         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
3020         and remove it for 32 bits case.
3021         [pthread_rwlock_t] (__rwelision): New field for lock elision.
3022         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
3023         initialization.
3024         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
3025         Disable lock elision with rdlocks if elision is not available.
3027         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
3028         (sysdep_routines): Add lock elision objects.
3029         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3030         [pthread_mutex_t] (__spins): Rework to add lock elision field.
3031         [pthread_mutex_t] (__elision): Add field.
3032         [__PTHREAD_SPINS]: Adjust to init lock elision field.
3033         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
3034         elision definitions for powerpc.
3035         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
3036         implementation of lock elision for powerpc.
3037         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
3038         implementation of timed lock elision for powerpc.
3039         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
3040         implementation of trylock with lock elision for powerpc.
3041         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
3042         implementaion of unlock for lock elision for powerpc.
3043         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
3044         automatic enable lock elision for mutexes.
3045         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
3046         transaction execution definitions for powerpc.
3047         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
3048         definitions.
3049         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
3050         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
3051         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
3052         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
3053         * NEWS: Update.
3055 2015-01-09  Roland McGrath  <roland@hack.frob.com>
3057         * sysdeps/posix/shm-directory.c: Use <> rather than ""
3058         for #include of <shm-directory.h>.
3060 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
3062         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
3063         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
3065 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
3067         [BZ #17791]
3068         * NEWS: Mention bug fix.
3069         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
3070         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
3071         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
3073 2015-01-09  Torvald Riegel <triegel@redhat.com>
3075         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
3077 2015-01-09  Torvald Riegel <triegel@redhat.com>
3079         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
3081 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3083         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
3084         pointer and cast to uintptr_t.
3086 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3088         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
3089         removed.
3090         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
3092 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3094         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
3095         of 0.
3097 2015-01-08  Roland McGrath  <roland@hack.frob.com>
3099         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
3100         <nptl/pthreadP.h> instead.
3101         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
3103         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
3104         already defined.
3105         [__SIGRTMIN] (init): Function removed.
3106         [__SIGRTMIN] (initialized): Variable removed.
3107         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
3108         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
3109         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
3110         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
3111         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
3112         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
3113         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
3114         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
3115         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
3116         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
3117         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
3118         * sysdeps/nptl/allocrtsig.c: New file.
3119         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
3120         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
3121         * sysdeps/generic/testrtsig.h: File removed.
3123         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3124         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3126         * nptl/nptl-init.c (pthread_functions): Conditionalize
3127         .ptr__nptl_setxid initialization on [SIGSETXID].
3129         * sysdeps/nptl/sys/procfs.h: New file.
3130         * nptl_db/Makefile (headers): Add it.
3131         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3133         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3134         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3135         * nptl/pthread_attr_setaffinity.c: Include it.
3136         * nptl/pthread_setattr_default_np.c: Likewise.
3137         * nptl/check-cpuset.h: New file.
3139 2015-01-08  Richard Henderson  <rth@redhat.com>
3141         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3142         (CFLAGS-tst-execstack-prog.c): Likewise.
3143         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3145 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
3146             Sandra Loosemore  <sandra@codesourcery.com>
3147             Andrew Jenner  <andrew@codesourcery.com>
3148             Joseph Myers  <joseph@codesourcery.com>
3149             Nathan Sidwell  <nathan@codesourcery.com>
3151         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3152         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3153         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3154         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3155         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3156         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3157         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
3158         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3159         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3160         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3161         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3162         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3163         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
3164         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3165         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3166         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3167         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3169 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3171         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3172         timespec struct member in syscall macro.
3173         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3174         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3175         first timeval struct member in syscall macro.
3176         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3178 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
3180         [BZ #17748]
3181         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3182         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3183         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3184         __feupdateenv and define as weak alias of __feupdateenv.  Use
3185         libm_hidden_weak.
3186         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3187         libm_hidden_def.
3188         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3189         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
3190         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3191         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3192         libm_hidden_def.
3193         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3194         __feupdateenv and define as weak alias of __feupdateenv.  Use
3195         libm_hidden_weak.
3196         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3197         libm_hidden_def.
3198         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3199         __feupdateenv and define as weak alias of __feupdateenv.  Use
3200         libm_hidden_weak.
3201         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3202         libm_hidden_def.
3203         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3204         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3205         (__feupdateenv): Likewise.
3206         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3207         __feupdateenv and define as weak alias of __feupdateenv.  Use
3208         libm_hidden_weak.
3209         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3210         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3211         libm_hidden_def.
3212         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3213         function.
3214         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3215         libm_hidden_def.
3216         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3217         __feupdateenv instead of feupdateenv.
3218         (default_libc_feupdateenv_test): Likewise.
3219         (libc_feresetround_ctx): Likewise.
3221 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3223         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3224         prototype.
3226 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3228         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3229         COLL_SYM in a couple of places to avoid uninitialized variable
3230         wanings on tilegx gcc 4.8.2.
3232 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3234         * sysdeps/aarch64/strcpy.S: New file.
3235         * sysdeps/aarch64/stpcpy.S: New file.
3236         * NEWS: Updated.
3238 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3240         * sysdeps/aarch64/strrchr.S: New file.
3241         * NEWS: Updated.
3243 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3245         [BZ #17658]
3246         * stdlib/setenv.c: Fix memory leak when setting large,
3247         duplicate string.
3249 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3251         [BZ #17273]
3252         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3253         and tabs from buffer before parsing fstab entry.
3254         * misc/tst-mntent.c (main): Add test for mount entry with
3255         trailing spaces and tabs.
3257 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3259         [BZ #17748]
3260         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3261         * math/fesetround.c (fesetround): Rename to __fesetround and
3262         define as weak alias of __fesetround.  Use libm_hidden_weak.
3263         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3264         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3265         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3266         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3267         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3268         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3269         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3270         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3271         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3272         __fesetround_inline.
3273         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3274         __fesetround_inline instead of __fesetround.
3275         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3276         __fesetround and define as weak alias of __fesetround.  Use
3277         libm_hidden_weak.  Call __fesetround_inline instead of
3278         __fesetround.
3279         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3280         __fesetround and define as weak alias of __fesetround.  Use
3281         libm_hidden_weak.
3282         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3283         Likewise.
3284         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3285         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3286         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3287         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3288         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3289         __fesetround and define as weak alias of __fesetround.  Use
3290         libm_hidden_weak.
3291         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3292         __fesetround instead of fesetround.
3293         (default_libc_feholdexcept_setround): Likewise.
3294         (libc_feholdsetround_ctx): Likewise.
3295         (libc_feholdsetround_noex_ctx): Likewise.
3297         [BZ #17748]
3298         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3299         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3300         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3301         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3302         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3303         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3304         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3305         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3306         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3307         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3308         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3309         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3310         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3311         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3312         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3313         libm_hidden_def.
3314         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3315         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3316         Likewise.
3317         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3318         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3319         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3320         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3321         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3322         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3323         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3324         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3325         __fesetenv instead of fesetenv.
3326         (libc_feresetround_noex_ctx): Likewise.
3327         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3328         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3329         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3330         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3331         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3332         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3333         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3334         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3335         (__feupdateenv): Likewise.
3336         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3337         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3338         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3339         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3341 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3343         [BZ #17806]
3344         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3345         addresses have been freed.
3347 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3349         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3350         and nservall.
3352 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3354         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3355         Clean up check_pf allocation pattern. addresses
3357 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3359         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3360         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3361         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3362         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3363         * nptl/pthread_join.c (pthread_join): Likewise.
3364         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3365         * sysdeps/posix/waitid.c (__waitid): Likewise.
3366         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3367         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3368         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3369         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3370         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3371         Likewise.
3372         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3373         (__libc_pread64): Likewise.
3374         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3375         (__libc_pwrite): Likewise.
3376         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3377         (__libc_pwrite64): Likewsie.
3378         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3379         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3380         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3381         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3382         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3383         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3384         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3386         Likewise.
3387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3388         (__libc_pread64): Likewise.
3389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3390         Likewise.
3391         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3392         (__libc_pwrite64): Likewise.
3393         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3394         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3395         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3396         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3397         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3398         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3399         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3400         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3401         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3402         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3403         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3404         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3405         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3406         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3407         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3408         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3409         Likewise.
3411 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3413         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3414         (CFLAGS-test-double.c): Likewise.
3415         (CFLAGS-test-ldouble.c): Likewise.
3416         (CPPFLAGS-test-ifloat.c): Likewise.
3417         (CPPFLAGS-test-idouble.c): Likewise.
3418         (CPPFLAGS-test-ildoubl.c): Likewise.
3419         (CFLAGS-test-test-fenv.c): Remove variable.
3420         (CFLAGS-test-misc.c): Likewise.
3422 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3424         [BZ #17797]
3425         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3426         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3427         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3428         CLOCKS_PER_SEC == 1000000.
3429         * time/clocktest.c (main): Replace %ld with %jd and cast to
3430         intmax_t.
3432 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3434         * sysdeps/generic/unwind-resume.h: New file.
3435         * sysdeps/gnu/unwind-resume.c: Include it.
3436         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3437         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3438         argument list.
3439         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3440         global rather than static.
3441         (_Unwind_Resume): Update user.
3442         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3443         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3444         rather than static.  Add __attribute__ ((cold)).
3445         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3446         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3447         * sysdeps/arm/arm-unwind-resume.S: New file.
3448         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3449         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3450         * sysdeps/arm/Makefile [$(subdir) = csu]
3451         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3452         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3453         Add rt-arm-unwind-resume.
3454         [$(subdir) = nptl]
3455         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3456         Add pt-arm-unwind-resume.
3457         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3458         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3460 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3462         [BZ #17748]
3463         * include/fenv.h (__feholdexcept): Declare.  Use
3464         libm_hidden_proto.
3465         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3466         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3467         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3468         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3469         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3470         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3471         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3472         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3473         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3474         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3475         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3476         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3477         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3478         (feholdexcept): Likewise.
3479         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3480         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3481         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3482         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3483         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3484         __feholdexcept instead of feholdexcept.
3485         (default_libc_feholdexcept_setround): Likewise.
3487 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3489         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3490         to avoid using stl/str to align destination.
3492 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3494         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3496 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3498         [BZ #17796]
3499         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3500         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3501         Define as weak alias not strong alias.
3503 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3505         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3506         bltzal with addiupc.
3507         (RTLD_START): Ditto.
3509 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3511         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3512         for __vdso_* functions in declarations.
3513         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3514         definitions.
3515         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3516         INTERNAL_VSYSCALL): Use struct return types to check for error.
3518         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3519         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3520         function with cast from llround().
3521         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3522         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3523         Define.
3525 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3527         [BZ #17793]
3528         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3529         Define as weak alias not strong alias.
3531         [BZ #17635]
3532         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3533         ...
3534         * ctype/ctype-extn.c: ... here.
3535         (__isblank_l): Move to ...
3536         * ctype/ctype-c99_l.c: ... here.  New file.
3537         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3538         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3539         Remove variable.
3540         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3541         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3542         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3543         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3544         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3546         [BZ #17777]
3547         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3548         (posix_fadvise64): Define as weak alias not strong alias.
3549         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3550         (posix_fallocate64): Likewise.
3551         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3552         Remove variable.
3553         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3554         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3555         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3556         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3557         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3559 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3561         [BZ #16191]
3562         * NEWS: Mention bug fix.
3563         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3564         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3565         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3566         (HOST_STACK_END_ADDR): Likewise.
3568 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3570         [BZ #17748]
3571         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3572         * math/fegetround.c (fegetround): Rename to __fegetround and
3573         define as weak alias of __fegetround.  Use libm_hidden_weak.
3574         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3575         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3576         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3577         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3578         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3579         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3580         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3581         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3582         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3583         Undefine after rather than before function definition; use
3584         parentheses around function name in definition.
3585         (__fegetround): Also undefine macro after function definition.
3586         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3587         __fegetround and define as weak alias of __fegetround.  Use
3588         libm_hidden_weak.  Do not undefine as macro.
3589         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3590         Likewise.
3591         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3592         __fegetround and define as weak alias of __fegetround.  Use
3593         libm_hidden_weak.
3594         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3595         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3596         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3597         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3598         __fegetround and define as weak alias of __fegetround.  Use
3599         libm_hidden_weak.
3600         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3601         __fegetround instead of fegetround.
3603         [BZ #17782]
3604         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3605         Condition macro definition on [__USE_MISC].
3607         [BZ #17781]
3608         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3609         (struct sigaction): Change type of sa_flags field to int.
3611         [BZ #17780]
3612         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3613         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3614         __glibc_reserved0.
3616         * nptl/version.c (banner): Use single year in copyright notice.
3618         * NEWS: Update copyright dates.
3619         * catgets/gencat.c (print_version): Likewise.
3620         * csu/version.c (banner): Likewise.
3621         * debug/catchsegv.sh: Likewise.
3622         * debug/pcprofiledump.c (print_version): Likewise.
3623         * debug/xtrace.sh (do_version): Likewise.
3624         * elf/ldconfig.c (print_version): Likewise.
3625         * elf/ldd.bash.in: Likewise.
3626         * elf/pldd.c (print_version): Likewise.
3627         * elf/sotruss.sh: Likewise.
3628         * elf/sprof.c (print_version): Likewise.
3629         * iconv/iconv_prog.c (print_version): Likewise.
3630         * iconv/iconvconfig.c (print_version): Likewise.
3631         * locale/programs/locale.c (print_version): Likewise.
3632         * locale/programs/localedef.c (print_version): Likewise.
3633         * login/programs/pt_chown.c (print_version): Likewise.
3634         * malloc/memusage.sh (do_version): Likewise.
3635         * malloc/memusagestat.c (print_version): Likewise.
3636         * malloc/mtrace.pl: Likewise.
3637         * manual/libc.texinfo: Likewise.
3638         * nptl/version.c (banner): Likewise.
3639         * nscd/nscd.c (print_version): Likewise.
3640         * nss/getent.c (print_version): Likewise.
3641         * nss/makedb.c (print_version): Likewise.
3642         * posix/getconf.c (main): Likewise.
3643         * scripts/test-installation.pl: Likewise.
3644         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3646 2015-01-02  Will Newton  <will.newton@linaro.org>
3648         * sysdeps/arm/armv7/configure: Removed.
3649         * sysdeps/arm/armv7/configure.ac: Likewise.
3651 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3653         * All files with FSF copyright notices: Update copyright dates
3654         using scripts/update-copyrights.
3655         * intl/plural.c: Regenerated.
3656         * locale/programs/charmap-kw.h: Likewise.
3657         * locale/programs/locfile-kw.h: Likewise.
3659 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3661         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3663 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3665         [BZ #17748]
3666         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3667         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3668         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3669         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3670         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3671         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3672         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3673         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3674         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3675         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3676         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3677         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3678         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3679         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3680         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3681         libm_hidden_def.
3682         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3683         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3684         Likewise.
3685         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3686         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3687         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3688         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3689         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3690         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3691         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3692         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3693         __fegetenv instead of fegetenv.
3694         (libc_feholdsetround_noex_ctx): Likewise.
3696 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3698         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3699         (Elf_MIPS_ABIFlags_v0): New structure.
3700         (EF_MIPS_FP64): Define.
3701         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3702         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3703         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3704         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3705         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3706         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3707         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3708         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3709         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3710         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3711         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3712         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3713         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3714         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3715         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3716         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3717         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3718         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3719         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3720         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3721         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3722         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3723         field.
3724         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3725         EF_MIPS_FP64.
3726         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3727         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3728         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3729         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3730         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3731         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3732         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3733         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3734         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3735         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3736         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3737         record the current FP ABI extension.
3738         (mips-mode-switch): Define to show if kernel headers support mode
3739         switching.
3740         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3741         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3742         supported SYSV ABI version to 3.
3743         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3744         feature.
3746 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3747             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3749         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3750         path.
3751         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3753 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3755         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3756         __fegetround and redefine to call __fegetround.  Remove condition
3757         on [!__NO_MATH_INLINES].
3758         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3759         function.
3760         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3761         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3762         Remove macro.
3763         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3764         instead of <fenv_libc.h>.
3765         (__llrintl): Call fegetround instead of __fegetround.
3766         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3767         instead of <fenv_libc.h>.
3768         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3769         (__lrintl): Call fegetround instead of __fegetround.
3770         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3771         instead of <fenv_libc.h>.
3772         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3773         (__rintl): Call fegetround instead of __fegetround.
3775 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3777         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3778         arrays.
3780 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3782         [BZ #17775]
3783         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3784         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3785         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3787 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3789         * sysdeps/i386/tls-macros.h: Include <features.h>.
3790         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3791         (TLS_IE): Likewise.
3792         (TLS_LD): Likewise.
3793         (TLS_GD): Likewise.
3794         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3795         define for GCC >= 5.0.
3797 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3799         * math/test-fenv.c (test_single_exception, set_single_exc,
3800         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3801         feexcp_mask_test, feenable_test, fe_single_test): Add
3802         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3803         case where they are not used.
3804         * math/libm-test.inc: Likewise.
3805         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3806         unused in the absence of FP rounding/exception support.
3807         * stdio-common/tst-printf-round.c: Likewise.
3808         * stdlib/tst-strtod-round.c: Likewise.
3809         * stdlib/tst-strtod-underflow.c: Likewise.
3811 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3813         [BZ #17723]
3814         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3815         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3816         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3817         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3818         libm_hidden_weak.
3819         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3820         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3821         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3822         libm_hidden_def.
3823         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3824         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3825         libm_hidden_weak.
3826         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3827         Likewise.
3828         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3829         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3830         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3831         libm_hidden_weak.
3832         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3833         libm_hidden_def.
3834         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3835         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3836         (__feraiseexcept): Likewise.
3837         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3838         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3839         libm_hidden_weak.
3840         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3841         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3842         libm_hidden_def.
3843         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3844         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3845         Use libm_hidden_def.
3846         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3847         libm_hidden_def.
3848         (feraiseexcept): Define as weak not strong alias.  Use
3849         libm_hidden_weak.
3850         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3851         New inline function.  Factored out of ...
3852         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3853         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3854         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3855         feraiseexcept.
3856         * math/w_acos.c (__acos): Likewise.
3857         * math/w_asin.c (__asin): Likewise.
3858         * math/w_ilogb.c (__ilogb): Likewise.
3859         * math/w_j0.c (y0): Likewise.
3860         * math/w_j1.c (y1): Likewise.
3861         * math/w_jn.c (yn): Likewise.
3862         * math/w_log.c (__log): Likewise.
3863         * math/w_log10.c (__log10): Likewise.
3864         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3865         * sysdeps/aarch64/fpu/math_private.h
3866         (libc_feupdateenv_test_aarch64): Likewise.
3867         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3868         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3869         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3870         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3871         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3872         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3873         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3874         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3875         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3876         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3878 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3880         [BZ #17732]
3881         * io/test-utime.c (main): Replace %ld with %jd and cast to
3882         intmax_t.
3883         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3884         * nptl/tst-mutex5.c: Include <stdint.h>.
3885         (do_test): Replace %ld with %jd and cast to intmax_t.
3886         * posix/tst-regex.c (run_test): Likewise.
3887         (run_test_backwards): Likewise.
3888         * rt/tst-clock.c: Include <stdint.h>.
3889         (clock_test): Replace %ld with %jd and cast to intmax_t.
3890         * rt/tst-cpuclock1.c: Include <stdint.h>.
3891         (do_test): Replace %lu with %ju and cast to uintmax_t.
3892         * rt/tst-cpuclock2.c: Include <stdint.h>.
3893         (do_test): Replace %lu with %ju and cast to uintmax_t.
3894         * rt/tst-mqueue1.c: Include <stdint.h>.
3895         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3896         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3897         intmax_t.
3898         * rt/tst-mqueue4.c (do_test): Likewise.
3899         * rt/tst-timer4.c: Include <stdint.h>.
3900         (check_ts): Replace %ld with %jd and cast to intmax_t.
3901         (do_test): Likewise.
3902         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3903         and cast to intmax_t.
3904         * sysdeps/pthread/tst-timer.c (main): Likewise.
3905         * time/clocktest.c (main): Likewise.
3906         * time/tst-posixtz.c (do_test): Likewise.
3907         * timezone/tst-timezone.c (main): Likewise.
3909 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3910             H.J. Lu  <hongjiu.lu@intel.com>
3912         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3913         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3914         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3915         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3916         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3917         version if bit_Fast_Unaligned_Load is set.
3918         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3919         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3920         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3921         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3922         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3923         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3924         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3925         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3926         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3927         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3928         to 4.
3929         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3930         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3931         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3932         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3934 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3936         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3937         instead of #if to avoid a Wundef warning.
3938         * stdlib/tst-limits.c (do_test): Likewise.
3940         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3941         parallel other exception macros.
3942         (fegetenv): Convert from macro to extern inline so that it applies
3943         retroactively to inline functions already seen by the compiler.
3944         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3946         * posix/Makefile (before-compile): Use $(objpfx) for
3947         posix-conf-vars-def.h.
3949 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3951         * posix/getconf.c (main): Use size_t for type of I.
3952         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3953         NSPEC.
3955         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3956         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3957         * posix/posix-envs.def: Likewise.
3958         * sysdeps/posix/sysconf.c: Likewise.
3959         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3960         (specs): Remove array.
3961         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3962         array.
3964         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3965         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3966         (__sysconf): Use CONF_IS_* macros.
3968         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3969         ($(objpfx)posix-conf-vars-def.h): New target.
3970         * posix/posix-conf-vars.list: New file.
3971         * posix/posix-conf-vars.h: New file.
3972         * posix/confstr.c: Include posix-conf-vars.h.
3973         (confstr): Use CONF_IS_* macros.
3974         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3975         CONF_IS_* macros.
3976         * scripts/gen-posix-conf-vars.awk: New file.
3978 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3980         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3981         fegetround): Add no-op macros to avoid linknamespace issues.
3983         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3984         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3986         * sysdeps/unix/sysv/linux/tile/sysdep.h
3987         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3988         assembly-specific section to avoid a redefinition warning.
3990         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3991         long before casting to pointer to avoid a cast warning.
3993 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3995         * sysdeps/tile/tilegx/Implies: New file.
3997 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3999         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
4001 2014-12-23  Florian Weimer  <fweimer@redhat.com>
4003         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
4005 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4007         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
4008         not define.
4009         * sysdeps/unix/sysv/linux/utimes.c: Do not include
4010         <kernel-features.h>.
4011         (__utimes) [__NR_utimes]: Make code unconditional.
4012         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
4013         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
4014         (__ASSUME_UTIMES): Do not undefine.
4015         * sysdeps/unix/sysv/linux/tile/kernel-features.h
4016         (__ASSUME_UTIMES): Likewise.
4017         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
4018         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
4019         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
4020         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
4022 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4024         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
4026 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
4028         [BZ #17747]
4029         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
4030         alias to weak alias for j0l, y0l.
4031         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
4032         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
4034         [BZ #17746]
4035         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
4036         conversion.
4038 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4040         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
4041         to zero if not already defined.
4043 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4045         [BZ #17724]
4046         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
4047         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
4048         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
4049         (char *) casts added.
4050         * sysdeps/ieee754/k_standardf.c: New file.
4051         * sysdeps/ieee754/k_standardl.c: Likewise.
4052         * math/Makefile (libm-support): Remove k_standard.
4053         (libm-calls): Add k_standard.
4055 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4057         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4058         Optimize to avoid an unnecessary FPCR read.
4060 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4062         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
4063         Optimize to reduce FPCR/FPSR accesses.
4065 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4067         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
4068         Call libc_fetestexcept_aarch64.
4070 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4072         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
4073         Call libc_fesetround_aarch64.
4075 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4077         [BZ #17733]
4078         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
4079         (__bind): Do not define as weak alias.
4080         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
4081         define.
4082         (__getsockname): Do not define as weak alias.
4084 2014-12-22  Will Newton  <will.newton@linaro.org>
4086         * manual/install.texi: Document that we require bison 2.7
4087         or above.
4088         * INSTALL: Regenerate.
4089         * configure.ac: Use AC_CHECK_PROG_VER instead of
4090         AC_PATH_PROG when checking for bison and check for
4091         version 2.7 or above.
4092         * configure: Regenerate.
4094 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
4096         [BZ #17745]
4097         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
4098         * sysdeps/tile/ffsll.c (ffsll): To here.
4100         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
4102 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4104         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
4105         if not defined.
4106         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
4107         definition.
4108         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4109         hidden ___tls_get_addr.
4110         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4111         hidden __tls_get_addr.
4112         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
4113         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
4114         Likewise.
4116 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
4118         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4119         _dl_init call.
4121 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4123         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4124         from "call _dl_init@PLT".
4125         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
4127 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
4129         * manual/search.texi: (Array Sort Function): Clarify stable sorting
4130         guarantees.
4132 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
4134         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4136 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4138         [BZ #17744]
4139         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4140         strnlen.
4142 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4144         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4145         of multu on MIPSr6.
4146         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4147         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4148         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4149         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4150         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4152 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4154         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4155         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4156         (PTR_SUBU): Use subu for mips32r6/mips64r6.
4157         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
4158         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
4159         mips32r6/mips64r6.
4160         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4162 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
4164         * string/strncat.c (STRNCAT): Simplify implementation.
4166 2014-12-19  David S. Miller  <davem@davemloft.net>
4168         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4169         access the quad as both a long double and as a series of 4 words.
4171         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4172         link_map->l_info array access.
4174 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4176         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4178         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4179         * math/atest-exp2.c (TIMEOUT): Likewise.
4180         * math/atest-sincos.c (TIMEOUT): Likewise.
4182 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4184         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4185         -Wno-error with -fno-builtin-lround.
4187 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4189         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4190         Contains futex constants and functions moved over from ...
4191         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
4192         <lowlevellock-futex.h>.
4193         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4194         (lll_timedwait_tid): Add comments and parentheses around macro
4195         arguments.
4197 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4199         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4200         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
4201         (__lll_private_flag): Remove.
4202         (lll_futex_wait): Likewise.
4203         (lll_futex_timed_wait): Likewise.
4204         (lll_futex_wake): Likewise.
4205         (lll_futex_requeue): Likewise.
4206         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4207         (__lll_timedwait_tid): Spell out argument names.
4208         (lll_timedwait_tid): Add comments and parentheses around macro
4209         arguments.
4210         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4211         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4213 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4215         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4216         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4217         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4218         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4219         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4220         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4221         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4222         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4223         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4224         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4225         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4226         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4227         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4228         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4229         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4230         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4231         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4232         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4233         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4235 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4237         * sysdeps/x86_64/x32/Makefile: New file.
4239 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4241         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4242         1L with (mp_limb_t) 1.
4244 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4246         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4247         * nptl/libc_pthread_init.c: ... here.
4248         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4249         * nptl/register-atfork.c: ... here.
4251         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4252         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4253         Use assert_perror to check its return value.
4254         (__gai_create_helper_thread): Likewise.
4256         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4258         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4260 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4262         [BZ #17725]
4263         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4264         __profil_counter.
4265         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4266         Likewise.
4267         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4268         Likewise.
4269         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4270         Likewise.
4271         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4272         (profil_counter): Likewise.
4273         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4274         (profil_counter): Likewise.
4275         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4276         Likewise.
4277         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4278         Likewise.
4279         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4280         (profil_counter): Likewise.
4281         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4282         Likewise.
4283         [!__profil_counter] (profil_counter): Define as weak alias of
4284         __profil_counter.
4285         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4286         (profil_counter): Rename to __profil_counter.
4287         [!__profil_counter] (profil_counter): Define as weak alias of
4288         __profil_counter.
4289         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4290         (profil_counter): Rename to __profil_counter.
4291         [!__profil_counter] (profil_counter): Define as weak alias of
4292         __profil_counter.
4293         * sysdeps/posix/profil.c: Update comment referring to
4294         profil_counter.
4295         (__profil): Use __profil_counter instead of profil_counter.
4296         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4297         __profil_counter.  Use __profil_counter_ushort and
4298         __profil_counter_uint in definitions.
4299         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4300         instead of profil_counter_uint and profil_counter_ushort.
4302         [BZ #17722]
4303         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4304         define as weak alias of __inet_makeaddr.
4305         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4306         as weak alias of __inet_addr.
4307         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4308         as weak alias of __inet_pton.  Use libc_hidden_weak.
4309         * include/arpa/inet.h (__inet_pton): Declare.  Use
4310         libc_hidden_proto.
4311         (inet_makeaddr): Don't use libc_hidden_proto.
4312         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4313         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4314         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4315         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4316         Remove variable.
4317         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4318         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4320 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4322         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4324 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4326         * stdio-common/bug-vfprintf-nargs.c (do_test):
4327         Cast value to intptr_t to avoid format warning
4328         for usage with PRIdPTR printing macro.
4330 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4332         * libio/tst-widetext.c (do_test):
4333         Use format type %td instead of %Zd for ptrdiff_t
4334         in order to avoid format warning.
4336 2014-12-17  Andreas Schwab  <schwab@suse.de>
4338         * nscd/mem.c (gc): Add size_t cast to match printf format.
4340 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4342         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4343         (init): Apply PTR_MANGLE to pointers before storing them.
4344         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4345         before using them.
4347 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4349         [BZ #17719]
4350         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4351         define as weak alias of __memrchr.
4352         (__memrchr): Do not define as strong alias of memrchr.
4353         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4354         Remove variable.
4355         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4356         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4357         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4359         [BZ #17717]
4360         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4361         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4362         (if_indextoname): Rename to __if_indextoname and define as weak
4363         alias of __if_indextoname.  Use libc_hidden_weak.
4364         (if_freenameindex): Rename to __if_freenameindex and define as
4365         weak alias of __if_freenameindex.
4366         (if_nameindex): Rename to __if_nameindex and define as weak alias
4367         of __if_nameindex.
4368         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4369         __if_nametoindex and define as weak alias of __if_nametoindex.
4370         Use libc_hidden_weak.
4371         (if_freenameindex): Rename to __if_freenameindex and define as
4372         weak alias of __if_freenameindex.
4373         (if_nameindex): Rename to __if_nameindex and define as weak alias
4374         of __if_nameindex.
4375         (if_indextoname): Rename to __if_indextoname and define as weak
4376         alias of __if_indextoname.  Use libc_hidden_weak.
4377         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4378         __if_nametoindex and define as weak alias of __if_nametoindex.
4379         Use libc_hidden_weak.
4380         (if_freenameindex): Rename to __if_freenameindex and define as
4381         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4382         (if_nameindex_netlink): Use __if_freenameindex instead of
4383         if_freenameindex.
4384         (if_nameindex): Rename to __if_nameindex and define as weak alias
4385         of __if_nameindex.  Use libc_hidden_weak.
4386         (if_indextoname): Rename to __if_indextoname and define as weak
4387         alias of __if_indextoname.  Use libc_hidden_weak.
4388         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4389         libc_hidden_proto.
4390         [!_ISOMAC] (__if_freenameindex): Likewise.
4391         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4392         if_nametoindex.
4393         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4394         variable.
4395         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4396         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4397         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4398         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4399         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4400         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4401         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4403         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4404         Remove variable.
4405         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4406         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4408 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4410         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4411         subscript above bounds'
4413         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4414         bounds.
4416 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4418         * libio/tst-fopenloc.c: Use test-skeleton.c.
4420         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4421         (entry): Rename to ITEM.
4422         (do_test, comp): Adjust.
4424         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4426 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4428         * string/tester.c: Include <libc-internal.h>.
4429         (test_memset): Ignore -Wmemset-transposed-args.
4431 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4433         * misc/tst-mntent2.c (do_test): Fix warning.
4435 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4437         * elf/tst-unique4lib.cc(a): Mark as used.
4439 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4441         [BZ #17630]
4442         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4443         names.
4445 2014-12-16  Allan McRae  <allan@archlinux.org>
4447         * stdio-common/Makefile (tests): Re-add bug26.
4449 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4451         [BZ #17657]
4452         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4453         static array.
4455 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4457         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4458         (__lll_lock_wait): Likewise.
4459         (__lll_timedlock_wait): Likewise.
4460         (__lll_timedwait_tid): Likewise.
4461         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4462         (__lll_robust_timedlock_wait): Likewise.
4463         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4464         (lll_cond_trylock): Likewise.
4465         (__lll_lock): Likewise.
4466         (__lll_robust_lock): Likewise.
4467         (__lll_cond_lock): Likewise.
4468         (lll_robust_cond_lock): Likewise.
4469         (__lll_timedlock): Likewise.
4470         (__lll_robust_timedlock): Likewise.
4471         (__lll_unlock): Likewise.
4472         (__lll_robust_unlock): Likewise.
4473         (lll_wait_tid): Likewise.
4474         (lll_timedwait_tid): Likewise.
4476 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4478         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4480 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4482         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4484 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4486         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4487         * stdio-common/tst-sprintf.c: Likewise.
4489 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4491         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4493 2014-12-15  Jeff Law  <law@redhat.com>
4495         [BZ #16617]
4496         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4497         on the heap.  (CVE-2012-3406)
4498         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4499         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4500         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4502 2014-12-15  Will Newton  <will.newton@linaro.org>
4504         * manual/install.texi: Bump required version of texinfo
4505         to 4.7 from 4.5.
4506         * INSTALL: Regenerated.
4507         * configure.ac: Check for makeinfo version 4.7 and above.
4508         * configure: Regenerated.
4510 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4512         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4513         PREFIX, string constant to insert between directory and name.
4514         * sysdeps/posix/shm_open.c: Update caller.
4515         * sysdeps/posix/shm_unlink.c: Likewise.
4516         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4517         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4518         (SEM_SHM_PREFIX): New macro.
4519         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4520         [$(have-thread-library) = no].
4521         * nptl/Makefile (libpthread-routines): Add shm-directory.
4522         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4523         * sysdeps/nptl/shm-directory.h: New file.
4524         * sysdeps/posix/shm-directory.c
4525         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4526         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4527         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4528         INTERNAL_SYSCALL.
4529         (__where_is_shmfs): Function removed.
4530         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4531         Variables removed.
4532         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4533         Use SHM_GET_NAME.
4534         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4536         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4537         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4538         unconditional for use inside libpthread.
4539         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4541 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4543         * nptl/pthread_getaffinity.c: New file.
4544         * nptl/pthread_setaffinity.c: New file.
4545         * nptl/pthread_getname.c: New file.
4546         * nptl/pthread_setname.c: New file.
4548         * nptl/pthread_create.c (START_THREAD_DEFN)
4549         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4551 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4552             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4554         * resolv/res_send.c (send_vc): Disable warning resplen may
4555         be used uninitialized.
4557 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4559         * nptl/tst-mutex6.c
4560         (ATTR_NULL): New define checks ATTR against NULL.
4561         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4562         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4564 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4566         [BZ #17581]
4567         * malloc/hooks.c
4568         (mem2mem_check): Revert my previous change.
4569         (malloc_check_get_size): Revert my previous change.
4570         (mem2chunk_check): Revert my previous change.
4572 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4574         * sysdeps/posix/shm-directory.c: New file.
4575         * sysdeps/posix/shm-directory.h: New file.
4576         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4577         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4578         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4579         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4580         Transmute EPERM to EACCES.
4581         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4582         from ...
4583         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4584         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4586 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4588         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4589         pointer and cast to uintptr_t.
4590         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4591         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4592         Add cast to avoid warning.
4593         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4595 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4597         * nptl/semaphore.h: Move to ...
4598         * sysdeps/pthread/semaphore.h: ... here.
4599         * Makefile (installed-headers): Change nptl/semaphore.h to
4600         sysdeps/pthread/semaphore.h.
4602 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4604         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4605         generated error format strings.
4607         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4608         -Wformat-extra-args warnings for scanf formats.
4609         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4610         test of zero-length format (duh).
4611         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4612         corner-case scanf format test.
4613         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4614         generated fprintf format string.
4615         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4616         corner-case sprintf format tests.
4617         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4618         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4619         -Wformat-extra-args warnings throughout.
4620         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4621         (CFLAGS-scanf4.c): Likewise.
4622         (CFLAGS-scanf7.c): Likewise.
4623         (CFLAGS-tst-sprintf.c): Likewise.
4624         (CFLAGS-tst-printf.c): Likewise.
4625         (CFLAGS-tst-printfsz.c): Likewise.
4627 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4629         * include/cpio.h: New file.
4630         * include/fmtmsg.h: Likewise.
4632         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4633         corresponding format argument to size_t.
4634         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4635         arguments.
4636         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4637         corresponding format argument to size_t.
4638         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4639         arguments.
4640         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4641         corresponding format argument to size_t.
4642         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4643         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4644         (CFLAGS-tst-mbswcs2.c): Likewise.
4645         (CFLAGS-tst-mbswcs3.c): Likewise.
4646         (CFLAGS-tst-mbswcs4.c): Likewise.
4647         (CFLAGS-tst-mbswcs5.c): Likewise.
4648         (CFLAGS-tst-trans.c): Likewise
4650 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4652         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4653         rather than assuming they won't contain any '%'s.
4655 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4657         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4658         inhibit_loop_to_libcall to avoid recursive calls.
4659         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4660         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4662 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4664         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4665         prototype.
4667 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4669         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4670         integer value instead of boolean.
4672 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4674         * malloc/malloc.c: Fix powerof2 check.
4676 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4678         * locale/programs/locfile.h (maybe_swap_uint32):
4679         Remove inline and add unused attribute.
4681 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4683         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4684         Truncating assembler expression to a .long expression.
4686 2014-12-11  Andreas Schwab  <schwab@suse.de>
4688         * elf/rtld.c (struct map_args): Constify str member.
4689         (do_preload): Constify fname argument.
4691 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4693         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4694         constants definition.
4696 2014-12-11  Andreas Schwab  <schwab@suse.de>
4698         [BZ #16657]
4699         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4700         FORCE_ELISION instead of DO_ELISION.
4701         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4702         Remove.
4703         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4704         Likewise.
4706         * iconvdata/gconv-modules: Remove duplicate entry.
4708 2014-12-11  Will Newton  <will.newton@linaro.org>
4710         Merge gettext 0.19.3 into intl/.
4712         This involves a number of cosmetic changes to comments
4713         and ANSI function definitions and prototypes throughout
4714         all the files. The gettext copyright header is used but
4715         with the date ranges taken from the glibc copy.
4717         * NEWS: Add gettext merge to 2.21.
4718         * intl/bindtextdom.c: Switch to gettext copyright.
4719         Use ANSI definitions and prototypes.
4720         Use gl_* locking primitives rather than __libc_* ones.
4721         Use __builtin_expect rather than __glibc_likely/unlikely.
4722         * intl/dcgettext.c: Switch to gettext copyright.
4723         Use ANSI definitions and prototypes.
4724         * intl/dcigettext.c: Switch to gettext copyright.
4725         Use ANSI definitions and prototypes.
4726         (INTDIV0_RAISES_SIGFPE): New define.
4727         Use gl_* locking primitives rather than __libc_* ones.
4728         Include eval-plural.h instead of plural-eval.c.
4729         Use __builtin_expect rather than __glibc_likely/unlikely.
4730         * intl/dcngettext.c: Switch to gettext copyright.
4731         Use ANSI definitions and prototypes.
4732         * intl/dgettext.c: Likewise.
4733         * intl/dngettext.c: Likewise.
4734         * intl/plural-eval.c: Renamed to...
4735         * intl/eval-plural.h: ...this.
4736         * intl/explodename.c: Switch to gettext copyright.
4737         Use ANSI definitions and prototypes.
4738         (_nl_explode_name): Use strchr instead of __rawmemchr.
4739         * intl/finddomain.c: Switch to gettext copyright.
4740         Use ANSI definitions and prototypes.
4741         Use gl_* locking primitives rather than __libc_* ones.
4742         (_nl_find_domain): Use malloc rather than alloca for
4743         allocation of temporary locale name.
4744         * intl/gettext.c: Switch to gettext copyright.
4745         Use ANSI definitions and prototypes.
4746         * intl/gettextP.h: Switch to gettext copyright.
4747         Use ANSI definitions and prototypes.
4748         Use gl_* locking primitives rather than __libc_* ones.
4749         * intl/gmo.h: Switch to gettext copyright.
4750         (struct sysdep_string): Move struct segment_pair outside of
4751         struct definition.
4752         * intl/hash-string.c: Use ANSI definitions and prototypes.
4753         * intl/hash-string.h: Switch to gettext copyright.
4754         Use ANSI definitions and prototypes.
4755         * intl/l10nflist.c: Switch to gettext copyright.
4756         Use ANSI definitions and prototypes.
4757         (_nl_normalize_codeset): Avoid integer overflow.
4758         * intl/loadinfo.h: Switch to gettext copyright.
4759         Use ANSI definitions and prototypes.
4760         (LIBINTL_DLL_EXPORTED): New define.
4761         (PATH_SEPARATOR): New define.
4762         * intl/loadmsgcat.c: Switch to gettext copyright.
4763         * intl/localealias.c: Switch to gettext copyright.
4764         Use ANSI definitions and prototypes.
4765         (_nl_expand_alias): Use PATH_SEPARATOR.
4766         * intl/ngettext.c: Switch to gettext copyright.
4767         Use ANSI definitions and prototypes.
4768         * intl/plural-exp.c: Likewise.
4769         * intl/plural-exp.h: Switch to gettext copyright.
4770         Use ANSI definitions and prototypes.
4771         (struct expression): Move definition of enum operator outside
4772         of struct definition.
4773         * intl/plural.c: Regenerate.
4774         * intl/plural.y: Switch to gettext copyright.
4775         Use ANSI definitions and prototypes.
4776         Port to bison 3.0.
4777         * intl/textdomain.c: Switch to gettext copyright.
4778         Use ANSI definitions and prototypes.
4779         Use gl_* locking primitives rather than __libc_* ones.
4781 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4783         * debug/warning-nop.c: Add used atrribute.
4785 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4787         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4789         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4790         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4791         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4793 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4794             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4796         [BZ #17634]
4797         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4798         Undefine after defining function.  Define as weak alias of
4799         __wcschr.  Use libc_hidden_weak.
4800         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4801         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4802         (libc_hidden_def): Also define __GI___wcschr alias.
4803         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4804         __wcschr and define as weak alias of __wcschr.
4805         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4806         __wcschr.
4807         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4808         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4809         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4810         libc_hidden_weak.  Do not use libc_hidden_def.
4811         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4812         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4813         __GI___wcschr alias.
4814         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4815         [IS_IN (libc)] (wcschr): Define as macro expanding to
4816         __redirect_wcschr.
4817         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4818         [IS_IN (libc)] (__wcschr_power6): Likewise.
4819         [IS_IN (libc)] (__wcschr_power7): Likewise.
4820         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4821         instead of wcschr.
4822         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4823         __libc_wcschr.
4824         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4825         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4826         __wcschr and define as weak alias of __wcschr.  Use
4827         libc_hidden_builtin_def.
4828         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4829         as weak alias of __wcschr.  Use libc_hidden_weak.
4830         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4831         wcschr.
4832         * time/era.c (_nl_init_era_entries): Likewise.
4833         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4834         variable.
4835         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4836         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4838 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4840         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4841         format for long int variable.
4843 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4845         [BZ #10672]
4846         * manual/search.texi: (Array Sort Function): Remove claim how to make
4847         qsort stable.
4849 2014-12-10  Andreas Schwab  <schwab@suse.de>
4851         [BZ #12847]
4852         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4853         user-controlled locks.
4855 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4857         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4858         register.
4860 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4862         * configure.ac (--disable-werror): New configure option.
4863         (enable_werror): New AC_SUBST.
4864         * configure: Regenerated.
4865         * config.make.in (enable-werror): New variable.
4866         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4867         -Wno-error=undef.
4868         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4869         * manual/install.texi (Configuring and compiling): Document
4870         --disable-werror.
4871         * INSTALL: Regenerated.
4872         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4873         (CFLAGS-tst-chk2.c): Likewise.
4874         (CFLAGS-tst-chk3.c): Likewise.
4875         (CFLAGS-tst-chk4.cc): Likewise.
4876         (CFLAGS-tst-chk5.cc): Likewise.
4877         (CFLAGS-tst-chk6.cc): Likewise.
4878         (CFLAGS-tst-lfschk1.c): Likewise.
4879         (CFLAGS-tst-lfschk2.c): Likewise.
4880         (CFLAGS-tst-lfschk3.c): Likewise.
4881         (CFLAGS-tst-lfschk4.cc): Likewise.
4882         (CFLAGS-tst-lfschk5.cc): Likewise.
4883         (CFLAGS-tst-lfschk6.cc): Likewise.
4885         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4886         (main): Disable -Wdeprecated-declarations around calls to
4887         register_printf_function.
4889         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4890         (do_test): Disable -Wdiv-by-zero around some calls to
4891         fwrite_unlocked and fread_unlocked.
4893         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4894         (DIAG_POP_NEEDS_COMMENT): Likewise.
4895         (_DIAG_STR1): Likewise.
4896         (_DIAG_STR): Likewise.
4897         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4898         * stdio-common/bug21.c: Include <libc-internal.h>.
4899         (do_test): Disable -Wformat around call to sscanf.
4900         * stdio-common/scanf14.c: Include <libc-internal.h>.
4901         (main): Disable -Wformat around some calls to scanf functions.
4903 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4905         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4907 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4909         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4910         stack variable alignment.
4912 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4914         [BZ #17682]
4915         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4916         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4917         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4918         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4919         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4920         __getrlimit instead of getrlimit.
4921         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4922         __gettimeofday instead of gettimeofday.
4923         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4924         Likewise.
4925         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4926         Likewise.
4927         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4928         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4929         Remove variable.
4930         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4931         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4933 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4935         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4936         for wide-character tests.
4938 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4940         * io/openat64.c: #include <libc-internal.h>
4941         (__openat64): Prototypify.  Use ignore_value on MODE.
4942         * io/openat.c: Likewise.
4943         * misc/reboot.c: #include <libc-internal.h>
4944         (reboot): Prototypify.  Use ignore_value on HOWTO.
4945         * misc/ptrace.c: #include <libc-internal.h>
4946         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4948 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4950         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4951         XPG4, UNIX98 and XOPEN2K.
4952         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4953         Remove variable.
4954         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4956 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4958         * libio/fileops.c: Use ISO C style for function definitions.
4959         * libio/iofopen.c: Likewise.
4960         * libio/wfileops.c: Likewise.
4962         [BZ #17653]
4963         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4964         offset on EOF.
4965         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4966         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4967         (fgets_func): Function pointer to fgets and fgetws.
4968         (do_ftell_test): Add test to verify ftell value after read
4969         EOF.
4970         (do_test): Set fgets_func.
4972         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4973         O_TRUNC flag for w and w+ modes.
4974         (do_rewind_test): Likewise.
4975         (do_ftell_test): Likewise.
4976         (do_write_test): Likewise.
4978         [BZ #17647]
4979         * libio/fileops.c (do_ftell): Seek only when there are
4980         unflushed writes.
4981         * libio/wfileops.c (do_ftell_wide): Likewise.
4982         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4983         test case.
4984         (do_one_test): Call it.
4986 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4988         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4989         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4990         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4991         Remove variable.
4992         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4993         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4994         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4996 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4998         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4999         Remove variable.
5000         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
5002         [BZ #17668]
5003         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
5004         as weak alias of __getifaddrs.  Use libc_hidden_weak.
5005         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5006         __freeifaddrs.  Use libc_hidden_weak.
5007         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
5008         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
5009         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5010         __freeifaddrs.  Use libc_hidden_weak.
5011         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
5012         __getifaddrs and define as weak alias of __getifaddrs.  Use
5013         libc_hidden_weak.
5014         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
5015         __freeifaddrs.  Use libc_hidden_weak.
5016         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
5017         Remove variable.
5018         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
5019         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
5021 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
5023         [BZ #17601]
5024         * sysdeps/mips/start.S (__start): Use indirect jump to call
5025         __libc_start_main.
5027 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5029         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
5031         * nptl/tst-mutex1.c: Include <stdbool.h>.
5032         [!ATTR] (ATTR_NULL): New macro.
5033         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
5034         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
5035         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
5037         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
5038         to char *.
5040         [BZ #17665]
5041         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
5042         Change conditional to [__USE_MISC].
5044         [BZ #17664]
5045         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
5046         fgets_unlocked.
5047         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
5048         __fgets_unlocked.
5049         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
5050         fgets_unlocked.
5051         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
5052         Remove variable.
5053         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5054         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5055         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5056         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5057         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5058         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5059         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5060         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5061         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5063         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
5065 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5067         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5068         Remove strpbrk objects.
5069         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5070         (__libc_ifunc_impl_list): Remove strpbrk implementation.
5071         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
5072         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
5073         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
5074         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
5076         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5077         Remove strcspn objects.
5078         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5079         (__libc_ifunc_impl_list): Remove strcspn implementation.
5080         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
5081         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
5082         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
5083         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
5085         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5086         Remove strspn objetcs.
5087         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5088         (__libc_ifunc_impl_list): Remove strspn implementation.
5089         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
5090         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5091         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
5092         * sysdeps/powerpc/powerpc64/strspn.S: New file.
5094 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
5096         [BZ #17581]
5097         * malloc/hooks.c
5098         (mem2mem_check): Add a terminator to the chain of checking blocks.
5099         (malloc_check_get_size): Use it here.
5100         (mem2chunk_check): Ditto.
5102 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5104         * sysdeps/powerpc/powerpc64/strtok.S: New file.
5105         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
5107 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
5109         * bits/ioctl-types.h: Indent preprocessor directives correctly.
5111         * nptl/nptl-init.c: Include libc-internal.h.
5112         (__pthread_initialize_minimal_internal): Use ROUND_UP.
5114         * elf/ldconfig.c (search_dir): Expand comment.
5116 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
5118         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
5119         variable.
5120         (linknamespace-symlist-stdlibs-tests): Likewise.
5121         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
5122         instead of $(objpfx)symlist-stdlibs.
5123         (linknamespace-libs-isoc): New variable.
5124         (linknamespace-libs): Use $(linknamespace-libs-isoc).
5125         (linknamespace-libs-ISO): New variable.
5126         (linknamespace-libs-ISO99): Likewise.
5127         (linknamespace-libs-ISO11): Likewise.
5128         (linknamespace-libs-XPG3): Likewise.
5129         (linknamespace-libs-XPG4): Likewise.
5130         (linknamespace-libs-POSIX): Likewise.
5131         (linknamespace-libs-UNIX98): Likewise.
5132         (linknamespace-libs-XOPEN2K): Likewise.
5133         (linknamespace-libs-POSIX2008): Likewise.
5134         (linknamespace-libs-XOPEN2K8): Likewise.
5135         ($(objpfx)symlist-stdlibs): Replace by
5136         $(linknamespace-symlist-stdlibs-tests).  Use
5137         $(linknamespace-libs-$*) as set of libraries.
5138         ($(linknamespace-header-tests)): Update dependencies.  Use
5139         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5140         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5141         * conform/linknamespace.pl: Remove comment about considering
5142         definitions of symbols from irrelevant libraries.
5144 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
5146         [BZ #13862]
5147         * elf/dl-tls.c: Include <atomic.h>.
5148         (oom): Remove #ifdef SHARED/#endif.
5149         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5150         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
5151         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5152         big enough.
5153         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5154         * nptl/Makefile (tests): Add tst-stack4.
5155         (modules-names): Add tst-stack4mod.
5156         ($(objpfx)tst-stack4): New.
5157         (tst-stack4mod.sos): Likewise.
5158         ($(objpfx)tst-stack4.out): Likewise.
5159         ($(tst-stack4mod.sos)): Likewise.
5160         (clean): Likewise.
5161         * nptl/tst-stack4.c: New file.
5162         * nptl/tst-stack4mod.c: Likewise.
5164 2014-11-27  J. Brown  <jb999@gmx.de>
5166         * sysdeps/x86/bits/string.h: Add recent CPUs.
5168 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5170         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5171         sigblock.
5173         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5174         feof.
5176         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5177         variable.
5179 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
5181         * nscd/connections.c: Include libc-internal.h because of macro
5182         usage ignore_value.
5184 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5186         * string/bits/string3.h (__warn_memset_zero_len): Don't
5187         declare for gcc newer than 5.0.
5188         (memset): Don't test for zero-length __LEN for gcc newer than
5189         5.0.
5191 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5193         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5194         size_t for %zu format.
5196         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5197         difference, not %ju.
5199 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5201         * include/libc-internal.h (ignore_value): New macro.
5202         * nscd/connections.c (restart): Wrap calls to setuid and setgid
5203         with ignore_value.
5205         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5206         definition.
5208         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5209         pthread_cleanup_push to void *.
5211         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5212         Undefine.
5214         [BZ #16619]
5215         [BZ #16740]
5216         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5217         instead of 1L << 52.
5219         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5220         * libio/bug-rewind2.c (do_test): Likewise.
5222         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5223         * debug/test-strcpy_chk-ifunc.c: Likewise.
5224         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5225         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5226         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5227         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5228         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5229         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5230         * Rules [$(multi-arch) = no] (tests): Do not filter out
5231         $(tests-ifunc).
5232         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5233         * debug/Makefile (tests-ifunc): Remove variable.
5234         (tests): Do not add $(tests-ifunc).
5235         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5236         (tests): Do not add $(tests-ifunc).
5237         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5238         [TEST_IFUNC]: Remove conditionals.
5239         * string/test-string.h (TEST_IFUNC): Remove macro.
5240         [TEST_IFUNC]: Remove conditionals.
5242         * string/test-strchr.c [!WIDE] (L): New macro.
5243         [WIDE] (L): Likewise.
5244         (check1): Use CHAR instead of char.  Use L on string and character
5245         constants.
5247 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5249         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5250         tests.
5251         * sysdeps/powerpc/bits/atomic.h
5252         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5253         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5254         (atomic_exchange_and_add_acq): Likewise.
5255         (atomic_exchange_and_add_rel): Likewise.
5256         * sysdeps/powerpc/powerpc32/bits/atomic.h
5257         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5258         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5259         * sysdeps/powerpc/powerpc64/bits/atomic.h
5260         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5261         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5263 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5265         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5266         Change synchronization of __sched_fifo_min_prio and
5267         __sched_fifo_max_prio.
5268         * nptl/pthread_mutexattr_getprioceiling.c
5269         (pthread_mutexattr_getprioceiling): Likewise.
5270         * nptl/pthread_mutexattr_setprioceiling.c
5271         (pthread_mutexattr_setprioceiling): Likewise.
5272         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5273         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5274         Likewise.
5276 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5278         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5279         void.
5281 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5283         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5284         third argument const.
5286 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5288         fnmatch: work around GCC compiler warning bug with uninit var
5289         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5290         This works around a bug with x86-64 GCC 4.9.2 and earlier
5291         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5292         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5293         used uninitialized in this function [-Wmaybe-uninitialized]".
5295 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5297         * posix/bug-regex31.c (main): Return RES not 0.
5299 2014-11-25  Anton Blanchard <anton@samba.org>
5301         * sysdeps/powerpc/bits/atomic.h
5302         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5304 2014-11-24  Sterling Augustine  <saugustine@google.com>
5306         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5308 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5310         [BZ #17608]
5311         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5313 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5315         [BZ #17633]
5316         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5317         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5318         variable.
5319         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5320         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5322 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5324         * string/strncpy.c (strncpy): Improve performance by using memset.
5326 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5328         * string/strcpy.c (strcpy):
5329         Improve performance by using strlen and memcpy.
5331 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
5333         * string/strcoll_l.c (get_next_seq): __always_inline.
5334         * string/strcoll_l.c (do_compare): __always_inline.
5336 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5338         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5339         defined.
5340         * include/mqueue.h: Likewise.
5341         * include/stdlib.h: Likewise.
5343         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5344         (get_null_defines): Adjust.
5345         * sunrpc/Makefile: Adjust comment.
5346         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5347         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5348         (CFLAGS-interp.c): Likewise.
5349         (CFLAGS-ldconfig.c): Likewise.
5350         (CPPFLAGS-.os): Likewise.
5351         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5352         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5353         * extra-modules.mk (extra-modules.mk): Likewise.
5354         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5355         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5356         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5357         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5358         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5359         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5360         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5361         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5362         * iconvdata/Makefile (CPPFLAGS): Likewise.
5363         (cpp-srcs-left): Add libof for all iconvdata routines.
5364         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5365         * include/assert.h: Likewise.
5366         * include/ctype.h: Likewise.
5367         * include/errno.h: Likewise.
5368         * include/libc-symbols.h: Likewise.
5369         * include/math.h: Likewise.
5370         * include/netdb.h: Likewise.
5371         * include/resolv.h: Likewise.
5372         * include/stdio.h: Likewise.
5373         * include/stdlib.h: Likewise.
5374         * include/string.h: Likewise.
5375         * include/sys/stat.h: Likewise.
5376         * include/wctype.h: Likewise.
5377         * intl/l10nflist.c: Likewise.
5378         * libidn/idn-stub.c: Likewise.
5379         * libio/libioP.h: Likewise.
5380         * nptl/libc_multiple_threads.c: Likewise.
5381         * nptl/pthreadP.h: Likewise.
5382         * posix/regex_internal.h: Likewise.
5383         * resolv/res_hconf.c: Likewise.
5384         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5385         * sysdeps/arm/memmove.S: Likewise.
5386         * sysdeps/arm/sysdep.h: Likewise.
5387         * sysdeps/generic/_itoa.h: Likewise.
5388         * sysdeps/generic/symbol-hacks.h: Likewise.
5389         * sysdeps/gnu/errlist.awk: Likewise.
5390         * sysdeps/gnu/errlist.c: Likewise.
5391         * sysdeps/i386/i586/memcpy.S: Likewise.
5392         * sysdeps/i386/i586/memset.S: Likewise.
5393         * sysdeps/i386/i686/memcpy.S: Likewise.
5394         * sysdeps/i386/i686/memmove.S: Likewise.
5395         * sysdeps/i386/i686/mempcpy.S: Likewise.
5396         * sysdeps/i386/i686/memset.S: Likewise.
5397         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5398         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5399         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5400         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5401         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5402         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5403         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5404         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5405         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5406         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5407         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5408         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5409         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5410         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5411         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5412         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5413         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5414         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5415         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5416         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5417         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5418         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5419         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5420         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5421         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5422         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5423         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5424         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5425         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5426         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5427         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5428         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5429         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5430         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5431         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5432         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5433         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5434         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5435         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5436         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5437         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5438         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5439         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5440         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5441         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5442         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5443         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5444         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5445         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5446         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5447         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5448         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5449         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5450         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5451         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5452         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5453         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5454         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5455         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5456         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5457         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5458         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5459         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5460         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5461         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5462         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5463         * sysdeps/posix/closedir.c: Likewise.
5464         * sysdeps/posix/opendir.c: Likewise.
5465         * sysdeps/posix/readdir.c: Likewise.
5466         * sysdeps/posix/rewinddir.c: Likewise.
5467         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5468         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5469         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5470         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5471         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5472         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5473         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5474         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5475         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5476         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5477         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5478         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5479         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5480         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5481         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5482         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5483         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5484         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5485         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5486         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5487         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5488         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5489         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5490         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5491         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5492         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5493         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5494         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5495         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5496         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5497         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5498         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5499         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5500         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5501         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5502         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5503         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5504         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5505         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5506         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5507         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5508         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5509         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5510         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5511         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5512         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5513         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5514         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5515         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5516         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5517         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5518         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5519         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5520         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5521         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5522         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5523         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5524         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5525         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5526         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5527         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5528         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5529         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5530         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5531         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5532         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5533         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5534         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5535         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5536         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5537         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5538         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5539         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5540         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5541         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5542         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5543         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5544         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5545         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5546         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5547         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5548         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5549         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5550         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5551         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5552         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5553         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5554         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5555         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5556         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5557         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5558         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5559         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5560         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5561         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5562         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5563         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5564         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5565         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5566         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5567         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5568         * sysdeps/unix/alpha/sysdep.S: Likewise.
5569         * sysdeps/unix/alpha/sysdep.h: Likewise.
5570         * sysdeps/unix/make-syscalls.sh: Likewise.
5571         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5572         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5573         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5574         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5575         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5576         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5577         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5578         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5579         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5580         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5581         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5582         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5583         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5584         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5585         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5586         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5587         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5588         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5589         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5590         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5591         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5592         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5593         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5594         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5595         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5596         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5597         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5598         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5600         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5601         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5602         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5603         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5604         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5605         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5606         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5607         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5608         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5609         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5610         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5611         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5612         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5613         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5614         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5615         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5616         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5617         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5618         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5619         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5620         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5621         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5622         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5623         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5624         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5625         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5626         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5627         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5628         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5629         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5630         * sysdeps/x86_64/memcpy.S: Likewise.
5631         * sysdeps/x86_64/memmove.c: Likewise.
5632         * sysdeps/x86_64/memset.S: Likewise.
5633         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5634         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5635         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5636         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5637         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5638         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5639         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5640         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5641         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5642         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5643         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5644         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5645         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5646         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5647         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5648         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5649         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5650         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5651         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5652         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5653         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5654         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5655         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5656         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5657         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5658         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5659         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5660         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5661         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5662         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5663         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5664         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5665         * sysdeps/x86_64/strcmp.S: Likewise.
5667         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5669         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5670         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5671         * elf/rtld-Rules: Likewise.
5672         * elf/setup-vdso.h: Likewise.
5673         * include/assert.h: Likewise.
5674         * include/bits/stdlib-float.h: Likewise.
5675         * include/errno.h: Likewise.
5676         * include/sys/stat.h: Likewise.
5677         * include/unistd.h: Likewise.
5678         * sysdeps/aarch64/setjmp.S: Likewise.
5679         * sysdeps/alpha/setjmp.S: Likewise.
5680         * sysdeps/arm/__longjmp.S: Likewise.
5681         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5682         * sysdeps/arm/setjmp.S: Likewise.
5683         * sysdeps/arm/sysdep.h: Likewise.
5684         * sysdeps/generic/_itoa.h: Likewise.
5685         * sysdeps/generic/dl-sysdep.h: Likewise.
5686         * sysdeps/generic/ldsodefs.h: Likewise.
5687         * sysdeps/i386/dl-tls.h: Likewise.
5688         * sysdeps/i386/setjmp.S: Likewise.
5689         * sysdeps/m68k/setjmp.c: Likewise.
5690         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5691         * sysdeps/mach/hurd/opendir.c: Likewise.
5692         * sysdeps/posix/getcwd.c: Likewise.
5693         * sysdeps/posix/opendir.c: Likewise.
5694         * sysdeps/posix/profil.c: Likewise.
5695         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5696         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5697         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5698         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5699         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5700         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5701         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5702         * sysdeps/s390/dl-tls.h: Likewise.
5703         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5704         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5705         * sysdeps/sh/sh3/setjmp.S: Likewise.
5706         * sysdeps/sh/sh4/setjmp.S: Likewise.
5707         * sysdeps/unix/alpha/sysdep.h: Likewise.
5708         * sysdeps/unix/arm/sysdep.S: Likewise.
5709         * sysdeps/unix/i386/sysdep.S: Likewise.
5710         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5711         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5712         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5713         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5714         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5715         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5716         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5717         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5718         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5719         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5720         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5721         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5722         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5723         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5725         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5726         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5727         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5728         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5729         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5730         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5731         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5732         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5733         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5734         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5735         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5736         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5737         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5738         * sysdeps/x86_64/setjmp.S: Likewise.
5740         * include/math.h: Use IS_IN instead of IS_IN_libm.
5741         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5742         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5743         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5744         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5745         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5746         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5747         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5748         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5749         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5750         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5751         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5752         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5753         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5754         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5755         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5756         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5757         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5758         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5759         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5760         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5761         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5762         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5763         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5764         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5765         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5766         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5767         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5768         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5769         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5770         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5771         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5772         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5773         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5774         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5775         Likewise.
5776         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5777         Likewise.
5778         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5779         Likewise.
5780         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5781         Likewise.
5782         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5783         Likewise.
5784         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5785         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5786         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5787         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5788         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5789         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5790         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5791         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5792         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5793         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5794         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5795         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5796         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5797         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5798         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5799         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5800         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5801         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5802         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5803         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5804         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5805         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5806         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5807         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5808         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5809         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5810         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5812         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5813         * nptl/pthreadP.h: Likewise.
5814         * nptl_db/structs.def: Likewise.
5815         * sysdeps/arm/sysdep.h: Likewise.
5816         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5817         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5818         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5819         * sysdeps/unix/alpha/sysdep.h: Likewise.
5820         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5821         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5822         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5823         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5824         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5825         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5826         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5827         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5828         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5829         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5830         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5831         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5832         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5833         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5834         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5835         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5836         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5837         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5838         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5839         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5840         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5841         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5842         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5843         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5844         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5845         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5847         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5848         * nptl/pthreadP.h: Likewise.
5849         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5850         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5851         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5852         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5853         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5854         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5855         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5856         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5857         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5858         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5859         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5860         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5862         Likewise.
5863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5864         Likewise.
5865         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5866         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5867         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5868         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5869         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5870         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5871         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5872         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5874         * dlfcn/dladdr.c: Use IS_IN.
5875         * dlfcn/dladdr1.c: Likewise.
5876         * dlfcn/dlclose.c: Likewise.
5877         * dlfcn/dlerror.c: Likewise.
5878         * dlfcn/dlinfo.c: Likewise.
5879         * dlfcn/dlmopen.c: Likewise.
5880         * dlfcn/dlopen.c: Likewise.
5881         * dlfcn/dlsym.c: Likewise.
5882         * dlfcn/dlvsym.c: Likewise.
5884         * include/ifaddrs.h: Use IS_IN.
5885         * inet/check_pf.c: Likewise.
5886         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5887         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5889         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5890         IS_IN_ldconfig.
5891         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5892         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5894         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5895         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5896         IS_IN (libc).
5898         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5900         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5901         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5902         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5903         * include/libc-symbols.h (IS_IN_LIB): New macro.
5904         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5905         * include/netdb.h: Likewise.
5906         * include/stap-probe.h: Remove all uses of IN_LIB.
5908         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5909         instead of IN_MODULE.
5910         * include/libc-symbols.h (IN_MODULE): Define using
5911         MODULE_NAME.
5912         (PASTE_NAME, PASTE_NAME1): New macros.
5913         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5914         of IN_LIB.
5915         (STAP_PROBE_ASM): Likewise.
5917 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5919         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5920         __mach_init in dlopened libc.
5922 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5924         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5925         * sysdeps/arm/preconfigure: Regenerate.
5927 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5929         * nptl/pthread_create.c (__pthread_create_2_1): Set
5930         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5931         when copying values from IATTR into PD.
5933 2014-11-21  Will Newton  <will.newton@linaro.org>
5934             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5936         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5937         Refactor inline-asm.  Also add comment.
5939         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5940         ElfW macro instead of hardcoded Elf64 types.
5941         (la_aarch64_gnu_pltenter): Likewise.
5942         * sysdeps/aarch64/dl-machine.h
5943         (elf_machine_runtime_setup): Use ElfW(Addr).
5945         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5946         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5947         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5948         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5949         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5950         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5951         (R_AARCH64_TLS_DTPMOD): This.
5952         (R_AARCH64_TLS_DTPREL64): Rename to ...
5953         (R_AARCH64_TLS_DTPREL): This.
5954         (R_AARCH64_TLS_TPREL64): Rename to ...
5955         (R_AARCH64_TLS_TPREL): This.
5956         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5957         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5958         R_AARCH64_TLS_TPREL64.
5959         (elf_machine_rela): Likewise.
5961 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5963         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5964         by setting it to 0.  64b atomics are not supported currently.
5966 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5968         [BZ #16469]
5969         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5970         search domain names.
5972 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5974         [BZ #16469]
5975         * NEWS: Update.
5976         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5977         trailing dot.
5978         * posix/tst-getaddrinfo5.c: New.
5979         * posix/Makefile (tests): Add it.
5981 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5983         [BZ #14498]
5984         * NEWS: Fixed.
5985         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5986         after parsing line but before break_if_match.
5987         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5988         if there is a protocol mismatch.
5990 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5992         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5993         because the potential race is on the user-supplied stream.
5995 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5997         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5998         string literal if not passed a buffer.
5999         * manual/job.texi (ctermid): Update reasoning, note deviation
6000         from posix, suggest mtasurace when not passed a buffer, for
6001         future non-preliminary safety notes.
6003 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6005         * manual/users.texi (cuserid): Fix MT-Safety note for the case
6006         of not passing it a buffer.
6007         Reported by Peng Haitao.
6009 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
6011         * manual/Makefile ($(objpfx)stamp-summary): Require
6012         check-safety.sh to pass.
6013         * manual/check-safety.sh: Wish for verification that every
6014         @deftypefn and @deftypefun is followed by a @safety remark.
6016 2014-11-20  Roland McGrath  <roland@hack.frob.com>
6018         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
6020         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
6021         PTHREAD_CANCEL_ASYNCHRONOUS.
6022         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
6023         send SIGCANCEL.
6025         * nptl/default-sched.h: New file.
6026         * sysdeps/unix/sysv/linux/default-sched.h: New file.
6027         * nptl/pthread_create.c: Include it.
6028         (__pthread_create_2_1): Use collect_default_sched instead of making
6029         Linux syscalls here directly.
6031 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6033         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
6034         __pthread_once): Use C11 atomics.
6036 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6038         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
6040 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6042         * include/atomic.h (__atomic_link_error, __atomic_check_size,
6043         atomic_thread_fence_acquire, atomic_thread_fence_release,
6044         atomic_thread_fence_seq_cst, atomic_load_relaxed,
6045         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
6046         atomic_compare_exchange_weak_relaxed,
6047         atomic_compare_exchange_weak_acquire,
6048         atomic_compare_exchange_weak_release,
6049         atomic_exchange_acquire, atomic_exchange_release,
6050         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
6051         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
6052         atomic_fetch_and_acquire,
6053         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
6055 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6057         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
6058         USE_ATOMIC_COMPILER_BUILTINS): Define.
6059         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
6060         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6061         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
6062         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6063         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
6064         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6065         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
6066         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6067         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
6068         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6069         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
6070         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6071         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
6072         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6073         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
6074         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6075         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6076         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6077         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6078         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6079         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
6080         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6081         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6082         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6083         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
6084         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6085         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6086         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6087         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
6088         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6089         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
6090         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6091         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
6092         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6093         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
6094         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6095         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
6096         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6097         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
6098         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6100 2014-11-19  Roland McGrath  <roland@hack.frob.com>
6102         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
6103         the sched_priority value here.  It was already checked when the user
6104         called pthread_attr_setschedparam.
6106         * nptl/tst-bad-schedattr.c: New file.
6107         * nptl/Makefile (tests): Add it.
6109 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
6110             Florian Weimer  <fweimer@redhat.com>
6111             Joseph Myers  <joseph@codesourcery.com>
6112             Adam Conrad  <adconrad@0c3.net>
6113             Andreas Schwab  <schwab@suse.de>
6114             Brooks  <bmoses@google.com>
6116         [BZ #17625]
6117         * wordexp-test.c (__dso_handle): Add prototype.
6118         (__register_atfork): Likewise.
6119         (__app_register_atfork): New function.
6120         (registered_forks): New global.
6121         (register_fork): New function.
6122         (test_case): Add 3 new tests for WRDE_CMDSUB.
6123         (main): Call __app_register_atfork.
6124         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6125         fork count is non-zero fail the test.
6126         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6127         is set.
6128         (parse_dollars): Remove check for WRDE_NOCMD.
6129         (parse_dquote): Likewise.
6131 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6133         * Makeconfig (built-modules): List non-library modules to be
6134         built.
6135         (module-cppflags): Include libc-modules.h for
6136         everything except shlib-versions.v.i.
6137         (CPPFLAGS): Use it.
6138         (before-compile): Add libc-modules.h.
6139         ($(common-objpfx)libc-modules.h,
6140         $(common-objpfx)libc-modules.stmp): New targets.
6141         (common-generated): Add libc-modules.h and libc-modules.stmp.
6142         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6143         * include/libc-symbols.h: Don't include libc-modules.h.
6144         * include/libc-modules.h: Remove file.
6145         * scripts/gen-libc-modules.awk: New script to generate
6146         libc-modules.h.
6147         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6148         Depend on libc-modules.stmp.
6150         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6152         * Makeconfig (in-module): Get value of libof set for the
6153         translation unit.
6154         (CPPFLAGS): Use $(in-module).
6155         * Makerules: Don't suffix routine names for nonlib.
6156         * include/libc-modules.h: New file.
6157         * include/libc-symbols.h: Include libc-modules.h
6158         (IS_IN): New macro to replace IS_IN_* macros.
6159         * elf/Makefile: Set libof-* for each routine.
6160         * elf/rtld-Rules: Likewise.
6161         * extra-modules.mk: Likewise.
6162         * iconv/Makefile: Likewise.
6163         * iconvdata/Makefile: Likewise.
6164         * locale/Makefile: Likewise.
6165         * malloc/Makefile: Likewise.
6166         * nss/Makefile: Likewise.
6167         * sysdeps/gnu/Makefile: Likewise.
6168         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6169         * sysdeps/unix/sysv/linux/Makefile: Likewise.
6170         * sysdeps/s390/s390-64/Makefile: Likewise.
6171         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
6172         CPPFLAGS for nscd instead of nonlib.
6174 2014-11-18  Roland McGrath  <roland@hack.frob.com>
6176         * nptl/createthread.c: New file.
6178         * nptl/createthread.c: Moved ...
6179         * sysdeps/unix/sysv/linux/createthread.c: ... here.
6181         * nptl/createthread.c: Add proper top-line comment.
6182         (do_clone): Folded into ...
6183         (create_thread): ... here.  Take new arguments STOPPED_START and
6184         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
6185         increment __nptl_threads, do event-reporting logic, do
6186         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6187         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
6188         resource cleanup if sched_setaffinity or sched_setscheduler fails,
6189         just send SIGCANCEL.
6190         * nptl/pthread_create.c: Forward-declare create_thread before
6191         including createthread.c.
6192         (start_thread): Use new macro START_THREAD_DEFN to replace defining
6193         declaration, and new macro START_THREAD_SELF to replace argument.
6194         Remove return statement.
6195         (report_thread_creation): New function.
6196         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
6197         synchronization logic, and __nptl_nthreads increment here, around
6198         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
6199         PD->parent_cancelhandling here, before create_thread.  When
6200         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6201         __deallocate_stack, and ENOMEM translation here.
6203 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6205         [BZ #17616]
6206         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6207         (mptwo): Rename to __mptwo.
6208         (__inv): Use __mptwo instead of mptwo.
6209         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6210         (mptwo): Rename to __mptwo.
6211         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6212         of mpone and __mptwo instead of mptwo.
6213         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6214         instead of mpone.
6215         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6216         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6217         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6218         of mpone and __mptwo instead of mptwo.
6219         (__mpranred): Use __mpone instead of mpone.
6220         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6221         variable.
6222         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6223         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6224         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6225         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6226         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6227         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6228         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6229         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6230         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6231         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6232         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6233         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6234         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6235         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6236         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6237         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6238         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6239         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6240         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6242 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6244         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6245         replace BSD Handler xref with BSD Signal Handling.
6247 2014-11-17  Richard Henderson  <rth@redhat.com>
6249         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6250         (_FP_PACK_RAW_2): Remove.
6251         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6252         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6253         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6254         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6255         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6256         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6257         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6258         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6259         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6260         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6261         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6262         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6263         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6264         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6265         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6266         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6268 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6270         * signal/signal.h [__USE_MISC]
6271         (struct sigvec): Remove type.
6272         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6273         (sigvec): Remove declaration.
6274         * sysdeps/posix/sigvec.c: Moved ...
6275         * signal/sigvec.c: ... here, replacing old file.
6276         (struct sigvec): New type, copied from old signal.h definition.
6277         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6278         (__sigvec): Convert definition to prototype.
6279         (sigvec): Replace weak_alias with compat_symbol.
6280         * signal/Versions (libc: GLIBC_2.21): New version set.
6281         * include/signal.h: Remove __sigvec declaration.
6282         * sysdeps/unix/bsd/sigvec.c: Remove file.
6283         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6284         * manual/signal.texi (BSD Handler): Remove subsection.
6285         Move siginterrupt up to ...
6286         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6287         (Blocking in BSD): Fold subsection into its parent.
6288         * NEWS: Mention sigvec removal.
6290 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6292         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6293         (DLA_FMS): Make definition conditional only on [__FMA4__].
6294         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6295         definition.
6297         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6298         Make definition conditional only on [PROF].
6299         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6300         definition.
6301         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6302         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6304         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6305         !__GNUC__].
6306         * include/signal.h (__sigpause): Move declaration above call to
6307         libc_hidden_proto.
6308         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6309         variable.
6310         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6311         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6313 2014-11-14  David S. Miller  <davem@davemloft.net>
6315         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6316         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6318 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6320         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6321         * configure: Regenerated.
6322         * manual/install.texi (Tools for Compilation): Document a
6323         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6324         compiler verified to work.
6325         * INSTALL: Regenerated.
6327         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6328         redeclare with asm name.
6329         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6330         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6331         including <string.h>.
6332         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6333         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6334         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6335         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6336         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6337         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6338         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6340 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6342         * stdlib/strtol.c (__strtol): Use prototype definition.
6344         [BZ #17594]
6345         * stdlib/strtol.c (SYM__): New macro.
6346         (SYM__1): Likewise.
6347         (__strtol): Likewise.
6348         (strtol): Rename to __strtol and define as weak alias of
6349         __strtol.  Use libc_hidden_weak.
6351 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6353         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6354         Use numbered labels in inline assembly.
6356 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6358         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6359         Add setjmp LIBC_PROBE.
6360         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6361         Likewise.
6362         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6363         Add longjmp, longjmp_target LIBC_PROBE.
6364         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6365         Likewise.
6367 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6369         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6370         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6371         to get rid of unused variable warning.
6373 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6375         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6376         Check for unwind_backtrace ==  NULL only in SHARED case.
6377         (__backchain_backtrace): Compile only in SHARED case.
6378         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6379         Likewise.
6380         (__backchain_backtrace): Declare as static.
6382 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6384         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6385         (__libc_multiple_threads_ptr): Variable moved ...
6386         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6388 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6390         * conform/GlibcConform.pm: New file.
6391         * conform/conformtest.pl: Use GlibcConform module.
6392         * conform/linknamespace.pl: New file.
6393         * conform/list-header-symbols.pl: Likewise.
6394         * conform/Makefile (linknamespace-symlists-base): New variable.
6395         (linknamespace-symlists-tests): Likewise.
6396         (linknamespace-header-base): Likewise.
6397         (linknamespace-header-tests): Likewise.
6398         (tests-special): Add new tests.
6399         ($(linknamespace-symlists-tests)): New rule.
6400         (linknamespace-libs): New variable.
6401         ($(objpfx)symlist-stdlibs): New rule.
6402         ($(linknamespace-header-tests)): Likewise.
6403         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6404         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6405         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6406         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6407         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6408         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6409         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6410         (test-xfail-ISO/math.h/linknamespace): Likewise.
6411         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6412         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6413         (test-xfail-ISO/time.h/linknamespace): Likewise.
6414         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6415         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6416         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6417         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6418         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6419         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6420         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6421         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6422         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6423         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6424         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6425         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6426         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6427         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6428         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6429         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6430         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6431         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6432         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6433         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6434         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6435         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6436         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6437         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6438         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6439         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6440         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6441         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6442         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6443         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6444         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6445         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6446         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6447         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6448         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6449         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6450         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6451         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6452         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6453         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6454         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6455         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6456         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6457         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6458         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6459         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6460         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6461         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6462         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6463         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6464         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6465         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6466         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6467         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6468         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6469         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6470         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6471         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6472         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6473         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6474         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6475         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6476         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6477         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6478         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6479         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6480         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6481         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6482         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6483         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6484         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6485         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6486         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6487         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6488         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6489         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6490         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6491         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6492         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6493         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6494         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6495         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6496         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6497         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6498         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6499         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6500         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6501         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6502         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6503         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6504         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6505         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6506         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6507         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6508         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6509         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6510         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6511         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6512         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6513         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6514         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6515         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6516         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6517         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6518         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6519         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6520         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6521         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6522         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6523         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6524         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6525         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6526         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6527         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6528         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6529         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6530         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6531         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6532         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6533         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6534         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6535         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6536         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6537         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6538         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6539         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6540         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6541         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6542         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6543         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6544         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6545         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6546         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6547         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6548         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6549         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6550         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6551         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6552         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6553         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6554         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6555         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6556         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6557         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6558         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6559         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6560         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6561         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6562         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6563         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6565         [BZ #17589]
6566         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6567         of fgets_unlocked.
6569         [BZ #17585]
6570         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6571         (memmem): Rename to __memmem and define as weak alias of
6572         __memmem.  Use libc_hidden_weak.
6573         (__memmem): Use libc_hidden_def.
6574         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6575         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6576         memmem.
6578         [BZ #17582]
6579         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6580         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6581         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6582         and define as weak alias of __fgets_unlocked.  Use
6583         libc_hidden_weak.
6584         (__fgets_unlocked): Use libc_hidden_def.
6585         * include/stdio.h (__fgets_unlocked): Declare.  Use
6586         libc_hidden_proto.
6587         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6588         __fgets_unlocked instead of fgets_unlocked.
6589         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6590         (GET_NPROCS_CONF_PARSER): Likewise.
6591         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6592         (GET_NPROCS_CONF_PARSER): Likewise.
6594         [BZ #17574]
6595         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6596         weak alias of __wmemset.  Use libc_hidden_weak.
6597         (__wmemset): Use libc_hidden_def.
6598         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6599         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6600         of wmemset.
6602         [BZ #17573]
6603         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6604         with asm name __mempcpy.
6605         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6607         [BZ #17572]
6608         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6609         and define as weak alias of __rawmemchr.
6610         (__rawmemchr): Do not define as strong alias of rawmemchr.
6612         [BZ #17571]
6613         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6614         alias of __qsort_r.
6615         (qsort): Call __qsort_r instead of qsort_r.
6616         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6617         (__qsort_r): Declare.  Call libc_hidden_proto.
6618         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6619         instead of qsort_r.
6620         * nscd/gai.c (__qsort_r): Define to qsort_r.
6621         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6622         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6623         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6625         [BZ #17570]
6626         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6627         define as weak alias of __malloc_info.
6629         [BZ #17584]
6630         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6631         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6632         (__rewinddir): Use libc_hidden_def.
6633         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6634         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6635         (__rewinddir): Use libc_hidden_def.
6636         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6637         weak alias of __rewinddir.  Don't use libc_hidden_def.
6638         (__rewinddir): Use libc_hidden_def.
6639         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6640         (__rewinddir): Use libc_hidden_proto.
6641         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6642         rewinddir.
6643         (__getcwd): Use __rewinddir instead of rewinddir.
6645         [BZ #17583]
6646         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6647         alias of __fileno.  Use libc_hidden_weak.
6648         (__fileno): Use libc_hidden_def.
6649         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6650         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6651         alias of __ftello.
6652         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6653         __ftello.
6654         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6655         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6656         libc_hidden_def.
6657         (fread_unlocked): Don't use libc_hidden_ver.
6658         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6659         and define as weak alias of __fread_unlocked.  Don't use
6660         libc_hidden_def.
6661         (__fread_unlocked): Use libc_hidden_def.
6662         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6663         (ftello): Don't use libc_hidden_proto.
6664         (__ftello): Declare.  Use libc_hidden_proto.
6665         (fread_unlocked): Don't use libc_hidden_proto.
6666         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6667         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6668         and __ftello instead of fileno, fread_unlocked and ftello.
6670 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6672         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6673         GOT12.
6674         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6675         Likewise.
6676         (_dl_start_user): Likewise.
6677         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6679 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6680             Siddhesh Poyarekar  <siddhesh@redhat.com>
6682         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6683         Move argv and envp down instead of moving argc up.
6684         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6686 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6688         [BZ #17506]
6689         * test-skeleton.c (main): Return successful if one of
6690         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6691         * string/tst-strcoll-overflow.c: Define expected status.
6693 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6695         [BZ #17475]
6696         * locale/iso-639.def: Define Bhili and Tulu language codes.
6698 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6700         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6702 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6704         [BZ #17555]
6705         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6707 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6709         * configure.ac: Updated check of minimal required version to
6710         2.22.
6711         * manual/install.texi (Tools for Compilation): Updated version
6712         number.
6713         * configure: Regenerated.
6714         * INSTALL: Likewise.
6716 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6718         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6719         __tls_get_addr.
6721 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6723         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6724         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6725         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6726         libc_hidden_weak.
6727         (waitpid): Define as alias of __waitpid.
6728         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6729         __waitpid.
6730         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6731         libc_hidden_weak.
6732         (waitpid): Define as alias of __waitpid.
6733         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6734         __libc_waitpid alias.
6735         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6736         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6737         Likewise.
6738         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6739         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6740         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6741         alias.
6742         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6743         __waitpid.
6744         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6745         libc_hidden_weak.
6746         (waitpid): Define as alias of __waitpid.
6748 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6750         * manual/llio.texi: Add comment that write safety has been
6751         fixed in Linux.
6753         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6754         (localplt-build-dso): Add elf/ld.so.
6755         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6756         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6757         and free for ld.so.
6758         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6759         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6760         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6761         Likewise.
6762         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6763         Likewise.
6764         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6765         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6766         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6767         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6768         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6769         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6770         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6771         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6772         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6773         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6774         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6776 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6778         [BZ #14132]
6779         * include/libc-symbols.h (INTUSE): Remove macro.
6780         (INTDEF): Likewise.
6781         (INTVARDEF): Likewise.
6782         (_INTVARDEF): Likewise.
6783         (INTDEF2): Likewise.
6784         (INTVARDEF2): Likewise.
6785         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6786         rtld_hidden_def instead of INTVARDEF.
6787         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6788         (_dl_starting_up_internal): Remove declaration.
6789         (_dl_starting_up): Use rtld_hidden_proto.
6790         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6791         declaration.
6792         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6793         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6794         _dl_starting_up.
6795         * elf/dl-writev.h (_dl_writev): Likewise.
6796         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6797         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6798         _dl_starting_up_internal.
6800 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6802         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6803         test-skeleton.c.
6805 2014-11-05  Will Newton  <will.newton@linaro.org>
6807         * benchtests/Makefile: (bench-malloc): Add malloc thread
6808         scalability benchmark.
6809         * benchtests/bench-malloc-threads.c: New file.
6811 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6813         * sysdeps/aarch64/strchrnul.S: New file.
6815 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6817         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6818         definition.
6819         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6820         Likwise.
6821         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6822         Likewise.
6823         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6824         Likewise.
6825         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6826         Likewise.
6827         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6828         Likewise.
6830 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6832         * catgets/test-gencat.c: Use test-skeleton.c.
6833         * catgets/tst-catgets.c: Likewise.
6834         * csu/tst-empty.c: Likewise.
6835         * elf/tst-audit2.c: Likewise.
6836         * elf/tst-global1.c: Likewise.
6837         * elf/tst-pathopt.c: Likewise.
6838         * elf/tst-piemod1.c: Likewise.
6839         * elf/tst-tls10.c: Likewise.
6840         * elf/tst-tls11.c: Likewise.
6841         * elf/tst-tls12.c: Likewise.
6842         * gnulib/tst-gcc.c: Likewise.
6843         * iconvdata/tst-e2big.c: Likewise.
6844         * iconvdata/tst-loading.c: Likewise.
6845         * iconv/tst-iconv1.c: Likewise.
6846         * iconv/tst-iconv2.c: Likewise.
6847         * inet/test-inet6_opt.c: Likewise.
6848         * inet/tst-gethnm.c: Likewise.
6849         * inet/tst-network.c: Likewise.
6850         * inet/tst-ntoa.c: Likewise.
6851         * intl/tst-codeset.c: Likewise.
6852         * intl/tst-gettext2.c: Likewise.
6853         * intl/tst-gettext3.c: Likewise.
6854         * intl/tst-ngettext.c: Likewise.
6855         * intl/tst-translit.c: Likewise.
6856         * io/test-stat.c: Likewise.
6857         * libio/test-fmemopen.c: Likewise.
6858         * libio/tst-freopen.c: Likewise.
6859         * libio/tst-sscanf.c: Likewise.
6860         * libio/tst-ungetwc1.c: Likewise.
6861         * libio/tst-ungetwc2.c: Likewise.
6862         * libio/tst-widetext.c: Likewise.
6863         * localedata/tst-ctype.c: Likewise.
6864         * localedata/tst-digits.c: Likewise.
6865         * localedata/tst-leaks.c: Likewise.
6866         * localedata/tst-mbswcs1.c: Likewise.
6867         * localedata/tst-mbswcs2.c: Likewise.
6868         * localedata/tst-mbswcs3.c: Likewise.
6869         * localedata/tst-mbswcs4.c: Likewise.
6870         * localedata/tst-mbswcs5.c: Likewise.
6871         * localedata/tst-setlocale.c: Likewise.
6872         * localedata/tst-trans.c: Likewise.
6873         * localedata/tst-wctype.c: Likewise.
6874         * localedata/tst-xlocale1.c: Likewise.
6875         * login/tst-grantpt.c: Likewise.
6876         * malloc/tst-calloc.c: Likewise.
6877         * malloc/tst-malloc.c: Likewise.
6878         * malloc/tst-mallocstate.c: Likewise.
6879         * malloc/tst-mcheck.c: Likewise.
6880         * malloc/tst-mtrace.c: Likewise.
6881         * malloc/tst-obstack.c: Likewise.
6882         * math/atest-exp2.c: Likewise.
6883         * math/atest-exp.c: Likewise.
6884         * math/atest-sincos.c: Likewise.
6885         * math/test-matherr.c: Likewise.
6886         * math/test-misc.c: Likewise.
6887         * math/test-powl.c: Likewise.
6888         * math/tst-definitions.c: Likewise.
6889         * misc/tst-dirname.c: Likewise.
6890         * misc/tst-efgcvt.c: Likewise.
6891         * misc/tst-fdset.c: Likewise.
6892         * misc/tst-hsearch.c: Likewise.
6893         * misc/tst-mntent2.c: Likewise.
6894         * nptl/tst-sem7.c: Likewise.
6895         * nptl/tst-sem8.c: Likewise.
6896         * nptl/tst-sem9.c: Likewise.
6897         * nss/test-netdb.c: Likewise.
6898         * posix/tst-fnmatch.c: Likewise.
6899         * posix/tst-getlogin.c: Likewise.
6900         * posix/tst-gnuglob.c: Likewise.
6901         * posix/tst-mmap.c: Likewise.
6902         * pwd/tst-getpw.c: Likewise.
6903         * resolv/tst-inet_ntop.c: Likewise.
6904         * rt/tst-timer.c: Likewise.
6905         * stdio-common/test-fseek.c: Likewise.
6906         * stdio-common/test-popen.c: Likewise.
6907         * stdio-common/test-vfprintf.c: Likewise.
6908         * stdio-common/tst-cookie.c: Likewise.
6909         * stdio-common/tst-fileno.c: Likewise.
6910         * stdio-common/tst-gets.c: Likewise.
6911         * stdio-common/tst-obprintf.c: Likewise.
6912         * stdio-common/tst-perror.c: Likewise.
6913         * stdio-common/tst-sprintf2.c: Likewise.
6914         * stdio-common/tst-sprintf3.c: Likewise.
6915         * stdio-common/tst-sprintf.c: Likewise.
6916         * stdio-common/tst-swprintf.c: Likewise.
6917         * stdio-common/tst-tmpnam.c: Likewise.
6918         * stdio-common/tst-unbputc.c: Likewise.
6919         * stdio-common/tst-wc-printf.c: Likewise.
6920         * stdlib/tst-environ.c: Likewise.
6921         * stdlib/tst-fmtmsg.c: Likewise.
6922         * stdlib/tst-limits.c: Likewise.
6923         * stdlib/tst-rand48-2.c: Likewise.
6924         * stdlib/tst-rand48.c: Likewise.
6925         * stdlib/tst-random2.c: Likewise.
6926         * stdlib/tst-random.c: Likewise.
6927         * stdlib/tst-strtol.c: Likewise.
6928         * stdlib/tst-strtoll.c: Likewise.
6929         * stdlib/tst-tls-atexit.c: Likewise.
6930         * stdlib/tst-xpg-basename.c: Likewise.
6931         * string/test-ffs.c: Likewise.
6932         * string/tst-bswap.c: Likewise.
6933         * string/tst-inlcall.c: Likewise.
6934         * string/tst-strtok.c: Likewise.
6935         * string/tst-strxfrm.c: Likewise.
6936         * sysdeps/x86_64/tst-audit10.c: Likewise.
6937         * sysdeps/x86_64/tst-audit3.c: Likewise.
6938         * sysdeps/x86_64/tst-audit4.c: Likewise.
6939         * sysdeps/x86_64/tst-audit5.c: Likewise.
6940         * time/tst-ftime_l.c: Likewise.
6941         * time/tst-getdate.c: Likewise.
6942         * time/tst-mktime3.c: Likewise.
6943         * time/tst-mktime.c: Likewise.
6944         * time/tst-posixtz.c: Likewise.
6945         * time/tst-strptime2.c: Likewise.
6946         * time/tst-strptime3.c: Likewise.
6947         * wcsmbs/tst-btowc.c: Likewise.
6948         * wcsmbs/tst-mbrtowc.c: Likewise.
6949         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6950         * wcsmbs/tst-wchar-h.c: Likewise.
6951         * wcsmbs/tst-wcpncpy.c: Likewise.
6952         * wcsmbs/tst-wcrtomb.c: Likewise.
6953         * wcsmbs/tst-wcsnlen.c: Likewise.
6954         * wcsmbs/tst-wcstof.c: Likewise.
6956 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6958         [BZ #14132]
6959         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6960         INTDEF.
6961         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6962         declaration.
6963         (_dl_mcount): Use rtld_hidden_proto.
6964         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6965         _dl_mcount.
6966         * elf/rtld.c (_rtld_global_ro): Likewise.
6968         [BZ #14132]
6969         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6970         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6971         of _dl_init_internal.
6972         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6973         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6974         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6975         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6976         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6977         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6978         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6979         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6980         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6981         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6982         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6983         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6984         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6985         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6986         * sysdeps/tile/dl-start.S (_start): Likewise.
6987         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6988         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6990         [BZ #14132]
6991         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6992         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6993         (rtld_progname): Make macro definition unconditional.
6994         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6995         INTDEF.
6996         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6997         (dl_main): Likewise.
6998         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6999         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
7000         instead of _dl_argv_internal.
7001         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
7002         __GI__dl_argv instead of INTUSE(_dl_argv).
7003         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
7004         __GI__dl_argv instead of _dl_argv_internal.
7006         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
7007         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
7008         macro.
7009         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
7010         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
7011         New macro.
7012         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
7013         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
7014         macro.
7015         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
7016         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
7018 2014-11-04  Andreas Schwab  <schwab@suse.de>
7020         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
7022 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7024         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
7025         mtvsrd instruction in binary form.
7027 2014-11-03  Andreas Schwab  <schwab@suse.de>
7029         [BZ #17522]
7030         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
7031         for less than MB_LEN_MAX use a local buffer of that size.
7032         * libio/tst-fputws.c: New file.
7033         * libio/Makefile (tests): Add tst-fputws.
7035 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
7037         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
7038         the size of the fpu_fr.fpu_dregs[] array.
7040 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
7042         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
7043         (__nanosleep): Do not define as alias.
7044         (nanosleep): Define as alias of __nanosleep.
7045         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
7046         __libc_nanosleep name.
7048 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7050         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
7051         install.texi in comment.
7053 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7055         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
7056         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
7057         ... add here and use lwsync or sync ...
7058         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
7059         ... and add here using lwsync.
7061 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
7063         * elf/dl-machine-reject-phdr.h: New file.
7064         * elf/dl-load.c: #include that.
7065         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
7066         if that returned true.
7068 2014-10-31  Roland McGrath  <roland@hack.frob.com>
7070         [BZ #17496]
7071         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
7072         gen-as-const-headers chunk.  Add a big scare comment after the last
7073         safe place to touch before-compile.
7075 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7077         * manual/install.texi (Tools for Compilation): Update autoconf
7078         version requirements.
7079         * INSTALL: Regenerated.
7081         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
7082         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
7083         (__libc_pselect): Likewise.
7085         [BZ #14138]
7086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
7087         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7091 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7093         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
7094         correct barrier instruction.
7095         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
7096         Likewise.
7097         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
7098         Likewise.
7100 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7102         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
7103         after defining inlines.  Instead, just use parens to defeat macro
7104         expansion of __isctype in its declaration.
7106 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7108         * include/sys/uio.h (__libc_readv): Remove declaration.
7109         (__libc_writev): Likewise.
7110         * misc/readv.c (__libc_readv): Rename to __readv.
7111         (__readv): Do not define as alias.
7112         (readv): Define as alias of __readv.
7113         * misc/writev.c (__libc_writev): Rename to __writev.
7114         (__writev): Do not define as alias.
7115         (writev): Define as alias of __writev.
7116         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
7117         (__readv): Do not define as alias.
7118         (readv): Define unconditionally as alias of __readv.
7119         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
7120         (__writev): Do not define as alias.
7121         (writev): Define unconditionally as alias of __writev.
7122         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7123         name.
7124         (writev): Do not define __libc_writev name.
7126 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7128         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7129         (convert_charseq): New function, broken out of ...
7130         (use_from_charmap): ... here.  Call it.
7131         (use_to_charmap): Use convert_charseq and free instead of duplicating
7132         its code with a variable-length stack struct.
7134 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7136         * include/fcntl.h (__libc_creat): Remove declaration.
7137         * io/creat.c (__libc_creat): Rename to creat.
7138         (creat): Do not define as alias.
7139         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7140         of creat instead of __libc_creat.
7141         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7142         to creat.
7143         (creat): Do not define as alias.
7144         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7145         __libc_creat.
7146         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7147         __libc_creat name.
7148         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7149         Likewise.
7151 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
7153         * manual/llio.texi: Add comments discussing why write() may be
7154         considered MT-unsafe on Linux.
7156 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
7158         * dl-load.c (local_strdup): Remove.
7159         (expand_dynamic_string_token): Use __strdup.
7160         (decompose_rpath): Likewise.
7161         (_dl_map_object): Likewise.
7163 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
7165         [BZ #14132]
7166         * sysdeps/generic/unwind-dw2-fde.c
7167         (__register_frame_info_bases_internal): Do not declare.
7168         (__register_frame_info_table_bases_internal): Likewise.
7169         (__deregister_frame_info_bases_internal): Likewise.
7170         (__register_frame_info_bases): Declare and use hidden_proto before
7171         definition.  Use hidden_def instead of INTDEF.
7172         (__register_frame_info_table_bases): Likewise.
7173         (__deregister_frame_info_bases): Likewise.
7174         (__register_frame_info): Do not use INTUSE.
7175         (__register_frame): Likewise.
7176         (__register_frame_info_table): Likewise.
7177         (__register_frame_table): Likewise.
7178         (__deregister_frame_info): Likewise.
7179         (__deregister_frame): Likewise.
7181 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
7183         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7184         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7185         not undefine.
7186         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7187         Likewise.
7188         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7189         Likewise.
7191 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
7193         [BZ #14138]
7194         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7195         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7196         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7197         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7198         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7199         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7200         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7201         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7202         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7203         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7204         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7205         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7206         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7207         syscall.
7208         (setfsuid): Likewise.
7209         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7210         (setfsuid): Likewise.
7211         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7212         (setfsuid): Likewise.
7213         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7214         Likewise.
7215         (setfsuid): Likewise.
7216         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7217         (setfsuid): Likewise.
7218         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7219         Likewise.
7220         (setfsuid): Likewise.
7222 2014-10-27  Andreas Schwab  <schwab@suse.de>
7224         [BZ #17501]
7225         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7226         check for Slow_SSE4_2 feature bit.
7227         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7228         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7229         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7230         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7232 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7234         * configure.ac: Validate compiler version with a empirical test of
7235         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7236         $CC -v output.
7237         * configure: Regenerated.
7239         * inet/htons.c (htons): Prototypify.
7240         * inet/htonl.c (htonl): Likewise.
7242 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7244         * string/strncat.c (strncat): Improve performance by using strlen.
7246 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7248         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7250 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7252         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7253         Call libc_fetestexcept_aarch64.
7255 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7257         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7258         Call libc_feholdexcept_aarch64.
7260 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7262         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7263         Call get_rounding_mode.
7265 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7267         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7268         Simplify logic.
7270 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7272         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7273         Simplify logic.
7275 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7277         [BZ #14138]
7278         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7279         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7280         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7281         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7282         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7283         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7284         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7285         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7286         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7287         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7288         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7289         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7290         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7291         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7292         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7293         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7294         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7295         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7296         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7297         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7298         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7299         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7300         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7301         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7302         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7303         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7304         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7305         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7306         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7307         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7308         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7309         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7310         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7311         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7312         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7313         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7314         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7315         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7316         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7317         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7318         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7319         syscall.
7320         (geteuid): Likewise.
7321         (getgid): Likewise.
7322         (getuid): Likewise.
7323         (getresgid): Likewise.
7324         (getresuid): Likewise.
7325         (getgroups): Likewise.
7326         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7327         (geteuid): Likewise.
7328         (getgid): Likewise.
7329         (getuid): Likewise.
7330         (getresgid): Likewise.
7331         (getresuid): Likewise.
7332         (getgroups): Likewise.
7333         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7334         (geteuid): Likewise.
7335         (getgid): Likewise.
7336         (getuid): Likewise.
7337         (getresgid): Likewise.
7338         (getresuid): Likewise.
7339         (getgroups): Likewise.
7340         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7341         Likewise.
7342         (geteuid): Likewise.
7343         (getgid): Likewise.
7344         (getuid): Likewise.
7345         (getresgid): Likewise.
7346         (getresuid): Likewise.
7347         (getgroups): Likewise.
7348         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7349         (geteuid): Likewise.
7350         (getgid): Likewise.
7351         (getuid): Likewise.
7352         (getresgid): Likewise.
7353         (getresuid): Likewise.
7354         (getgroups): Likewise.
7355         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7356         Likewise.
7357         (geteuid): Likewise.
7358         (getgid): Likewise.
7359         (getuid): Likewise.
7360         (getgroups): Likewise.
7362         [BZ #14138]
7363         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7364         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7365         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7366         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7367         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7368         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7369         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7370         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7371         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7372         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7373         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7374         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7375         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7376         __chown.
7377         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7378         (lchown): Likewise.
7379         (fchown): Likewise.
7380         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7381         Likewise.
7382         (lchown): Likewise.
7383         (fchown): Likewise.
7384         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7385         (lchown): Likewise.
7386         (fchown): Likewise.
7387         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7388         Likewise.
7389         (lchown): Likewise.
7390         (fchown): Likewise.
7392 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7394         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7395         Simplify logic.
7397 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7399         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7400         Cleanup logic.
7402 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7404         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7405         Remove unused include.
7407 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7409         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7410         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7411         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7412         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7414 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7415             Helge Deller <deller@gmx.de>
7417         [BZ #17508]
7418         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7419         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7420         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7422 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7424         [BZ #14132]
7425         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7426         Remove macro definition.
7427         (__ashrdi3_v_glibc20): Likewise.
7428         (__lshrdi3_v_glibc20): Likewise.
7429         (__cmpdi2_v_glibc20): Likewise.
7430         (__ucmpdi2_v_glibc20): Likewise.
7431         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7432         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7433         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7434         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7435         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7436         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7438 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7440         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7441         old GNU extension [0] syntax.
7442         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7443         alloca rather than an array member with variable length.
7444         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7445         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7446         (parse_opt): ... here.  Likewise use alloca there.
7447         Validate the -i argument before checking for rootness.
7448         (send_shutdown): New function, broken out of ...
7449         (parse_opt): ... here.
7451 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7453         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7454         macro to get at the _rt_local_ro field.
7455         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7456         ([PIC] case) or _dl_hwcap ([!PIC] case).
7457         * sysdeps/arm/setjmp.S: Likewise.
7459         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7460         * sysdeps/arm/configure.ac: New check to define it.
7461         * sysdeps/arm/configure: Regenerated.
7462         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7463         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7464         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7465         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7466         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7467         Use move/movt pair instead of a load.
7468         (LDST_GLOBAL): Macro removed.
7469         (LDR_GLOBAL): New macro replaces it.
7470         (LDR_HIDDEN): New macro.
7471         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7472         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7474         * setjmp/tst-setjmp-static.c: New file.
7475         * setjmp/Makefile (tests): Add it.
7476         (tests-static): New variable.
7478 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7480         [BZ #17485]
7481         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7483 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7485         [BZ #14132]
7486         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7488 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7490         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7492 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7494         * io/fts.c (dirent_not_directory): New function.
7495         (fts_build): Call it.
7497 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7499         * nptl/version.c (__nptl_main): Use normal __write rather than
7500         INTERNAL_SYSCALL.
7501         (banner): Update copyright years.
7503         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7504         gettimeofday.
7505         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7506         * nptl/pthread_cond_timedwait.c: Likewise.
7507         * nptl/pthread_mutex_timedlock.c: Likewise.
7508         * nptl/sem_timedwait.c: Likewise.
7510         * sysdeps/nptl/bits/libc-lock.h
7511         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7512         (__libc_lock_init_recursive): Return void, not 0.
7513         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7514         (__libc_rwlock_init): Likewise.
7515         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7517 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7519         [BZ #15215]
7520         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7521         (__pthread_once_slow): ... here.
7522         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7523         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7525 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7527         [BZ #15215]
7528         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7529         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7530         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7531         * nptl/pthread_once.c (__pthread_once): Likewise.
7532         Update comments.
7534 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7536         [BZ #14138]
7537         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7538         name.
7539         (writev): Use __libc_writev as strong name.
7540         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7541         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7543 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7545         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7547         * sysdeps/i386/nptl/tls.h
7548         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7549         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7550         New macros.
7551         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7552         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7553         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7554         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7555         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7556         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7558         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7559         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7560         on [__NR_futex].
7561         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7562         broken out of ...
7563         (__pthread_mutex_init): ... here.  Call it.
7564         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7565         Conditionalize PI cases on [__NR_futex].
7566         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7567         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7568         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7570         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7571         conditional on [SIGSETXID].
7572         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7573         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7574         is defined.  Likewise for SIGSETXID.
7575         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7576         Conditionalize definitions on [SIGSETXID].
7577         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7578         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7579         unblocking on [SIGCANCEL].
7581         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7582         [__NR_set_robust_list].
7584 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7586         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7587         (do_compare): Likewise.
7589 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7591         [BZ #15884]
7592         * string/strcoll_l.c: Don't include stdio.h.
7593         (coll_seq): Remove members idxarr and rulearr.
7594         (get_next_seq_cached): Remove function.
7595         (get_next_seq): Likewise.
7596         (get_next_seq_nocache): Rename to get_next_seq.
7597         (do_compare): Remove function.
7598         (do_compare_nocache): Rename to do_compare.
7599         (STRCOLL): Remove weight and rules cache.
7601 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7603         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7604         * sysdeps/arm/sfp-machine.h: ... to here.
7605         * sysdeps/arm/Implies: Remove arm/soft-fp.
7607 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7609         * conform/data/sys/utsname.h-data (*_t): Allow.
7610         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7611         [POSIX] (WEXITED): Do not expect constant.
7612         [POSIX] (WSTOPPED): Likewise.
7613         [POSIX] (WNOHANG): Likewise.
7614         [POSIX] (WNOWAIT): Likewise.
7615         [POSIX] (siginfo_t): Do not expect type or elements.
7616         [POSIX] (pid_t): Do not expect type.
7617         [POSIX] (signal.h): Do not allow header.
7618         [POSIX] (sys/resource.h): Likewise.
7619         [POSIX] (si_*): Do not allow pattern.
7620         [POSIX] (W*): Likewise.
7621         [POSIX] (P_*): Likewise.
7622         [POSIX] (BUS_*): Likewise.
7623         [POSIX] (CLD_*): Likewise.
7624         [POSIX] (FPE_*): Likewise.
7625         [POSIX] (ILL_*): Likewise.
7626         [POSIX] (POLL_*): Likewise.
7627         [POSIX] (SEGV_*): Likewise.
7628         [POSIX] (SI_*): Likewise.
7629         [POSIX] (TRAP_*): Likewise.
7630         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7631         variable.
7633 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7635         [BZ #12926]
7636         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7637         infinite loop when __recvmsg returns 0.
7639 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7641         * CANCEL-FCT-WAIVE: Remove file.
7642         * CANCEL-FILE-WAIVE: Likewise.
7644         [BZ #14132]
7645         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7646         instead of INTVARDEF.
7647         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7648         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7649         rtld_hidden_data_def instead of INTVARDEF.
7650         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7651         * elf/dl-deps.c (expand_dst): Likewise.
7652         * elf/dl-load.c (_dl_dst_count): Likewise.
7653         (_dl_dst_substitute): Likewise.
7654         (decompose_rpath): Likewise.
7655         (_dl_init_paths): Likewise.
7656         (open_path): Likewise.
7657         (_dl_map_object): Likewise.
7658         * elf/rtld.c (dl_main): Likewise.
7659         (process_dl_audit): Likewise.
7660         (process_envvars): Likewise.
7661         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7662         Remove declaration.
7663         (__libc_enable_secure): Use rtld_hidden_proto.
7665 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7667         * elf/dl-load.c
7668         (add_path): New function broken out of _dl_rtld_di_serinfo.
7669         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7671 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7673         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7674         parentheses around macro arguments.
7675         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7676         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7677         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7678         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7679         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7680         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7681         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7682         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7683         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7684         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7685         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7686         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7687         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7688         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7689         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7690         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7691         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7692         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7693         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7694         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7695         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7696         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7697         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7698         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7699         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7700         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7701         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7702         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7703         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7704         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7705         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7706         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7707         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7708         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7709         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7710         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7711         Likewise.
7712         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7713         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7714         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7715         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7716         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7717         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7718         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7719         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7720         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7721         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7722         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7723         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7724         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7725         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7726         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7727         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7728         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7729         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7730         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7731         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7732         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7733         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7734         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7735         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7736         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7737         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7738         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7739         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7740         (_FP_FRAC_SRS_1): Likewise.
7741         (_FP_FRAC_CLZ_1): Likewise.
7742         (_FP_MUL_MEAT_1_imm): Likewise.
7743         (_FP_MUL_MEAT_1_wide): Likewise.
7744         (_FP_MUL_MEAT_1_hard): Likewise.
7745         (_FP_SQRT_MEAT_1): Likewise.
7746         (_FP_FRAC_ASSEMBLE_1): Likewise.
7747         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7748         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7749         (__FP_CLZ_2): Likewise.
7750         (_FP_MUL_MEAT_2_wide): Likewise.
7751         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7752         (_FP_MUL_MEAT_2_gmp): Likewise.
7753         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7754         (_FP_SQRT_MEAT_2): Likewise.
7755         (_FP_FRAC_ASSEMBLE_2): Likewise.
7756         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7757         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7758         (_FP_FRAC_CLZ_4): Likewise.
7759         (_FP_MUL_MEAT_4_wide): Likewise.
7760         (_FP_MUL_MEAT_4_gmp): Likewise.
7761         (_FP_SQRT_MEAT_4): Likewise.
7762         (_FP_FRAC_ASSEMBLE_4): Likewise.
7763         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7764         * soft-fp/op-common.h (_FP_CMP): Likewise.
7765         (_FP_CMP_EQ): Likewise.
7766         (_FP_CMP_UNORD): Likewise.
7767         (_FP_TO_INT): Likewise.
7768         (_FP_FROM_INT): Likewise.
7769         [!__FP_CLZ] (__FP_CLZ): Likewise.
7770         (_FP_DIV_HELP_imm): Likewise.
7771         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7772         Likewise.
7773         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7774         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7775         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7776         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7777         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7778         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7779         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7780         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7781         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7782         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7783         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7784         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7785         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7786         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7787         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7788         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7789         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7790         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7791         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7792         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7793         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7794         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7795         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7796         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7797         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7798         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7799         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7800         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7801         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7802         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7803         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7804         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7805         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7806         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7807         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7808         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7809         (FP_UNPACK_RAW_SP): Likewise.
7810         (FP_PACK_RAW_S): Likewise.
7811         (FP_PACK_RAW_SP): Likewise.
7812         (FP_UNPACK_S): Likewise.
7813         (FP_UNPACK_SP): Likewise.
7814         (FP_UNPACK_SEMIRAW_S): Likewise.
7815         (FP_UNPACK_SEMIRAW_SP): Likewise.
7816         (FP_PACK_S): Likewise.
7817         (FP_PACK_SP): Likewise.
7818         (FP_PACK_SEMIRAW_S): Likewise.
7819         (FP_PACK_SEMIRAW_SP): Likewise.
7820         (_FP_SQRT_MEAT_S): Likewise.
7821         (FP_CMP_S): Likewise.
7822         (FP_CMP_EQ_S): Likewise.
7823         (FP_CMP_UNORD_S): Likewise.
7824         (FP_TO_INT_S): Likewise.
7825         (FP_FROM_INT_S): Likewise.
7827         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7829         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7830         (FP_EX_INVALID_IMZ): Likewise.
7831         (FP_EX_INVALID_IMZ_FMA): Likewise.
7832         (FP_EX_INVALID_ISI): Likewise.
7833         (FP_EX_INVALID_ZDZ): Likewise.
7834         (FP_EX_INVALID_IDI): Likewise.
7835         (FP_EX_INVALID_SQRT): Likewise.
7836         (FP_EX_INVALID_CVI): Likewise.
7837         (FP_EX_INVALID_VC): Likewise.
7838         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7839         "invalid" exceptions.
7840         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7841         (_FP_ADD_INTERNAL): Likewise.
7842         (_FP_MUL): Likewise.
7843         (_FP_FMA): Likewise.
7844         (_FP_DIV): Likewise.
7845         (_FP_CMP_CHECK_NAN): Likewise.
7846         (_FP_SQRT): Likewise.
7847         (_FP_TO_INT): Likewise.
7848         (FP_EXTEND): Likewise.
7850 2014-10-09  Allan McRae  <allan@archlinux.org>
7852         * po/fr.po: Update French translation from translation project.
7854 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7856         [BZ #14132]
7857         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7858         of INTDEF.
7859         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7860         (__cxa_atexit): Use libc_hidden_proto.
7861         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7863         [BZ #14132]
7864         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7865         declaration.
7866         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7867         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7868         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7869         [!_ISOMAC] (__iswctype_internal): Likewise.
7870         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7871         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7872         alias.
7873         (fcntl): Remove __fcntl_internal alias.
7874         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7875         __connect_internal alias.
7876         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7877         Likewise.
7879         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7880         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7881         FP_DENORM_ZERO.
7882         (_FP_CHECK_FLUSH_ZERO): New macro.
7883         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7884         (_FP_CMP): Likewise.
7885         (_FP_CMP_EQ): Likewise.
7886         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7887         FP_DENORM_ZERO.
7888         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7889         (FP_TRUNC): Likewise.
7891         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7892         treated as invalid conversion, not as normal exponent.
7894         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7895         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7896         (_FP_CMP_EQ): Likewise.
7897         (_FP_CMP_UNORD): Likewise.
7898         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7899         (FP_CMP_EQ_D): Likewise.
7900         (FP_CMP_UNORD_D): Likewise.
7901         * soft-fp/extended.h (FP_CMP_E): Likewise.
7902         (FP_CMP_EQ_E): Likewise.
7903         (FP_CMP_UNORD_E): Likewise.
7904         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7905         (FP_CMP_EQ_Q): Likewise.
7906         (FP_CMP_UNORD_Q): Likewise.
7907         * soft-fp/single.h (FP_CMP_S): Likewise.
7908         (FP_CMP_EQ_S): Likewise.
7909         (FP_CMP_UNORD_S): Likewise.
7910         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7911         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7912         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7913         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7914         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7915         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7916         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7917         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7918         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7919         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7920         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7921         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7922         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7923         to FP_CMP_Q.
7924         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7925         FP_CMP_Q.
7926         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7927         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7928         FP_CMP_EQ_Q.
7929         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7930         FP_CMP_Q.
7931         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7932         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7933         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7934         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7935         FP_CMP_EQ_Q.
7936         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7937         FP_CMP_Q.
7938         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7939         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7940         FP_CMP_EQ_Q.
7941         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7942         FP_CMP_Q.
7943         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7944         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7945         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7946         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7947         FP_CMP_EQ_Q.
7949         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7950         a subnormal result, set the underflow exception if trapping on
7951         underflow is enabled.
7952         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7953         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7954         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7955         redefine to 0.
7956         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7957         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7958         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7959         * soft-fp/extendxftf2.c (__extendxftf2): Use
7960         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7962         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7963         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7964         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7965         FP_HANDLE_EXCEPTIONS.
7966         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7967         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7968         FP_HANDLE_EXCEPTIONS.
7969         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7970         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7971         FP_HANDLE_EXCEPTIONS.
7972         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7973         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7974         FP_HANDLE_EXCEPTIONS.
7976 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7978         [BZ #14132]
7979         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7980         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7981         use INTUSE.
7982         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7983         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7984         Remove alias.
7985         (__adjtimex): Define using libc_hidden_ver.
7986         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7987         Remove declaration.
7988         (ntp_gettime): Call __adjtimex directly.
7989         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7990         Remove declaration.
7991         (ntp_gettimex): Call __adjtimex directly.
7992         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7993         __adjtimex_internal alias.
7995 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7997         [BZ #17460]
7998         * nscd/nscd.c (more_help): Rewrite list of tables collection
7999         using xstrdup and asprintf.
8001         * nscd/nscd_conf.c: Remove local xstrdup declaration.
8003 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8004             Roland McGrath  <roland@hack.frob.com>
8006         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
8007         (do_lookup_unique): ... local function 'enter' here; update callers.
8009 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
8011         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
8012         compat_symbol calls on [SHARED].
8013         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
8014         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
8015         Remove.
8016         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8017         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
8018         (oldsetrlimit): Remove.
8019         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8020         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8021         (lchown): New syscall entry.
8022         (oldsetrlimit): Remove.
8023         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8024         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
8025         (oldsetrlimit): Remove.
8026         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
8028         [BZ #14138]
8029         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
8030         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
8031         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
8032         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
8033         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8034         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
8035         (fchown): Likewise.
8036         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
8037         (fchown): Likewise.
8038         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
8039         Likewise.
8041 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8043         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
8044         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
8045         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
8046         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
8047         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
8048         Likewise.
8049         (__old_sem_post): Likewise.
8051 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
8053         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
8054         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
8055         HAVE_CLOCK_GETTIME_VSYSCALL macros.
8056         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
8057         Use INLINE_VSYSCALL macro.
8058         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
8059         __vdso_clock_gettime.
8060         * sysdeps/unix/sysv/linux/tile/init-first.c
8061         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
8062         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
8063         __vdso_clock_gettime.
8065         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
8066         to set up frame more cleanly.
8068         * sysdeps/tile/memcmp.c: New file.
8070         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
8072         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
8073         * sysdeps/tile/tilegx/strcasestr.c: New file.
8074         * sysdeps/tile/tilegx/strnlen.c: New file.
8075         * sysdeps/tile/tilegx/strstr.c: New file.
8077         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
8079 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
8081         * nptl/tst-setuid3.c: Write errors to stdout.
8083 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8085         * elf/dl-deps.c
8086         (preload): New functions broken out of _dl_map_object_deps.
8087         (_dl_map_object_deps):  Remove a nested function. Update call sites.
8089 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
8091         [BZ #14138]
8092         * sysdeps/unix/sysv/linux/execve.c: Remove file.
8093         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
8095 2014-10-01  Steve Ellcey  <sellcey@mips.com>
8097         * sysdeps/mips/strcmp.S: New.
8099 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
8101         [BZ #14138]
8102         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
8103         (linkat): Likewise.
8104         (mkdirat): Likewise.
8105         (readlinkat): Likewise.
8106         (renameat): Likewise.
8107         (symlinkat): Likewise.
8108         (unlinkat): Likewise.
8109         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
8110         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
8111         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
8112         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
8113         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
8114         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
8115         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
8117 2014-09-30  Will Newton  <will.newton@linaro.org>
8119         * math/math.h: Define long double math functions if
8120         _LIBC_TEST is defined.
8121         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8123         * localedata/Makefile: Move assignment to tests-special
8124         into an ifdef testing run-built-tests.
8125         * timezone/Makefile: Likewise.
8127 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
8129         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8130         with $(BASH) not $(SHELL).
8132 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
8133             Matthew LeGendre  <legendre1@llnl.gov>
8135         [BZ #17411]
8136         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8137         l_reloc_result.
8139 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8141         * stdio-common/printf_fp.c
8142         (hack_digit): New function, broken out of ...
8143         (__printf_fp): ... local function here.  Update call sites.
8144         hack_digit now takes an additional parameter that is a pointer
8145         to a struct of the referenced locals.  Those locals moved inside
8146         the struct and references updated.
8148 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
8150         * aclocal.m4: Require autoconf 2.69.
8151         * configure: Regenerated.
8152         * sysdeps/aarch64/configure: Likewise.
8153         * sysdeps/alpha/configure: Likewise.
8154         * sysdeps/arm/armv7/configure: Likewise.
8155         * sysdeps/arm/configure: Likewise.
8156         * sysdeps/ia64/configure: Likewise.
8157         * sysdeps/mach/configure: Likewise.
8158         * sysdeps/mips/configure: Likewise.
8159         * sysdeps/s390/configure: Likewise.
8160         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8163         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8164         file.
8165         * sysdeps/ia64/configure.ac: Likewise.
8167 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
8169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8170         specify symbol version for ld.so.  Do not include entry for
8171         libpthread.
8172         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8173         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8174         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8176         [BZ #14171]
8177         * Makeconfig [$(build-shared) = yes]
8178         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8179         makefiles.
8180         [$(build-shared) = yes && $(soversions.mk-done) = t]
8181         ($(common-objpfx)gnu/lib-names.h): Remove rule.
8182         [$(build-shared) = yes && $(soversions.mk-done) = t]
8183         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
8184         to Makerules.
8185         [$(build-shared) = yes && $(soversions.mk-done) = t]
8186         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8187         here.
8188         [$(build-shared) = yes && $(soversions.mk-done) = t]
8189         (common-generated): Don't append gnu/lib-names.h and
8190         gnu/lib-names.stmp here.
8191         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8192         (lib-names-h-abi): New variable.
8193         [$(build-shared) = yes && $(soversions.mk-done) = t]
8194         (lib-names-stmp-abi): Likewise.
8195         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8196         abi-variants] (before-compile): Append
8197         $(common-objpfx)$(lib-names-h-abi).
8198         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8199         abi-variants] (common-generated): Append gnu/lib-names.h.
8200         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8201         abi-variants] (install-others-nosubdir): Depend on
8202         $(inst_includedir)/$(lib-names-h-abi).
8203         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8204         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8205         [$(build-shared) = yes && $(soversions.mk-done) = t]
8206         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8207         [$(build-shared) = yes && $(soversions.mk-done) = t]
8208         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8209         [$(build-shared) = yes && $(soversions.mk-done) = t]
8210         (common-generated): Append $(lib-names-h-abi) and
8211         $(lib-names-stmp-abi).
8212         * scripts/lib-names.awk: Do not handle multi being set.
8213         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8214         Remove variable.
8215         (abi-lp64_be-ld-soname): Likewise.
8216         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8217         Likewise.
8218         (abi-hard-ld-soname): Likewise.
8219         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8220         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8221         Remove variable.
8222         (abi-o32_hard-ld-soname): Likewise.
8223         (abi-o32_soft_2008-ld-soname): Likewise.
8224         (abi-o32_hard_2008-ld-soname): Likewise.
8225         (abi-n32_soft-ld-soname): Likewise.
8226         (abi-n32_hard-ld-soname): Likewise.
8227         (abi-n32_soft_2008-ld-soname): Likewise.
8228         (abi-n32_hard_2008-ld-soname): Likewise.
8229         (abi-n64_soft-ld-soname): Likewise.
8230         (abi-n64_hard-ld-soname): Likewise.
8231         (abi-n64_soft_2008-ld-soname): Likewise.
8232         (abi-n64_hard_2008-ld-soname): Likewise.
8233         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8234         Likewise.
8235         (abi-64-v2-ld-soname): Likewise.
8236         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8237         ld.so entries.
8238         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8239         variable.
8240         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8241         entry.
8242         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8243         variable.
8244         (abi-64-ld-soname): Likewise.
8245         (abi-x32-ld-soname): Likewise.
8246         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8247         entry.
8248         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8250 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8252         [BZ #14138]
8253         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8254         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8255         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8256         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8257         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8258         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8259         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8260         syscall entry for GLIBC_2.2 symbol version.
8261         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8262         Likewise.
8263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8264         (setrlimit): Likewise.
8265         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8266         Likewise.
8268 2014-09-23  Will Newton  <will.newton@linaro.org>
8270         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8271         _LINUX_ARM_SYSDEP_H include guard too.
8272         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8273         define.
8275 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8277         * sysdeps/unix/sysv/linux/eventfd.c:
8278         Make first argument unsigned.
8279         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8280         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8282 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8284         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8285         * socket/sys/socket.h: Likewise
8286         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8288 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8290         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8292 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8294         * time/tst-ftime.c: New test.
8295         * time/Makefile (tests): Add tst-ftime.
8297 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8299         * soft-fp/extended.h: Fix comment formatting.
8300         * soft-fp/op-1.h: Likewise.
8301         * soft-fp/op-2.h: Likewise.
8302         * soft-fp/op-4.h: Likewise.
8303         * soft-fp/op-8.h: Likewise.
8304         * soft-fp/op-common.h: Likewise.
8305         * soft-fp/soft-fp.h: Likewise.
8307         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8309 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8311         [BZ #6652]
8312         * Makeconfig (soversions-default-setname): Remove variable.
8313         ($(common-objpfx)soversions.i): Don't pass default_setname to
8314         soversions.awk.
8315         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8316         oldest_abi to abi-versions.awk.
8317         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8318         * config.make.in (oldest-abi): Remove variable.
8319         * configure.ac (--enable-oldest-abi): Remove configure option.
8320         * configure: Regenerated.
8321         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8322         text.
8323         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8324         * scripts/soversions.awk: Do not handle default_setname variable.
8325         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8326         variable.
8327         * sysdeps/mach/hurd/configure: Regenerated.
8328         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8329         variable.
8330         * sysdeps/unix/sysv/linux/configure: Regenerated.
8332 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8334         * elf/Makefile (CFLAGS-interp.c): Remove.
8335         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8336         path string.
8337         * elf/interp.c: Include generated runtime-linker.h
8339         * Makerules (lib%.so): Don't include $(+interp) in
8340         prerequisites.
8341         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8342         * dlfcn/eval.c: Remove file.
8344         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8345         macros.
8347         [BZ #17266]
8348         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8349         4.2 and newer.
8351         [BZ #17370]
8352         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8354 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8355             Jakub Jelinek  <jakub@redhat.com>
8357         [BZ #17266]
8358         * libio/stdio.h: Check definition of __fortify_function
8359         instead of __extern_always_inline to include bits/stdio2.h.
8360         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8361         check if __extern_always_inline is defined.
8362         [__USE_MISC || __USE_XOPEN]: Likewise.
8363         [__USE_ISOC99] Likewise.
8364         * misc/sys/cdefs.h (__fortify_function): Define only if
8365         __extern_always_inline is defined.
8366         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8367         __extern_always_inline and __extern_inline only for g++-4.3
8368         and newer or a compatible gcc.
8370 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8372         [BZ #17371]
8373         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8374         last change to handle zero prefix length.
8376 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8378         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8379         _SC_REGEX_VERSION.
8381         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8382         _POSIX_RAW_SOCKETS.
8384 2014-09-13  Allan McRae  <allan@archlinux.org>
8386         * po/ru.po: Update Russian translation from translation project.
8388 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8390         * locale/programs/locale.c (show_locale_vars): Inline local function
8391         into its sole call site.  Clean up some style nits.
8392         (print_item): New function, broken out of ...
8393         (show_info): ... local function here.  Clean up style nits.
8395         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8396         out of ...
8397         (set_class_defaults): ... local function set_default here.
8398         Define set_default as a macro locally to pass constant parameters.
8399         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8400         rather than a shared local.
8402         * stdlib/rpmatch.c (try): New function, broken out of ...
8403         (rpmatch): ... local function here.  Also, prototypify definition.
8405 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8407         * scripts/soversions.awk: Do not handle configuration names.
8408         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8409         vendor and os variables to soversions.awk.
8410         * configure.ac: Do not modify gnu-* host_os.
8411         * configure: Regenerated
8412         * shlib-versions: Remove first column with configuration names.
8413         * nptl/shlib-versions: Likewise.
8414         * nptl_db/shlib-versions: Likewise.
8415         * sysdeps/hppa/shlib-versions: Likewise.
8416         * sysdeps/m68k/shlib-versions: Likewise.
8417         * sysdeps/mach/hurd/shlib-versions: Likewise.
8418         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8419         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8420         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8421         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8422         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8423         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8424         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8425         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8427         Likewise.
8428         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8429         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8430         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8431         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8432         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8433         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8434         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8435         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8437         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8438         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8440         Regenerated.
8441         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8443         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8445         * shlib-versions: Remove OS-specific entries.  Moved to files in
8446         sysdeps.
8447         * sysdeps/mach/hurd/shlib-versions: New file.
8448         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8450         * nptl/shlib-versions: Remove architecture-specific entries.
8451         Moved to files in sysdeps.
8452         * shlib-versions: Likewise.
8453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8454         file.
8455         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8456         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8457         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8458         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8460         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8461         (UDP_NO_CHECK6_RX): Likewise.
8463 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8465         * sysdeps/posix/sysconf.c (__sysconf): Spell
8466         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8468 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8470         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8471         loading.
8472         * iconv/Versions (__gconv_transliterate): Export for use from
8473         gconv modules.
8474         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8475         (struct __gconv_trans_data, __gconv_trans_fct,
8476         __gconv_trans_context_fct, __gconv_trans_query_fct,
8477         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8478         definitions.
8479         (struct __gconv_step_data): Remove __trans member.
8480         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8481         longer hidden.  Remove unused trans_data argument.
8482         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8483         (__gconv_translit_find): Remove declaration.
8484         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8485         prototype.
8486         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8487         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8488         trans_data argument.  Add hidden definition.
8489         (__gconv_translit_find): Remove.
8490         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8491         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8492         * iconv/skeleton.c: Remove transliteration initialization.
8493         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8494         __gconv_step_data initialization.
8495         * libio/iofwide.c (__libio_translit_): Remove.
8496         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8497         * wcsmbs/btowc.c (__btowc): Likewise.
8498         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8499         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8500         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8501         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8502         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8503         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8504         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8505         * wcsmbs/wctob.c (wctob): Likewise.
8507 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8509         [BZ #16194]
8510         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8511         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8512         register usage.
8513         * sysdeps/x86/Makefile: Adjust.
8515 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8516             Roland McGrath  <roland@hack.frob.com>
8518         * locale/weight.h: Add include guard.
8519         (findidx): Make static rather than auto; take new parameters
8520         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8521         * locale/weightwc.h: Likewise.
8522         * posix/fnmatch_loop.c
8523         (FCT): Change type of EXTRA from int32_t to wint_t.
8524         Don't include either header inside the function.
8525         Call FINDIDX rather than findidx, and pass new arguments.
8526         #undef FINDIDX at the end of the file.
8527         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8528         FINDIDX before including fnmatch_loop.c for the non-wide version.
8529         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8530         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8531         for the wide version.
8532         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8533         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8534         Pass new arguments to findidx.
8535         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8536         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8537         Don't #include it inside the function.  Pass new arguments to findidx.
8538         * posix/regex_internal.h
8539         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8540         (re_string_elem_size_at): Don't #include it inside the function.
8541         Pass new arguments to findidx.
8542         * string/strcoll_l.c: #include WEIGHT_H at top level.
8543         (get_next_seq): Don't #include it inside the function.
8544         Pass new arguments to findidx.
8545         (get_next_seq_nocache): Likewise.
8546         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8547         (STRXFRM): Don't #include it inside the function.
8548         Pass new arguments to findidx.
8550 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8552         [BZ #17344]
8553         * malloc/malloc.c (unlink): Turn asserts into a call to
8554         malloc_printerr.
8556 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8558         [BZ #17370]
8559         * libio/wfileops (do_ftell_wide): Free OUT.
8561 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8563         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8565 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8567         [BZ #17363]
8568         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8569         group if the current group is empty.
8571 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8573         * benchtests/bench-memset.c (test_main): Add more test from size
8574         from 32 to 512 bytes.
8575         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8576         Add POWER8 memset object.
8577         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8578         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8579         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8580         implementation.
8581         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8582         Likewise.
8583         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8584         multiarch POWER8 memset optimization.
8585         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8586         POWER8 memset optimization.
8588         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8589         Remove bzero multiarch objects.
8590         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8591         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8592         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8593         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8594         Remove define.
8595         [__bzero]: Redefine to specific name.
8596         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8597         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8598         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8599         define.
8600         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8601         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8603 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8605         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8606         warnings into errors.
8608         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8609         __cxa_thread_atexit_impl prototype.
8611 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8613         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8614         Fix capitalization of error message.
8616 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8618         * sysdeps/mips/preconfigure: Modify ABI tests.
8620 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8622         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8624 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8625             Carlos O'Donell  <carlos@systemhalted.org>
8627         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8628         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8629         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8630         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8631         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8632         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8633         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8634         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8635         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8636         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8637         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8638         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8639         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8640         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8641         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8642         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8643         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8644         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8645         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8646         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8647         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8648         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8649         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8650         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8651         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8652         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8653         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8654         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8655         Deconditionalize the code that was previously under [RESET_PID].
8656         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8657         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8658         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8659         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8660         include sysdep.h.
8662 2014-09-08  Allan McRae  <allan@archlinux.org>
8664         * version.h (RELEASE): Set to "development".
8665         (VERSION): Set to "2.20.90"
8667 2014-09-07  Allan McRae  <allan@archlinux.org
8669         * version.h (RELEASE): Set to "stable".
8670         (VERSION): Set to "2.20"
8671         * include/features.h (__GLIBC_MINOR__): Set to 20.
8673         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8674         Liebler.
8676         * po/ko.po: Update Korean translation from translation project.
8678 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8680         [BZ #17354]
8681         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8682         macro for handling signed relocations.
8684 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8686         [BZ #17325]
8687         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8688         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8689         assert.
8690         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8691         * iconvdata/ibm935.c (BODY): Likewise.
8692         * iconvdata/ibm937.c (BODY): Likewise.
8693         * iconvdata/ibm939.c (BODY): Likewise.
8694         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8695         assert.
8696         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8697         script.
8698         * iconvdata/run-iconv-test.sh: New test loop for checking for
8699         decoder crashers.
8701 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8703         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8704         libm_hidden_ver.
8706 2014-09-01  Allan McRae  <allan@archlinux.org>
8708         * po/eo.po: Update Esperanto translation from translation project.
8710         * po/ca.po: Update Catalan translation from translation project.
8712 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8714         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8715         __proc_dostop call.
8717 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8719         [BZ #17319]
8720         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8721         to call set_thread_area instead of hand written asm.
8722         (__NR_set_thread_area): Removed define.
8723         (TLS_FLAG_WRITABLE): Likewise.
8724         (__ASSUME_SET_THREAD_AREA): Remove check.
8725         (TLS_EBX_ARG): Remove define.
8726         (TLS_LOAD_EBX): Likewise.
8728 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8730         Simplify atomicity of socket creation in bind.
8732         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8733         looking up the name after linking the file.
8735 2014-08-27  Allan McRae  <allan@archlinux.org>
8737         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8739 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8741         [BZ #17187]
8742         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8743         trans_compare, open_translit, __gconv_translit_find):
8744         Remove module loading code.
8746 2014-08-26  Allan McRae  <allan@archlinux.org>
8748         * po/vi.po: Update Vietnamese translation from translation project.
8750         * po/uk.po: Update Ukrainian translation from translation project.
8752         * po/fr.po: Update French translation from translation project.
8754         * po/ru.po: Update Russian translation from translation project.
8756         * po/pl.po: Update Polish translation from translation project.
8758         * po/cs.po: Update Czech translation from translation project.
8760         * po/de.po: Update German translation from translation project.
8762         * po/bg.po: Update Bulgarian translation from translation project.
8764         * po/sv.po: Update Sweedish translation from translation project.
8766         * po/nl.po: Update Dutch translation from translation project.
8768         * po/es.po: Update Spanish translation from translation project.
8770 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8772         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8774         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8775         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8776         (CPPFLAGS-iconvconfig): Likewise.
8777         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8779         * include/libc-symbols.h: Remove unnecessary check for
8780         NOT_IN_libc.
8781         * nptl/pthreadP.h: Likewise.
8782         * sysdeps/aarch64/setjmp.S: Likewise.
8783         * sysdeps/alpha/setjmp.S: Likewise.
8784         * sysdeps/arm/sysdep.h: Likewise.
8785         * sysdeps/i386/setjmp.S: Likewise.
8786         * sysdeps/m68k/setjmp.c: Likewise.
8787         * sysdeps/posix/getcwd.c: Likewise.
8788         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8789         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8790         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8791         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8792         * sysdeps/sh/sh3/setjmp.S: Likewise.
8793         * sysdeps/sh/sh4/setjmp.S: Likewise.
8794         * sysdeps/unix/alpha/sysdep.h: Likewise.
8795         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8796         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8797         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8798         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8800         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8801         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8802         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8803         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8804         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8805         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8806         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8807         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8808         * sysdeps/x86_64/setjmp.S: Likewise.
8810 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8812         [BZ #17263]
8813         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8814         <stdint.h>.
8815         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8816         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8818 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8820         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8822         [BZ #17262]
8823         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8824         and __x86_64__ when disabling x87 inline functions.
8826 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8828         [BZ #17259]
8829         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8830         asm statement with __cpuid_count.
8832 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8834         * configure.ac: Change __ehdr_start code to dereference the struct.
8835         Run readelf on the output to look for relocations.
8836         * configure: Regenerated.
8838 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8840         [BZ #17261]
8841         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8842         value to 0.
8843         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8845 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8847         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8849 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8851         [BZ #16892]
8852         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8853         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8855 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8857         * malloc/malloc.c: Fix typo in comment.
8859 2014-08-09  Allan McRae  <allan@archlinux.org>
8861         * Regenerate libc.po.
8863 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8865         * intl/tst-gettext2.sh: Check every lang file for creation.
8867 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8869         * sysdeps/aarch64/fpu/math_private.h
8870         (libc_feholdsetround_noex_aarch64_ctx): New function.
8872 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8874         * sysdeps/arm/armv6/strcpy.S (strcpy):
8875         Fix performance issue in misaligned cases.
8877 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8879         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8880         Move definition from termios.h.
8881         (struct termio): Likewise.
8882         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8883         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8884         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8885         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8886         Likewise.
8887         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8888         Move definition to ioctl-types.h
8889         (struct termio): Likewise.
8890         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8891         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8892         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8893         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8894         Likewise.
8896 2014-08-05  Richard Henderson  <rth@redhat.com>
8898         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8899         exceptions.
8900         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8901         Add fraiseexcpt.
8902         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8903         Use __feraiseexcept.
8904         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8905         Protect libm symbols with IS_IN_libm.
8907         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8909 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8911         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8913 2014-08-04  Will Newton  <will.newton@linaro.org>
8915         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8916         file.
8918 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8920         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8921         variants for each function.
8923 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8925         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8926         appended ...
8927         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8928         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8929         appended ...
8930         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8931         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8932         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8933         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8934         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8935         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8936         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8937         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8938         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8939         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8940         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8941         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8942         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8943         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8944         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8945         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8946         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8947         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8948         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8949         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8950         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8951         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8952         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8953         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8954         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8955         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8956         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8957         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8958         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8959         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8960         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8961         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8962         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8963         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8964         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8965         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8966         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8967         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8968         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8969         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8970         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8971         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8972         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8973         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8974         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8975         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8976         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8977         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8978         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8979         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8980         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8981         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8982         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8983         Update #include.
8984         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8985         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8987 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8989         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8990         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8991         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8992         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8993         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8994         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8996 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8998         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8999         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
9000         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
9001         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
9003 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9005         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
9006         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
9007         (__libc_vfork): Define function under this name.
9008         (__vfork): Define as an alias.
9009         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
9010         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
9012 2014-08-04  Roland McGrath  <roland@hack.frob.com>
9014         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
9015         that was previously under [RESET_PID].
9016         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
9018 2014-08-04  Andreas Schwab  <schwab@suse.de>
9020         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
9022 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
9024         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
9025         (main): Likewise.
9027 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9029         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
9031 2014-08-01  Richard Henderon  <rth@redhat.com>
9033         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
9034         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
9035         typo in exact zero test.
9036         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
9037         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
9038         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
9040 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9042         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
9043         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
9044         * sysdeps/arm/sysdep.h: ... here.
9045         [!__ASSEMBLER__]: Include <stdint.h>.
9047 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9049         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
9050         (HAVE_WCTYPE_H): Likewise.
9051         (HAVE_ISWCTYPE): Likewise.
9052         (ENABLE_NLS): Likewise.
9053         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
9054         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
9056         * posix/regex_internal.c: Check if DEBUG is defined and is
9057         set.
9059         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
9060         (HAVE_MBSRTOWCS): Likewise.
9061         * posix/fnmatch.c: Include string.h unconditionally.
9063 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9065         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
9066         reversal.
9068 2014-07-31  Roland McGrath  <roland@hack.frob.com>
9070         * sysdeps/generic/safe-fatal.h: New file.
9071         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
9072         * nptl/forward.c: Include it.
9073         (__pthread_unwind): Use __safe_fatal as default action, rather
9074         than a bogus use of INTERNAL_SYSCALL that could never work.
9076         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
9077         * configure.ac (libc_cv_builtin_trap): New test.
9078         * configure: Regenerated.
9079         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
9080         (ABORT_INSTRUCTION): Define using __builtin_trap.
9082         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
9083         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
9084         * sysdeps/nptl/nptl-signals.h: New file.
9085         * nptl/pthreadP.h: Include <nptl-signals.h>.
9087 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9089         * sysdeps/s390/s390-64/utf16-utf32-z9.c
9090         (ONE_DIRECTION): Define.
9091         * sysdeps/s390/s390-64/utf8-utf16-z9.c
9092         (ONE_DIRECTION): Define.
9093         * sysdeps/s390/s390-64/utf8-utf32-z9.c
9094         (ONE_DIRECTION): Define.
9096 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9098         * sysdeps/s390/Makefile: Delete file.
9099         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
9100         * sysdeps/s390/__longjmp.c: Delete file.
9101         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
9102         Remove fields __flags and __reserved.
9103         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
9104         and add versioning.
9105         * sysdeps/s390/rtld-__longjmp.c: Delete file.
9106         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
9107         * sysdeps/s390/rtld-setjmp.S: Likewise.
9108         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
9109         * sysdeps/s390/s390-32/__longjmp.c: ... here.
9110         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
9111         * sysdeps/s390/s390-32/setjmp.S: ... here.
9112         Add versioning.
9113         (__sigsetjmp): Remove setting __flags field.
9114         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
9115         * sysdeps/s390/s390-64/__longjmp.c: ... here.
9116         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
9117         * sysdeps/s390/s390-64/setjmp.S: ... here.
9118         Add versioning.
9119         (__sigsetjmp): Remove setting __flags field.
9120         * sysdeps/s390/setjmp.S: Delete file.
9121         * sysdeps/s390/sigjmp.c: Likewise.
9122         * sysdeps/s390/v1-longjmp.c: Likewise.
9123         * sysdeps/s390/v1-setjmp.h: Likewise.
9124         * sysdeps/s390/v1-sigjmp.c: Likewise.
9125         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9126         Remove v1-longjmp_chk.
9127         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9128         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9129         Include debug/longjmp_chk.c and add versioning.
9130         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9131         Include nptl/pt-longjmp.c and add versioning.
9132         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9133         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9134         Include __longjmp.c.
9135         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9136         Move to ...
9137         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9138         (__getcontext): Remove setting __flags field.
9139         Add versioning.
9140         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9141         Don't restore upper high grps.
9142         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9143         Likewise.
9144         (__swapcontext): Remove setting uc_flags field.
9145         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9146         Delete file.
9147         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9148         Include __longjmp.c.
9149         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9150         Move to ...
9151         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9152         (__getcontext): Remove setting __flags field.
9153         Add versioning.
9154         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9155         (__swapcontext): Remove setting uc_flags field.
9156         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9157         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9158         Remove fields uc_high_gprs and __reserved.
9159         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9160         New file with reverted content.
9161         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9162         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9163         Regenerated.
9164         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9165         Regenerated.
9167 2014-07-31  Andreas Schwab  <schwab@suse.de>
9169         * config.h.in (HAVE_IFUNC): Define to 0.
9170         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9171         definedness.
9173 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
9175         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9176         memmove-avx-unaligned, memcpy-avx-unaligned and
9177         mempcpy-avx-unaligned.
9178         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9179         Add tests for AVX memcpy functions.
9180         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9181         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9182         memcpy_chk.
9183         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9184         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9185         memmove_chk.
9186         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9187         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9188         mempcpy_chk.
9189         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9190         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9191         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9193 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9195         [BZ #17213]
9196         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9197         powerpc64le.
9199 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
9201         [BZ #16839]
9202         * manual/llio.texi: Add section about open file description locks.
9203         * manual/examples/ofdlocks.c: Example of open file description
9204         lock usage.
9205         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9206         F_OFD_SETLK, and F_OFD_SETLKW.
9208 2014-07-23  Allan McRae  <allan@archlinux.org>
9210         * po/es.po: Update Spanish translation from translation project.
9212 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9214         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9216 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9218         [BZ #17078]
9219         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9220         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9221         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9223 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9225         [BZ #17088]
9226         * math/fesetenv.c (__fesetenv)
9227         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9228         * math/feupdateenv.c (__feupdateenv)
9229         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9231         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9232         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9233         (__ASSUME_SOCKETCALL): Do not define.
9235         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9236         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9237         (__ASSUME_SOCKETCALL): Do not define.
9238         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9239         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9240         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9241         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9242         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9243         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9244         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9245         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9247         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9248         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9249         (__ASSUME_SOCKETCALL): Do not define.
9250         (__ASSUME_IPC64): Define unconditionally.
9251         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9252         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9253         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9254         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9255         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9256         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9257         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9258         Likewise.
9260         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9261         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9262         (__ASSUME_SOCKETCALL): Do not define.
9263         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9264         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9265         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9266         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9267         (__ASSUME_REQUEUE_PI): Define unconditionally.
9268         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9269         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9270         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9271         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9272         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9273         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9275         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9276         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9277         (__ASSUME_SOCKETCALL): Do not define.
9278         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9279         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9280         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9281         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9282         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9283         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9285         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9286         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9287         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9288         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9289         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9290         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9291         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9292         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9293         (__ASSUME_GETCPU_SYSCALL): Likewise.
9295         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9296         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9297         cases for individual architectures.
9298         * sysdeps/gnu/configure: Regenerated.
9299         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9300         LIBC_SLIBDIR_RTLDDIR.
9301         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9302         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9303         LIBC_SLIBDIR_RTLDDIR.
9304         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9306         LIBC_SLIBDIR_RTLDDIR.
9307         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9308         Regenerated.
9309         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9310         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9311         file.
9312         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9313         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9314         file.
9315         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9316         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9317         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9318         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9320         * sysdeps/aarch64/shlib-versions: Move to ...
9321         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9322         * sysdeps/alpha/shlib-versions: Move to ...
9323         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9324         * sysdeps/arm/shlib-versions: Move to ...
9325         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9326         * sysdeps/hppa/shlib-versions: Move all contents except for
9327         libgcc_s entry to ...
9328         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9329         entry from ...
9330         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9331         * sysdeps/ia64/shlib-versions: Move to ...
9332         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
9333         entry from ...
9334         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9335         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9336         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9337         * sysdeps/microblaze/shlib-versions: Move to ...
9338         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9339         * sysdeps/mips/shlib-versions: Move to ...
9340         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9341         entry from ...
9342         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9343         * sysdeps/tile/shlib-versions: Move to ...
9344         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9345         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9346         from ...
9347         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9348         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9349         entry from ...
9350         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9352 2014-07-17  Will Newton  <will.newton@linaro.org>
9354         * sysdeps/arm/bits/atomic.h
9355         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9356         (__arch_compare_and_exchange_bool_16_int): Likewise.
9357         (__arch_compare_and_exchange_bool_64_int): Likewise.
9359         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9360         into an #else block.
9362 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9364         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9365         just Linux configurations.  Test empirically that the compiler sets
9366         __ARM_EABI__, rather than using the tuple to decide.
9367         * sysdeps/arm/preconfigure: Regenerated.
9368         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9369         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9370         contents appended ...
9371         * sysdeps/arm/configure.ac: ... here.
9372         * sysdeps/arm/configure: Regenerated.
9374 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9376         * nptl/pthread_kill.c: New file.
9377         * nptl/pthread_sigmask.c: New file.
9378         * nptl/pthread_sigqueue.c: New file.
9380         * sysdeps/nptl/lowlevellock.h: New file.
9381         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9382         * sysdeps/nptl/lowlevellock-futex.h: New file.
9384         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9385         Remove dead declarations.
9387 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9389         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9390         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9391         config-cflags-avx2.
9392         * sysdeps/x86_64/configure.ac: Likewise.
9393         * sysdeps/i386/configure: Regenerated.
9394         * sysdeps/x86_64/configure: Likewise.
9395         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9396         memset-avx2 only if config-cflags-avx2 is yes.
9397         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9398         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9399         defined.
9400         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9401         only if HAVE_AVX2_SUPPORT is defined.
9402         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9404 2014-07-14  Alan Modra  <amodra@gmail.com>
9406         [BZ #17153]
9407         * elf/elf.h (DT_PPC64_NUM): Correct value.
9408         * NEWS: Add to fixed bug list.
9410 2014-07-13  Jim Meyering  <meyering@fb.com>
9412         [BZ 17150]
9413         regex: don't deref NULL upon heap allocation failure
9414         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9415         failure in one more place.
9416         To trigger the segfault, configure grep -with-included-regex,
9417         build it, and run these commands:
9418         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9420 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9422         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9424 2014-07-11  Richard Henderson  <rth@redhat.com>
9426         * sysdeps/aarch64/libm-test-ulps: Update.
9428 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9430         [BZ #17135]
9431         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9432         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9433         (__nptl_setxid): Initialize error member.  Call
9434         __nptl_setxid_error.
9435         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9436         * nptl/descr.h (struct xid_command): Add error member.
9437         * nptl/tst-setuid3.c: New file.
9438         * nptl/Makefile (tests): Add it.
9440 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9442         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9443         New define.
9444         (__lll_trylock): Use __lll_base_trylock.
9445         (__lll_cond_trylock): Likewise.
9447 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9449         * nptl/pthread_create.c (start_thread): Use atomic_or and
9450         lll_futex_wake directly rather than lll_robust_dead.
9451         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9452         (lll_robust_dead): Macro removed.
9453         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9454         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9455         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9456         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9457         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9458         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9459         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9460         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9461         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9462         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9463         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9464         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9465         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9466         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9467         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9469         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9470         Use atomic_compare_and_exchange_val_acq directly rather than
9471         lll_robust_trylock.
9472         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9473         (__lll_robust_trylock, lll_robust_trylock): Removed.
9474         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9475         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9476         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9477         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9478         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9479         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9480         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9481         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9482         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9483         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9484         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9485         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9486         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9487         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9489 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9491         * manual/locale.texi (Locale Names): New section documenting
9492         locale name syntax.  Adjust menu and node chaining accordingly.
9493         (Choosing Locale): Reference Locale Names, Locale Categories.
9494         Mention setting LC_ALL=C.  Reflect that name syntax is now
9495         documented.
9496         (Locale Categories): New section title.  Reference Locale Names.
9497         LC_ALL is an environment variable, but not a category.
9498         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9499         description, now in Locale Name.  Reference that section.  Locale
9500         name syntax is now documented.
9502 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9504         [BZ #17137]
9505         * locale/findlocale.c (name_present, valid_locale_name): New
9506         functions.
9507         (_nl_find_locale): Use the loc_name variable to store name
9508         candidates.  Call name_present and valid_locale_name to check and
9509         validate locale names.  Return an error if the locale is invalid.
9511 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9513         * locale/setlocale.c (setlocale): Use strdup for allocating
9514         composite name copy.
9516 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9518         Sync up with gnulib.
9519         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9520         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9521         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9522         and _GL_ARG_NONNULL.
9523         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9524         [!_LIBC]: Include code for Windows and Cygwin.
9525         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9526         Include prototype for int strerror_r.
9527         [!_LIBC] (is_open): New function.
9528         (flush_stdout): New function.
9529         (print_errno_message): Use it.
9530         (error): Likewise.
9531         (error_at_line): Likewise.
9532         (error_tail) Add function attribute macros.  Use
9533         __builtin_expect.
9535         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9537         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9539         * io/ftw.c: Include sys/param.h unconditionally.
9541         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9543         [BZ #17125]
9544         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9545         libc_freeres_ptr.
9546         (freecache): New function to free CACHE on exit.
9548         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9549         initialization.
9551 2014-07-09  David S. Miller  <davem@davemloft.net>
9553         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9555         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9556         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9557         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9558         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9559         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9560         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9561         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9562         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9563         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9564         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9565         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9566         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9567         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9569 2014-07-09  Andreas Schwab  <schwab@suse.de>
9571         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9572         output.
9573         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9574         (do_test): Likewise.
9576         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9578 2014-07-09  Will Newton  <will.newton@linaro.org>
9580         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9581         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9582         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9583         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9584         * sysdeps/hppa/start.S (_start): Likewise.
9586 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9588         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9590         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9591         defined.
9593 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9595         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9596         after checking that it is non-NULL.
9598         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9600 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9602         * sysdeps/powerpc/memmove.c: Remove file.
9603         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9604         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9605         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9606         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9607         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9608         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9609         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9610         string memmove instead of removed powerpc one.
9612         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9613         [weak_alias]: Fix compiler warning due trailing data.
9614         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9615         [weak_alias]: Likewise.
9616         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9617         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9619         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9620         (__libc_ifunc_impl_list): Add memmove functions.
9622 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9624         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9625         Remove code.
9626         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9627         Likewise
9628         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9629         Likewise
9630         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9631         Likewise
9632         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9633         Likewise
9634         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9635         Likewise
9636         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9637         Likewise
9638         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9639         Likewise
9640         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9641         Likewise
9642         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9643         Likewise
9644         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9645         Likewise
9646         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9647         Likewise
9648         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9649         Likewise
9650         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9651         Likewise
9652         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9653         Likewise
9654         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9655         Likewise
9656         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9657         Likewise
9659 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9661         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9662         to avoid alignment traps in non-cacheable memory.
9663         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9665         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9666         multiarch objects.
9667         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9668         file: multiarch power7 memmove.
9669         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9670         multiarch default memmove.
9671         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9672         multiarch memove for powerpc32/power4.
9674         * string/bcopy.c: Use full path to include memmove.c.
9675         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9676         multiarch objects.
9677         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9678         bcopy for powerpc64.
9679         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9680         bcopy for powerpc64.
9681         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9682         and memmove implementations.
9683         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9684         optimized multiarch memmove for POWER7/powerpc64.
9685         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9686         default multiarch memmove for powerpc64.
9687         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9688         multiarch for powerpc64.
9689         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9690         for POWER7/powerpc64.
9691         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9692         memmove for POWER7/powerpc64.
9694         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9695         glibc default one.
9697         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9698         __ELF_NATIVE_CLASS equal to 64.
9700 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9702         * sysdeps/nptl/lowlevellock.h: File removed.
9704         * NEWS: NPTL is no longer an add-on!
9705         * nptl/internaltypes.h: Moved ...
9706         * sysdeps/nptl/internaltypes.h: ... here.
9707         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9708         * sysdeps/nptl/fork.c: Likewise.
9709         * sysdeps/nptl/gai_misc.h: Likewise.
9710         * sysdeps/nptl/librt-cancellation.c: Likewise.
9711         * sysdeps/nptl/jmp-unwind.c: Likewise.
9712         * sysdeps/nptl/setxid.h: Likewise.
9713         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9714         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9715         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9716         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9717         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9718         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9719         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9720         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9721         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9722         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9723         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9724         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9725         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9726         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9727         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9728         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9729         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9730         * nptl/Makeconfig: Moved ...
9731         * sysdeps/nptl/Makeconfig: ... here.
9732         * nptl/configure: File removed.
9733         * nptl/ANNOUNCE: File removed.
9734         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9735         * sysdeps/unix/sysv/linux/configure: Regenerated.
9737         * nptl/Makefile (routines): Add libc_pthread_init,
9738         libc_multiple_threads, register-atfork and unregister-atfork.
9739         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9740         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9741         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9742         pthread-pi-defines.sym, structsem.sym.
9743         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9744         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9745         [$(subdir) = nptl] (tests): Add tst-setgetname.
9746         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9747         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9748         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9749         [!LIBC_SIGACTION]: Remove aliases.
9750         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9751         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9752         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9753         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9754         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9755         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9756         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9757         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9758         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9759         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9760         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9761         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9762         __libc_allocate_rtsig_private.
9763         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9764         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9765         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9766         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9767         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9768         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9769         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9770         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9771         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9772         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9773         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9774         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9775         * nptl/internaltypes.h: ... here.
9776         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9777         * sysdeps/nptl/jmp-unwind.c: ... here.
9778         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9779         * nptl/libc-lowlevellock.c: ... here.
9780         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9781         * nptl/libc_multiple_threads.c: ... here.
9782         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9783         * nptl/libc_pthread_init.c: ... here.
9784         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9785         * nptl/lowlevelbarrier.sym: ... here.
9786         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9787         * nptl/lowlevelcond.sym: ... here.
9788         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9789         * nptl/lowlevellock.c: ... here.
9790         * nptl/lowlevellock.h: Moved ...
9791         * sysdeps/nptl/lowlevellock.h: ... here.
9792         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9793         * nptl/lowlevelrobustlock.c: ... here.
9794         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9795         * nptl/lowlevelrobustlock.sym: ... here.
9796         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9797         * nptl/lowlevelrwlock.sym: ... here.
9798         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9799         * nptl/pt-fork.c: ... here.
9800         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9801         * nptl/pthread-pi-defines.sym: ... here.
9802         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9803         * nptl/pthread_attr_getaffinity.c: ... here.
9804         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9805         * nptl/pthread_attr_setaffinity.c: ... here.
9806         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9807         * nptl/pthread_mutex_cond_lock.c: ... here.
9808         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9809         Update #include.
9810         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9811         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9812         * nptl/pthread_once.c: ... here, replacing old file.
9813         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9814         * nptl/pthread_yield.c: ... here.
9815         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9816         * nptl/register-atfork.c: ... here.
9817         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9818         * nptl/sem_post.c: ... here.
9819         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9820         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9821         * nptl/sem_timedwait.c: ... here.
9822         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9823         * nptl/sem_trywait.c: ... here.
9824         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9825         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9826         * nptl/sem_wait.c: ... here.
9827         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9828         * nptl/structsem.sym: ... here.
9829         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9830         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9831         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9832         * nptl/unregister-atfork.c: ... here.
9833         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9834         * nptl/unwindbuf.sym: ... here.
9835         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9836         * sysdeps/nptl/fork.c: ... here.
9837         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9838         * sysdeps/nptl/fork.h: ... here.
9839         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9840         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9841         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9842         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9843         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9844         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9845         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9846         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9847         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9848         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9849         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9850         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9851         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9852         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9853         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9854         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9855         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9856         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9857         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9858         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9859         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9860         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9861         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9862         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9863         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9864         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9865         * sysdeps/unix/sysv/linux/raise.c: ... here.
9866         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9867         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9868         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9869         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9870         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9871         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9872         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9873         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9874         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9875         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9876         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9877         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9878         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9879         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9880         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9882 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9884         * sysdeps/generic/memcopy.h: Add comment for
9885         MEMCPY_OK_FOR_FWD_MEMMOVE.
9887 2014-07-04  Will Newton  <will.newton@linaro.org>
9889         * string/memchr.c: Merge from gnulib.
9890         [_LIBC]: Remove conditionals.
9891         (__ptr_t): Remove define.
9892         (LONG_MAX_32_BITS): Likewise.
9893         (LONG_MAX): Likewise.
9894         (MEMCHR): Use ANSI prototype and optimize algorithm.
9896         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9898 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9900         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9901         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9903         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9904         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9905         in a bare environment with no <stdlib.h> installed.
9906         * sysdeps/nptl/configure: Regenerated.
9908         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9910         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9911         AC_EGREP_CPP for kernel header checks, so they only succeed if
9912         including <linux/version.h> actually works right.
9913         * sysdeps/unix/sysv/linux/configure: Regenerated.
9915         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9916         value so it's not diagnosed as unused.
9918         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9919         thing) with "ifeq ($(subdir),rt)".
9921 2014-07-03  Richard Henderson  <rth@redhat.com>
9923         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9924         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9925         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9927         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9928         (math_force_eval): New.
9930         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9931         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9933         * sysdeps/alpha/fpu/s_round.c: Remove file.
9934         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9936         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9937         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9938         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9939         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9940         (_dl_start, print_statistics): Likewise.
9941         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9942         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9944         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9945         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9946         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9947         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9948         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9949         (HP_SMALL_TIMING_AVAIL): Define.
9950         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9951         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9952         (HP_SMALL_TIMING_AVAIL): Define.
9953         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9954         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9956         * sysdeps/aarch64/hp-timing.h: New file.
9958         * sysdeps/generic/hp-timing.h: Remove dead comment.
9959         * sysdeps/generic/hp-timing-common.h: New file.
9960         * sysdeps/alpha/hp-timing.h: Include it.
9961         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9962         * sysdeps/i386/i686/hp-timing.h: Likewise.
9963         * sysdeps/ia64/hp-timing.h: Likewise.
9964         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9965         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9966         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9967         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9968         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9969         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9970         (hp_timing_t): New.
9972         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9973         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9974         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9975         * elf/rtld.c (_dl_start_final): Likewise.
9976         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9977         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9978         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9979         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9980         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9981         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9982         (HP_TIMING_DIFF_INIT): Remove.
9983         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9984         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9985         (HP_TIMING_DIFF_INIT): Remove.
9986         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9987         * sysdeps/i386/i686/hp-timing.c: Remove file.
9988         * sysdeps/x86_64/hp-timing.c: Remove file.
9989         * sysdeps/ia64/hp-timing.c: Remove file.
9990         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9991         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9992         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9993         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9995         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9996         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9997         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9998         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9999         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
10000         (HP_TIMING_ACCUM): Remove.
10001         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10002         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
10003         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
10005         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
10006         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
10007         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
10008         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
10009         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
10010         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10011         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
10012         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
10014         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
10016 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
10018         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
10020 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10022         Sync up with gettext.
10023         * intl/loadmsgcat.c: Define O_BINARY if not defined.
10024         [_MSC_VER]: Include malloc.h
10025         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
10026         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
10027         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
10028         TEMP_FAILURE_RETRY.  Cast return of alloca.
10029         [!_LIBC] Call gl_rwlock_init.
10030         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
10032 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10034         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
10035         before checking its value.
10037 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10039         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
10041         * debug/memcpy_chk.c: Don't include pagecopy.h.
10042         * debug/mempcpy_chk.c: Likewise.
10043         * string/memcpy.c: Likewise.
10044         * string/memmove.c: Likewise.
10045         * sysdeps/powerpc/memmove.c: Likewise.
10046         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
10047         definition of PAGE_COPY_FWD_MAYBE here...
10048         * sysdeps/generic/pagecopy.h: ... from here.
10049         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
10051 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10052             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10054         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
10055         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
10056         optimizations.
10057         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10058         (__libc_ifunc_impl_list): Likewise.
10059         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
10060         multiarch strcat for PPC64.
10061         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
10062         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
10064 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10066         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
10068 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10070         * intl/loadmsgcat.c: Remove declaration of
10071         get_sysdep_segment_value.
10072         (get_sysdep_segment_value): Use ISO C style.
10073         (_nl_load_domain): Use ISO C style.  Get rid of redundant
10074         semicolon.  Fix typo and formatting in comment.
10075         (_nl_unload_domain): Use ISO C style.
10077         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
10079 2014-07-02  Will Newton  <will.newton@linaro.org>
10081         * malloc/obstack.c: Merge from gnulib master.
10082         [HAVE_CONFIG_H]: Remove conditional code.
10083         [!_LIBC]: Include config.h.
10084         [!ELIDE_CODE]: Don't include inttypes.h, include
10085         stdint.h unconditionally.
10086         (print_and_abort): Mark as _Noreturn.
10087         (_obstack_allocated_p): Mark as __attribute_pure__.
10088         (obstack_free): Rename to __obstack_free.
10089         [!__attribute__]: Remove conditional code.
10090         * malloc/obstack.h: Merge from gnulib master.
10091         [__cplusplus]: Move conditional down.
10092         [!__attribute_pure__]: Define __attribute_pure__ here
10093         if it is not already defined.
10094         (_obstack_memory_used): Mark as __attribute_pure__.
10095         [!__obstack_free]: Define as obstack_free.
10096         [__GNUC__]: Remove check for ancient NeXT gcc.
10098 2014-07-02  Will Newton  <will.newton@linaro.org>
10099             Paul Eggert  <eggert@cs.ucla.edu>
10101         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
10103 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10105         * resolv/gethnamaddr.c: Add comment warning that the file is
10106         not maintained.
10108 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
10110         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
10111         entries.
10113         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
10114         entry for aio_cancel and aio_cancel64.
10115         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
10116         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
10117         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
10118         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
10119         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
10120         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
10121         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
10122         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10123         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10124         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10125         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10126         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10127         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10129 2014-07-01  Roland McGrath  <roland@hack.frob.com>
10131         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10132         * nptl/pthread_mutex_lock.c: Likewise.
10133         * nptl/pthread_mutex_timedlock.c: Likewise.
10134         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10136 2014-07-01  Richard henderson  <rth@redhat.com>
10138         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10139         (__isnan, __isnanl): Remove.
10140         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10142         * sysdeps/alpha/fpu/libm-test-ulps: Update.
10144 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10146         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10148 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10150         * resolv/nss_dns/dns-host.c (getanswer_r)
10151         [MULTI_PTRS_ARE_ALIASES]: Remove code.
10153 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
10155         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10156         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10157         undefine.
10158         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10159         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10161 2014-07-01  Roland McGrath <roland@hack.frob.com>
10163         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10164         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10166         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10167         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10169         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10170         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10171         ... here.
10172         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10173         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10175         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10176         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10177         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10178         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10180         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10181         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10182         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10183         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10184         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10185         Moved ...
10186         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10187         ... here.
10188         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10189         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10190         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10191         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10192         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10193         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10194         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10195         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10196         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10197         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10198         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10199         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10200         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10201         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10202         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10203         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10204         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10205         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10206         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10207         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10208         ... here.
10209         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10210         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10211         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10212         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10213         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10214         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10215         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10216         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10218 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10220         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10221         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10222         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10223         Add sysdep.
10225 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10227         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10229 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10231         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10232         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10234         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10236         * sysdeps/arm/libm-test-ulps: Regenerated.
10238 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10239             Roland McGrath <roland@hack.frob.com>
10241         * test-skeleton.c (signal_handler): Kill the whole process group
10242         before killing the child individually.
10243         (main): Report any failure on `setpgid'.
10245 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10247         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10248         from _TLS_H to _ARM_NPTL_TLS_H.
10249         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10250         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10252 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10254         [BZ #16539]
10255         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10256         (__expm1l): Return argument unchanged when small but not
10257         subnormal.
10259         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10260         include macro name.
10261         (_FP_UNPACK_RAW_1_P): Likewise.
10262         (_FP_PACK_RAW_1): Likewise.
10263         (_FP_PACK_RAW_1_P): Likewise.
10264         (_FP_MUL_MEAT_1_wide): Likewise.
10265         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10266         (_FP_MUL_MEAT_1_hard): Likewise.
10267         (_FP_DIV_MEAT_1_imm): Likewise.
10268         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10269         (_FP_DIV_MEAT_1_udiv): Likewise.
10270         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10271         (_FP_UNPACK_RAW_2): Likewise.
10272         (_FP_UNPACK_RAW_2_P): Likewise.
10273         (_FP_PACK_RAW_2): Likewise.
10274         (_FP_PACK_RAW_2_P): Likewise.
10275         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10276         (_FP_MUL_MEAT_2_wide): Likewise.
10277         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10278         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10279         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10280         (_FP_MUL_MEAT_2_gmp): Likewise.
10281         (_FP_DIV_MEAT_2_udiv): Likewise.
10282         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10283         (_FP_FRAC_SRL_4): Likewise.
10284         (_FP_FRAC_SRST_4): Likewise.
10285         (_FP_FRAC_SRS_4): Likewise.
10286         (_FP_UNPACK_RAW_4): Likewise.
10287         (_FP_UNPACK_RAW_4_P): Likewise.
10288         (_FP_PACK_RAW_4): Likewise.
10289         (_FP_PACK_RAW_4_P): Likewise.
10290         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10291         (_FP_MUL_MEAT_4_wide): Likewise.
10292         (_FP_MUL_MEAT_4_gmp): Likewise.
10293         (umul_ppppmnnn): Likewise.
10294         (_FP_DIV_MEAT_4_udiv): Likewise.
10295         (__FP_FRAC_ADD_4): Likewise.
10296         (__FP_FRAC_SUB_3): Likewise.
10297         (__FP_FRAC_SUB_4): Likewise.
10298         (__FP_FRAC_DEC_3): Likewise.
10299         (__FP_FRAC_DEC_4): Likewise.
10300         (__FP_FRAC_ADDI_4): Likewise.
10301         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10302         (_FP_FRAC_SRL_8): Likewise.
10303         (_FP_FRAC_SRS_8): Likewise.
10305         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10306         include macro name.
10307         (FP_UNPACK_RAW_EP): Likewise.
10308         (FP_PACK_RAW_E): Likewise.
10309         (FP_PACK_RAW_EP): Likewise.
10310         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10311         (_FP_ISSIGNAN): Likewise.
10312         (_FP_ADD_INTERNAL): Likewise.
10313         (_FP_FMA): Likewise.
10314         (_FP_CMP): Likewise.
10315         (_FP_SQRT): Likewise.
10316         (_FP_TO_INT): Likewise.
10317         (_FP_FROM_INT): Likewise.
10318         (FP_EXTEND): Likewise.
10319         (_FP_DIV_MEAT_N_loop): Likewise.
10321 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10323         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10324         throughout.
10326 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10328         [BZ #17097]
10329         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10330         result with correct sign in case of exponents that produce
10331         overflow except for X very close to 1.
10333 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10335         mktime: merge #if/#ifdef usage from glibc
10336         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10337         as that works with both Glibc's and Gnulib's style.
10338         See thread starting at Siddhesh Poyarekar's bug report at:
10339         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10341 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10343         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10344         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10345         * sysdeps/tile/tilegx/memmove.c: Remove file.
10347 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10349         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10350         abi-name definition.
10351         * scripts/soversions.awk: Do not handle or generate ABI lines.
10352         * shlib-versions: Remove ABI entries.
10353         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10354         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10356 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10358         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10359         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10360         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10361         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10362         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10363         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10364         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10365         Moved ...
10366         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10367         ... here.
10368         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10369         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10370         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10371         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10372         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10373         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10374         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10375         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10376         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10377         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10378         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10379         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10380         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10381         Moved ...
10382         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10383         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10384         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10385         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10386         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10387         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10388         Moved ...
10389         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10390         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10391         Moved ...
10392         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10393         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10394         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10395         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10396         Moved ...
10397         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10398         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10399         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10400         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10401         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10402         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10403         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10404         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10405         Moved ...
10406         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10407         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10408         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10409         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10410         Moved ...
10411         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10412         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10413         Moved ...
10414         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10415         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10416         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10417         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10418         Moved ...
10419         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10420         ... here.
10421         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10422         Identical file removed.
10423         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10424         Moved ...
10425         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10426         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10427         Identical file removed.
10428         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10429         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10430         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10431         Moved ...
10432         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10433         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10434         Identical file removed.
10435         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10436         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10437         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10438         Identical file removed.
10439         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10440         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10441         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10442         Identical file removed.
10443         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10444         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10445         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10446         Identical file removed.
10447         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10448         Moved ...
10449         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10450         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10451         Identical file removed.
10452         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10453         Moved ...
10454         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10455         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10456         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10457         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10458         Identical file removed.
10459         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10460         Moved ...
10461         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10462         ... here.
10463         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10464         Identical file removed.
10465         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10466         Moved ...
10467         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10468         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10469         Identical file removed.
10470         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10471         Moved ...
10472         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10473         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10474         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10475         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10476         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10477         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10478         Moved ...
10479         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10480         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10481         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10483         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10484         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10485         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10486         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10487         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10489 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10491         [BZ #17092]
10492         * nscd/nscd.c (monitor_child): Return exit status of child
10493         instead of return value from wait syscall.
10495 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10497         * configure.ac (libc_commonpagesize): Remove variable.
10498         (libc_relro_required): Likewise.
10499         (libc_cv_z_relro): Remove configure test.
10500         * configure: Regenerated.
10501         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10502         variable.
10503         (libc_relro_required): Likewise.
10504         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10505         (libc_relro_required): Likewise.
10506         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10507         (libc_relro_required): Likewise.
10508         * sysdeps/arm/preconfigure: Regenerated.
10509         * sysdeps/ia64/preconfigure: Remove file.
10510         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10511         variable.
10512         (libc_relro_required): Likewise.
10514         [BZ #16561]
10515         [BZ #16562]
10516         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10517         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10518         recompute overflowing results in original rounding mode.
10519         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10520         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10521         recompute overflowing results in original rounding mode.
10522         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10523         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10524         recompute overflowing results in original rounding mode.
10525         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10526         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10527         recompute overflowing results in original rounding mode.
10528         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10529         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10530         recompute overflowing results in original rounding mode.
10531         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10532         (libc_feholdsetround_ctx): New macro.
10533         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10534         * sysdeps/i386/fpu/libm-test-ulps: Update.
10535         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10537 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10539         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10540         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10541         corresponding .cpsetup call.
10543 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10545         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10546         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10547         * sysdeps/arm/Makefile [$(subdir) = csu]
10548         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10549         (static-only-routines): Add aeabi_read_tp here.
10550         (shared-only-routines): Add libc-aeabi_read_tp here.
10551         (CFLAGS-libc-start.c): Add -fexceptions here.
10552         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10553         (sysdep_routines, static-only-routines, shared-only-routines):
10554         Don't add to these here.
10555         (CFLAGS-libc-start.c): Likewise.
10557         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10558         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10559         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10560         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10561         * sysdeps/arm/Makefile [$(subdir) = rt]
10562         (librt-sysdep_routines, librt-shared-only-routines):
10563         Append rt-aeabi_unwind_cpp_pr1 here.
10564         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10565         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10566         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10567         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10568         Append nptl-aeabi_unwind_cpp_pr1 here.
10569         (tests): Filter out tst-cleanupx4 here.
10570         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10571         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10572         Don't do those here.
10574 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10576         * scripts/list-sources.sh: Do not handle ports specially.
10578 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10580         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10581         * sysdeps/arm/feupdateenv.c: Likewise.
10583         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10585 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10587         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10588         trailing whitespace removed.
10589         * scripts/config.guess: Update to version 2014-03-23.
10590         * scripts/config.sub: Update to version 2014-05-01
10591         * scripts/install-sh: Update to version 2013-12-25.23.
10592         * scripts/move-if-change: Update from gnulib.
10594 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10596         * debug/memmove_chk.c: Remove pagecopy.h include.
10598 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10600         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10601         identical to gnulib mktime.
10603 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10605         * configure.ac: Do not test for machine being rs6000.  Do not test
10606         for powerpc*-*soft.
10607         * configure: Regenerated.
10609         [BZ #11505]
10610         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10611         test.
10612         * configure: Regenerated.
10613         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10614         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10615         Remove configure test.
10616         * sysdeps/arm/configure: Regenerated.
10617         * sysdeps/nptl/configure.ac: Do not check
10618         libc_cv_asm_cfi_directives.
10619         * sysdeps/nptl/configure: Regenerated.
10620         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10621         * sysdeps/x86_64/nptl/configure: Remove generated file.
10622         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10623         unconditional.
10624         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10626 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10628         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10629         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10630         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10631         it is defined.
10633         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10634         instead of whether it is defined.
10635         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10636         * sysdeps/hppa/dl-machine.h: Likewise.
10637         * sysdeps/ia64/dl-machine.h: Likewise.
10638         * sysdeps/m68k/dl-machine.h: Likewise.
10639         * sysdeps/microblaze/dl-machine.h: Likewise.
10640         * sysdeps/mips/dl-machine.: Likewise.
10641         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10642         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10643         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10644         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10645         * sysdeps/sh/dl-machine.h: Likewise.
10646         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10647         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10648         * sysdeps/tile/dl-machine.h: Likewise.
10649         * sysdeps/x86_64/dl-machine.h: Likewise.
10651         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10652         code.
10653         (verify_persistent_db): Likewise.
10655 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10658         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10659         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10660         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10661         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10662         Moved ...
10663         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10664         ... here.
10665         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10666         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10667         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10668         Identical file removed.
10669         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10670         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10671         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10672         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10673         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10674         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10675         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10676         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10677         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10678         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10679         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10680         Moved ...
10681         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10682         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10683         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10684         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10685         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10686         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10687         Moved ...
10688         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10689         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10690         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10691         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10692         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10693         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10694         Identical file removed.
10695         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10696         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10697         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10698         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10699         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10700         Moved ...
10701         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10702         ... here.
10703         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10704         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10705         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10706         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10707         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10708         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10709         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10710         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10711         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10712         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10713         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10714         Moved ...
10715         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10716         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10717         Moved ...
10718         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10719         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10720         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10721         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10722         Moved ...
10723         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10724         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10725         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10727         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10728         folded into ...
10729         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10730         * sysdeps/unix/sysv/linux/s390/Versions
10731         (libpthread: GLIBC_2.19): New version set.
10732         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10733         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10734         (librt: GLIBC_2.3.3): New version set.
10735         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10736         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10737         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10738         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10739         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10740         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10741         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10742         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10743         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10744         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10745         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10746         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10747         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10748         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10749         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10750         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10751         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10752         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10753         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10754         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10755         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10756         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10757         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10758         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10759         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10760         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10761         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10762         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10763         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10764         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10765         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10766         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10767         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10768         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10769         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10770         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10771         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10772         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10773         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10774         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10775         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10776         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10777         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10778         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10779         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10781         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10782         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10783         (__libc_vfork): Define the function under this name.
10784         [!NOT_IN_libc] (__vfork): Make this an alias.
10785         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10786         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10787         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10788         (__libc_vfork): Define the function under this name.
10789         [!NOT_IN_libc] (__vfork): Make this an alias.
10790         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10791         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10792         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10793         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10794         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10795         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10797         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10798         code that was previously under [RESET_PID].
10799         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10800         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10801         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10803         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10804         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10805         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10806         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10807         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10808         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10809         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10810         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10811         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10812         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10813         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10814         Moved ...
10815         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10816         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10817         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10818         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10819         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10820         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10821         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10822         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10823         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10824         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10825         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10826         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10827         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10828         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10829         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10830         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10831         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10832         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10833         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10834         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10835         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10836         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10837         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10838         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10839         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10840         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10841         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10842         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10843         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10845 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10847         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10848         that was previously under [RESET_PID].
10849         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10851 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10853         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10854         not undefine and redefine.
10855         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10856         [O_CLOEXEC]: Make code unconditional.
10857         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10858         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10859         <kernel-features.h>.
10860         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10861         conditional variable definition.
10862         (shm_open) [O_CLOEXEC]: Make code unconditional.
10863         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10864         code.
10866         * configure.ac (USE_REGPARMS): Don't define here.
10867         * configure: Regenerated.
10868         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10869         * sysdeps/i386/configure: Regenerated.
10871         * nptl/createthread.c: Don't include kernel-features.h.
10872         * nptl/pthread_cancel.c: Likewise.
10873         * nptl/pthread_condattr_setclock.c: Likewise.
10874         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10875         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10876         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10877         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10878         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10879         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10880         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10881         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10882         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10883         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10884         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10885         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10886         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10887         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10888         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10889         * nscd/gai.c: Likewise.
10890         * nss/nss_db/db-open.c: Likewise.
10891         * sysdeps/generic/ldsodefs.h: Likewise.
10892         * sysdeps/sh/nptl/tls.h: Likewise.
10893         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10894         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10895         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10896         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10897         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10898         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10899         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10900         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10901         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10902         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10903         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10904         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10905         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10906         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10907         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10908         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10909         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10910         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10911         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10912         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10913         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10914         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10915         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10916         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10917         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10918         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10919         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10920         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10921         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10922         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10923         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10924         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10925         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10926         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10927         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10928         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10929         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10930         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10931         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10932         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10933         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10934         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10935         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10936         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10937         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10938         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10939         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10940         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10941         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10942         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10943         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10944         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10945         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10946         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10947         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10948         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10949         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10950         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10951         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10952         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10957         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10962         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10963         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10964         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10965         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10966         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10973         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10974         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10975         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10976         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10977         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10978         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10979         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10980         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10981         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10982         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10983         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10984         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10985         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10986         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10987         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10988         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10989         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10990         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10991         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10992         * sysdeps/unix/sysv/linux/system.c: Likewise.
10993         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10994         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10995         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10996         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10997         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10998         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10999         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
11001         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
11002         * configure: Regenerated.
11003         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
11005         * configure.ac (base_machine): Do not set specially for particular
11006         machines here.
11007         * configure: Regenerated.
11008         * sysdeps/powerpc/preconfigure: Move machine and base_machine
11009         settings from configure.ac.
11010         * sysdeps/i386/preconfigure: New file.
11011         * sysdeps/s390/preconfigure: Likewise.
11012         * sysdeps/sh/preconfigure: Likewise.
11013         * sysdeps/sparc/preconfigure: Likewise.
11015 2014-06-25  Roland McGrath  <roland@hack.frob.com>
11017         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
11018         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
11019         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
11020         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
11021         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
11022         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
11023         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
11024         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
11025         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
11026         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
11027         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
11028         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
11029         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
11030         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
11031         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
11032         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
11033         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
11034         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
11035         * sysdeps/sparc/sparc64/Makefile: ... appended here.
11037         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
11038         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
11039         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
11040         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
11041         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
11042         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
11043         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
11044         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
11045         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
11046         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
11047         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
11048         * sysdeps/sparc/sparc32/sem_post.c: ... here.
11049         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
11050         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
11051         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
11052         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
11053         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
11054         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
11055         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
11056         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
11057         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
11058         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
11059         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
11060         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
11061         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
11062         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
11063         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
11064         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
11065         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
11066         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
11067         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
11068         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
11069         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
11070         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
11071         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
11072         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
11073         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
11074         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
11076         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
11077         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
11078         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
11079         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
11080         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
11081         Moved ...
11082         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
11083         ... here.
11084         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
11085         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
11086         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
11087         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
11088         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
11089         Moved ...
11090         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
11091         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
11092         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
11093         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
11094         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
11095         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
11096         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
11097         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
11098         Moved ...
11099         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
11100         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
11101         Moved ...
11102         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
11103         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
11104         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
11105         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
11106         Moved ...
11107         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
11108         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
11109         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
11110         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
11111         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
11112         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
11113         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
11114         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
11115         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
11116         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
11117         Moved ...
11118         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11119         ... here.
11120         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
11121         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
11122         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11123         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11124         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11125         Moved ...
11126         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11127         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11128         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11129         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11130         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11131         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11132         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11133         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11134         Moved ...
11135         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11136         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11137         Moved ...
11138         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11139         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11140         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11141         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11142         Moved ...
11143         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11144         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11145         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11146         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11147         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11149 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11151         * timezone/checktab.awk: Update from tzcode 2014e.
11152         * timezone/private.h: Likewise.
11153         * timezone/tzfile.h: Likewise.
11154         * timezone/zdump.c: Likewise.
11155         * timezone/zic.c: Likewise.
11157         * sysdeps/unix/sysv/linux/kernel-features.h
11158         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11159         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11160         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11161         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11162         Remove conditional code.
11164 2014-06-25  Will Newton  <will.newton@linaro.org>
11166         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11167         (_dl_arm_cap_flags): Add HWCAP2 values.
11168         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11169         (_DL_HWCAP_COUNT): Increase to 37.
11170         (_DL_HWCAP_LAST): New define.
11171         (_DL_HWCAP2_LAST): New define.
11172         (_dl_procinfo): Add support for printing
11173         AT_HWCAP2 entries.
11174         (_dl_string_hwcap): Use _dl_hwcap_string.
11176 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11178         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11180 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11182         * README: Do not mention ports directory.
11184         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11185         Remove macro.
11186         * sysdeps/unix/sysv/linux/futimes.c: Do not include
11187         <kernel-features.h>.
11188         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11189         conditional variable definition.
11190         (__futimes): Update comment.
11191         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11192         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11194         [BZ #16560]
11195         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11196         arguments close to 0.
11197         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11198         Likewise.
11199         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11200         Likewise.
11201         * math/auto-libm-test-in: Add more tests of exp10.
11202         * math/auto-libm-test-out: Regenerated.
11203         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11205         * sysdeps/unix/sysv/linux/kernel-features.h
11206         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11207         * sysdeps/unix/sysv/linux/readv.c: Do not include
11208         <kernel-features.h>.
11209         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11210         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11211         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11212         unconditional.
11213         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11214         conditional code.
11215         * sysdeps/unix/sysv/linux/writev.c: Do not include
11216         <kernel-features.h>.
11217         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11218         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11219         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11220         unconditional.
11221         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11222         conditional code.
11224 2014-06-25  Will Newton  <will.newton@linaro.org>
11226         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11227         comment changes throughout the file.  Remove checks
11228         for HAVE_*_H definitions that are not required.
11229         (__gen_tempname): Call abort if an unknown kind value is
11230         passed.
11232 2014-06-25  Andreas Schwab  <schwab@suse.de>
11234         [BZ #17086]
11235         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11236         scalbln, scalblnf, scalblnl in libc.
11238 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11240         [BZ #17086]
11241         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11242         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11243         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11245 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11247         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11248         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11249         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11250         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11251         Update #include.
11252         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11253         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11254         Update #include.
11255         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11256         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11257         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11258         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11259         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11260         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11261         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11262         * sysdeps/x86/bits/semaphore.h: ... here.
11263         * sysdeps/x86/nptl/elide.h: Moved ...
11264         * sysdeps/x86/elide.h: ... here.
11265         * sysdeps/x86_64/nptl/Implies: File removed.
11266         * sysdeps/i386/nptl/Implies: File removed.
11268 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11270         [BZ #16539]
11271         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11272         return the argument for normal arguments with exponent below -64.
11273         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11274         Likewise.
11275         * math/auto-libm-test-in: Add another test of expm1.
11276         * math/auto-libm-test-out: Regenerated.
11278         [BZ #16287]
11279         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11280         calling __erfcl for arguments at least 16.
11281         * math/auto-libm-test-in: Add more tests of erf.
11282         * math/auto-libm-test-out: Regenerated.
11284         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11285         individual architectures.
11286         * sysdeps/unix/sysv/linux/configure: Regenerated.
11287         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11288         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11289         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11290         (ldd_rewrite_script): Define variable.
11291         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11292         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11293         file.
11294         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11295         generated file.
11296         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11297         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11298         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11299         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11300         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11301         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11302         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11303         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11305 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11307         [BZ #17084]
11308         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11309         Rename member __data.d to __data.__elision_data.
11311 2014-06-24  Wilco  <wdijkstr@arm.com>
11313         * NEWS: Add 16918 to fixed bug list.
11315 2014-06-24  Wilco  <wdijkstr@arm.com>
11317         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11319 2014-06-24  Wilco  <wdijkstr@arm.com>
11321         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11322         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11323         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11324         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11325         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11326         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11327         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11328         Use _FPU_MASK_RM.
11330 2014-06-24  Wilco  <wdijkstr@arm.com>
11332         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11334 2014-06-24  Wilco  <wdijkstr@arm.com>
11336         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11337         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11338         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11339         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11341 2014-06-24  Wilco  <wdijkstr@arm.com>
11343         [BZ #16918]
11344         * sysdeps/arm/feupdateenv.c (feupdateenv):
11345         Rewrite to reduce FPSCR accesses and fix return value.
11347 2014-06-24  Wilco  <wdijkstr@arm.com>
11349         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11350         Optimize to avoid unnecessary FPSCR writes.
11351         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11352         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11353         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11354         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11356 2014-06-24  Wilco  <wdijkstr@arm.com>
11358         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11359         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11360         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11361         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11362         Call libc_fetestexcept_vfp.
11363         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11364         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11365         __SOFTFP__ ifdef so that they can be built for softfp.
11367 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11369         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11370         argument type signed char.
11372         * Makerules (check-abi): Dump diff of symlist if the test
11373         fails.
11375 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11377         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11378         using abort.
11380         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11381         Remove unused variable ST.
11383 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11385         [BZ #16354]
11386         [BZ #17061]
11387         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11388         small arguments before calling __expm1.
11389         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11390         small arguments before calling __expm1f.
11391         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11392         small arguments before calling __expm1l.
11393         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11394         Likewise.
11395         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11396         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11397         spurious underflow for some cosh tests.
11398         * math/auto-libm-test-out: Regenerated.
11399         * sysdeps/i386/fpu/libm-test-ulps: Update.
11401         [BZ #17050]
11402         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11403         (__ieee754_y1): Set errno if return value overflows.
11404         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11405         (__ieee754_y1f): Set errno if return value overflows.
11406         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11407         (__ieee754_y1l): Set errno if return value overflows.
11408         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11409         (__ieee754_y1l): Set errno if return value overflows.
11410         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11411         * math/auto-libm-test-out: Regenerated.
11413         * math/gen-auto-libm-tests.c: Document use of
11414         ignore-zero-inf-sign.
11415         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11416         (input_flags): Add ignore-zero-inf-sign.
11417         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11418         * math/gen-libm-test.pl (generate_testfile): Handle
11419         ignore-zero-inf-sign.
11420         * math/auto-libm-test-in: Mark some cpow tests with
11421         ignore-zero-inf-sign and some with xfail-rounding.
11422         * math/auto-libm-test-out: Regenerated.
11423         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11424         * sysdeps/i386/fpu/libm-test-ulps: Update.
11425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11427         [BZ #16315]
11428         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11429         overflowing or underflowing operations take place with sign of
11430         result.
11431         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11432         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11433         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11434         (__ieee754_pow): Recompute overflowing and underflowing results in
11435         original rounding mode.
11436         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11437         (__powl_helper): Allow negative argument X and scale negated value
11438         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11439         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11440         overflowing or underflowing operations take place with sign of
11441         result.
11442         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11443         Include <math.h>.
11444         * math/auto-libm-test-in: Add more tests of pow.
11445         * math/auto-libm-test-out: Regenerated.
11446         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11447         (pow_tonearest_test_data): Remove.
11448         (pow_test_tonearest): Likewise.
11449         (pow_towardzero_test_data): Likewise.
11450         (pow_test_towardzero): Likewise.
11451         (pow_downward_test_data): Likewise.
11452         (pow_test_downward): Likewise.
11453         (pow_upward_test_data): Likewise.
11454         (pow_test_upward): Likewise.
11455         (main): Don't call removed functions.
11456         * sysdeps/i386/fpu/libm-test-ulps: Update.
11457         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11459 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11462         Moved ...
11463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11465         Moved ...
11466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11468         Moved ...
11469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11471         Moved ...
11472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11474         File removed.
11475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11476         File removed.
11477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11478         File removed.
11479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11480         File removed.
11481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11482         File removed.
11483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11484         File removed.
11485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11486         File removed.
11487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11488         File removed.
11489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11490         File removed.
11491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11492         File removed.
11493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11494         File removed.
11495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11496         File removed.
11497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11498         Moved ...
11499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11501         Moved ...
11502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11503         ... here.
11504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11505         Moved ...
11506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11508         Moved ...
11509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11511         Moved ...
11512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11514         Moved ...
11515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11517         Moved ...
11518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11520         Moved ...
11521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11523         Moved ...
11524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11527         ... here.
11528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11529         Moved ...
11530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11532         Moved ...
11533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11534         ... here.
11535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11536         Moved ...
11537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11538         ... here.
11539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11540         Moved ...
11541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11542         ... here.
11543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11544         Moved ...
11545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11547         Moved ...
11548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11552         Moved ...
11553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11554         ... here.
11555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11556         Moved ...
11557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11558         ... here.
11559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11560         Moved ...
11561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11563         Moved ...
11564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11566         Moved ...
11567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11569         Moved ...
11570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11572         Moved ...
11573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11574         ... here.
11575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11576         Moved ...
11577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11579         Moved ...
11580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11582         Moved ...
11583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11585         Moved ...
11586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11590         Moved ...
11591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11593         Moved ...
11594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11596         Moved ...
11597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11598         ... here.
11599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11600         Moved ...
11601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11602         ... here.
11603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11604         Moved ...
11605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11606         ... here.
11607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11608         Moved ...
11609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11611         Moved ...
11612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11614         Moved ...
11615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11617         Moved ...
11618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11619         ... here.
11620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11621         Moved ...
11622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11623         ... here.
11624         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11625         Moved ...
11626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11627         ... here.
11628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11629         Moved ...
11630         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11632         Moved ...
11633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11635 2014-06-23  Will Newton  <will.newton@linaro.org>
11636             Wilco  <wdijkstr@arm.com>
11638         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11639         implementation.  Include get-rounding-mode.h.
11640         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11641         [!libc_feholdsetround_noex_ctx]: Define
11642         libc_feholdsetround_noex_ctx.
11643         [!libc_feholdsetround_noexf_ctx]: Define
11644         libc_feholdsetround_noexf_ctx.
11645         [!libc_feholdsetround_noexl_ctx]: Define
11646         libc_feholdsetround_noexl_ctx.
11647         (libc_feholdsetround_ctx): New function.
11648         (libc_feresetround_ctx): New function.
11649         (libc_feholdsetround_noex_ctx): New function.
11650         (libc_feresetround_noex_ctx): New function.
11652 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11654         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11655         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11656         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11657         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11658         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11659         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11661         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11662         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11663         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11664         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11665         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11666         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11667         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11668         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11669         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11670         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11671         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11672         Moved ...
11673         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11674         ... here.
11675         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11676         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11677         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11678         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11679         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11680         Moved ...
11681         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11682         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11683         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11684         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11685         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11686         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11687         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11688         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11689         Moved ...
11690         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11691         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11692         Moved ...
11693         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11694         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11695         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11696         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11697         Moved ...
11698         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11699         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11700         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11701         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11702         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11703         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11704         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11705         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11706         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11707         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11708         Moved ...
11709         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11710         ... here.
11711         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11712         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11713         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11714         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11715         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11716         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11717         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11718         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11719         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11720         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11721         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11722         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11723         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11724         Moved ...
11725         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11726         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11727         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11728         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11729         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11730         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11731         Moved ...
11732         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11733         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11734         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11735         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11736         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11738         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11739         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11740         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11741         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11742         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11743         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11744         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11745         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11746         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11747         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11748         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11749         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11750         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11751         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11752         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11753         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11754         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11755         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11756         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11757         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11758         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11759         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11760         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11761         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11762         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11763         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11764         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11765         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11767 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11769         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11770         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11771         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11772         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11773         (IPV6_PMTUDISC_INTERFACE): Likewise.
11774         (IPV6_PMTUDISC_OMIT): Likewise.
11776 2014-06-23  Andreas Schwab  <schwab@suse.de>
11778         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11779         Remove unused errout label.
11781 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11783         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11784         macro: hardware supports Vector Crypto instructions.
11786 2014-06-23  Will Newton  <will.newton@linaro.org>
11788         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11789         rather than __builtin_expect.
11791         * elf/dl-lookup.c (undefined_msg): Remove variable.
11792         (_dl_lookup_symbol_x): Replace undefined_msg with string
11793         literal.
11795         * elf/dl-lookup.c (do_lookup_unique): New function.
11796         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11797         to a separate function.
11799 2014-06-23  Andreas Schwab  <schwab@suse.de>
11801         [BZ #17079]
11802         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11803         before reading the next line.
11805 2014-06-23  Will Newton  <will.newton@linaro.org>
11807         * test-skeleton.c (signal_handler): Use printf and %m
11808         rather than perror.  Use printf rather than fprintf to
11809         stderr.  Use puts rather than fputs to stderr.
11810         (main): Likewise.
11812 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11814         * nscd/nscd.c (thread_info_t): Remove typedef.
11815         (thread_info): Remove variable.
11817 2014-06-21  Allan McRae  <allan@archlinux.org>
11819         * NEWS: Mention CVE-2014-4043.
11821 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11823         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11824         * nptl/smp.h: ... here.
11826         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11828         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11829         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11830         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11831         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11833         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11834         * nptl/stack-aliasing.h: New file.
11835         * sysdeps/i386/i686/stack-aliasing.h: New file.
11836         * sysdeps/i386/i686/nptl/Makefile: File removed.
11837         * sysdeps/x86_64/stack-aliasing.h: New file.
11838         * sysdeps/x86_64/nptl/Makefile
11839         (CFLAGS-pthread_create.c): Variable removed.
11841         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11842         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11843         old file.
11844         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11845         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11846         old file.
11848 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11850         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11851         (__ASSUME_SIGFRAME_V2): Remove macro.
11852         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11853         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11854         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11855         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11856         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11857         Declare as function.  Remove conditional macro definitions.
11858         (__default_rt_sa_restorer): Likewise.
11859         (__default_sa_restorer_v1): Remove declaration.
11860         (__default_sa_restorer_v2): Likewise.
11861         (__default_rt_sa_restorer_v1): Likewise.
11862         (__default_rt_sa_restorer_v2): Likewise.
11863         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11864         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11865         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11867 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11869         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11870         (libpthread-routines): Add sysdep.
11871         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11872         * sysdeps/unix/sysv/linux/sparc/Versions
11873         (libpthread: GLIBC_2.3.3): New version set.
11874         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11875         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11876         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11877         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11878         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11879         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11880         Moved ...
11881         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11882         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11883         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11884         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11885         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11886         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11887         * sysdeps/sparc/nptl/sem_init.c: ... here.
11888         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11889         * sysdeps/sparc/nptl/sem_post.c: ... here.
11890         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11891         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11892         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11893         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11894         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11895         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11896         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11897         (libpthread-routines): Add cpu_relax.
11898         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11899         File removed.
11900         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11901         (librt: GLIBC_2.3.3): New version set.
11902         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11903         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11904         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11905         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11906         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11907         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11908         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11909         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11910         Moved ...
11911         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11912         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11913         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11914         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11915         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11916         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11917         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11918         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11919         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11920         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11921         Moved ...
11922         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11923         Update #include.
11924         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11925         Moved ...
11926         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11927         Update #include.
11928         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11929         Moved ...
11930         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11931         Update #include.
11932         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11933         Moved ...
11934         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11935         Update #include.
11936         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11937         Moved ...
11938         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11939         Update #include.
11940         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11941         Moved ...
11942         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11943         Update #include.
11944         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11945         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11946         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11947         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11948         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11949         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11950         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11951         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11952         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11953         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11954         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11955         Moved ...
11956         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11957         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11958         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11959         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11960         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11962 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11964         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11965         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11966         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11967         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11968         * nscd/nscd.c: Likewise.
11969         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11970         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11971         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11972         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11974         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11975         <kernel-features.h>.
11976         (init_mq_netlink): Remove conditional have_sock_cloexec
11977         definitions.  Remove code conditional on have_sock_cloexec < 0.
11978         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11979         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11980         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11981         <kernel-features.h>.
11982         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11983         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11985 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11987         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11988         Add tests for memset_chk and memset.
11990         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11991         with AVX2_Usable.
11993 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11995         [BZ #16046]
11996         * elf/tst-dl-iter-static.c: New file.
11997         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11999         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
12000         error.
12002 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12004         * sysdeps/unix/sysv/linux/kernel-features.h
12005         (__ASSUME_F_GETOWN_EX): Remove macro.
12006         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
12007         <kernel-features.h>.
12008         (miss_F_GETOWN_EX): Remove variable or macro.
12009         (do_fcntl): Do not check miss_F_GETOWN_EX.
12010         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
12012         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
12013         Remove macro.
12014         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
12015         [!__ASSUME_AT_RANDOM]: Remove conditional code.
12016         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
12018         * sysdeps/unix/sysv/linux/kernel-features.h
12019         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
12020         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
12021         [ADJ_OFFSET_SS_READ]: Make code unconditional.
12022         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
12024 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
12026         [BZ #17075]
12027         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
12028         Fix calculation of the symbol's value.
12029         * sysdeps/arm/tst-armtlsdescloc.c: New file.
12030         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
12031         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
12032         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
12033         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
12034         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
12035         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
12036         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
12037         (modules-names): Add `tst-armtlsdescmod',
12038         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
12039         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
12040         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12041         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
12042         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
12043         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12044         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
12045         ($(objpfx)tst-armtlsdescloc): New dependency.
12046         ($(objpfx)tst-armtlsdescextnow): Likewise.
12047         ($(objpfx)tst-armtlsdescextlazy): Likewise.
12048         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
12049         TLS scheme support.
12050         * sysdeps/arm/configure: Regenerate.
12052 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12054         * include/fcntl.h (__atfct_seterrno): Remove prototype.
12055         (__atfct_seterrno_2): Likewise.
12056         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
12057         <kernel-features.h>.
12058         (__ASSUME_ATFCTS): Do not undefine and redefine.
12059         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
12060         (__have_atfcts): Remove conditional definition.
12061         (__fxstatat([__NR_fstatat64]: Make code unconditional.
12062         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
12063         unreachable if [__ASSUME_ATFCTS].
12064         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
12065         not undefine and redefine.
12066         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
12067         <kernel-features.h>.
12068         (faccessat) [__NR_faccessat]: Make code unconditional.
12069         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
12070         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
12071         <kernel-features.h>.
12072         (fchmodat) [__NR_fchmodat]: Make code unconditional.
12073         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12074         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
12075         <kernel-features.h>.
12076         (fchownat) [__NR_fchownat]: Make code unconditional.
12077         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
12078         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
12079         <kernel-features.h>.
12080         (futimesat) [__NR_futimesat]: Make code unconditional.
12081         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
12082         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
12083         <kernel-features.h>.
12084         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12085         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12086         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
12087         <kernel-features.h>.
12088         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
12089         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12090         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
12091         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
12092         <kernel-features.h>.
12093         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
12094         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12095         * sysdeps/unix/sysv/linux/linkat.c: Do not include
12096         <kernel-features.h>.
12097         (linkat) [__NR_linkat]: Make code unconditional.
12098         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12099         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
12100         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
12101         <kernel-features.h>.
12102         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
12103         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12104         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
12105         <kernel-features.h>.
12106         (mkdirat) [__NR_mkdirat]: Make code unconditional.
12107         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
12108         * sysdeps/unix/sysv/linux/openat.c: Do not include
12109         <kernel-features.h>.
12110         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
12111         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
12112         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
12113         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
12114         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
12115         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
12116         <kernel-features.h>.
12117         (readlinkat) [__NR_readlinkat]: Make code unconditional.
12118         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
12119         result of INLINE_SYSCALL directly, not via int variable.
12120         * sysdeps/unix/sysv/linux/renameat.c: Do not include
12121         <kernel-features.h>.
12122         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12123         (renameat) [__NR_renameat]: Make code unconditional.
12124         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12125         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12126         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12127         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12128         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12129         (__ASSUME_ATFCTS): Do not undefine and redefine.
12130         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12131         <kernel-features.h>.
12132         (symlinkat) [__NR_symlinkat]: Make code unconditional.
12133         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12134         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12135         <kernel-features.h>.
12136         (unlinkat) [__NR_unlinkat]: Make code unconditional.
12137         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12138         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12139         (__ASSUME_ATFCTS): Do not undefine and redefine.
12140         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12141         <kernel-features.h>.
12142         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12143         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12144         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12145         <kernel-features.h>.
12146         (__xmknodat) [__NR_mknodat]: Make code unconditional.
12147         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12149 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12151         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12153 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
12155         [BZ #17069]
12156         * posix/regcomp.c (parse_reg_exp): Deallocate partially
12157         constructed tree before returning error.
12158         * posix/bug-regexp36.c: Expand test case.
12160 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12162         [BZ #6803]
12163         * math/libm-test.inc (scalbln_test_date):
12164         Add errno expectations.
12165         * math/w_scalblnf.c: New File.
12166         Add wrapper which checks for setting errno to ERANGE.
12167         Add weak_alias for corresponding scalbln function.
12168         * math/w_scalbln.c: Likewise.
12169         * math/w_scalblnl.c: Likewise.
12170         * math/Makefile (libm-calls): Add w_scalbln.
12171         * sysdeps/ieee754/flt-32/s_scalblnf.c:
12172         Remove weak_alias for corresponding scalbln function.
12173         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12174         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12175         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12176         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12177         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12178         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12179         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12180         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12181         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12182         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12183         Remove long_double_symbol for scalblnl function in libm, libc.
12184         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12185         Add wrapper which checks for setting errno to ERANGE.
12186         Add long_double_symbol for scalblnl function in libm, libc.
12187         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12188         Remove long_double_symbol for scalblnl in libm.
12189         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12190         Add wrapper which checks for setting errno to ERANGE.
12191         Add long_double_symbol for scalblnl function in libm.
12192         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12193         Do not use wrapper because of own implementation.
12195 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12197         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12198         3 bytes for __pad1 for x32.
12199         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12201 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
12202             H.J. Lu  <hongjiu.lu@intel.com>
12204         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12205         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12206         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12207         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12208         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12210 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12212         [BZ #17069]
12213         * posix/regcomp.c (parse_expression): Deallocate partially
12214         constructed tree before returning error.
12215         * posix/Makefile.c (tests): Add bug-regex36.
12216         (generated): Add bug-regex36.mtrace.
12217         (tests-special): Add $(objpfx)bug-regex36-mem.out
12218         (bug-regex36-ENV): New variable.
12219         ($(objpfx)bug-regex36-mem.out): New rule.
12220         * posix/bug-regex36.c: New file.
12222 2014-06-19  Will Newton  <will.newton@linaro.org>
12224         * malloc/malloc.c (systrim): If extra is zero then return
12225         early.
12227 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12229         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12231 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12233         * sysdeps/aarch64/strchr.S: New file.
12235 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12237         [BZ #17022]
12238         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12239         from arguments -2 or below.
12240         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12241         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12243 2014-06-18  Andreas Schwab  <schwab@suse.de>
12245         [BZ #17062]
12246         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12247         of a bracket expr not to run off the end of the string.
12248         * posix/Makefile (tests): Add tst-fnmatch3.
12249         * posix/tst-fnmatch3.c: New file.
12251 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12253         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12254         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12255         [$(cross-compiling) = no]: Likewise.
12256         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12257         [$(cross-compiling) = no]: Likewise.
12259 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12261         [BZ #17031]
12262         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12263         double, adjusted for any remainder from the high double.
12264         * math/libm-test.inc (nearbyint): Add tests.
12265         (rint): Likewise.
12267 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12269         * nptl/sysdeps/powerpc/Makefile: Moved ...
12270         * sysdeps/powerpc/nptl/Makefile: ... here.
12271         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12272         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12273         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12274         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12275         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12276         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12277         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12278         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12279         * nptl/sysdeps/powerpc/tls.h: Moved ...
12280         * sysdeps/powerpc/nptl/tls.h: ... here.
12282 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12284         [BZ #16681]
12285         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12286         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12287         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12288         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12289         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12290         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12291         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12292         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12293         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12295 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12297         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12299 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12301         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12302         defined operator.
12304         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12305         $TIMEOUTFACTOR.
12307 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12309         [BZ #17058]
12310         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12311         non-executed part of the test.
12313 2014-06-16  Andreas Schwab  <schwab@suse.de>
12315         * string/bits/string2.h (strdup, strndup): Update feature guard.
12317 2014-06-14  David S. Miller  <davem@davemloft.net>
12319         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12321 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12323         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12324         that was previously under [RESET_PID].
12325         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12327         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12328         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12329         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12330         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12331         (__libc_vfork): New strong alias.
12332         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12334 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12336         * sysdeps/generic/elide.h: New file.
12338 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12340         * Makefile (installed-headers): Adjust path of pthread.h header.
12342 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12344         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12345         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12346         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12347         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12349         * nptl/sysdeps/s390/Makefile: Moved ...
12350         * sysdeps/s390/nptl/Makefile: ... here.
12351         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12352         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12353         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12354         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12355         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12356         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12357         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12358         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12359         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12360         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12361         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12362         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12363         * nptl/sysdeps/s390/tls.h: Moved ...
12364         * sysdeps/s390/nptl/tls.h: ... here.
12366         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12367         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12369 2014-06-13  David S. Miller  <davem@davemloft.net>
12371         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12372         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12373         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12374         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12375         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12376         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12377         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12378         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12379         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12380         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12381         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12382         Remove RESET_PID cpp guards.
12383         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12384         Remove RESET_PID cpp guards.
12385         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12387 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12389         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12390         __sp to uintptr_t.
12392 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12394         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12395         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12396         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12397         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12398         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12399         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12400         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12401         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12402         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12403         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12404         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12405         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12406         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12407         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12408         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12409         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12410         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12411         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12412         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12413         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12415         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12416         (pthread_rwlock_rdlock): Add elision.
12417         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12418         (pthread_rwlock_wrlock): Add elision.
12419         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12420         (pthread_rwlock_trywrlock): Add elision.
12421         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12422         (pthread_rwlock_tryrdlock): Add elision.
12423         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12424         (pthread_rwlock_tryrdlock): Add elision unlock.
12425         * nptl/sysdeps/pthread/pthread.h:
12426         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12427         (PTHREAD_RWLOCK_INITIALIZER,
12428         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12429         Handle new elision field.
12430         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12431         * sysdeps/arm/nptl/bits/pthreadtypes.h
12432         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12433         * sysdeps/sh/nptl/bits/pthreadtypes.h
12434         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12435         * sysdeps/tile/nptl/bits/pthreadtypes.h
12436         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12437         * sysdeps/a/nptl/bits/pthreadtypes.h
12438         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12439         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12440         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12441         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12442         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12443         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12444         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12445         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12446         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12447         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12448         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12449         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12450         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12451         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12452         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12453         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12454         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12455         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12456         (elision_init): Set try_xbegin to zero when no RTM.
12457         * sysdeps/x86/nptl/bits/pthreadtypes.h
12458         (pthread_rwlock_t): Change __pad1 to __rwelision.
12459         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12461 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12463         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12464         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12465         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12466         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12468 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12470         [BZ #16996]
12471         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12472         that the cached result has been set before returning it.
12474 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12476         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12477         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12478         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12479         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12480         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12481         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12483         * nptl/sysdeps/sparc/Makefile: Moved ...
12484         * sysdeps/sparc/nptl/Makefile: ... here.
12485         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12486         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12487         * nptl/sysdeps/sparc/tls.h: Moved ...
12488         * sysdeps/sparc/nptl/tls.h: ... here.
12489         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12490         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12491         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12492         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12493         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12494         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12495         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12496         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12497         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12498         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12499         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12500         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12501         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12502         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12503         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12504         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12505         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12506         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12507         Update #include.
12508         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12509         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12510         Update #include.
12511         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12512         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12513         Update #include.
12514         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12515         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12516         Update #include.
12518         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12520         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12521         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12523         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12524         (struct list_links): Type removed.
12525         (struct thread_node, struct timer_node): Replace struct list_links
12526         with struct list_head.
12527         (list_unlink_ip): Likewise.
12528         * sysdeps/pthread/timer_routines.c
12529         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12530         (list_append, list_insbefore): Likewise.
12531         (list_init): Function removed.
12532         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12533         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12534         * sysdeps/pthread/Makefile: ... here, new file.
12536         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12537         * sysdeps/nptl/Implies: ... here.
12538         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12539         * nptl/sysdeps/pthread/list.h: Moved ...
12540         * include/list.h: ... here.
12541         * nptl/sysdeps/pthread/createthread.c: Moved ...
12542         * nptl/createthread.c: ... here.
12543         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12544         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12545         * nptl/pt-longjmp.c: ... here.
12546         * nptl/sysdeps/pthread/Makefile: Moved ...
12547         * sysdeps/nptl/Makefile: ... here.
12548         * nptl/sysdeps/pthread/Subdirs: Moved ...
12549         * sysdeps/nptl/Subdirs: ... here.
12550         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12551         * sysdeps/nptl/aio_misc.h: ... here.
12552         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12553         * sysdeps/nptl/bits/libc-lock.h: ... here.
12554         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12555         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12556         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12557         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12558         * nptl/sysdeps/pthread/configure: Moved ...
12559         * sysdeps/nptl/configure: ... here.
12560         * nptl/sysdeps/pthread/configure.ac: Moved ...
12561         * sysdeps/nptl/configure.ac: ... here.
12562         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12563         * sysdeps/nptl/gai_misc.h: ... here.
12564         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12565         * sysdeps/nptl/librt-cancellation.c: ... here.
12566         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12567         * sysdeps/nptl/malloc-machine.h: ... here.
12568         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12569         * sysdeps/nptl/pthread-functions.h: ... here.
12570         * nptl/sysdeps/pthread/pthread.h: Moved ...
12571         * sysdeps/nptl/pthread.h: ... here.
12572         * nptl/sysdeps/pthread/setxid.h: Moved ...
12573         * sysdeps/nptl/setxid.h: ... here.
12574         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12575         * sysdeps/nptl/sigfillset.c: ... here.
12576         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12577         * sysdeps/nptl/tcb-offsets.h: ... here.
12578         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12579         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12580         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12581         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12582         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12583         * sysdeps/pthread/allocalim.h: ... here.
12584         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12585         * sysdeps/pthread/bits/sigthread.h: ... here.
12586         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12587         * sysdeps/pthread/flockfile.c: ... here.
12588         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12589         * sysdeps/pthread/ftrylockfile.c: ... here.
12590         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12591         * sysdeps/pthread/funlockfile.c: ... here.
12592         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12593         * sysdeps/pthread/posix-timer.h: ... here.
12594         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12595         * sysdeps/pthread/timer_create.c: ... here.
12596         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12597         * sysdeps/pthread/timer_delete.c: ... here.
12598         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12599         * sysdeps/pthread/timer_getoverr.c: ... here.
12600         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12601         * sysdeps/pthread/timer_gettime.c: ... here.
12602         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12603         * sysdeps/pthread/timer_routines.c: ... here.
12604         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12605         * sysdeps/pthread/timer_settime.c: ... here.
12606         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12607         * sysdeps/pthread/tst-timer.c: ... here.
12608         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12609         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12611         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12612         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12614         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12615         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12616         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12617         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12618         Update #include target.
12619         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12620         * sysdeps/i386/i686/nptl/Makefile: ... here.
12621         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12622         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12623         Update #include target.
12624         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12625         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12626         * nptl/sysdeps/i386/Makefile: Moved ...
12627         * sysdeps/i386/nptl/Makefile: ... here.
12628         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12629         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12630         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12631         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12632         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12633         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12634         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12635         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12636         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12637         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12638         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12639         * nptl/sysdeps/i386/tls.h: Moved ...
12640         * sysdeps/i386/nptl/tls.h: ... here.
12642         * sysdeps/sh/Makefile [$(subdir) = csu]
12643         (gen-as-const-headers): Add tcb-offsets.sym.
12644         * nptl/sysdeps/sh/Makefile: File removed.
12645         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12646         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12647         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12648         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12649         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12650         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12651         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12652         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12653         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12654         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12655         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12656         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12657         * nptl/sysdeps/sh/tls.h: Moved ...
12658         * sysdeps/sh/nptl/tls.h: ... here.
12659         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12660         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12661         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12662         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12663         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12664         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12665         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12666         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12667         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12668         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12669         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12670         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12671         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12672         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12673         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12674         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12675         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12676         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12677         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12678         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12679         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12680         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12681         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12682         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12683         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12684         Moved ...
12685         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12686         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12687         Moved ...
12688         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12689         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12690         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12691         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12692         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12693         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12694         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12695         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12696         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12697         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12698         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12699         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12700         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12701         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12702         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12703         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12704         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12705         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12706         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12708 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12710         * posix/spawn_faction_addopen.c: Include string.h.
12712 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12714         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12715         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12716         * nptl/sysdeps/x86_64/Makefile: Moved ...
12717         * sysdeps/x86_64/nptl/Makefile: ... here.
12718         * nptl/sysdeps/x86_64/configure: Moved ...
12719         * sysdeps/x86_64/nptl/configure: ... here.
12720         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12721         * sysdeps/x86_64/nptl/configure.ac: ... here.
12722         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12723         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12724         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12725         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12726         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12727         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12728         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12729         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12730         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12731         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12732         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12733         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12734         * nptl/sysdeps/x86_64/tls.h: Moved ...
12735         * sysdeps/x86_64/nptl/tls.h: ... here.
12736         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12737         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12738         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12739         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12741         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12743 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12745         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12747 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12749         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12750         type.
12751         [POSIX] (off_t): Likewise.
12752         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12753         [POSIX] (S_ISBLK): Require macro.
12754         [POSIX] (S_ISCHR): Likewise.
12755         [POSIX] (S_ISDIR): Likewise.
12756         [POSIX] (S_ISFIFO): Likewise.
12757         [POSIX] (S_ISREG): Likewise.
12758         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12759         optional-macro.
12760         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12761         type.
12762         [POSIX] (time_t): Likewise.
12763         [POSIX] (timer_t): Likewise.
12765 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12767         [BZ #17048]
12768         * posix/spawn_int.h (struct __spawn_action): Make the path string
12769         non-const to support deallocation.
12770         * posix/spawn_faction_addopen.c
12771         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12772         * posix/spawn_faction_destroy.c
12773         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12774         path in all spawn_do_open actions.
12775         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12776         posix_spawn_file_actions_addopen.
12778 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12780         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12781         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12782         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12783         conditional code always true.
12784         (__libc_vfork): New alias.
12786 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12788         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12789         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12791         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12793         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12794         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12796         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12797         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12799         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12800         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12802 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12804         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12805         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12806         multiarch strcmp for PPC64.
12807         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12808         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12809         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12810         multiarch optimizations.
12811         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12812         (__libc_ifunc_impl_list): Likewise.
12814 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12816         * benchtests/scripts/validate_benchout.py: New script.
12817         * benchtests/Makefile (bench-func): Call it.
12818         * benchtests/scripts/benchout.schema.json: New file.
12820 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12822         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12823         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12824         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12825         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12826         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12827         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12828         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12829         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12830         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12831         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12832         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12833         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12834         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12835         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12836         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12837         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12838         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12839         Moved ...
12840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12841         ... here.
12842         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12843         Moved ...
12844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12845         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12846         Moved ...
12847         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12848         ... here.
12849         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12850         Moved ...
12851         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12852         ... here.
12853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12854         Moved ...
12855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12856         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12857         Moved ...
12858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12859         ... here.
12860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12861         Moved ...
12862         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12863         ... here.
12864         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12865         Moved ...
12866         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12867         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12868         Moved ...
12869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12870         ... here.
12871         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12872         Moved ...
12873         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12874         ... here.
12875         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12876         Moved ...
12877         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12878         ... here.
12879         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12880         Moved ...
12881         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12882         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12883         Moved ...
12884         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12885         ... here.
12886         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12887         Moved ...
12888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12889         ... here.
12890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12891         Moved ...
12892         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12893         ... here.
12894         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12895         Moved ...
12896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12897         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12898         Moved ...
12899         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12900         ... here.
12901         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12902         Moved ...
12903         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12904         ... here.
12905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12906         Moved ...
12907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12908         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12909         Moved ...
12910         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12911         ... here.
12912         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12913         Moved ...
12914         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12915         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12916         Moved ...
12917         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12918         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12919         Moved ...
12920         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12921         ... here.
12922         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12923         Moved ...
12924         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12925         ... here.
12926         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12927         Moved ...
12928         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12929         ... here.
12930         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12931         Moved ...
12932         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12933         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12934         Moved ...
12935         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12936         ... here.
12937         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12938         Moved ...
12939         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12940         ... here.
12941         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12942         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12943         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12944         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12945         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12946         Moved ...
12947         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12948         ... here.
12949         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12950         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12951         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12952         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12953         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12954         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12955         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12956         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12957         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12958         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12959         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12960         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12961         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12962         Moved ...
12963         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12964         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12965         Moved ...
12966         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12967         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12968         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12969         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12970         Moved ...
12971         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12972         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12973         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12974         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12975         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12976         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12977         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12979 2014-06-10  Wilco  <wdijkstr@arm.com>
12981         * math/test-fenv-return.c: New file.
12982         * math/Makefile: Add new test test-fenv-return.
12984 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12986         [BZ #17042]
12987         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12988         when x - 1 is zero.
12989         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12990         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12991         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12992         0.0L for an argument of 1.0L.
12993         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12994         Likewise.
12995         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12996         value when x - 1 is zero.
12997         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12998         * sysdeps/i386/fpu/libm-test-ulps: Update.
12999         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13001 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
13003         [BZ #15119]
13004         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
13006 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13008         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
13009         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
13011 2014-06-09  Roland McGrath  <roland@hack.frob.com>
13013         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13014         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
13016         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13017         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
13019         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13020         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
13022         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
13023         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
13025         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
13026         if not already defined.
13027         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
13028         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
13029         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
13030         (TLS_INIT_TP): Use it.
13031         (TLS_DEFINE_INIT_TP): New macro.
13032         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
13034 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
13036         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
13037         constant.
13038         [POSIX] (IXANY): Likewise.
13039         [POSIX] (OLCUC): Likewise.
13040         [POSIX || POSIX2008] (CBAUD): Do not allow.
13041         [POSIX || POSIX2008] (DEFECHO): Likewise.
13042         [POSIX || POSIX2008] (ECHOCTL): Likewise.
13043         [POSIX || POSIX2008] (ECHOKE): Likewise.
13044         [POSIX || POSIX2008] (ECHOPRT): Likewise.
13045         [POSIX || POSIX2008] (EXTA): Likewise.
13046         [POSIX || POSIX2008] (EXTB): Likewise.
13047         [POSIX || POSIX2008] (FLUSHO): Likewise.
13048         [POSIX || POSIX2008] (LOBLK): Likewise.
13049         [POSIX || POSIX2008] (PENDIN): Likewise.
13050         [POSIX || POSIX2008] (SWTCH): Likewise.
13051         [POSIX || POSIX2008] (VDISCARD): Likewise.
13052         [POSIX || POSIX2008] (VDSUSP): Likewise.
13053         [POSIX || POSIX2008] (VLNEXT): Likewise.
13054         [POSIX || POSIX2008] (VREPRINT): Likewise.
13055         [POSIX || POSIX2008] (VSTATUS): Likewise.
13056         [POSIX || POSIX2008] (VWERASE): Likewise.
13057         (B*): Change to B[0123456789]*.
13058         * conform/data/time.h-data [POSIX || UNIX98]
13059         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
13060         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
13061         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
13062         [POSIX] (tm_*): Do not allow.
13064 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
13066         * Makefile (install): Don't set LANGUAGE.
13067         * Makefile.in (install): Likewise.
13068         * assert/Makefile (test-assert-ENV): Remove variable.
13069         (test-assert-perr-ENV): Likewise.
13070         * elf/Makefile (neededtest4-ENV): Likewise.
13071         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13072         [$(cross-compiling) = no]: Don't set LANGUAGE.
13073         * io/ftwtest-sh (LANG): Remove variable.
13074         * libio/Makefile (tst-widetext-ENV): Likewise.
13075         * manual/install.texi (Running make install): Don't refer to
13076         environment settings for make install.
13077         * INSTALL: Regenerated.
13078         * nptl/tst-tls6.sh: Don't set LANG.
13079         * posix/globtest.sh (LANG): Remove variable.
13080         * string/Makefile (tester-ENV): Likewise.
13081         (inl-tester-ENV): Likewise.
13082         (noinl-tester-ENV): Likewise.
13083         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13084         [$(cross-compiling) = no]: Don't set LANGUAGE.
13085         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
13086         without explicit environment settings.
13088 2014-06-06  Roland McGrath  <roland@hack.frob.com>
13090         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
13091         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
13092         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
13093         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
13095 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
13097         * crypt/crypt-private.h [DOS]: Add some includes taken from the
13098         other files in the crypt directory.
13099         * crypt/crypt.c: Remove duplicate includes.
13100         * crypt/crypt-entry.c: Likewise.
13101         * crypt/crypt_util.c: Likewise.
13103 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
13105         * Makeconfig (run-program-env): New variable.
13106         (run-program-prefix-before-env): Likewise.
13107         (run-program-prefix-after-env): Likewise.
13108         (run-program-prefix): Define in terms of new variables.
13109         (built-program-cmd-before-env): New variable.
13110         (built-program-cmd-after-env): Likewise.
13111         (built-program-cmd): Define in terms of new variables.
13112         (test-program-prefix-before-env): New variable.
13113         (test-program-prefix-after-env): Likewise.
13114         (test-program-prefix): Define in terms of new variables.
13115         (test-program-cmd-before-env): New variable.
13116         (test-program-cmd-after-env): Likewise.
13117         (test-program-cmd): Define in terms of new variables.
13118         * Rules (make-test-out): Use $(run-program-env).
13119         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
13120         (help): Do not mention environment variables.  Mention
13121         --timeoutfactor option.
13122         (timeoutfactor): New variable.
13123         (blacklist_exports): Remove function.
13124         (exports): Remove variable.
13125         (command): Do not include ${exports}.
13126         * manual/install.texi (Configuring and compiling): Do not mention
13127         test wrappers preserving environment variables.  Mention that last
13128         assignment to a variable must take precedence.
13129         * INSTALL: Regenerated.
13130         * benchtests/Makefile (run-bench): Use $(run-program-env).
13131         * catgets/Makefile ($(objpfx)test1.cat): Use
13132         $(built-program-cmd-before-env), $(run-program-env) and
13133         $(built-program-cmd-after-env).
13134         ($(objpfx)test2.cat): Do not specify environment variables
13135         explicitly.
13136         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13137         $(run-program-env) and $(built-program-cmd-after-env).
13138         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13139         $(run-program-env) and $(test-program-cmd-after-env).
13140         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13141         explicitly.
13142         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13143         run_program_env and test_program_cmd_after_env arguments.
13144         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13145         * elf/tst-pathopt.sh: Use run_program_env argument.
13146         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13147         $(test-wrapper-env) and $(run-program-env).
13148         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13149         run_program_env arguments.
13150         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13151         * intl/Makefile ($(objpfx)tst-gettext.out): Use
13152         $(test-program-prefix-before-env), $(run-program-env) and
13153         $(test-program-prefix-after-env).
13154         ($(objpfx)tst-gettext2.out): Likewise.
13155         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13156         run_program_env and test_program_prefix_after_env arguments.
13157         * intl/tst-gettext2.sh: Likewise.
13158         * intl/tst-gettext4.sh: Do not set environment variables
13159         explicitly.
13160         * intl/tst-gettext6.sh: Likewise.
13161         * intl/tst-translit.sh: Likewise.
13162         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13163         $(test-program-prefix-before-env), $(run-program-env) and
13164         $(test-program-prefix-after-env).
13165         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13166         run_program_env and test_program_prefix_after_env arguments.
13167         * math/Makefile (run-regen-ulps): Use $(run-program-env).
13168         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13169         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
13170         explicitly with each use of ${test_wrapper_env}.
13171         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13172         $(test-program-prefix-before-env), $(run-program-env) and
13173         $(test-program-prefix-after-env).
13174         * posix/tst-getconf.sh: Do not set environment variables
13175         explicitly.
13176         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13177         run_program_env and test_program_prefix_after_env arguments.
13178         * stdio-common/tst-printf.sh: Do not set environment variables
13179         explicitly.
13180         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13181         $(test-program-prefix-before-env), $(run-program-env) and
13182         $(test-program-prefix-after-env).
13183         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13184         run_program_env and test_program_prefix_after_env arguments.
13185         Split $test calls into $test_pre and $test.
13186         * timezone/Makefile (build-testdata): Use
13187         $(built-program-cmd-before-env), $(run-program-env) and
13188         $(built-program-cmd-after-env).
13190 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13192         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13193         strlen for non SHARED builds.
13195 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13197         * nptl/allocatestack.c (check_list): Inlined function...
13198         (__reclaim_stacks): ... here.
13200 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13202         [BZ #15698]
13203         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13204         memory overrun.
13206 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13208         * Rules (make-test-out): Include
13209         LOCPATH=$(common-objpfx)localedata in default environment.
13210         * debug/Makefile (tst-chk1-ENV): Remove variable.
13211         (tst-chk2-ENV): Likewise.
13212         (tst-chk3-ENV): Likewise.
13213         (tst-chk4-ENV): Likewise.
13214         (tst-chk5-ENV): Likewise.
13215         (tst-chk6-ENV): Likewise.
13216         (tst-lfschk1-ENV): Likewise.
13217         (tst-lfschk2-ENV): Likewise.
13218         (tst-lfschk3-ENV): Likewise.
13219         (tst-lfschk4-ENV): Likewise.
13220         (tst-lfschk5-ENV): Likewise.
13221         (tst-lfschk6-ENV): Likewise.
13222         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13223         (tst-iconv7-ENV): Likewise.
13224         * intl/Makefile (LOCPATH-ENV): Likewise.
13225         (tst-codeset-ENV): Likewise.
13226         (tst-gettext3-ENV): Likewise.
13227         (tst-gettext5-ENV): Likewise.
13228         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13229         (tst-fopenloc-ENV): Likewise.
13230         (tst-fgetws-ENV): Remove variable.
13231         (tst-ungetwc1-ENV): Likewise.
13232         (tst-ungetwc2-ENV): Likewise.
13233         (bug-ungetwc2-ENV): Likewise.
13234         (tst-swscanf-ENV): Likewise.
13235         (bug-ftell-ENV): Likewise.
13236         (tst-fgetwc-ENV): Likewise.
13237         (tst-fseek-ENV): Likewise.
13238         (tst-ftell-partial-wide-ENV): Likewise.
13239         (tst-ftell-active-handler-ENV): Likewise.
13240         (tst-ftell-append-ENV): Likewise.
13241         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13242         (tst-regexloc-ENV): Likewise.
13243         (bug-regex1-ENV): Likewise.
13244         (tst-regex-ENV): Likewise.
13245         (tst-regex2-ENV): Likewise.
13246         (bug-regex5-ENV): Likewise.
13247         (bug-regex6-ENV): Likewise.
13248         (bug-regex17-ENV): Likewise.
13249         (bug-regex18-ENV): Likewise.
13250         (bug-regex19-ENV): Likewise.
13251         (bug-regex20-ENV): Likewise.
13252         (bug-regex22-ENV): Likewise.
13253         (bug-regex23-ENV): Likewise.
13254         (bug-regex25-ENV): Likewise.
13255         (bug-regex26-ENV): Likewise.
13256         (bug-regex30-ENV): Likewise.
13257         (bug-regex32-ENV): Likewise.
13258         (bug-regex33-ENV): Likewise.
13259         (bug-regex34-ENV): Likewise.
13260         (bug-regex35-ENV): Likewise.
13261         (tst-rxspencer-ENV): Likewise.
13262         (tst-rxspencer-no-utf8-ENV): Likewise.
13263         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13264         (tst-sscanf-ENV): Likewise.
13265         (tst-swprintf-ENV): Likewise.
13266         (tst-swscanf-ENV): Likewise.
13267         (test-vfprintf-ENV): Likewise.
13268         (scanf13-ENV): Likewise.
13269         (bug14-ENV): Likewise.
13270         (tst-grouping-ENV): Likewise.
13271         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13272         (tst-strtod3-ENV): Likewise.
13273         (tst-strtod4-ENV): Likewise.
13274         (tst-strtod5-ENV): Likewise.
13275         (testmb2-ENV): Likewise./
13276         * string/Makefile (tst-strxfrm-ENV): Likewise.
13277         (tst-strxfrm2-ENV): Likewise.
13278         (bug-strcoll1-ENV): Likewise.
13279         (test-strcasecmp-ENV): Likewise.
13280         (test-strncasecmp-ENV): Likewise.
13281         * time/Makefile (tst-strptime-ENV): Likewise.
13282         (tst-ftime_l-ENV): Likewise.
13283         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13284         (tst-mbrtowc-ENV): Likewise.
13285         (tst-wcrtomb-ENV): Likewise.
13286         (tst-mbrtowc2-ENV): Likewise.
13287         (tst-c16c32-1-ENV): Likewise.
13288         (tst-mbsnrtowcs-ENV): Likewise.
13290 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13292         * manual/resource.texi (How to get information about the memory
13293         subsystem?): Fix typo.
13294         Reported by Peon de la Parra Ivan <peon@keba.com>
13296 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13298         [BZ #16882]
13299         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13300         (pthread_spin_lock): Branch out of spin loop to proper location.
13301         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13302         (pthread_spin_lock): Likewise.
13304         * nptl/tst-spin4.c: New test.
13305         * nptl/Makefile (tests): Add tst-spin4.
13307 2014-06-03  Andreas Schwab  <schwab@suse.de>
13309         [BZ #15946]
13310         * resolv/res_send.c (send_dg): Reload file descriptor after
13311         calling reopen.
13313 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13315         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13317 2014-06-03  Richard Henderson  <rth@redhat.com>
13319         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13320         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13321         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13322         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13323         in the SAVE_PID block.
13324         (__libc_vfork): New alias.
13325         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13327         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13328         child in registers, not on the stack.  Remove RESET_PID conditionals.
13329         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13331 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13333         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13335 2014-06-03  Wilco  <wdijkstr@arm.com>
13337         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13338         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13339         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13340         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13341         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13342         Likewise.
13344 2014-06-03  Wilco  <wdijkstr@arm.com>
13346         * sysdeps/aarch64/fpu/math_private.h
13347         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13348         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13349         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13350         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13351         Fix declarations.
13353 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13355         * crypt/crypt-private.h: Include ufc-crypt.h.
13356         (__b64_from_24bit): Declare extern.
13357         * crypt/crypt_util.c(__b64_from_24bit): New function.
13358         (b64t): New static const variable.
13359         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13360         (b64t): Remove variable.
13361         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13362         * crypt/sha256-crypt.c: Include crypt-private.h.
13363         (b64t): Remove variable.
13364         (__sha256_crypt_r): Remove b64_from_24bit and replace
13365         with __b64_from_24bit.
13366         * crypt/sha512-crypt.c: Likewise.
13368 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13370         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13371         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13372         Label the code __libc_vfork rather than __vfork.
13373         [!NOT_IN_libc] (vfork): Define as weak alias.
13374         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13375         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13376         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13378 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13380         * malloc/malloc.c (malloc_info): Fix format specifier for
13381         n_mmaps.
13383 2014-06-02  Wilco  <wdijkstr@arm.com>
13385         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13386         FPCR write.
13388 2014-06-02  Wilco  <wdijkstr@arm.com>
13390         [BZ #17009]
13391         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13392         Rewrite to reduce FPCR/FPSR accesses.
13394 2014-06-01  David S. Miller  <davem@davemloft.net>
13396         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13398 2014-05-31  David S. Miller  <davem@davemloft.net>
13400         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13401         to occur in round to nearest mode when |x| >= 2.0
13403 2014-05-30  Richard Henderson  <rth@twiddle.net>
13405         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13406         (PSEUDO_RET_NOERRNO): Remove.
13407         (ret): Don't redefine.
13408         (ret_NOERRNO): Define in terms of ret.
13409         (ret_ERRVAL): Likewise.
13411         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13412         use of PSEUDO_RET; perform the error check directly.
13414 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13416         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13417         with __int128_t.
13419 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13421         * malloc/malloc (malloc_info): Fix formatting.
13423 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13424             Roland McGrath  <roland@hack.frob.com>
13426         * malloc/malloc (malloc_info): Also print mmapped statistics.
13428 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13430         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13431         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13433 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13435         * malloc/malloc.c (malloc_info): Inline mi_arena.
13437 2014-05-29  Richard Henderson  <rth@twiddle.net>
13439         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13440         Remove comma before expanding ASM_ARGS_##nr.
13441         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13442         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13443         of ASM_ARGS_##nr.
13444         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13445         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13446         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13447         (ASM_ARGS_1): Add leading comma.
13449         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13450         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13451         to __errno_location.
13452         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13453         Remove the expected plt for __errno_location.
13455         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13456         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13457         call to __read_tp.
13459         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13460         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13461         it and break it down.
13462         (DOCARGS_0, DOCARGS_1): Do nothing.
13463         (DOCARGS_2): Update to store into the new stack frame.
13464         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13465         (UNDOCARGS_1): Update to restore from the new stack frame.
13466         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13467         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13469         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13470         (SINGLE_THREAD_P): New parameter for result regno.
13471         (PSEUDO): Update to match; use cbz instead of beq.
13473         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13474         Use ENTRY to define the _nocancel entry point.  Share the syscall
13475         and syscall error check paths with the cancel path.
13476         (PSEUDO_END): New.
13478         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13479         whitespace; tabs before and after asm mnemonics.
13481 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13483         [BZ #15132]
13484         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13485         Call fstat64 or stat64 internally, depending on arguments passed.
13486         Replace stat buffer argument with file descriptor argument.
13487         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13488         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13489         Pass fd to __internal_statvfs instead of calling fstat64.
13490         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13491         Pass fd to __internal_statvfs64 instead of calling fstat64.
13492         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13493         Pass -1 to __internal_statvfs instead of calling stat64.
13494         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13495         Pass -1 to __internal_statvfs64 instead of calling stat64.
13497 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13499         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13500         that was previously under [RESET_PID].
13501         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13503         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13504         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13506 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13508         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13510         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13511         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13513 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13515         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13517 2014-05-27  Andreas Schwab  <schwab@suse.de>
13519         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13520         TLS_INIT_TP macro.
13521         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13522         * elf/rtld.c (init_tls, dl_main): Likewise.
13523         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13524         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13525         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13526         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13527         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13528         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13529         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13530         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13531         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13532         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13533         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13534         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13535         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13536         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13537         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13538         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13539         * sysdeps/generic/tls.h: Update description.
13541 2014-05-27  Will Newton  <will.newton@linaro.org>
13543         [BZ #16990]
13544         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13545         and restore r2 rather than just restoring.
13547 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13549         [BZ #16724]
13550         * libio/tst-ftell-append.c: New test case.
13551         * libio/Makefile (tests): Add test case.
13552         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13553         append mode.
13554         * libio/wfileops.c (do_ftell_wide): Likewise.
13556 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13558         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13560         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13561         ...
13562         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13564         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13565         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13566         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13567         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13568         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13569         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13570         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13571         Moved ...
13572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13573         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13574         Moved ...
13575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13576         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13577         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13578         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13579         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13580         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13581         ...
13582         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13583         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13584         Moved ...
13585         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13586         here.
13587         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13588         ...
13589         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13590         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13591         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13593         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13594         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13595         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13596         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13598         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13599         merge into ...
13600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13601         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13602         ...
13603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13604         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13605         ...
13606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13607         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13608         Moved ...
13609         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13610         here.
13611         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13612         Moved ...
13613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13614         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13615         Moved ...
13616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13618         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13619         conditional [RESET_PID].
13620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13621         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13622         removed.
13623         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13624         removed.
13626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13627         <tcb-offsets.h>.
13628         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13629         (__libc_vfork): New strong alias.
13630         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13631         removed.
13632         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13633         Removed.
13635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13636         <tcb-offsets.h>.
13637         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13638         (__libc_vfork): New strong alias.
13639         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13640         removed.
13641         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13642         removed.
13644 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13646         * malloc/malloc.c (mi_arena): New function.
13647         (malloc_info): Remove nested function mi_arena. Call non-nosted
13648         function mi_arena.
13650 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13652         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13653         by insrwi.
13654         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13655         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13656         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13657         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13658         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13659         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13660         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13662 2014-05-26  Andreas Schwab  <schwab@suse.de>
13664         [BZ #16984]
13665         * locale/programs/repertoire.c (repertoire_read): Add slash
13666         between I18NPATH element and file name.
13667         * locale/programs/locfile.c (locfile_read): Likewise.
13669 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13671         * nptl/pthread_mutexattr_settype.c
13672         (__pthread_mutexattr_settype):
13673         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13675 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13677         * nptl/tst-mutex5 (do_test):
13678         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13680 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13682         * benchtests/README: Document 'init' directive.
13683         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13684         BENCH_INIT.
13685         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13686         (parse_file): Recognize 'init' directive.
13688 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13690         [BZ #16796]
13691         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13692         alignment of struct pthread.
13694 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13696         [BZ #16878]
13697         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13698         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13699         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13700         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13702 2014-05-25  Richard Henderson  <rth@twiddle.net>
13704         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13705         (SINGLE_THREAD_P_PIC): Remove.
13706         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13707         (SINGLE_THREAD_P_PIC): Remove.
13709         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13710         branch to syscall error ...
13711         (PSEUDO): ... here.
13712         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13713         from __local_syscall_error to .Lsyscall_error.
13714         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13715         (SYSCALL_ERROR): Update label name.
13717         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13718         Do not use DOARGS/UNDOARGS.
13719         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13720         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13721         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13722         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13723         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13725         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13726         block comment.
13728         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13729         define if !NOT_IN_libc.
13730         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13731         define with non-default symbol versions.
13733 2014-05-23  Richard Henderson  <rth@twiddle.net>
13735         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13736         (vfork, __vfork): Define via compat_symbol.
13738         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13739         [!HAVE_IFUNC] (vfork_compat): Remove.
13740         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13742 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13744         [BZ #16978]
13745         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13746         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13747         variable.
13749 2014-05-23  Richard Henderson  <rth@twiddle.net>
13751         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13752         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13753         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13754         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13756         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13757         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13758         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13759         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13760         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13761         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13762         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13763         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13764         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13765         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13766         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13767         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13768         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13769         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13770         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13771         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13772         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13773         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13774         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13775         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13776         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13777         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13778         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13779         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13780         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13781         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13782         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13783         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13784         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13785         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13786         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13787         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13788         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13789         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13790         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13791         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13792         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13793         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13794         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13795         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13796         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13797         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13798         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13799         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13800         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13801         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13802         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13803         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13804         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13805         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13806         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13807         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13808         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13809         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13810         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13811         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13813         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13814         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13815         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13816         before exiting on error.
13817         (__libc_vfork): New strong alias.
13818         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13819         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13821         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13822         that was previously under [RESET_PID].
13823         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13825         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13827 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13829         [BZ #16977]
13830         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13831         value when x - 1 is zero.
13832         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13833         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13834         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13835         0.0L for an argument of 1.0L.
13836         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13837         Likewise.
13838         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13839         value when x - 1 is zero.
13840         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13841         * sysdeps/i386/fpu/libm-test-ulps: Update.
13842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13844 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13846         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13847         alphasort and versionsort.
13849 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13851         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13852         macro.
13853         [copysignf]: Likewise.
13855 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13857         * crypt/md5-crypt.c: Fix formatting.
13859 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13861         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13862         (b64_from_24bit): New function.
13864 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13866         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13867         libc_hidden_builtin_def to ifunc.
13868         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13869         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13871 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13873         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13874         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13876 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13878         * nscd/Depend (linuxthreads): Remove.
13879         (nptl): Add.
13880         * resolv/Depend (linuxthreads): Remove.
13881         * rt/Depend (linuxthreads): Remove.
13883         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13884         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13885         $(common-objpfx)elf/.
13886         (link-libc-before-gnulib): Likewise.
13887         (elfobjdir): Remove variable.
13888         * Makefile (install): Use $(elf-objpfx) instead of
13889         $(common-objpfx)elf/.
13890         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13891         $(elfobjdir)/.
13892         (link-libc-deps): Likewise.
13893         ($(common-objpfx)libc.so): Likewise.
13894         ($(common-objpfx)linkobj/libc.so): Likewise.
13895         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13896         instead of $(common-objpfx)elf/.
13897         (symbolic-link-list): Likewise.
13898         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13899         [$(cross-compiling) = no]: Likewise.
13900         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13901         $(elfobjdir)/.
13902         (static-gnulib-arch): Likewise.
13903         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13904         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13905         $(common-objpfx)elf/.
13907 2014-05-21  Richard Henderson  <rth@redhat.com>
13909         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13910         (SINGLE_THREAD_P): Use the correct width load.  Fold
13911         into the ldr offset.
13913         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13914         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13916 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13918         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13919         (libgcc_s_resume): Use __attribute_used__.
13920         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13921         Likewise.
13923 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13925         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13926         optimization when used with float constants.
13928         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13930 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13932         [BZ #16915]
13933         * locale/nl_langinfo_l.c: Make direct reference to every
13934         _nl_current_CATEGORY symbol.
13935         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13936         (tests-static): Add tst-langinfo-static.
13937         (tests-special): Add tst-langinfo-static.out.
13938         ($(objpfx)tst-langinfo.out): Redirect output.
13939         ($(objpfx)tst-langinfo-static.out): New.
13940         * localedata/tst-langinfo.sh: Send output to stdout.
13941         * localedata/tst-langinfo-static.c: New file.
13943         [BZ #16965]
13944         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13945         when the shift amount is modulo the limb size.
13947 2014-05-20  Richard Henderson  <rth@redhat.com>
13949         [BZ #16967]
13950         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13951         Change type of sa_flags from unsigned int to int.
13953         [BZ #16966]
13954         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13956         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13958 2014-05-20  Will Newton  <will.newton@linaro.org>
13960         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13961         Test the return value of the system call in the nocancel case.
13963 2014-05-20  Will Newton  <will.newton@linaro.org>
13964             Yvan Roux  <yvan.roux@linaro.org>
13966         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13967         #include of asm/ptrace.h.
13968         (PTRACE_GET_THREAD_AREA): Remove #undef.
13969         (PTRACE_GETHBPREGS): Likewise.
13970         (PTRACE_SETHBPREGS): Likewise.
13971         (struct user_regs_struct): New structure.
13972         (struct user_fpsimd_struct): New structure.
13973         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13974         #include of asm/ptrace.h and second #include of sys/user.h.
13975         (PTRACE_GET_THREAD_AREA): Remove #undef.
13976         (PTRACE_GETHBPREGS): Likewise.
13977         (PTRACE_SETHBPREGS): Likewise.
13978         (ELF_NGREG): Use new struct user_regs_struct.
13979         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13981 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13983         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13984         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13986 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13988         [BZ #16958]
13989         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13990         membar to avoid block loads/stores to overlap previous stores.
13992 2014-05-17  Richard Henderson  <rth@redhat.com>
13994         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13995         Create the __##syscall_name##_nocancel entry point.
13996         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13997         Remove; let the sysdep-cancel.h code create it.
13999 2014-05-17  David S. Miller  <davem@davemloft.net>
14001         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
14002         Protect with __USE_GNU.
14003         (TIOCSET_TEMPT): Likewise.
14004         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
14005         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
14006         these are already provided in bits/ioctl-types.h
14008 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14010         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
14011         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
14013         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
14014         Use wait4 regardless of [__NR_waitpid].
14016 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
14018         PR libgcc/60166
14019         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
14020         (_FP_NANSIGN_Q): Set the quiet bit.
14022 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
14024         * benchtests/Makefile
14025         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
14026         not $(common-objpfx)math/libm.so.
14027         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
14028         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
14029         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
14030         $(common-objpfx)dlfcn/libdl.so.
14031         ($(objpfx)tst-audit8): Depend on $(libm), not
14032         $(common-objpfx)math/libm.so.
14033         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
14034         not $(common-objpfx)dlfcn/libdl.so.
14035         * math/Makefile
14036         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
14037         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
14038         [$(build-shared) = yes].
14039         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
14040         $(common-objpfx)nptl/libpthread.so.
14041         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
14042         $(common-objpfx)math/libm.so$(libm.so-version) or
14043         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
14044         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
14045         $(common-objpfx)dlfcn/libdl.so.
14046         * setjmp/Makefile (link-libm): Remove variable.
14047         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
14048         * stdio-common/Makefile (link-libm): Remove variable.
14049         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
14050         * stdlib/Makefile (link-libm): Remove variable.
14051         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
14052         ($(objpfx)tst-strtod-round): Likewise.
14053         ($(objpfx)tst-tininess): Likewise.
14054         ($(objpfx)tst-strtod-underflow): Likewise.
14055         ($(objpfx)tst-strtod6): Likewise.
14056         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
14057         $(libdl), not $(common-objpfx)nptl/libpthread.so and
14058         $(common-objpfx)dlfcn/libdl.so.
14060 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14062         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
14063         BSD terminal modes definitions.
14065 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14067         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
14068         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
14070         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
14071         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
14072         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
14073         Don't do #include_next.
14074         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
14075         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
14076         Don't do #include_next.
14077         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
14078         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
14079         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
14080         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
14082 2014-05-16  Allan McRae  <allan@archlinux.org>
14084         * po/sv.po: Update Swedish translation from translation project.
14086         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
14087         in sed expression.
14089 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
14091         [BZ #16917]
14092         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
14093         errno if the TIOCGPTN ioctl fails with an error different than
14094         EINVAL.
14095         * login/tst-ptsname.c: New file.
14096         * login/Makefile (tests): Add tst-ptsname.
14098         [BZ #16943]
14099         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
14100         and prlimit64.
14102 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14104         [BZ #16849]
14105         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
14106         herrno to return EAI_AGAIN.
14108 2014-05-14  Roland McGrath  <roland@hack.frob.com>
14110         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
14111         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
14112         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
14113         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
14114         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
14115         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
14116         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
14117         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
14118         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
14119         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
14120         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
14121         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
14122         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14123         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14124         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14125         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14126         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14127         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14128         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14129         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14130         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14131         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14132         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14133         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14134         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14135         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14136         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14137         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14138         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14139         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14140         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14141         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14142         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14143         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14144         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14145         Moved ...
14146         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14147         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14148         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14149         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14150         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14151         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14152         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14153         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14154         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14155         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14156         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14157         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14158         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14159         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14160         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14161         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14162         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14163         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14164         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14165         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14166         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14167         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14168         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14169         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14170         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14171         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14172         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14173         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14174         Moved ...
14175         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14176         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14177         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14178         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14179         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14180         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14181         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14182         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14183         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14184         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14185         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14186         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14187         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14188         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14189         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14190         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14191         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14192         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14193         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14194         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14195         Moved ...
14196         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14197         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14198         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14200         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14201         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14202         (libpthread-sysdep_routines): Add elision-related stuff here instead.
14203         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14204         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14205         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14206         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14207         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14208         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14209         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14210         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14211         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14212         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14213         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14214         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14215         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14216         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14217         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14218         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14219         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14220         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14221         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14222         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14223         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14224         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14225         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14226         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14227         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14228         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14229         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14230         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14232         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14233         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14235         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14236         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14237         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14238         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14239         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14240         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14241         Moved ...
14242         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14243         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14244         Moved ...
14245         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14246         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14247         Moved ...
14248         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14249         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14250         Moved ...
14251         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14252         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14253         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14254         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14255         Moved ...
14256         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14257         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14258         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14259         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14260         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14261         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14262         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14263         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14264         Moved ...
14265         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14266         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14267         Moved ...
14268         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14269         ... here.
14270         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14271         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14272         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14273         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14274         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14275         Moved ...
14276         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14277         ... here.
14278         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14279         Moved ...
14280         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14281         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14282         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14283         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14284         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14285         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14286         Moved ...
14287         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14288         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14289         Moved ...
14290         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14291         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14292         Moved ...
14293         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14294         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14295         Moved ...
14296         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14297         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14298         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14299         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14300         Moved ...
14301         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14302         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14303         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14304         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14305         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14306         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14307         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14308         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14309         Moved ...
14310         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14311         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14312         Moved ...
14313         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14314         ... here.
14315         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14316         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14317         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14318         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14319         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14320         Moved ...
14321         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14322         ... here.
14323         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14324         Moved ...
14325         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14326         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14327         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14328         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14329         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14330         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14331         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14332         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14333         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14334         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14335         Moved ...
14336         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14337         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14338         Moved ...
14339         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14340         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14341         Moved ...
14342         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14343         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14344         Moved ...
14345         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14346         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14347         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14348         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14349         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14350         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14351         Moved ...
14352         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14353         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14354         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14355         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14356         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14357         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14358         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14359         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14360         Moved ...
14361         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14362         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14363         Moved ...
14364         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14365         ... here.
14366         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14367         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14368         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14369         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14370         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14371         Moved ...
14372         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14373         ... here.
14374         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14375         Moved ...
14376         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14377         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14378         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14379         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14380         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14381         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14382         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14383         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14384         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14385         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14386         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14388         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14389         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14391         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14392         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14394         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14395         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14396         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14397         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14398         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14399         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14400         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14401         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14402         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14403         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14404         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14405         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14406         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14407         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14408         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14409         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14410         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14411         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14412         Moved ...
14413         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14414         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14415         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14416         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14417         Moved ...
14418         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14419         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14420         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14421         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14422         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14423         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14424         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14425         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14426         Moved ...
14427         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14428         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14429         Moved ...
14430         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14431         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14432         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14433         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14434         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14435         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14436         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14437         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14438         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14439         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14440         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14441         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14442         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14443         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14444         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14445         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14446         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14448         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14449         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14450         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14451         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14452         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14454         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14455         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14456         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14457         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14458         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14459         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14460         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14461         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14462         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14463         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14465         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14466         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14468         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14469         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14470         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14471         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14472         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14473         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14474         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14475         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14476         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14477         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14478         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14479         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14480         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14481         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14482         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14483         Update #include.
14484         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14485         Likewise.
14486         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14487         Likewise.
14488         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14489         Likewise.
14490         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14491         Likewise.
14492         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14493         Likewise.
14494         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14495         Likewise.
14496         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14497         Likewise.
14498         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14499         Likewise.
14500         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14501         Likewise.
14502         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14503         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14504         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14505         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14506         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14507         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14508         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14509         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14510         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14511         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14512         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14513         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14514         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14515         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14516         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14518         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14519         that was previously under [RESET_PID].
14520         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14521         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14522         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14524         * sysdeps/i386/nptl/Implies: New file.
14525         * sysdeps/x86_64/nptl/Implies: New file.
14526         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14527         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14528         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14529         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14531         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14532         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14533         (__libc_vfork): New strong alias.
14534         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14535         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14537         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14538         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14539         (__libc_vfork): New strong alias.
14540         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14541         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14543         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14544         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14545         (__libc_vfork): New strong alias.
14546         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14547         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14548         * nptl/pt-vfork.c: New file.
14549         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14550         (libpthread: GLIBC_2.20): New version set (empty).
14552 2014-05-14  Will Newton  <will.newton@linaro.org>
14554         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14555         rather than #if.
14557 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14559         [BZ #16564]
14560         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14561         arguments with exponent 65 or above.
14562         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14563         arguments 0x1p113L or above.
14564         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14565         to arguments 0x1p107L or above.
14566         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14567         positive arguments with exponent 65 or above.
14568         * math/auto-libm-test-in: Add more tests of log1p.
14569         * math/auto-libm-test-out: Regenerated.
14571         [BZ #16928]
14572         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14573         non-finite arguments is +0.
14574         * math/s_cacosf.c (__cacosf): Likewise.
14575         * math/s_cacosl.c (__cacosl): Likewise.
14576         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14577         * sysdeps/i386/fpu/libm-test-ulps: Update.
14578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14580         [BZ #16927]
14581         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14582         value.
14583         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14584         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14585         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14586         for explicit high bit of mantissa when testing for argument equal
14587         to 1.
14588         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14589         * sysdeps/i386/fpu/libm-test-ulps: Update.
14590         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14592         [BZ #16516]
14593         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14594         (__erf): Scale by 16 instead of 8 in potentially underflowing
14595         case.  Ensure exception if result actually underflows.
14596         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14597         (__erff): Scale by 16 instead of 8 in potentially underflowing
14598         case.  Ensure exception if result actually underflows.
14599         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14600         (efx8): Remove variable.
14601         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14602         case.  Ensure exception if result actually underflows.
14603         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14604         (efx8): Remove variable.
14605         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14606         case.  Ensure exception if result actually underflows.
14607         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14608         (efx8): Remove variable.
14609         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14610         case.  Ensure exception if result actually underflows.
14611         * math/auto-libm-test-in: Add more tests of erf.
14612         * math/auto-libm-test-out: Regenerated.
14614 2014-05-14  Andreas Schwab  <schwab@suse.de>
14616         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14617         Remove code conditionalized on USE___THREAD.
14619         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14620         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14621         not definedness.
14623 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14625         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14626         Define unconditionally.
14627         (__ASSUME_O_CLOEXEC): Likewise.
14628         (__ASSUME_SOCK_CLOEXEC): Likewise.
14629         (__ASSUME_IN_NONBLOCK): Likewise.
14630         (__ASSUME_PIPE2): Likewise.
14631         (__ASSUME_EVENTFD2): Likewise.
14632         (__ASSUME_SIGNALFD4): Likewise.
14633         (__ASSUME_DUP3): Likewise.
14634         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14635         (__ASSUME_DUP3): Do not define.
14636         (__ASSUME_EVENTFD2): Likewise.
14637         (__ASSUME_IN_NONBLOCK): Likewise.
14638         (__ASSUME_O_CLOEXEC): Likewise.
14639         (__ASSUME_PIPE2): Likewise.
14640         (__ASSUME_SIGNALFD4): Likewise.
14641         (__ASSUME_SOCK_CLOEXEC): Likewise.
14642         (__ASSUME_UTIMES): Undefine.
14643         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14644         (__ASSUME_UTIMES): Do not define.
14645         (__ASSUME_O_CLOEXEC): Likewise.
14646         (__ASSUME_SOCK_CLOEXEC): Likewise.
14647         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14648         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14649         0x020621].
14650         (__ASSUME_PIPE2): Likewise.
14651         (__ASSUME_EVENTFD2): Likewise.
14652         (__ASSUME_SIGNALFD4): Likewise.
14653         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14654         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14655         Do not define.
14656         (__ASSUME_EVENTFD2): Likewise.
14657         (__ASSUME_SIGNALFD4): Likewise.
14658         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14659         (__ASSUME_32BITUIDS): Likewise.
14660         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14661         (__ASSUME_IPC64): Likewise.
14662         (__ASSUME_ST_INO_64_BIT): Likewise.
14663         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14664         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14665         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14666         (__ASSUME_UTIMES): Do not define.
14667         (__ASSUME_PSELECT): Likewise.
14668         (__ASSUME_PPOLL): Likewise.
14669         (__ASSUME_O_CLOEXEC): Likewise.
14670         (__ASSUME_SOCK_CLOEXEC): Likewise.
14671         (__ASSUME_IN_NONBLOCK): Likewise.
14672         (__ASSUME_PIPE2): Likewise.
14673         (__ASSUME_EVENTFD2): Likewise.
14674         (__ASSUME_SIGNALFD4): Likewise.
14675         (__ASSUME_DUP3): Likewise.
14676         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14677         (__ASSUME_UTIMES): Likewise.
14678         (__ASSUME_O_CLOEXEC): Likewise.
14679         (__ASSUME_SOCK_CLOEXEC): Likewise.
14680         (__ASSUME_IN_NONBLOCK): Likewise.
14681         (__ASSUME_PIPE2): Likewise.
14682         (__ASSUME_EVENTFD2): Likewise.
14683         (__ASSUME_SIGNALFD4): Likewise.
14684         (__ASSUME_DUP3): Likewise.
14685         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14686         (__ASSUME_UTIMES): Likewise.
14687         (__ASSUME_O_CLOEXEC): Likewise.
14688         (__ASSUME_SOCK_CLOEXEC): Likewise.
14689         (__ASSUME_IN_NONBLOCK): Likewise.
14690         (__ASSUME_PIPE2): Likewise.
14691         (__ASSUME_EVENTFD2): Likewise.
14692         (__ASSUME_SIGNALFD4): Likewise.
14693         (__ASSUME_DUP3): Likewise.
14694         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14695         Likewise.
14696         (__ASSUME_UTIMES): Likewise.
14697         (__ASSUME_EVENTFD2): Likewise.
14698         (__ASSUME_SIGNALFD4): Likewise.
14699         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14700         (__ASSUME_O_CLOEXEC): Likewise.
14701         (__ASSUME_SOCK_CLOEXEC): Likewise.
14702         (__ASSUME_IN_NONBLOCK): Likewise.
14703         (__ASSUME_PIPE2): Likewise.
14704         (__ASSUME_EVENTFD2): Likewise.
14705         (__ASSUME_SIGNALFD4): Likewise.
14706         (__ASSUME_DUP3): Likewise.
14707         (__ASSUME_UTIMES): Undefine.
14709         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14710         feclearexcept.  Remove symbol versioning code.
14711         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14712         symbol versioning code.
14713         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14714         symbol versioning code.
14715         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14716         feupdateenv.  Remove symbol versioning code.
14717         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14718         fegetexceptflag.  Remove symbol versioning code.
14719         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14720         fesetexceptflag.  Remove symbol versioning code.
14721         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14722         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14723         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14724         (__posix_fadvise64_l32): Remove prototype.
14725         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14726         code.
14728 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14730         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14731         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14732         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14733         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14735 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14737         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14738         current working directory
14740 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14742         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14743         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14744         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14745         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14746         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14747         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14748         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14749         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14750         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14751         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14752         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14753         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14754         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14755         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14756         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14757         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14758         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14759         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14760         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14761         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14762         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14763         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14764         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14765         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14766         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14767         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14768         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14769         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14770         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14771         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14772         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14773         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14774         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14775         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14776         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14777         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14778         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14779         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14780         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14781         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14782         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14783         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14785         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14786         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14788         * sysdeps/unix/sysv/linux/arm/Makefile
14789         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14790         Add rt-aeabi_unwind_cpp_pr1.
14791         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14792         Add nptl-aeabi_unwind_cpp_pr1.
14793         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14794         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14795         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14796         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14797         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14798         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14800         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14801         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14802         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14803         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14805         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14806         Deconditionalize the code that was previously under [RESET_PID].
14807         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14809         * sysdeps/generic/exit-thread.h: New file.
14810         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14811         * include/unistd.h (__exit_thread): Remove declaration.
14812         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14813         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14814         * csu/libc-start.c: Include <exit-thread.h>.
14815         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14816         * nptl/pthread_create.c: Include <exit-thread.h>.
14817         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14818         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14819         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14820         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14821         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14822         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14823         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14824         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14825         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14826         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14827         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14828         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14829         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14830         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14831         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14832         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14833         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14835 2014-05-13  Andreas Schwab  <schwab@suse.de>
14837         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14839 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14841         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14842         (__ASSUME_UTIMES): Do not condition on kernel version.
14843         (__ASSUME_PSELECT): Define unconditionally.
14844         (__ASSUME_PPOLL): Likewise.
14845         (__ASSUME_ATFCTS): Likewise.
14846         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14847         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14848         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14849         (__ASSUME_UTIMENSAT): Define unconditionally.
14850         (__ASSUME_PRIVATE_FUTEX): Likewise.
14851         (__ASSUME_FALLOCATE): Likewise.
14852         (__ASSUME_O_CLOEXEC): Likewise.
14853         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14854         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14855         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14856         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14857         (__ASSUME_IN_NONBLOCK): Likewise.
14858         (__ASSUME_PIPE2): Likewise.
14859         (__ASSUME_EVENTFD2): Likewise.
14860         (__ASSUME_SIGNALFD4): Likewise.
14861         (__ASSUME_DUP3): Likewise.
14862         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14863         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14864         (__ASSUME_AT_RANDOM): Likewise.
14865         (__ASSUME_PREADV): Likewise.
14866         (__ASSUME_PWRITEV): Likewise.
14867         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14868         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14869         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14870         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14871         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14872         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14873         (__ASSUME_O_CLOEXEC): Define unconditionally.
14874         (__ASSUME_PSELECT): Do not undefine conditionally.
14875         (__ASSUME_PPOLL): Likewise.
14876         (__ASSUME_ATFCTS): Likewise.
14877         (__ASSUME_SET_ROBUST_LIST): Likewise.
14878         (__ASSUME_UTIMENSAT): Likewise.
14879         (__ASSUME_FDATASYNC): Define unconditionally.
14880         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14881         (__ASSUME_SIGFRAME_V2): Likewise.
14882         )__ASSUME_EVENTFD2): Likewise.
14883         (__ASSUME_SIGNALFD4): Likewise.
14884         (__ASSUME_PSELECT): Do not undefine conditionally.
14885         (__ASSUME_PPOLL): Likewise.
14886         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14887         (__ASSUME_PSELECT): Define unconditionally.
14888         (__ASSUME_PPOLL): Likewise.
14889         (__ASSUME_O_CLOEXEC): Likewise.
14890         (__ASSUME_SOCK_CLOEXEC): Likewise.
14891         (__ASSUME_IN_NONBLOCK): Likewise.
14892         (__ASSUME_PIPE2): Likewise.
14893         (__ASSUME_EVENTFD2): Likewise.
14894         (__ASSUME_SIGNALFD4): Likewise.
14895         (__ASSUME_DUP3): Likewise.
14896         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14897         (__ASSUME_O_CLOEXEC): Likewise.
14898         (__ASSUME_SOCK_CLOEXEC): Likewise.
14899         (__ASSUME_IN_NONBLOCK): Likewise.
14900         (__ASSUME_PIPE2): Likewise.
14901         (__ASSUME_EVENTFD2): Likewise.
14902         (__ASSUME_SIGNALFD4): Likewise.
14903         (__ASSUME_DUP3): Likewise.
14904         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14905         (__ASSUME_EVENTFD2): Likewise.
14906         (__ASSUME_SIGNALFD4): Likewise.
14907         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14909 2014-05-12  Andreas Schwab  <schwab@suse.de>
14911         [BZ #16932]
14912         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14913         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14914         than maximum RPC packet size.
14915         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14916         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14917         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14918         (_nss_nis_getservbyport_r): Likewise.
14920 2014-05-12  Will Newton  <will.newton@linaro.org>
14922         * malloc/Makefile (tests): Add tst-mallopt.
14923         * malloc/tst-mallopt.c: New file.
14925 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14927         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14928         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14930 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14932         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14933         (tst-tlsmod6.so): Likewise.
14935 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14937         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14939 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14941         [BZ #16064]
14942         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14943         and <dl-procinfo.h>.
14944         (__fegetenv): Save SSE state in envp->__eip if supported.
14945         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14946         envp->__eip if supported.
14947         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14948         and <dl-procinfo.h>.
14949         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14950         __data_offset and __data_selector in environment to 0.  Set SSE
14951         state if supported.
14952         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14953         test-fenv-sse.
14954         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14955         -mfpmath=sse.
14956         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14958 2014-05-09  Will Newton  <will.newton@linaro.org>
14960         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14961         and libc_relro_required for ARM.
14962         * sysdeps/arm/preconfigure: Regenerate.
14964 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14965             Stefan Liebler  <stli@linux.vnet.ibm.com>
14967         * config.make.in (enable-lock-elision): New Makefile variable.
14968         * configure.ac: Likewise.
14969         * configure: Regenerate.
14970         * sysdeps/s390/configure.ac:
14971         Add check for gcc transactions support.
14972         * sysdeps/s390/configure: Regenerate.
14973         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14974         Build elision files if enabled.
14975         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14976         Add lock elision support for s390.
14977         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14978         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14979         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14980         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14981         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14982         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14983         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14984         Likewise.
14985         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14986         Likewise.
14987         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14988         Likewise.
14989         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14990         Likewise.
14991         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14992         (__lll_timedlock_elision, __lll_lock_elision)
14993         (__lll_unlock_elision, __lll_trylock_elision)
14994         (lll_timedlock_elision, lll_lock_elision)
14995         (lll_unlock_elision, lll_trylock_elision): Add.
14996         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14997         (pthread_mutex_t): Add lock elision support for s390.
14999 2014-05-14  Wilco  <wdijkstr@arm.com>
15001         * sysdeps/arm/fclrexcpt.c: Cleanup.
15002         * sysdeps/arm/fedisblxcpt.c: Cleanup.
15003         * sysdeps/arm/feenablxcpt.c: Cleanup.
15004         * sysdeps/arm/fegetenv.c: Cleanup.
15005         * sysdeps/arm/fegetexcept.c: Cleanup.
15006         * sysdeps/arm/fegetround.c: Cleanup.
15007         * sysdeps/arm/feholdexcpt.c: Cleanup.
15008         * sysdeps/arm/fesetenv.c: Cleanup.
15009         * sysdeps/arm/fesetround.c: Cleanup.
15010         * sysdeps/arm/feupdateenv.c: Cleanup.
15011         * sysdeps/arm/fgetexcptflg.c: Cleanup.
15012         * sysdeps/arm/fraiseexcpt.c: Cleanup.
15013         * sysdeps/arm/fsetexcptflg.c: Cleanup.
15014         * sysdeps/arm/ftestexcept.c: Cleanup.
15015         * sysdeps/arm/get-rounding-mode.h: Cleanup.
15016         * sysdeps/arm/setfpucw.c: Cleanup.
15018 2014-05-09  Will Newton  <will.newton@linaro.org>
15020         * sysdeps/arm/armv7/strcmp.S: New file.
15021         * NEWS: Mention addition of ARMv7 optimized strcmp.
15023 2014-05-08  Roland McGrath  <roland@hack.frob.com>
15025         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
15026         look for %.ac rather than %.in.
15028         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
15029         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
15030         * sysdeps/mach/hurd/configure: Regenerated.
15031         * sysdeps/unix/sysv/linux/configure: Regenerated.
15033         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
15035 2014-05-07  Steve Ellcey  <sellcey@mips.com>
15037         [BZ# 16922]
15038         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
15039         (LONG_SUB): Ditto.
15040         (PTR_SUB): Ditto.
15042 2014-05-07  Andreas Schwab  <schwab@suse.de>
15044         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
15045         when skipping over non-matching result from nscd.
15047 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
15049         [BZ #16876]
15050         * nptl/sockperf.c (client): Check socket return value.
15052         [BZ #16877]
15053         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
15054         nscd security class.
15056 2014-05-06  Roland McGrath  <roland@hack.frob.com>
15058         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
15059         * sysdeps/arm/unwind.h: ... here.
15061 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
15063         [BZ# 16916]
15064         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
15065         Define.
15067 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15069         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
15070         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
15071         multiarch strncpy for PPC64.
15072         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
15073         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
15074         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
15075         multiarch optimizations.
15076         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15077         (__libc_ifunc_impl_list): Likewise.
15078         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
15079         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
15080         multiarch stpncpy for PPC64.
15081         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
15082         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
15084 2014-05-06  Andreas Schwab  <schwab@suse.de>
15086         [BZ #16912]
15087         * gmon/mcount.c (_MCOUNT_DECL): Use
15088         atomic_compare_and_exchange_bool_acq instead of
15089         catomic_compare_and_exchange_bool_acq.
15091 2014-05-05  Roland McGrath  <roland@hack.frob.com>
15093         * elf/Makefile (others, install-bin): Remove pldd.
15094         (pldd-modules): Variable removed.
15095         ($(objpfx)pldd): Target removed.
15096         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
15097         (others, install-bin): Append pldd here.
15098         ($(objpfx)pldd): New target.
15100         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
15101         to 0, so the first #if test emitted later doesn't see it undefined.
15102         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
15103         * sysdeps/gnu/errlist.c: Regenerated.
15105 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15107         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
15108         [libc_hidden_builtin_def]: Define to empty value.
15109         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
15110         [libc_hidden_builtin_def]: Likewise.
15111         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
15112         [libc_hidden_builtin_def]: Likewise.
15113         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
15114         [libc_hidden_builtin_def]: Likewise.
15115         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
15116         __redirect_memcpy and define ifunc as default hidden symbol.
15117         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
15118         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
15120 2014-05-04  Adam Conrad  <adconrad@0c3.net>
15122         * locale/iso-4217.def: Reintroduce XDR currency.
15124 2014-05-04  Allan McRae  <allan@archlinux.org>
15126         * po/eo.po: Update Esperanto translation from translation project.
15128 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
15130         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15131         and FEATURE_INDEX_MAX to 1.
15132         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15134 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15136         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15137         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15138         * iconvdata/big5.c (ONE_DIRECTION): Define.
15139         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15140         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15141         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15142         * iconvdata/cp932.c (ONE_DIRECTION): Define.
15143         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15144         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15145         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15146         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15147         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15148         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15149         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15150         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15151         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15152         * iconvdata/gbk.c (ONE_DIRECTION): Define.
15153         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15154         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15155         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15156         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15157         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15158         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15159         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15160         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15161         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15162         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15163         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15164         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15165         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15166         * iconvdata/iso646.c (ONE_DIRECTION): Define.
15167         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15168         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15169         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15170         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15171         * iconvdata/johab.c (ONE_DIRECTION): Define.
15172         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15173         * iconvdata/sjis.c (ONE_DIRECTION): Define.
15174         * iconvdata/t.61.c (ONE_DIRECTION): Define.
15175         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15176         * iconvdata/tscii.c (ONE_DIRECTION): Define.
15177         * iconvdata/uhc.c (ONE_DIRECTION): Define.
15178         * iconvdata/unicode.c (ONE_DIRECTION): Define.
15179         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15180         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15181         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15183 2014-05-01  Roland McGrath  <roland@hack.frob.com>
15185         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15186         (_IO_JUMPS_OFFSET): Define to 0.
15188         * nptl/sysdeps/pthread/bits/libc-lock.h
15189         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15190         (__libc_lock_define_initialized_recursive): Always define using
15191         initializer.  Modern compilers treat uninitialized (implicit zero) and
15192         explicit zero initializers the same (i.e. put the datum in bss).
15194 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15196         * nscd/nscd-client.h: Include <string.h>.
15198 2014-05-01  David S. Miller  <davem@davemloft.net>
15200         [BZ #16885]
15201         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15202         multiple zero bytes exist at the end of a string.
15203         Reported by Aurelien Jarno <aurelien@aurel32.net>
15205         * string/test-strcmp.c (check): Add explicit test for situations where
15206         there are multiple zero bytes after the first.
15208 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15210         [BZ #16890]
15211         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15212         when compiling wprintf.
15213         * stdio-common/tstdiomisc.c (t3): New function.
15214         (main): Call it.
15216 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15218         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15219         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15220         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15221         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15223 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15225         * stdlib/longlong.h: Updated from GCC.
15227 2014-05-01  Will Newton  <will.newton@linaro.org>
15228             Bernard Ogden  <bernie.ogden@linaro.org>
15230         * NEWS: Update fixed bug list.
15232         [BZ #15119]
15233         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15235 2014-04-30  David S. Miller  <davem@davemloft.net>
15237         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15238         (libc_feholdexcept_setround_sparc_ctx): New function.
15239         (libc_fesetenv_sparc_ctx): Likewise.
15240         (libc_feupdateenv_sparc_ctx): Likewise.
15241         (libc_feholdsetround_sparc_ctx): Likewise.
15242         (libc_feholdexcept_setround_ctx): Define.
15243         (libc_feholdexcept_setroundf_ctx): Likewise.
15244         (libc_feholdexcept_setroundl_ctx): Likewise.
15245         (libc_fesetenv_ctx): Likewise.
15246         (libc_fesetenvf_ctx): Likewise.
15247         (libc_fesetenvl_ctx): Likewise.
15248         (libc_feupdateenv_ctx): Likewise.
15249         (libc_feupdateenvf_ctx): Likewise.
15250         (libc_feupdateenvl_ctx): Likewise.
15251         (libc_feresetround_ctx): Likewise.
15252         (libc_feresetroundf_ctx): Likewise.
15253         (libc_feresetroundl_ctx): Likewise.
15254         (libc_feholdsetround_ctx): Likewise.
15255         (libc_feholdsetroundf_ctx): Likewise.
15256         (libc_feholdsetroundl_ctx): Likewise.
15258         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15259         with __USE_GNU instead of XOPEN cpp guards.
15261         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15262         0.
15264         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15265         with XOPEN cpp guards.
15267 2014-04-30  Julian Brown  <julian@codesourcery.com>
15269         [BZ #16888]
15270         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15271         handling.
15273 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15275         [BZ #9894]
15276         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15277         Change to 2.6.32.
15278         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15279         * sysdeps/unix/sysv/linux/configure: Regenerated.
15280         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15281         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15282         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15283         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15284         * README: Update reference to required Linux kernel version.
15285         * manual/install.texi (Linux): Update reference to required Linux
15286         kernel headers version.
15287         * INSTALL: Regenerated.
15289         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15290         header inclusion.
15291         [POSIX] (limits.h): Likewise.
15292         [POSIX] (math.h): Likewise.
15293         [POSIX] (sys/wait.h): Likewise.
15294         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15295         function.
15296         [POSIX] (stddef.h): Do not allow header inclusion.
15298 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15300         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15302 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15304         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15305         Return immediately after lll_futex_wake.
15307 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15309         [BZ #16791]
15310         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15311         structure.
15312         (datahead_init_pos): Call datahead_init_common early.
15313         (datahead_init_neg): Likewise.
15315         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15316         datahead_init_neg): New functions.
15317         * nscd/aicache.c (addhstaiX): Use them.
15318         * nscd/grpcache.c (cache_addgr): Likewise.
15319         * nscd/hstcache.c (cache_addhst): Likewise.
15320         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15321         * nscd/netgroupcache.c (do_notfound): Likewise.
15322         (addgetnetgrentX): Likewise.
15323         (addinnetgrX): Likewise.
15324         * nscd/pwdcache.c (cache_addpw): Likewise.
15325         * nscd/servicescache.c (cache_addserv): Likewise.
15327 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15328             Atsushi Onoe  <atsushi@onoe.org>
15330         [BZ #14308]
15331         [BZ #12994]
15332         [BZ #13651]
15333         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15334         one response is valid.
15335         * resolv/res_send.c (send_dg): Check for validity of other
15336         response if the current response is a referral.
15338 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15340         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15342 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15344         [BZ #16823]
15345         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15346         Always divide by positive zero when computing -Inf result.
15347         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15348         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15350 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15352         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15353         FPSCR if value do not change.
15354         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15355         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15356         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15357         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15358         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15359         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15360         function.
15362 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15364         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15365         * sysdeps/unix/sysv/linux/hppa: Move directory from
15366         ports/systeps/unix/sysv/linux/hppa.
15367         * README: Update listing for hppa-*-linux-gnu.
15369 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15371         [BZ #16754]
15372         * manual/stdio.texi (Hook functions): Fix types of stream hook
15373         functions.
15374         [BZ #16854]
15375         * socket/sys/socket.h: Fix typo in comment.
15377 2014-04-28  Wilco  <wdijkstr@arm.com>
15379         * sysdeps/arm/fenv_private.h: New file.
15380         * sysdeps/arm/math_private.h: New file.
15381         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15383 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15385         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15386         with __int128_t.
15387         (La_x86_64_retval): Likewise.
15389 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15391         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15392         fpsr if value didn't change.
15393         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15394         to fpcr if value didn't change.
15395         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15396         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15397         fpsr or fpcr if value didn't change.
15398         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15399         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15400         fpcr if value didn't change.
15401         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15402         to fpsr if value didn't change.
15404 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15406         * nptl/tst-sem3.c: Use test-skeleton.c
15407         (main): Rename to do_test.  Use return instead of
15408         exit.
15409         * nptl/tst-sem4.c: Use test-skeleton.c
15410         (main): Rename to do_test.
15412 2014-04-22  David S. Miller  <davem@davemloft.net>
15414         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15415         (struct sigaction): New struct member __glibc_reserved0, change
15416         type of sa_flags to int.
15418 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15420         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15421         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15423 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15425         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15426         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15428 2014-04-22  Will Newton  <will.newton@linaro.org>
15429             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15431         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15432         (__longjmp): Add longjmp and longjmp_target SystemTap
15433         probes.
15434         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15435         (__sigsetjmp): Add setjmp SystemTap probe.
15437 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15439         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15440         match manual order.
15442 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15444         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15446         * sysdeps/powerpc/fpu/fenv_private.h
15447         (libc_feholdexcept_setroundl_ctx): Define to
15448         libc_feholdexcept_setround_ppc_ctx.
15449         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15450         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15451         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15452         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15454 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15456         * sysdeps/aarch64/math-tests.h: New file.
15458 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15460         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15461         New.
15462         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15463         Check and set bit_AVX2_Usable.
15464         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15465         macro.
15466         (bit_AVX2): Likewise.
15467         (index_AVX2_Usable): Likewise.
15468         (CPUID_AVX2): Likewise.
15469         (HAS_AVX2): Likewise.
15471 2014-04-17  Will Newton  <will.newton@linaro.org>
15473         * manual/setjmp.texi (System V contexts): Add note that
15474         calling setcontext on a context created by a call to a
15475         signal handler is undefined.  Update text to note that
15476         setcontext from a signal handler is possible but not
15477         recommended.
15479         [BZ #16629]
15480         * stdlib/tst-setcontext.c: Include signal.h.
15481         (main): Check that the signal stack before and
15482         after swapcontext is the same.
15484         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15485         Re-implement to restore registers in user code and avoid
15486         rt_sigreturn system call.
15488 2014-04-17  Wilco  <wdijkstr@arm.com>
15490         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15491         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15492         * math/test-fenv.c: Skip exception trap tests on targets which only
15493         support non-stop mode.
15495 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15496             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15498         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15499         (libc_feholdsetround_aarch64_ctx)
15500         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15501         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15502         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15503         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15504         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15505         (libc_feresetround_noexl_ctx): Define.
15507 2014-04-16  Richard Henderson  <rth@redhat.com>
15509         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15511         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15512         unwind tables.
15514         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15515         const from the non-libc, non-ldso copy.
15517         * sysdeps/alpha/libm-test-ulps: Regenerate.
15519 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15520             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15522         * sysdeps/aarch64/fpu/math_private.h: New file.
15524 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15526         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15528 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15530         [BZ #16275]
15531         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15532         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15533         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15534         Intel MPX bound registers before _dl_profile_fixup.
15535         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15536         registers after _dl_profile_fixup.  Save and restore bound
15537         registers bnd0/bnd1 when calling _dl_call_pltexit.
15538         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15539         (LR_BND_OFFSET): Likewise.
15540         (LRV_BND0_OFFSET): Likewise.
15541         (LRV_BND1_OFFSET): Likewise.
15543 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15545         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15546         to...
15547         * sysdeps/mach/hurd/i386/tls.h: ... here.
15548         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15549         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15550         fields.
15552 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15554         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15556 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15558         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15560 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15562         [BZ #14770]
15563         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15564         * sysdeps/s390/configure: Regenerate.
15566         [BZ #16824]
15567         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15568         Set round-to-nearest internally to reduce error accumulation.
15570 2014-04-16  Alan Modra  <amodra@gmail.com>
15572         [BZ #16740]
15573         [BZ #16619]
15574         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15575         * math/libm-test.inc (frexp_test_data): Add tests.
15576         * NEWS: Update fixed bug list.
15578 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15580         * benchtests/Makefile: Depend on libraries in build directory.
15581         (bench-math): Separate out math tests.
15582         (bench-pthread): Separate out pthread tests.
15583         (bench): Include math and pthread tests.
15585 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15587         [BZ #16831]
15588         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15589         _dl_debug_initialize.
15591         * configure.ac: Remove SELinux header check.
15592         * configure: Regenerate.
15593         * nscd/selinux.c (perms): Array of const char* to permission names.
15594         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15595         default policy. Call string_to_security_class and string_to_av_perm to
15596         translate strings. Enforce default policy and call avs_has_perm with
15597         results of translated strings.
15599 2014-04-13  David S. Miller  <davem@davemloft.net>
15601         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15603 2014-04-12  Allan McRae  <allan@archlinux.org>
15605         [BZ #16838]
15606         * manual/string.texi (Collation Functions): Fix qsort argument
15607         order in example.
15608         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15610 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15612         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15613         Make the test a no-op if there are no exceptions defined.
15615 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15617         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15618         enable-hardcoded-path-in-tests
15620 2014-04-11  Will Newton  <will.newton@linaro.org>
15622         * benchtests/Makefile (extra-objs): Add json-lib.o.
15623         (bench-func): Tidy up JSON output.
15624         * benchtests/bench-skeleton.c: Include json-lib.h.
15625         (main): Use JSON library functions to do output of
15626         benchmark results.
15627         * benchtests/bench-timing-type.c (main): Output the
15628         timing type simply, leaving formatting to the user.
15629         * benchtests/json-lib.c: New file.
15630         * benchtests/json-lib.h: Likewise.
15632 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15634         [BZ #15215]
15635         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15636         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15637         memory barriers.  Add comments.
15638         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15639         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15640         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15641         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15642         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15643         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15645 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15647         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15648         * sysdeps/s390/s390-64/configure.ac: ... this ...
15649         * sysdeps/s390/configure.ac: ... to here.
15650         * sysdeps/s390/s390-32/configure: Delete file.
15651         * sysdeps/s390/s390-64/configure: Delete file.
15652         * sysdeps/s390/configure: Regenerate.
15654 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15656         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15658 2014-04-11  Will Newton  <will.newton@linaro.org>
15660         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15661         to zero if it is not defined elsewhere.  (mtrim): Test
15662         the value of MALLOC_DEBUG with #if rather than #ifdef.
15664 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15666         * benchtests/pthread_once-inputs: New file.
15667         * benchtests/pthread_once-source.c: New file.
15668         * benchtests/README: Update documentation.
15670 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15671             H.J. Lu  <hongjiu.lu@intel.com>
15673         [BZ #16275]
15674         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15675         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15676         * sysdeps/x86_64/configure: Regenerated.
15677         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15678         macro.
15679         (REGISTER_SAVE_RAX): Likewise.
15680         (REGISTER_SAVE_RCX): Likewise.
15681         (REGISTER_SAVE_RDX): Likewise.
15682         (REGISTER_SAVE_RSI): Likewise.
15683         (REGISTER_SAVE_RDI): Likewise.
15684         (REGISTER_SAVE_R8): Likewise.
15685         (REGISTER_SAVE_R9): Likewise.
15686         (REGISTER_SAVE_BND0): Likewise.
15687         (REGISTER_SAVE_BND1): Likewise.
15688         (REGISTER_SAVE_BND2): Likewise.
15689         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15690         bound registers when calling _dl_fixup.
15692 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15694         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15695         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15696         of its definition.
15697         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15698         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15699         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15700         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15701         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15702         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15703         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15705 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15707         [BZ #15514]
15708         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15709         pathconf(_PC_NAME_MAX).
15711 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15713         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15714         Remove macro usage.
15715         (__PTHREAD_SPINS): Move definition to ...
15716         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15717         (__PTHREAD_SPINS): ... here.
15718         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15719         (__PTHREAD_SPIN): Likewise.
15720         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15721         (__PTHREAD_SPIN): Likewise.
15722         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15723         (__PTHREAD_SPIN): Likewise.
15724         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15725         (__PTHREAD_SPIN): Likewise.
15726         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15727         (__PTHREAD_SPIN): Likewise.
15728         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15729         (__PTHREAD_SPIN): Likewise.
15730         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15731         (__PTHREAD_SPIN): Likewise.
15732         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15733         (__PTHREAD_SPIN): Likewise.
15734         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15735         (__PTHREAD_SPIN): Likewise.
15736         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15737         (__PTHREAD_SPIN): Likewise.
15738         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15739         (__PTHREAD_SPIN): Likewise.
15740         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15741         (__PTHREAD_SPIN): Likewise.
15743         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15744         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15745         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15746         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15747         imply folder.
15748         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15749         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15750         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15751         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15752         correct imply path.
15753         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15754         strlen symbol for non multi-arch builds.
15755         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15756         missing hidden_def and weak_alias.
15758 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15760         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15762 2014-04-07  Will Newton  <will.newton@linaro.org>
15764         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15765         and contents.  [!_LIBC] Remove #ifndef and contents.
15766         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15767         * string/memccpy.c (__memccpy): Use ANSI prototype.
15768         * string/memfrob.c (memfrob): Likewise.
15769         * string/strcoll.c (STRCOLL): Likewise.
15770         * string/strlen.c (strlen): Likewise.
15771         * string/strtok.c (STRTOK): Likewise.
15772         * string/strcat.c: Remove unused #include of memcopy.h.
15773         (strcat): Use ANSI prototype.
15774         * string/strchr.c: Remove unused #include of memcopy.h.
15775         (strchr): Use ANSI prototype.
15776         * string/strcmp.c: Remove unused #include of memcopy.h.
15777         (strcmp): Use ANSI prototype.
15778         * string/strcpy.c: Remove unused #include of memcopy.h.
15779         (strcpy): Use ANSI prototype.
15781 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15783         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15784         * config.make.in (config-extra-cppflags): Set it from
15785         libc_extra_cppflags.
15786         * configure.ac (libc_extra_cflags): Make it accumulate over
15787         configure fragments.
15788         (libc_extra_cppflags): New flag.
15789         * configure. Regenerate.
15790         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15791         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15792         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15793         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15795         [BZ #16815]
15796         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15797         result for FE_DOWNWARD rounding mode.
15798         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15799         Likewise.
15800         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15802 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15804         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15805         in function argument name.
15807 2014-04-03  David Svoboda  <svoboda@cert.org>
15809         [BZ #5666]
15810         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15811         explicitly.
15813 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15815         * elf/dl-unmap-segments.h: New file.
15816         * sysdeps/generic/ldsodefs.h
15817         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15818         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15819         * elf/dl-fptr.c: Likewise.
15820         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15821         * sysdeps/aarch64/tlsdesc.c: Likewise.
15822         * sysdeps/arm/tlsdesc.c: Likewise.
15823         * sysdeps/i386/tlsdesc.c: Likewise.
15824         * sysdeps/tile/dl-runtime.c: Likewise.
15825         * sysdeps/x86_64/tlsdesc.c: Likewise.
15826         * elf/dl-load.h: New file.
15827         * elf/dl-load.c: Include it.
15828         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15829         Macros moved to dl-load.h.
15830         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15831         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15832         Use _dl_unmap_segments in place of __munmap.
15833         Break out segment-mapping loop into ...
15834         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15836 2014-04-03  Will Newton  <will.newton@linaro.org>
15838         * elf/dl-lookup.c (do_lookup_x): Remove comment
15839         referring to nested function and move variable
15840         declarations down to before first use.
15842 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15844         [BZ #16799]
15845         [BZ #16800]
15846         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15847         with 0 numerator.
15848         * math/s_catanf.c (__catanf): Likewise.
15849         * math/s_catanh.c (__catanh): Likewise.
15850         * math/s_catanhf.c (__catanhf): Likewise.
15851         * math/s_catanhl.c (__catanhl): Likewise.
15852         * math/s_catanl.c (__catanl): Likewise.
15853         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15854         by positive zero when computing -Inf result.
15855         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15856         (catanh_test): Likewise.
15857         * sysdeps/i386/fpu/libm-test-ulps: Update.
15858         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15860         [BZ #16789]
15861         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15862         instead of using underflowing value in computing result.
15863         * math/s_clog10.c (__clog10): Likewise.
15864         * math/s_clog10f.c (__clog10f): Likewise.
15865         * math/s_clog10l.c (__clog10l): Likewise.
15866         * math/s_clogf.c (__clogf): Likewise.
15867         * math/s_clogl.c (__clogl): Likewise.
15868         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15869         (clog10_test): Likewise.
15870         * sysdeps/i386/fpu/libm-test-ulps: Update.
15871         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15873 2014-04-02  Alan Modra  <amodra@gmail.com>
15875         [BZ #16739]
15876         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15877         output when value is near a power of two.  Use int64_t for lx and
15878         remove casts.  Use decimal rather than hex exponent constants.
15879         Don't use long double multiplication when double will suffice.
15880         * math/libm-test.inc (nextafter_test_data): Add tests.
15881         * NEWS: Add 16739 and 16786 to bug list.
15883         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15885         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15887 2014-04-01  Will Newton  <will.newton@linaro.org>
15889         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15890         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15892 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15894         [BZ #13347]
15895         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15896         * nptl/tst-setuid2.c: New file.
15897         * nptl/Makefile (xtests): Add tst-setuid2.
15899 2014-04-01  Alan Modra  <amodra@gmail.com>
15901         [BZ #16786]
15902         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15904 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15906         [BZ #6803]
15907         [BZ #6804]
15908         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15909         set errno as appropriate.
15910         * math/w_scalbf.c (__scalbf): Likewise.
15911         * math/w_scalbl.c (__scalbl): Likewise.
15912         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15913         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15914         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15915         Add more NaN tests.
15917         [BZ #16349]
15918         * math/w_atan2.c: Include <errno.h>.
15919         (__atan2): Set errno for result underflowing to zero.
15920         * math/w_atan2f.c: Include <errno.h>.
15921         (__atan2f): Set errno for result underflowing to zero.
15922         * math/w_atan2l.c: Include <errno.h>.
15923         (__atan2l): Set errno for result underflowing to zero.
15924         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15925         tests.
15926         * math/auto-libm-test-out: Regenerated.
15928 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15930         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15931         Encode instruction correctly in little endian.
15932         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15933         Likewise.
15934         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15935         Likewise.
15936         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15937         Likewise.
15938         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15939         Likewise.
15941 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15943         [BZ #9894]
15944         * sysdeps/unix/sysv/linux/kernel-features.h
15945         [__sparc__ && !__arch64__ && !__sparc_v9__]
15946         (__ASSUME_SET_ROBUST_LIST): Do not define.
15947         [__sparc__ && !__arch64__ && !__sparc_v9__]
15948         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15949         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15950         Likewise.
15951         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15952         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15953         (__ASSUME_REQUEUE_PI): Likewise.
15954         (__ASSUME_SET_ROBUST_LIST): Likewise.
15955         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15956         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15957         Undefine.
15958         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15959         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15960         Likewise.
15961         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15962         Likewise.
15963         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15964         Likewise.
15965         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15966         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15967         Undefine.
15968         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15969         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15970         Likewise.
15972         [BZ #16648]
15973         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15974         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15975         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15977 2014-03-31  Will Newton  <will.newton@linaro.org>
15979         * benchtests/Makefile (bench): Add ffs and ffsll to list
15980         of tests.
15981         * benchtests/ffs-inputs: New file.
15982         * benchtests/ffsll-inputs: Likewise.
15984 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15986         [BZ #16770]
15987         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15988         too large before casting to int.
15989         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15990         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15991         * math/libm-test.inc (scalb_test_data): Add more tests.
15993 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15995         * benchtests/Makefile (DETAILED_OPT): New make option.
15996         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15997         set.
15998         * benchtests/bench-skeleton.c: Include stdbool.h.
15999         (main): Store and print timings per input.
16000         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
16001         member to each argument value.
16002         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
16003         (_print_arg_data): Initialize per-input timing to 0.
16005         * benchtests/Makefile (timing-type): New binary.
16006         (bench-clean): Also remove bench-timing-type.
16007         (bench): New target for timing-type.
16008         (bench-func): Print output in JSON format.
16009         * benchtests/bench-skeleton.c (main): Print output in JSON
16010         format.
16011         * benchtests/bench-timing-type.c: New file.
16012         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
16013         (TIMING_PRINT_STATS): Remove.
16014         * benchtests/scripts/bench.py (_print_arg_data): Store variant
16015         name separately.
16017         * benchtests/bench-modf.c: Remove.
16018         * benchtests/modf-inputs: New inputs file.
16020 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
16022         [BZ #16362]
16023         * math/s_clog10.c (M_PI_LOG10E): New macro.
16024         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
16025         imaginary parts are 0.
16026         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
16027         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
16028         imaginary parts are 0.
16029         * math/s_clog10l.c (M_PI_LOG10El): New macro.
16030         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
16031         imaginary parts are 0.
16032         * math/libm-test.inc (clog10_test_data): Update expected results
16033         for when real and imaginary parts are 0.
16035 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
16037         * elf/dl-load.c: Finish conversion of __builtin_expect into
16038         __glibc_{un}likely.
16040 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
16042         [BZ #16348]
16043         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
16044         1+x for argument with exponent below -67.
16045         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
16046         Likewise.
16047         * math/auto-libm-test-in: Add more tests of exp.
16048         * math/auto-libm-test-out: Regenerated.
16050 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16052         [BZ #16759]
16053         * inet/getnetgrent_r.c (get_nonempty_val): New function.
16054         (nscd_getnetgrent): Use it.
16056         [BZ #16760]
16057         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
16058         of stpcpy.
16060 2014-03-27  Andi Kleen  <ak@linux.intel.com>
16062         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
16063         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16064         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16065         (lll_robust_unlock): Remove out of line section. Use cfi
16066         intrinsics.
16067         (LLL_STUB_UNWIND_INFO*): Remove.
16068         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
16069         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16070         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16071         (lll_robust_unlock): Remove out of line section. Use cfi
16072         intrinsics.
16073         (LLL_STUB_UNWIND_INFO*): Remove.
16075 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16077         [BZ #16758]
16078         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
16079         blank values.
16081 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
16083         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
16085 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
16087         [BZ #16198]
16088         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
16089         fnstenv.
16090         * math/test-fenv-preserve.c: New file.
16091         * math/Makefile (tests): Add test-fenv-preserve.
16093 2014-03-26  Will Newton <will.newton@linaro.org>
16095         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
16097 2014-03-25  Roland McGrath  <roland@hack.frob.com>
16099         * scripts/versionlist.awk: Partition the version sets and emit all
16100         GLIBC_* (sorted) before all others (sorted).
16102 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16104         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
16105         GLIBC_2.2.5 version.
16107 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16109         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
16110         calls.
16112         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
16113         previous change.
16115         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16117 2014-03-25  Andreas Schwab  <schwab@suse.de>
16119         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
16120         label to be used after in6ailist is initialized.
16122 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16124         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16125         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16127 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16129         [BZ #16357]
16130         [BZ #16599]
16131         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16132         min_plus_half.
16133         (fp_formats): Update initializers.
16134         (init_fp_formats): Initialize new field.
16135         (output_for_one_input_case): Allow underflow for results up to
16136         min_plus_half.
16137         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16138         * math/auto-libm-test-in: Don't mark some underflows from asin and
16139         atanh as spurious.
16140         * math/auto-libm-test-out: Regenerated.
16141         * sysdeps/i386/fpu/libm-test-ulps: Update.
16142         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16144 2014-03-25  Andreas Schwab  <schwab@suse.de>
16146         * libio/Makefile (tst-ftell-partial-wide-ENV)
16147         (tst-ftell-active-handler-ENV): Define.
16149 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
16151         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16153 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16155         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16157 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16159         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16160         * sysdeps/x86_64/fpu/multiarch/e_exp.c
16161         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16163 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16165         [BZ #16634]
16166         * elf/dl-load.c (open_verify): Add mode parameter.
16167         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16168         (open_path): Change from boolean 'secure' to complete flag 'mode'
16169         (_dl_map_object): Adjust.
16170         * elf/Makefile (tests): Add tst-dlopen-aout.
16171         * elf/tst-dlopen-aout.c: New test.
16173 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
16175         [BZ #16714]
16176         * sysdeps/unix/sysv/linux/s390/bits/stat.h
16177         (struct stat): Rename member pad0 to __glibc_reserved0.
16179         [BZ #16712]
16180         * sysdeps/s390/s390-32/bits/wordsize.h
16181         (__WORDSIZE32_SIZE_ULONG): New define.
16182         * sysdeps/s390/s390-64/bits/wordsize.h
16183         (__WORDSIZE32_SIZE_ULONG): Likewise.
16184         * sysdeps/generic/stdint.h (SIZE_MAX):
16185         Define as UL if __WORDSIZE32_SIZE_ULONG.
16187         [BZ #16713]
16188         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16189         (__glibc_reserved0): New variable.
16190         (sa_flags): Change type to int.
16192         * posix/Makefile (before-compile): Use += before-compile instead
16193         of a :=.
16195         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16196         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16198 2014-03-20  Andreas Schwab  <schwab@suse.de>
16200         [BZ #16743]
16201         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16202         non-matching result from nscd.
16204 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16206         * scripts/bench.py: Moved to ...
16207         * benchtests/scripts/bench.py: ... here.
16208         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16210 2014-03-24  Andreas Schwab  <schwab@suse.de>
16212         [BZ #16002]
16213         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16214         alloca_account and account alloca use for struct in6ailist.
16216 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16218         [BZ #16284]
16219         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16220         rounding mode to recompute results that overflow to infinity or
16221         underflow to zero.
16222         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16223         bug 16284.
16224         * math/auto-libm-test-out: Regenerated.
16225         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16226         (ccosh_test): Likewise.
16227         (csin_test_data): Use plus_oflow.
16228         (csin_test): Use ALL_RM_TEST.
16229         (csinh_test_data): Use plus_oflow.
16230         (csinh_test): Use ALL_RM_TEST.
16231         * sysdeps/i386/fpu/libm-test-ulps: Update.
16232         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16234 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16236         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16237         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16238         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16240         [BZ #16731]
16241         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16242         when x - 1 is zero.
16243         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16244         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16245         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16246         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16247         argument is 1.
16248         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16249         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16250         zero.
16251         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16252         * sysdeps/i386/fpu/libm-test-ulps: Update.
16253         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16255 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16257         * scripts/bench.pl: Remove file.
16258         * scripts/bench.py: New benchmark script.
16259         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16260         * benchtests/README: Mention python dependency.
16261         * scripts/pylintrc: New file.
16262         * scripts/pylint: New file.
16264         * bits/mathdef.h: Use #ifdef instead of #if.
16265         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16266         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16267         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16268         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16269         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16270         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16272 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16273             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16275         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16276         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16277         and strpbrk-ppc64 objects.
16278         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16279         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16280         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16281         multiarch strpbrk for POWER7.
16282         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16283         multiarch strpbrk for PPC64.
16284         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16285         ifunc selector.
16286         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16287         strpbrk for POWER7.
16289 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16291         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16292         (atan_test): Likewise.
16293         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16294         (atanh_test): Use ALL_RM_TEST.
16295         (atan2_test_data): Likewise.
16296         (cabs_test): Likewise.
16297         (cacosh_test): Likewise.
16298         (carg_test): Likewise.
16299         (casin_test): Likewise.
16300         (casinh_test): Likewise.
16301         (cbrt_test): Likewise.
16302         (csqrt_test): Likewise.
16303         (erf_test): Likewise.
16304         (erfc_test): Likewise.
16305         (pow10_test): Likewise.
16306         (exp2_test): Likewise.
16307         (hypot_test): Likewise.
16308         (j0_test): Likewise.
16309         (j1_test): Likewise.
16310         (lgamma_test): Likewise.
16311         (gamma_test): Likewise.
16312         (sincos_test): Likewise.
16313         (tanh_test): Likewise.
16314         (y0_test): Likewise.
16315         (y1_test): Likewise.
16316         * sysdeps/i386/fpu/libm-test-ulps: Update.
16317         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16319 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16321         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16322         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16323         and strcspn-ppc64 objects.
16324         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16325         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16326         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16327         multiarch strcspn for POWER7.
16328         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16329         multiarch strcspn for PPC64.
16330         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16331         ifunc selector.
16332         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16333         strcspn for POWER7.
16335 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16337         * math/gen-libm-test.pl (generate_testfile): Expect only function
16338         name as argument to AUTO_TESTS_* and pass results for all rounding
16339         modes to parse_args.
16340         (parse_auto_input): Separate inputs of automatic tests from
16341         outputs before storing in %auto_tests.
16342         * math/libm-test.inc (acos_test_data): Update call to
16343         AUTO_TESTS_f_f.
16344         (acos_test): Use ALL_RM_TEST.
16345         (acos_tonearest_test_data): Remove.
16346         (acos_test_tonearest): Likewise.
16347         (acos_towardzero_test_data): Likewise.
16348         (acos_test_towardzero): Likewise.
16349         (acos_downward_test_data): Likewise.
16350         (acos_test_downward): Likewise.
16351         (acos_upward_test_data): Likewise.
16352         (acos_test_upward): Likewise.
16353         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16354         (asin_test_data): Likewise.
16355         (asin_test): Use ALL_RM_TEST.
16356         (asin_tonearest_test_data): Remove.
16357         (asin_test_tonearest): Likewise.
16358         (asin_towardzero_test_data): Likewise.
16359         (asin_test_towardzero): Likewise.
16360         (asin_downward_test_data): Likewise.
16361         (asin_test_downward): Likewise.
16362         (asin_upward_test_data): Likewise.
16363         (asin_test_upward): Likewise.
16364         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16365         (atan_test_data): Likewise.
16366         (atanh_test_data): Likewise.
16367         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16368         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16369         (carg_test_data): Likewise.
16370         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16371         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16372         (ccosh_test_data): Likewise.
16373         (cexp_test_data): Likewise.
16374         (clog_test_data): Likewise.
16375         (clog10_test_data): Likewise.
16376         (cos_test_data): Update call to AUTO_TESTS_f_f.
16377         (cos_test): Use ALL_RM_TEST.
16378         (cos_tonearest_test_data): Remove.
16379         (cos_test_tonearest): Likewise.
16380         (cos_towardzero_test_data): Likewise.
16381         (cos_test_towardzero): Likewise.
16382         (cos_downward_test_data): Likewise.
16383         (cos_test_downward): Likewise.
16384         (cos_upward_test_data): Likewise.
16385         (cos_test_upward): Likewise.
16386         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16387         (cosh_test): Use ALL_RM_TEST.
16388         (cosh_tonearest_test_data): Remove.
16389         (cosh_test_tonearest): Likewise.
16390         (cosh_towardzero_test_data): Likewise.
16391         (cosh_test_towardzero): Likewise.
16392         (cosh_downward_test_data): Likewise.
16393         (cosh_test_downward): Likewise.
16394         (cosh_upward_test_data): Likewise.
16395         (cosh_test_upward): Likewise.
16396         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16397         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16398         (ctan_test_data): Likewise.
16399         (ctan_test): Use ALL_RM_TEST.
16400         (ctan_tonearest_test_data): Remove.
16401         (ctan_test_tonearest): Likewise.
16402         (ctan_towardzero_test_data): Likewise.
16403         (ctan_test_towardzero): Likewise.
16404         (ctan_downward_test_data): Likewise.
16405         (ctan_test_downward): Likewise.
16406         (ctan_upward_test_data): Likewise.
16407         (ctan_test_upward): Likewise.
16408         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16409         (ctanh_test): Use ALL_RM_TEST.
16410         (ctanh_tonearest_test_data): Remove.
16411         (ctanh_test_tonearest): Likewise.
16412         (ctanh_towardzero_test_data): Likewise.
16413         (ctanh_test_towardzero): Likewise.
16414         (ctanh_downward_test_data): Likewise.
16415         (ctanh_test_downward): Likewise.
16416         (ctanh_upward_test_data): Likewise.
16417         (ctanh_test_upward): Likewise.
16418         (erf_test_data): Update call to AUTO_TESTS_f_f.
16419         (erfc_test_data): Likewise.
16420         (exp_test_data): Likewise.
16421         (exp_test): Use ALL_RM_TEST.
16422         (exp_tonearest_test_data): Remove.
16423         (exp_test_tonearest): Likewise.
16424         (exp_towardzero_test_data): Likewise.
16425         (exp_test_towardzero): Likewise.
16426         (exp_downward_test_data): Likewise.
16427         (exp_test_downward): Likewise.
16428         (exp_upward_test_data): Likewise.
16429         (exp_test_upward): Likewise.
16430         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16431         (exp10_test): Use ALL_RM_TEST.
16432         (exp10_tonearest_test_data): Remove.
16433         (exp10_test_tonearest): Likewise.
16434         (exp10_towardzero_test_data): Likewise.
16435         (exp10_test_towardzero): Likewise.
16436         (exp10_downward_test_data): Likewise.
16437         (exp10_test_downward): Likewise.
16438         (exp10_upward_test_data): Likewise.
16439         (exp10_test_upward): Likewise.
16440         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16441         (expm1_test_data): Likewise.
16442         (expm1_test): Use ALL_RM_TEST.
16443         (expm1_tonearest_test_data): Remove.
16444         (expm1_test_tonearest): Likewise.
16445         (expm1_towardzero_test_data): Likewise.
16446         (expm1_test_towardzero): Likewise.
16447         (expm1_downward_test_data): Likewise.
16448         (expm1_test_downward): Likewise.
16449         (expm1_upward_test_data): Likewise.
16450         (expm1_test_upward): Likewise.
16451         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16452         (fma_test): Use ALL_RM_TEST.
16453         (fma_towardzero_test_data): Remove.
16454         (fma_test_towardzero): Likewise.
16455         (fma_downward_test_data): Likewise.
16456         (fma_test_downward): Likewise.
16457         (fma_upward_test_data): Likewise.
16458         (fma_test_upward): Likewise.
16459         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16460         (j0_test_data): Update call to AUTO_TESTS_f_f.
16461         (j1_test_data): Likewise.
16462         (jn_test_data): Update call to AUTO_TESTS_if_f.
16463         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16464         (log_test_data): Update call to AUTO_TESTS_f_f.
16465         (log10_test_data): Likewise.
16466         (log1p_test_data): Likewise.
16467         (log2_test_data): Likewise.
16468         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16469         (pow_tonearest_test_data): Likewise.
16470         (sin_test_data): Update call to AUTO_TESTS_f_f.
16471         (sin_test): Use ALL_RM_TEST.
16472         (sin_tonearest_test_data): Remove.
16473         (sin_test_tonearest): Likewise.
16474         (sin_towardzero_test_data): Likewise.
16475         (sin_test_towardzero): Likewise.
16476         (sin_downward_test_data): Likewise.
16477         (sin_test_downward): Likewise.
16478         (sin_upward_test_data): Likewise.
16479         (sin_test_upward): Likewise.
16480         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16481         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16482         (sinh_test): Use ALL_RM_TEST.
16483         (sinh_tonearest_test_data): Remove.
16484         (sinh_test_tonearest): Likewise.
16485         (sinh_towardzero_test_data): Likewise.
16486         (sinh_test_towardzero): Likewise.
16487         (sinh_downward_test_data): Likewise.
16488         (sinh_test_downward): Likewise.
16489         (sinh_upward_test_data): Likewise.
16490         (sinh_test_upward): Likewise.
16491         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16492         (sqrt_test): Use ALL_RM_TEST.
16493         (sqrt_tonearest_test_data): Remove.
16494         (sqrt_test_tonearest): Likewise.
16495         (sqrt_towardzero_test_data): Likewise.
16496         (sqrt_test_towardzero): Likewise.
16497         (sqrt_downward_test_data): Likewise.
16498         (sqrt_test_downward): Likewise.
16499         (sqrt_upward_test_data): Likewise.
16500         (sqrt_test_upward): Likewise.
16501         (tan_test_data): Update call to AUTO_TESTS_f_f.
16502         (tan_test): Use ALL_RM_TEST.
16503         (tan_tonearest_test_data): Remove.
16504         (tan_test_tonearest): Likewise.
16505         (tan_towardzero_test_data): Likewise.
16506         (tan_test_towardzero): Likewise.
16507         (tan_downward_test_data): Likewise.
16508         (tan_test_downward): Likewise.
16509         (tan_upward_test_data): Likewise.
16510         (tan_test_upward): Likewise.
16511         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16512         (tgamma_test_data): Likewise.
16513         (y0_test_data): Likewise.
16514         (y1_test_data): Likewise.
16515         (yn_test_data): Update call to AUTO_TESTS_if_f.
16516         (main): Do not call removed functions.
16518 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16520         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16521         (ldexp_test_data): Remove.
16522         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16523         scalbn_test_data.
16524         (scalb_test): Use ALL_RM_TEST.
16526 2014-03-19  Andreas Schwab  <schwab@suse.de>
16528         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16530 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16532         [BZ #16649]
16533         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16534         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16535         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16536         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16537         (__ASSUME_PREADV): Undefine.
16538         (__ASSUME_PWRITEV): Likewise.
16540 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16542         * bits/mman-linux.h: Add comment about non-Linux use.
16543         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16544         bits/mman-linux.h resting place.
16546         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16547         * bits/mman-linux.h: ... here.
16549 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16551         * conform/conformtest.pl: Add standard definition when calling C
16552         preprocessor on data files.
16553         (checknamespace): Remove unused variable.
16555 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16557         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16558         minus_oflow, plus_uflow and minus_uflow in expected results.
16559         * math/libm-test.inc (scalbn_test_data): Add more tests of
16560         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16561         minus_uflow.
16562         (scalbn_test): Use ALL_RM_TEST.
16563         (scalbln_test_data): Add more tests of negative arguments.  Use
16564         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16565         (scalbln_test): Use ALL_RM_TEST.
16567 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16569         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16571 2014-03-18  Will Newton  <will.newton@linaro.org>
16573         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16574         inaccurate comment.
16576 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16578         * Makerules [!subdir] (check-abi): Exit with error status if a
16579         test failed.
16581 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16583         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16584         for rint.  Include results for all rounding modes.
16585         (nearbyint_test): Use ALL_RM_TEST.
16586         (rint_test_data): Include all tests used for nearbyint.
16588 2014-03-17  Will Newton  <will.newton@linaro.org>
16590         * nptl/sysdeps/pthread/pthread.h: Revert previous
16591         change.
16593         * sysdeps/generic/ldsodefs.h: Revert previous
16594         change.
16596         * libio/genops.c: Revert previous change.
16597         * libio/libioP.h: Likewise.
16598         * stdio-common/vfprintf.c: Likewise.
16600         * sysdeps/generic/math_private.h: Revert previous
16601         change.
16603         * sysdeps/generic/math_private.h: Check whether
16604         HAVE_RM_CTX is defined with #ifdef rather
16605         than #if.
16607         * argp/argp-fmtstream.h: Check whether
16608         __STRICT_ANSI__ is defined with #ifdef rather
16609         than #if.
16610         * argp/argp.h: Likewise.
16612         * libio/genops.c: Check whether
16613         _IO_JUMPS_OFFSET is defined with #ifdef rather
16614         than #if.
16615         * libio/libioP.h: Likewise.
16616         * stdio-common/vfprintf.c: Likewise.
16618         * sysdeps/generic/ldsodefs.h: Check whether
16619         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16620         than #if.
16622         * nptl/sysdeps/pthread/pthread.h: Check
16623         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16624         its value.
16626 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16628         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16629         setting O_APPEND.
16630         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16631         test case.
16633         [BZ #16680]
16634         * libio/fileops.c (_IO_file_open): Seek to end of file but
16635         don't cache the offset.
16636         (get_file_offset): Remove function.
16637         (do_ftell): Use cached offset when available.
16638         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16639         don't cache the offset.
16640         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16641         case.
16642         (do_one_test): Call it.
16643         (do_ftell_test): Fix up expected old offset for a+ mode.
16644         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16645         available.
16647         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16648         up test status with function return status.
16649         (do_write_test): Likewise.
16650         (do_append_test): Likewise.
16652         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16653         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16654         Remove.
16656 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16658         * math/gen-libm-test.pl (parse_args): Handle results specified for
16659         each rounding mode separately.
16660         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16661         tests and results from lrint_tonearest_test_data,
16662         lrint_towardzero_test_data, lrint_downward_test_data and
16663         lrint_upward_test_data.
16664         (lrint_test): Use ALL_RM_TEST.
16665         (lrint_tonearest_test_data): Remove.
16666         (lrint_test_tonearest): Likewise.
16667         (lrint_towardzero_test_data): Likewise.
16668         (lrint_test_towardzero): Likewise.
16669         (lrint_downward_test_data): Likewise.
16670         (lrint_test_downward): Likewise.
16671         (lrint_upward_test_data): Likewise.
16672         (lrint_test_upward): Likewise.
16673         (llrint_test_data): Merge in per-rounding-mode tests and results
16674         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16675         llrint_downward_test_data and llrint_upward_test_data.
16676         (llrint_test): Use ALL_RM_TEST.
16677         (llrint_tonearest_test_data): Remove.
16678         (llrint_test_tonearest): Likewise.
16679         (llrint_towardzero_test_data): Likewise.
16680         (llrint_test_towardzero): Likewise.
16681         (llrint_downward_test_data): Likewise.
16682         (llrint_test_downward): Likewise.
16683         (llrint_upward_test_data): Likewise.
16684         (llrint_test_upward): Likewise.
16685         (rint_test_data): Merge in per-rounding-mode tests and results
16686         from rint_tonearest_test_data, rint_towardzero_test_data,
16687         rint_downward_test_data and rint_upward_test_data.  Add
16688         per-rounding-mode results for tests not in those arrays.
16689         (rint_test): Use ALL_RM_TEST.
16690         (rint_tonearest_test_data): Remove.
16691         (rint_test_tonearest): Likewise.
16692         (rint_towardzero_test_data): Likewise.
16693         (rint_test_towardzero): Likewise.
16694         (rint_downward_test_data): Likewise.
16695         (rint_test_downward): Likewise.
16696         (rint_upward_test_data): Likewise.
16697         (rint_test_upward): Likewise.
16698         (main): Don't call removed functions.
16700 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16702         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16703         "Compiled on ..." crapola.  It is anti-useful.
16705 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16707         * scripts/evaluate-test.sh: Handle fourth argument to determine
16708         whether test run should stop on failure.
16709         * Makeconfig (stop-on-test-failure): New variable.
16710         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16711         $(stop-on-test-failure).
16712         * Makefile (tests): Give a summary of results from testing and
16713         exit with failure status if they include an ERROR or FAIL.
16714         (xtests): Likewise.
16715         * manual/install.texi (Configuring and compiling): Mention
16716         stop-on-test-failure=y.
16717         * INSTALL: Regenerated.
16719 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16721         * scripts/versionlist.awk: New file.
16722         * Makerules [$(build-shared) = yes]
16723         (postclean-generated): Add Versions.def, not Versions.def.v and
16724         Versions.def.v.i.
16725         ($(common-objpfx)Versions.def.v.i): Target removed.
16726         ($(common-objpfx)Versions.def): New target.
16727         ($(common-objpfx)Versions.all): Depend on that rather that
16728         $(common-objpfx)Versions.def.v.
16729         * Versions.def: File removed.
16731         * Makeconfig (+gccwarn): Add -Wundef.
16732         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16733         a dl-sysdep.h breaking its contract.
16734         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16735         * include/stackinfo.h: New file.
16736         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16737         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16738         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16739         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16740         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16741         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16742         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16743         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16744         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16745         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16746         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16747         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16748         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16749         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16750         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16752 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16754         [BZ #16707]
16755         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16756         implementation.
16757         * math/libm-test.inc (round_test_data): Add more tests.
16759         [BZ #16706]
16760         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16761         implementation.
16762         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16764         [BZ #16701]
16765         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16766         implementation.
16767         * math/libm-test.inc (ceil_test_data): Add more tests.
16769         * math/libm-test.inc (trunc_test_data): Add more tests related to
16770         BZ#16414.
16772 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16774         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16775         with #if rather than #ifdef.
16776         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16778 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16780         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16781         first.  Disable AVX-512 GCC support if assembler doesn't support
16782         it.
16783         * sysdeps/x86_64/configure: Regenerated.
16785 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16787         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16788         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16789         (__old_pthread_attr_setstack): Likewise.
16790         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16791         [!_STACK_GROWS_DOWN]: Likewise.
16793 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16795         * config.make.in (have-bash2): Delete.
16796         * configure.ac (libc_cv_have_bash2): Delete.
16797         * configure: Regenerate.
16798         * elf/Makefile (common-ldd-rewrite): Rename to ...
16799         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16800         (sh-ldd-rewrite): Delete.
16801         (bash-ldd-rewrite): Delete.
16802         (have-bash2): Delete checks.
16803         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16804         ldd-rewrite.
16806         * config.make.in (have-ksh): Delete.
16807         (KSH): Delete.
16808         * configure.ac (libc_cv_have_ksh): Delete.
16809         * configure: Regenerate.
16811         * elf/Makefile: Delete $(have-ksh) check.
16812         ($(objpfx)sotruss): Change KSH to BASH.
16813         * elf/sotruss.ksh: Rename to ...
16814         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16815         function style to match POSIX.  Drop ksh vim mode setting.
16817         * manual/time.texi (Specifying the Time Zone with TZ): Change
16818         Tuesday to Thursday.
16820         * debug/tst-longjmp_chk2.c: Update header comment.
16821         (stackoverflow_handler): Add comment.  Call assert on pass value.
16823 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16825         [BZ #16194]
16826         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16827         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16828         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16829         (La_x86_64_vector): Add zmm.
16830         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16831         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16832         ($(objpfx)tst-audit10): New target.
16833         ($(objpfx)tst-audit10.out): Likewise.
16834         (tst-audit10-ENV): New.
16835         (AVX512-CFLAGS): Likewise.
16836         (CFLAGS-tst-audit10.c): Likewise.
16837         (CFLAGS-tst-auditmod10a.c): Likewise.
16838         (CFLAGS-tst-auditmod10b.c): Likewise.
16839         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16840         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16841         * sysdeps/x86_64/configure: Regenerated.
16842         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16843         AVX-512 zmm register support.
16844         (_dl_x86_64_save_sse): Likewise.
16845         (_dl_x86_64_restore_sse): Likewise.
16846         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16847         size vector registers.
16848         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16849         (ZMM_SIZE): Likewise.
16850         * sysdeps/x86_64/tst-audit10.c: New file.
16851         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16852         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16854 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16856         * configure.ac (HAVE_EHDR_START): New check.
16857         * configure: Regenerated.
16858         * config.h.in (HAVE_EHDR_START): New #undef.
16859         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16860         assuming the lowest-addressed segment maps the start of the file.
16862 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16864         * INSTALL: Regenerated.
16866 2014-03-13  Will Newton  <will.newton@linaro.org>
16868         * manual/setjmp.texi (System V contexts): Improve
16869         clarity and grammar of documentation.
16871 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16873         [BZ #16381]
16874         * elf/Makefile (tests): Add tst-pie2.
16875         (tests-pie): Add tst-pie2.
16876         * elf/tst-pie2.c: New file.
16877         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16878         for ET_EXEC.
16879         * elf/rtld.c (map_doit): Load executable as lt_executable.
16880         (dl_main): Likewise.
16882 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16884         [BZ #16642]
16885         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16886         (__ASSUME_PSELECT): Undefine.
16888 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16890         [BZ #16689]
16891         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16892         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16893         static build.
16894         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16895         selector for static builds.
16897 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16899         [BZ #16695]
16900         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16901         key in the buffer.
16903 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16905         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16906         IFUNC selector for static builds.
16908 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16910         * sysdeps/mips/math_private.h [__mips_hard_float]
16911         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16912         libc_feresetround_mips_ctx.
16913         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16914         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16915         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16917         [BZ #16677]
16918         * math/s_nextafter.c (__nextafter): Do not return value from
16919         overflowing computation.
16920         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16921         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16922         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16923         Likewise.
16924         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16925         Likewise.
16926         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16927         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16929 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16931         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16932         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16933         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16934         the new mov targetting sp.
16936 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16938         [BZ #16683]
16939         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16940         Define it for static builds as well.
16941         (NO_BZERO_IMPL): Likewise.
16943 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16945         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16946         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16947         multiarch strspn for PPC64.
16948         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16949         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16950         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16951         (__libc_ifunc_impl_list): Likewise.
16952         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16953         multiarch optimizations
16954         * string/strspn.c (strspn): Using macro to redefine symbol name.
16956 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16957             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16959         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16960         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16961         multiarch strncat for PPC64.
16962         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16963         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16964         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16965         (__libc_ifunc_impl_list): Likewise.
16966         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16967         multiarch optimizations
16969 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16971         [BZ #16639]
16972         * nscd/nscd.service: Make service type forking.
16974 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16976         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16977         sign in non default rounding modes.
16978         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16980 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16982         * math/libm-test.inc (ALL_RM_TEST): New macro.
16983         (ceil_test): Use ALL_RM_TEST.
16984         (cimag_test): Likewise.
16985         (conj_test): Likewise.
16986         (copysign_test): Likewise.
16987         (cproj_test): Likewise.
16988         (creal_test): Likewise.
16989         (fabs_test): Likewise.
16990         (floor_test): Likewise.
16991         (fmax_test): Likewise.
16992         (fmin_test): Likewise.
16993         (fmod_test): Likewise.
16994         (fpclassify_test): Likewise.
16995         (frexp_test): Likewise.
16996         (ilogb_test): Likewise.
16997         (isfinite_test): Likewise.
16998         (finite_test): Likewise.
16999         (isgreater_test): Likewise.
17000         (isgreaterequal_test): Likewise.
17001         (isinf_test): Likewise.
17002         (isless_test): Likewise.
17003         (islessequal_test): Likewise.
17004         (islessgreater_test): Likewise.
17005         (isnan_test): Likewise.
17006         (isnormal_test): Likewise.
17007         (issignaling_test): Likewise.
17008         (isunordered_test): Likewise.
17009         (logb_test): Likewise.
17010         (logb_downward_test_data): Remove.
17011         (logb_test_downward): Likewise.
17012         (lround_test): Use ALL_RM_TEST.
17013         (llround_test): Likewise.
17014         (modf_test): Likewise.
17015         (nexttoward_test): Likewise.
17016         (remainder_test): Likewise.
17017         (drem_test): Likewise.
17018         (remainder_tonearest_test_data): Likewise.
17019         (remainder_test_tonearest): Likewise.
17020         (drem_test_tonearest): Likewise.
17021         (remainder_towardzero_test_data): Likewise.
17022         (remainder_test_towardzero): Likewise.
17023         (drem_test_towardzero): Likewise.
17024         (remainder_downward_test_data): Likewise.
17025         (remainder_test_downward): Likewise.
17026         (drem_test_downward): Likewise.
17027         (remainder_upward_test_data): Likewise.
17028         (remainder_test_upward): Likewise.
17029         (drem_test_upward): Likewise.
17030         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
17031         (round_test): Use ALL_RM_TEST.
17032         (signbit_test): Likewise.
17033         (trunc_test): Likewise.
17034         (significand_test): Likewise.
17035         (main): Don't call removed functions.
17037 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17039         [BZ #16674]
17040         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
17041         || __USE_XOPEN2K8].
17042         (ILL_ILLOPN): Likewise.
17043         (ILL_ILLADR): Likewise.
17044         (ILL_ILLTRP): Likewise.
17045         (ILL_PRVOPC): Likewise.
17046         (ILL_PRVREG): Likewise.
17047         (ILL_COPROC): Likewise.
17048         (ILL_BADSTK): Likewise.
17049         (FPE_INTDIV): Likewise.
17050         (FPE_INTOVF): Likewise.
17051         (FPE_FLTDIV): Likewise.
17052         (FPE_FLTOVF): Likewise.
17053         (FPE_FLTUND): Likewise.
17054         (FPE_FLTRES): Likewise.
17055         (FPE_FLTINV): Likewise.
17056         (FPE_FLTSUB): Likewise.
17057         (SEGV_MAPERR): Likewise.
17058         (SEGV_ACCERR): Likewise.
17059         (BUS_ADRALN): Likewise.
17060         (BUS_ADRERR): Likewise.
17061         (BUS_OBJERR): Likewise.
17062         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17063         (TRAP_TRACE): Likewise.
17064         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17065         __USE_XOPEN2K8].
17066         (CLD_KILLED): Likewise.
17067         (CLD_DUMPED): Likewise.
17068         (CLD_TRAPPED): Likewise.
17069         (CLD_STOPPED): Likewise.
17070         (CLD_CONTINUED): Likewise.
17071         (POLL_IN): Likewise.
17072         (POLL_OUT): Likewise.
17073         (POLL_MSG): Likewise.
17074         (POLL_ERR): Likewise.
17075         (POLL_PRI): Likewise.
17076         (POLL_HUP): Likewise.
17077         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
17078         Likewise.
17079         (ILL_ILLOPN): Likewise.
17080         (ILL_ILLADR): Likewise.
17081         (ILL_ILLTRP): Likewise.
17082         (ILL_PRVOPC): Likewise.
17083         (ILL_PRVREG): Likewise.
17084         (ILL_COPROC): Likewise.
17085         (ILL_BADSTK): Likewise.
17086         (FPE_INTDIV): Likewise.
17087         (FPE_INTOVF): Likewise.
17088         (FPE_FLTDIV): Likewise.
17089         (FPE_FLTOVF): Likewise.
17090         (FPE_FLTUND): Likewise.
17091         (FPE_FLTRES): Likewise.
17092         (FPE_FLTINV): Likewise.
17093         (FPE_FLTSUB): Likewise.
17094         (SEGV_MAPERR): Likewise.
17095         (SEGV_ACCERR): Likewise.
17096         (BUS_ADRALN): Likewise.
17097         (BUS_ADRERR): Likewise.
17098         (BUS_OBJERR): Likewise.
17099         (BUS_MCEERR_AR): Likewise.
17100         (BUS_MCEERR_AO): Likewise.
17101         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17102         (TRAP_TRACE): Likewise.
17103         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17104         __USE_XOPEN2K8].
17105         (CLD_KILLED): Likewise.
17106         (CLD_DUMPED): Likewise.
17107         (CLD_TRAPPED): Likewise.
17108         (CLD_STOPPED): Likewise.
17109         (CLD_CONTINUED): Likewise.
17110         (POLL_IN): Likewise.
17111         (POLL_OUT): Likewise.
17112         (POLL_MSG): Likewise.
17113         (POLL_ERR): Likewise.
17114         (POLL_PRI): Likewise.
17115         (POLL_HUP): Likewise.
17116         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
17117         (ILL_ILLOPN): Likewise.
17118         (ILL_ILLADR): Likewise.
17119         (ILL_ILLTRP): Likewise.
17120         (ILL_PRVOPC): Likewise.
17121         (ILL_PRVREG): Likewise.
17122         (ILL_COPROC): Likewise.
17123         (ILL_BADSTK): Likewise.
17124         (FPE_INTDIV): Likewise.
17125         (FPE_INTOVF): Likewise.
17126         (FPE_FLTDIV): Likewise.
17127         (FPE_FLTOVF): Likewise.
17128         (FPE_FLTUND): Likewise.
17129         (FPE_FLTRES): Likewise.
17130         (FPE_FLTINV): Likewise.
17131         (FPE_FLTSUB): Likewise.
17132         (SEGV_MAPERR): Likewise.
17133         (SEGV_ACCERR): Likewise.
17134         (BUS_ADRALN): Likewise.
17135         (BUS_ADRERR): Likewise.
17136         (BUS_OBJERR): Likewise.
17137         (BUS_MCEERR_AR): Likewise.
17138         (BUS_MCEERR_AO): Likewise.
17139         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17140         (TRAP_TRACE): Likewise.
17141         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17142         __USE_XOPEN2K8].
17143         (CLD_KILLED): Likewise.
17144         (CLD_DUMPED): Likewise.
17145         (CLD_TRAPPED): Likewise.
17146         (CLD_STOPPED): Likewise.
17147         (CLD_CONTINUED): Likewise.
17148         (POLL_IN): Likewise.
17149         (POLL_OUT): Likewise.
17150         (POLL_MSG): Likewise.
17151         (POLL_ERR): Likewise.
17152         (POLL_PRI): Likewise.
17153         (POLL_HUP): Likewise.
17154         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17155         Likewise.
17156         (ILL_ILLOPN): Likewise.
17157         (ILL_ILLADR): Likewise.
17158         (ILL_ILLTRP): Likewise.
17159         (ILL_PRVOPC): Likewise.
17160         (ILL_PRVREG): Likewise.
17161         (ILL_COPROC): Likewise.
17162         (ILL_BADSTK): Likewise.
17163         (ILL_BADIADDR): Likewise.
17164         (ILL_BREAK): Likewise.
17165         (FPE_INTDIV): Likewise.
17166         (FPE_INTOVF): Likewise.
17167         (FPE_FLTDIV): Likewise.
17168         (FPE_FLTOVF): Likewise.
17169         (FPE_FLTUND): Likewise.
17170         (FPE_FLTRES): Likewise.
17171         (FPE_FLTINV): Likewise.
17172         (FPE_FLTSUB): Likewise.
17173         (FPE_DECOVF): Likewise.
17174         (FPE_DECDIV): Likewise.
17175         (FPE_DECERR): Likewise.
17176         (FPE_INVASC): Likewise.
17177         (FPE_INVDEC): Likewise.
17178         (SEGV_MAPERR): Likewise.
17179         (SEGV_ACCERR): Likewise.
17180         (SEGV_PSTKOVF): Likewise.
17181         (BUS_ADRALN): Likewise.
17182         (BUS_ADRERR): Likewise.
17183         (BUS_OBJERR): Likewise.
17184         (BUS_MCEERR_AR): Likewise.
17185         (BUS_MCEERR_AO): Likewise.
17186         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17187         (TRAP_TRACE): Likewise.
17188         (TRAP_BRANCH): Likewise.
17189         (TRAP_HWBKPT): Likewise.
17190         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17191         __USE_XOPEN2K8].
17192         (CLD_KILLED): Likewise.
17193         (CLD_DUMPED): Likewise.
17194         (CLD_TRAPPED): Likewise.
17195         (CLD_STOPPED): Likewise.
17196         (CLD_CONTINUED): Likewise.
17197         (POLL_IN): Likewise.
17198         (POLL_OUT): Likewise.
17199         (POLL_MSG): Likewise.
17200         (POLL_ERR): Likewise.
17201         (POLL_PRI): Likewise.
17202         (POLL_HUP): Likewise.
17203         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17204         (ILL_ILLOPN): Likewise.
17205         (ILL_ILLADR): Likewise.
17206         (ILL_ILLTRP): Likewise.
17207         (ILL_PRVOPC): Likewise.
17208         (ILL_PRVREG): Likewise.
17209         (ILL_COPROC): Likewise.
17210         (ILL_BADSTK): Likewise.
17211         (FPE_INTDIV): Likewise.
17212         (FPE_INTOVF): Likewise.
17213         (FPE_FLTDIV): Likewise.
17214         (FPE_FLTOVF): Likewise.
17215         (FPE_FLTUND): Likewise.
17216         (FPE_FLTRES): Likewise.
17217         (FPE_FLTINV): Likewise.
17218         (FPE_FLTSUB): Likewise.
17219         (SEGV_MAPERR): Likewise.
17220         (SEGV_ACCERR): Likewise.
17221         (BUS_ADRALN): Likewise.
17222         (BUS_ADRERR): Likewise.
17223         (BUS_OBJERR): Likewise.
17224         (BUS_MCEERR_AR): Likewise.
17225         (BUS_MCEERR_AO): Likewise.
17226         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17227         (TRAP_TRACE): Likewise.
17228         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17229         __USE_XOPEN2K8].
17230         (CLD_KILLED): Likewise.
17231         (CLD_DUMPED): Likewise.
17232         (CLD_TRAPPED): Likewise.
17233         (CLD_STOPPED): Likewise.
17234         (CLD_CONTINUED): Likewise.
17235         (POLL_IN): Likewise.
17236         (POLL_OUT): Likewise.
17237         (POLL_MSG): Likewise.
17238         (POLL_ERR): Likewise.
17239         (POLL_PRI): Likewise.
17240         (POLL_HUP): Likewise.
17241         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17242         (ILL_ILLOPN): Likewise.
17243         (ILL_ILLADR): Likewise.
17244         (ILL_ILLTRP): Likewise.
17245         (ILL_PRVOPC): Likewise.
17246         (ILL_PRVREG): Likewise.
17247         (ILL_COPROC): Likewise.
17248         (ILL_BADSTK): Likewise.
17249         (FPE_INTDIV): Likewise.
17250         (FPE_INTOVF): Likewise.
17251         (FPE_FLTDIV): Likewise.
17252         (FPE_FLTOVF): Likewise.
17253         (FPE_FLTUND): Likewise.
17254         (FPE_FLTRES): Likewise.
17255         (FPE_FLTINV): Likewise.
17256         (FPE_FLTSUB): Likewise.
17257         (SEGV_MAPERR): Likewise.
17258         (SEGV_ACCERR): Likewise.
17259         (BUS_ADRALN): Likewise.
17260         (BUS_ADRERR): Likewise.
17261         (BUS_OBJERR): Likewise.
17262         (BUS_MCEERR_AR): Likewise.
17263         (BUS_MCEERR_AO): Likewise.
17264         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17265         (TRAP_TRACE): Likewise.
17266         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17267         __USE_XOPEN2K8].
17268         (CLD_KILLED): Likewise.
17269         (CLD_DUMPED): Likewise.
17270         (CLD_TRAPPED): Likewise.
17271         (CLD_STOPPED): Likewise.
17272         (CLD_CONTINUED): Likewise.
17273         (POLL_IN): Likewise.
17274         (POLL_OUT): Likewise.
17275         (POLL_MSG): Likewise.
17276         (POLL_ERR): Likewise.
17277         (POLL_PRI): Likewise.
17278         (POLL_HUP): Likewise.
17279         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17280         (ILL_ILLOPN): Likewise.
17281         (ILL_ILLADR): Likewise.
17282         (ILL_ILLTRP): Likewise.
17283         (ILL_PRVOPC): Likewise.
17284         (ILL_PRVREG): Likewise.
17285         (ILL_COPROC): Likewise.
17286         (ILL_BADSTK): Likewise.
17287         (FPE_INTDIV): Likewise.
17288         (FPE_INTOVF): Likewise.
17289         (FPE_FLTDIV): Likewise.
17290         (FPE_FLTOVF): Likewise.
17291         (FPE_FLTUND): Likewise.
17292         (FPE_FLTRES): Likewise.
17293         (FPE_FLTINV): Likewise.
17294         (FPE_FLTSUB): Likewise.
17295         (SEGV_MAPERR): Likewise.
17296         (SEGV_ACCERR): Likewise.
17297         (BUS_ADRALN): Likewise.
17298         (BUS_ADRERR): Likewise.
17299         (BUS_OBJERR): Likewise.
17300         (BUS_MCEERR_AR): Likewise.
17301         (BUS_MCEERR_AO): Likewise.
17302         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17303         (TRAP_TRACE): Likewise.
17304         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17305         __USE_XOPEN2K8].
17306         (CLD_KILLED): Likewise.
17307         (CLD_DUMPED): Likewise.
17308         (CLD_TRAPPED): Likewise.
17309         (CLD_STOPPED): Likewise.
17310         (CLD_CONTINUED): Likewise.
17311         (POLL_IN): Likewise.
17312         (POLL_OUT): Likewise.
17313         (POLL_MSG): Likewise.
17314         (POLL_ERR): Likewise.
17315         (POLL_PRI): Likewise.
17316         (POLL_HUP): Likewise.
17317         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17318         (ILL_ILLOPN): Likewise.
17319         (ILL_ILLADR): Likewise.
17320         (ILL_ILLTRP): Likewise.
17321         (ILL_PRVOPC): Likewise.
17322         (ILL_PRVREG): Likewise.
17323         (ILL_COPROC): Likewise.
17324         (ILL_BADSTK): Likewise.
17325         (ILL_DBLFLT): Likewise.
17326         (ILL_HARDWALL): Likewise.
17327         (FPE_INTDIV): Likewise.
17328         (FPE_INTOVF): Likewise.
17329         (FPE_FLTDIV): Likewise.
17330         (FPE_FLTOVF): Likewise.
17331         (FPE_FLTUND): Likewise.
17332         (FPE_FLTRES): Likewise.
17333         (FPE_FLTINV): Likewise.
17334         (FPE_FLTSUB): Likewise.
17335         (SEGV_MAPERR): Likewise.
17336         (SEGV_ACCERR): Likewise.
17337         (BUS_ADRALN): Likewise.
17338         (BUS_ADRERR): Likewise.
17339         (BUS_OBJERR): Likewise.
17340         (BUS_MCEERR_AR): Likewise.
17341         (BUS_MCEERR_AO): Likewise.
17342         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17343         (TRAP_TRACE): Likewise.
17344         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17345         __USE_XOPEN2K8].
17346         (CLD_KILLED): Likewise.
17347         (CLD_DUMPED): Likewise.
17348         (CLD_TRAPPED): Likewise.
17349         (CLD_STOPPED): Likewise.
17350         (CLD_CONTINUED): Likewise.
17351         (POLL_IN): Likewise.
17352         (POLL_OUT): Likewise.
17353         (POLL_MSG): Likewise.
17354         (POLL_ERR): Likewise.
17355         (POLL_PRI): Likewise.
17356         (POLL_HUP): Likewise.
17357         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17358         (ILL_ILLOPN): Likewise.
17359         (ILL_ILLADR): Likewise.
17360         (ILL_ILLTRP): Likewise.
17361         (ILL_PRVOPC): Likewise.
17362         (ILL_PRVREG): Likewise.
17363         (ILL_COPROC): Likewise.
17364         (ILL_BADSTK): Likewise.
17365         (FPE_INTDIV): Likewise.
17366         (FPE_INTOVF): Likewise.
17367         (FPE_FLTDIV): Likewise.
17368         (FPE_FLTOVF): Likewise.
17369         (FPE_FLTUND): Likewise.
17370         (FPE_FLTRES): Likewise.
17371         (FPE_FLTINV): Likewise.
17372         (FPE_FLTSUB): Likewise.
17373         (SEGV_MAPERR): Likewise.
17374         (SEGV_ACCERR): Likewise.
17375         (BUS_ADRALN): Likewise.
17376         (BUS_ADRERR): Likewise.
17377         (BUS_OBJERR): Likewise.
17378         (BUS_MCEERR_AR): Likewise.
17379         (BUS_MCEERR_AO): Likewise.
17380         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17381         (TRAP_TRACE): Likewise.
17382         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17383         __USE_XOPEN2K8].
17384         (CLD_KILLED): Likewise.
17385         (CLD_DUMPED): Likewise.
17386         (CLD_TRAPPED): Likewise.
17387         (CLD_STOPPED): Likewise.
17388         (CLD_CONTINUED): Likewise.
17389         (POLL_IN): Likewise.
17390         (POLL_OUT): Likewise.
17391         (POLL_MSG): Likewise.
17392         (POLL_ERR): Likewise.
17393         (POLL_PRI): Likewise.
17394         (POLL_HUP): Likewise.
17395         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17396         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17398         [BZ #16670]
17399         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17400         before #include of <time.h>.
17401         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17402         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17403         (test-xfail-UNIX98/sched.h/conform): Likewise.
17405 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17407         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17408         error absence of trapping exception support.
17409         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17411 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17413         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17414         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17415         * timezone/Makefile (testdata): Move definition above include of
17416         Rules.
17417         (test-zones): New variable.
17418         (tests-special): Add zone files.
17419         (build-testdata): Use $(evaluate-test).
17421         * elf/Makefile (tests-special): Rename tests to end with .out.
17422         ($(objpfx)noload-mem): Likewise.
17423         ($(objpfx)tst-leaks1-mem): Likewise.
17424         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17425         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17426         $(objpfx)test-iconvconfig.out.
17427         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17428         set -e inside subshell and redirect output to file.
17429         * iconvdata/Makefile (generated): Rename tests to end with .out.
17430         Correct type.
17431         (tests-special): Rename tests to end with .out.
17432         ($(objpfx)mtrace-tst-loading): Likewise.
17433         * intl/Makefile (generated): Likewise.
17434         (tests-special): Likewise.
17435         ($(objpfx)mtrace-tst-gettext): Likewise.
17436         * misc/Makefile (generated): Likewise.
17437         (tests-special): Likewise.
17438         ($(objpfx)tst-error1-mem): Likewise.
17439         * nptl/Makefile (tests-special): Likewise.
17440         ($(objpfx)tst-stack3-mem): Likewise.
17441         (generated): Likewise.
17442         * posix/Makefile (generated): Likewise.
17443         (tests-special): Likewise.
17444         (xtests-special): Likewise.
17445         ($(objpfx)tst-fnmatch-mem): Likewise.
17446         ($(objpfx)bug-regex2-mem): Likewise.
17447         ($(objpfx)bug-regex14-mem): Likewise.
17448         ($(objpfx)bug-regex21-mem): Likewise.
17449         ($(objpfx)bug-regex31-mem): Likewise.
17450         ($(objpfx)tst-vfork3-mem): Likewise.
17451         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17452         ($(objpfx)tst-pcre-mem): Likewise.
17453         ($(objpfx)tst-boost-mem): Likewise.
17454         ($(objpfx)bug-ga2-mem): Likewise.
17455         ($(objpfx)bug-glob2-mem): Likewise.
17456         * resolv/Makefile (generate): Likewise.
17457         (tests-special): Likewise.
17458         (xtests-special): Likewise.
17459         (generated): Likewise.
17460         ($(objpfx)mtrace-tst-leaks): Likewise.
17461         ($(objpfx)mtrace-tst-leaks2): Likewise.
17463         * scripts/merge-test-results.sh: New file.
17464         * Makefile (tests-special-notdir): New variable.
17465         (tests): Run merge-test-results.sh.
17466         (xtests): Likewise.
17467         * Rules (tests-special-notdir): New variable.
17468         (xtests-special-notdir): Likewise.
17469         (tests): Run merge-test-results.sh
17470         (xtests): Likewise.
17472         * Makeconfig (test-xfail-name): New variable.
17473         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17474         compute variable name for expected failures.
17475         * conform/Makefile (conformtest-headers-data): New variable.
17476         (conformtest-standards): Likewise.
17477         (conformtest-headers-ISO): Likewise.
17478         (conformtest-headers-ISO99): Likewise.
17479         (conformtest-headers-ISO11): Likewise.
17480         (conformtest-headers-POSIX): Likewise.
17481         (conformtest-headers-XPG3): Likewise.
17482         (conformtest-headers-XPG4): Likewise.
17483         (conformtest-headers-UNIX98): Likewise.
17484         (conformtest-headers-XOPEN2K): Likewise.
17485         (conformtest-headers-POSIX2008): Likewise.
17486         (conformtest-headers-XOPEN2K8): Likewise.
17487         (conformtest-header-list-base): Likewise.
17488         (conformtest-header-list-tests): Likewise.
17489         (conformtest-header-base): Likewise.
17490         (conformtest-header-tests): Likewise.
17491         (tests-special): Add $(conformtest-header-list-tests).  If
17492         [$(fast-check) && !$(cross-compiling)], add
17493         $(conformtest-header-tests) instead of
17494         $(objpfx)run-conformtest.out.
17495         (generated): Add $(conformtest-header-list-base).  If
17496         [$(fast-check) && !$(cross-compiling)], add
17497         $(conformtest-header-base).  Remove previous setting.
17498         ($(conformtest-header-list-tests)): New target.
17499         (test-xfail-run-conformtest): Remove variable.
17500         ($(objpfx)run-conformtest.out): Remove target.
17501         (test-xfail-ISO11/complex.h/conform): New variable.
17502         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17503         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17504         (test-xfail-XPG3/varargs.h/conform): Likewise.
17505         (test-xfail-XPG4/varargs.h/conform): Likewise.
17506         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17507         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17508         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17509         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17510         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17511         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17512         (test-xfail-XPG3/ftw.h/conform): Likewise.
17513         (test-xfail-XPG3/grp.h/conform): Likewise.
17514         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17515         (test-xfail-XPG3/limits.h/conform): Likewise.
17516         (test-xfail-XPG3/pwd.h/conform): Likewise.
17517         (test-xfail-XPG3/search.h/conform): Likewise.
17518         (test-xfail-XPG3/signal.h/conform): Likewise.
17519         (test-xfail-XPG3/stdio.h/conform): Likewise.
17520         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17521         (test-xfail-XPG3/string.h/conform): Likewise.
17522         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17523         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17524         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17525         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17526         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17527         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17528         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17529         (test-xfail-XPG3/termios.h/conform): Likewise.
17530         (test-xfail-XPG3/time.h/conform): Likewise.
17531         (test-xfail-XPG3/unistd.h/conform): Likewise.
17532         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17533         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17534         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17535         (test-xfail-XPG4/netdb.h/conform): Likewise.
17536         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17537         (test-xfail-XPG4/signal.h/conform): Likewise.
17538         (test-xfail-XPG4/stdio.h/conform): Likewise.
17539         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17540         (test-xfail-XPG4/stropts.h/conform): Likewise.
17541         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17542         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17543         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17544         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17545         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17546         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17547         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17548         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17549         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17550         (test-xfail-XPG4/termios.h/conform): Likewise.
17551         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17552         (test-xfail-XPG4/unistd.h/conform): Likewise.
17553         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17554         (test-xfail-POSIX/sched.h/conform): Likewise.
17555         (test-xfail-POSIX/signal.h/conform): Likewise.
17556         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17557         (test-xfail-POSIX/tar.h/conform): Likewise.
17558         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17559         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17560         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17561         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17562         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17563         (test-xfail-UNIX98/sched.h/conform): Likewise.
17564         (test-xfail-UNIX98/signal.h/conform): Likewise.
17565         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17566         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17567         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17568         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17569         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17570         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17571         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17572         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17573         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17574         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17575         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17576         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17577         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17578         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17579         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17580         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17581         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17582         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17583         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17584         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17585         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17586         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17587         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17588         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17589         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17590         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17591         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17592         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17593         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17594         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17595         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17596         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17597         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17598         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17599         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17600         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17601         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17602         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17603         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17604         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17605         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17606         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17607         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17608         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17609         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17610         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17611         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17612         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17613         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17614         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17615         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17616         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17617         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17618         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17619         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17620         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17621         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17622         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17623         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17624         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17625         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17626         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17627         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17628         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17629         (conformtest-cc-flags): Likewise.
17630         ($(conformtest-header-tests): New target.
17631         * conform/check-header-lists.sh: New file.
17632         * conform/run-conformtest.sh: Remove.
17634         * conform/conformtest.pl: Allow ' and \ in values given for
17635         constants.
17636         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17637         inclusion.
17638         [POSIX] (sys/types.h): Likewise.
17639         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17640         inclusion.
17641         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17642         inclusion.
17643         * conform/data/signal.h-data (SIGIO): Remove expectation.
17644         [XPG3] (SIGBUS): Do not expect.
17645         [POSIX || XPG3] (SIGPOLL): Likewise.
17646         [POSIX || XPG3] (SIGPROF): Likewise.
17647         [POSIX || XPG3] (SIGSYS): Likewise.
17648         [XPG3] (SIGTRAP): Likewise.
17649         [POSIX || XPG3] (SIGURG): Likewise.
17650         [POSIX || XPG3] (SIGVTALRM): Likewise.
17651         [POSIX || XPG3] (SIGXCPU): Likewise.
17652         [POSIX || XPG3] (SIGXFSZ): Likewise.
17653         [POSIX] (SA_SIGINFO): Expect.
17654         [XPG3] (siginfo_t): Do not expect type or contents.
17655         [POSIX] (si_pid): Do not expect element.
17656         [POSIX] (si_uid): Likewise.
17657         [POSIX] (si_addr): Likewise.
17658         [POSIX] (si_status): Likewise.
17659         [POSIX] (si_band): Likewise.
17660         [XPG4] (si_value): Likewise.
17661         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17662         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17663         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17664         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17665         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17666         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17667         [POSIX || XPG3] (ILL_COPROC): Likewise.
17668         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17669         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17670         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17671         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17672         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17673         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17674         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17675         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17676         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17677         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17678         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17679         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17680         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17681         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17682         [POSIX || XPG3] (CLD_EXITED): Likewise.
17683         [POSIX || XPG3] (CLD_KILLED): Likewise.
17684         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17685         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17686         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17687         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17688         [POSIX || XPG3] (POLL_IN): Likewise.
17689         [POSIX || XPG3] (POLL_OUT): Likewise.
17690         [POSIX || XPG3] (POLL_MSG): Likewise.
17691         [POSIX || XPG3] (POLL_ERR): Likewise.
17692         [POSIX || XPG3] (POLL_PRI): Likewise.
17693         [POSIX || XPG3] (POLL_HUP): Likewise.
17694         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17695         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17696         (SIG*): Do not allow.
17697         [XPG3] (si_*): Likewise.
17698         [XPG3] (SI_*): Likewise.
17699         [XPG3 || XPG4] (sigev_*): Likewise.
17700         [XPG3 || XPG4] (SIGEV_*): Likewise.
17701         [XPG3 || XPG4] (sival_*): Likewise.
17702         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17703         [POSIX || XPG3] (BUS_*): Likewise.
17704         [POSIX || XPG3] (CLD_*): Likewise.
17705         [POSIX || XPG3] (FPE_*): Likewise.
17706         [POSIX || XPG3] (ILL_*): Likewise.
17707         [POSIX || XPG3] (POLL_*): Likewise.
17708         [POSIX || XPG3] (SEGV_*): Likewise.
17709         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17710         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17711         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17712         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17713         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17714         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17715         Specify type and value.
17716         (TVERSLEN): Likewise.
17717         (REGTYPE): Likewise.
17718         (AREGTYPE): Likewise.
17719         (LNKTYPE): Likewise.
17720         (SYMTYPE): Likewise.
17721         (CHRTYPE): Likewise.
17722         (BLKTYPE): Likewise.
17723         (DIRTYPE): Likewise.
17724         (FIFOTYPE): Likewise.
17725         (CONTTYPE): Likewise.
17726         (TSUID): Likewise.
17727         (TSGID): Likewise.
17728         (TSVTX): Likewise.
17729         (TUREAD): Likewise.
17730         (TUWRITE): Likewise.
17731         (TUEXEC): Likewise.
17732         (TGREAD): Likewise.
17733         (TGWRITE): Likewise.
17734         (TGEXEC): Likewise.
17735         (TOREAD): Likewise.
17736         (TOWRITE): Likewise.
17737         (TOEXEC): Likewise.
17738         [POSIX] (TSVTX): Expect constant.
17740 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17742         * Makefile (tests): Change dependencies to ....
17743         (tests-special): ... additions to this variable.
17744         (tests): Depend on $(tests-special).
17745         * Makerules (check-abi-list): New variable.
17746         (check-abi): Depend on $(check-abi-list).
17747         [$(subdir) = elf] (tests-special): Add
17748         $(objpfx)check-abi-libc.out.
17749         [$(build-shared) = yes && subdir] (tests-special): Add
17750         $(check-abi-list).
17751         [$(build-shared) = yes && subdir] (tests): Do not depend on
17752         check-abi.
17753         * Rules (tests): Depend on $(tests-special).
17754         (xtests): Depend on $(xtests-special).
17755         * catgets/Makefile (tests): Change dependencies to ....
17756         (tests-special): ... additions to this variable.
17757         * conform/Makefile (tests): Change dependencies to ....
17758         (tests-special): ... additions to this variable.
17759         * elf/Makefile (tests): Change dependencies to ....
17760         (tests-special): ... additions to this variable.
17761         * grp/Makefile (tests): Change dependencies to ....
17762         (tests-special): ... additions to this variable.
17763         * iconv/Makefile (xtests): Change dependencies to ....
17764         (xtests-special): ... additions to this variable.
17765         * iconvdata/Makefile (tests): Change dependencies to ....
17766         (tests-special): ... additions to this variable.
17767         * intl/Makefile (tests): Change dependencies to ....
17768         (tests-special): ... additions to this variable.  Also add
17769         $(objpfx)tst-gettext.out.
17770         * io/Makefile (tests): Change dependencies to ....
17771         (tests-special): ... additions to this variable.
17772         * libio/Makefile (tests): Change dependencies to ....
17773         (tests-special): ... additions to this variable.
17774         * malloc/Makefile (tests): Change dependencies to ....
17775         (tests-special): ... additions to this variable.
17776         * misc/Makefile (tests): Change dependencies to ....
17777         (tests-special): ... additions to this variable.
17778         * nptl/Makefile (tests): Change dependencies to ....
17779         (tests-special): ... additions to this variable.
17780         * nptl_db/Makefile (tests): Change dependencies to ....
17781         (tests-special): ... additions to this variable.
17782         * posix/Makefile (tests): Change dependencies to ....
17783         (tests-special): ... additions to this variable.
17784         (xtests): Change dependencies to ....
17785         (xtests-special): ... additions to this variable.
17786         * resolv/Makefile (tests): Change dependencies to ....
17787         (tests-special): ... additions to this variable.
17788         (xtests): Change dependencies to ....
17789         (xtests-special): ... additions to this variable.
17790         * stdio-common/Makefile (tests): Change dependencies to ....
17791         (tests-special): ... additions to this variable.
17792         (do-tst-unbputc): Remove target.
17793         (do-tst-printf): Likewise.
17794         * stdlib/Makefile (tests): Change dependencies to ....
17795         (tests-special): ... additions to this variable.
17796         * string/Makefile (tests): Change dependencies to ....
17797         (tests-special): ... additions to this variable.
17798         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17799         (tests-special): ... additions to this variable.
17801         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17802         whole file.
17803         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17804         whole file.
17805         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17806         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17808         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17809         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17810         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17811         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17812         * conform/data/libgen.h-data [XPG3]: Likewise.
17813         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17814         * conform/data/ndbm.h-data [XPG3]: Likewise.
17815         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17816         * conform/data/netdb.h-data [XPG3]: Likewise.
17817         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17818         * conform/data/poll.h-data [XPG3]: Likewise.
17819         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17820         * conform/data/strings.h-data [XPG3]: Likewise.
17821         * conform/data/stropts.h-data [XPG3]: Likewise.
17822         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17823         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17824         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17825         Likewise.
17826         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17827         * conform/data/sys/time.h-data [XPG3]: Likewise.
17828         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17829         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17830         * conform/data/sys/un.h-data [XPG3]: Likewise.
17831         * conform/data/syslog.h-data [XPG3]: Likewise.
17832         * conform/data/ucontext.h-data [XPG3]: Likewise.
17833         * conform/data/utmpx.h-data [XPG3]: Likewise.
17834         * conform/data/varargs.h-data [UNIX98]: Enable file.
17836         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17838         * math/libm-test.inc (struct test_f_f_data): Move expected results
17839         into structure for each rounding mode.
17840         (struct test_ff_f_data): Likewise.
17841         (struct test_ff_f_data_nexttoward): Likewise.
17842         (struct test_fi_f_data): Likewise.
17843         (struct test_fl_f_data): Likewise.
17844         (struct test_if_f_data): Likewise.
17845         (struct test_fff_f_data): Likewise.
17846         (struct test_c_f_data): Likewise.
17847         (struct test_f_f1_data): Likewise.
17848         (struct test_fF_f1_data): Likewise.
17849         (struct test_ffI_f1_data): Likewise.
17850         (struct test_c_c_data): Likewise.
17851         (struct test_cc_c_data): Likewise.
17852         (struct test_f_i_data): Likewise.
17853         (struct test_ff_i_data): Likewise.
17854         (struct test_f_l_data): Likewise.
17855         (struct test_f_L_data): Likewise.
17856         (struct test_fFF_11_data): Likewise.
17857         (RM_): New macro.
17858         (RM_FE_DOWNWARD): Likewise.
17859         (RM_FE_TONEAREST): Likewise.
17860         (RM_FE_TOWARDZERO): Likewise.
17861         (RM_FE_UPWARD): Likewise.
17862         (RUN_TEST_LOOP_f_f): Update references to expected results.
17863         (RUN_TEST_LOOP_2_f): Likewise.
17864         (RUN_TEST_LOOP_fff_f): Likewise.
17865         (RUN_TEST_LOOP_c_f): Likewise.
17866         (RUN_TEST_LOOP_f_f1): Likewise.
17867         (RUN_TEST_LOOP_fF_f1): Likewise.
17868         (RUN_TEST_LOOP_fI_f1): Likewise.
17869         (RUN_TEST_LOOP_ffI_f1): Likewise.
17870         (RUN_TEST_LOOP_c_c): Likewise.
17871         (RUN_TEST_LOOP_cc_c): Likewise.
17872         (RUN_TEST_LOOP_f_i): Likewise.
17873         (RUN_TEST_LOOP_f_i_tg): Likewise.
17874         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17875         (RUN_TEST_LOOP_f_b): Likewise.
17876         (RUN_TEST_LOOP_f_b_tg): Likewise.
17877         (RUN_TEST_LOOP_f_l): Likewise.
17878         (RUN_TEST_LOOP_f_L): Likewise.
17879         (RUN_TEST_LOOP_fFF_11): Likewise.
17880         * math/gen-libm-test.pl (parse_args): Output four copies of
17881         expected results for each test.
17883         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17884         (__ASSUME_UTIMES): Remove.
17885         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17886         (__ASSUME_UTIMES): Likewise.
17888         * math/gen-auto-libm-tests.c: Update comment on output format.
17889         (output_for_one_input_case): Generate before-rounding and
17890         after-rounding information as conditions on output flags not
17891         floating-point format.
17892         * math/auto-libm-test-out: Regenerated.
17893         * math/gen-libm-test.pl (cond_value): New function.
17894         (or_cond_value): Use cond_value.
17895         (generate_testfile): Handle conditional exceptions.
17897 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17899         * math/libm-test.inc (max_valid_error): New variable.
17900         (init_max_error): Take new argument specifying whether function
17901         results are exactly determined.  Set max_valid_error and bound
17902         other variables for errors based on this argument.
17903         (set_max_error): Do not record results above max_valid_error.
17904         (check_float_internal): Only accept errors of up to 0.5ulps if
17905         also at most max_valid_error.
17906         (START): Take new argument EXACT and pass it to init_max_error.
17907         (acos_test): Update call to START.
17908         (acos_test_tonearest): Likewise.
17909         (acos_test_towardzero): Likewise.
17910         (acos_test_downward): Likewise.
17911         (acos_test_upward): Likewise.
17912         (acosh_test): Likewise.
17913         (asin_test): Likewise.
17914         (asin_test_tonearest): Likewise.
17915         (asin_test_towardzero): Likewise.
17916         (asin_test_downward): Likewise.
17917         (asin_test_upward): Likewise.
17918         (asinh_test): Likewise.
17919         (atan_test): Likewise.
17920         (atanh_test): Likewise.
17921         (atan2_test): Likewise.
17922         (cabs_test): Likewise.
17923         (cacos_test): Likewise.
17924         (cacosh_test): Likewise.
17925         (carg_test): Likewise.
17926         (casin_test): Likewise.
17927         (casinh_test): Likewise.
17928         (catan_test): Likewise.
17929         (catanh_test): Likewise.
17930         (cbrt_test): Likewise.
17931         (ccos_test): Likewise.
17932         (ccosh_test): Likewise.
17933         (ceil_test): Likewise.
17934         (cexp_test): Likewise.
17935         (cimag_test): Likewise.
17936         (clog_test): Likewise.
17937         (clog10_test): Likewise.
17938         (conj_test): Likewise.
17939         (copysign_test): Likewise.
17940         (cos_test): Likewise.
17941         (cos_test_tonearest): Likewise.
17942         (cos_test_towardzero): Likewise.
17943         (cos_test_downward): Likewise.
17944         (cos_test_upward): Likewise.
17945         (cosh_test): Likewise.
17946         (cosh_test_tonearest): Likewise.
17947         (cosh_test_towardzero): Likewise.
17948         (cosh_test_downward): Likewise.
17949         (cosh_test_upward): Likewise.
17950         (cpow_test): Likewise.
17951         (cproj_test): Likewise.
17952         (creal_test): Likewise.
17953         (csin_test): Likewise.
17954         (csinh_test): Likewise.
17955         (csqrt_test): Likewise.
17956         (ctan_test): Likewise.
17957         (ctan_test_tonearest): Likewise.
17958         (ctan_test_towardzero): Likewise.
17959         (ctan_test_downward): Likewise.
17960         (ctan_test_upward): Likewise.
17961         (ctanh_test): Likewise.
17962         (ctanh_test_tonearest): Likewise.
17963         (ctanh_test_towardzero): Likewise.
17964         (ctanh_test_downward): Likewise.
17965         (ctanh_test_upward): Likewise.
17966         (erf_test): Likewise.
17967         (erfc_test): Likewise.
17968         (exp_test): Likewise.
17969         (exp_test_tonearest): Likewise.
17970         (exp_test_towardzero): Likewise.
17971         (exp_test_downward): Likewise.
17972         (exp_test_upward): Likewise.
17973         (exp10_test): Likewise.
17974         (exp10_test_tonearest): Likewise.
17975         (exp10_test_towardzero): Likewise.
17976         (exp10_test_downward): Likewise.
17977         (exp10_test_upward): Likewise.
17978         (pow10_test): Likewise.
17979         (exp2_test): Likewise.
17980         (expm1_test): Likewise.
17981         (expm1_test_tonearest): Likewise.
17982         (expm1_test_towardzero): Likewise.
17983         (expm1_test_downward): Likewise.
17984         (expm1_test_upward): Likewise.
17985         (fabs_test): Likewise.
17986         (fdim_test): Likewise.
17987         (floor_test): Likewise.
17988         (fma_test): Likewise.
17989         (fma_test_towardzero): Likewise.
17990         (fma_test_downward): Likewise.
17991         (fma_test_upward): Likewise.
17992         (fmax_test): Likewise.
17993         (fmin_test): Likewise.
17994         (fmod_test): Likewise.
17995         (fpclassify_test): Likewise.
17996         (frexp_test): Likewise.
17997         (hypot_test): Likewise.
17998         (ilogb_test): Likewise.
17999         (isfinite_test): Likewise.
18000         (finite_test): Likewise.
18001         (isgreater_test): Likewise.
18002         (isgreaterequal_test): Likewise.
18003         (isinf_test): Likewise.
18004         (isless_test): Likewise.
18005         (islessequal_test): Likewise.
18006         (islessgreater_test): Likewise.
18007         (isnan_test): Likewise.
18008         (isnormal_test): Likewise.
18009         (issignaling_test): Likewise.
18010         (isunordered_test): Likewise.
18011         (j0_test): Likewise.
18012         (j1_test): Likewise.
18013         (jn_test): Likewise.
18014         (ldexp_test): Likewise.
18015         (lgamma_test): Likewise.
18016         (gamma_test): Likewise.
18017         (lrint_test): Likewise.
18018         (lrint_test_tonearest): Likewise.
18019         (lrint_test_towardzero): Likewise.
18020         (lrint_test_downward): Likewise.
18021         (lrint_test_upward): Likewise.
18022         (llrint_test): Likewise.
18023         (llrint_test_tonearest): Likewise.
18024         (llrint_test_towardzero): Likewise.
18025         (llrint_test_downward): Likewise.
18026         (llrint_test_upward): Likewise.
18027         (log_test): Likewise.
18028         (log10_test): Likewise.
18029         (log1p_test): Likewise.
18030         (log2_test): Likewise.
18031         (logb_test): Likewise.
18032         (logb_test_downward): Likewise.
18033         (lround_test): Likewise.
18034         (llround_test): Likewise.
18035         (modf_test): Likewise.
18036         (nearbyint_test): Likewise.
18037         (nextafter_test): Likewise.
18038         (nexttoward_test): Likewise.
18039         (pow_test): Likewise.
18040         (pow_test_tonearest): Likewise.
18041         (pow_test_towardzero): Likewise.
18042         (pow_test_downward): Likewise.
18043         (pow_test_upward): Likewise.
18044         (remainder_test): Likewise.
18045         (drem_test): Likewise.
18046         (remainder_test_tonearest): Likewise.
18047         (drem_test_tonearest): Likewise.
18048         (remainder_test_towardzero): Likewise.
18049         (drem_test_towardzero): Likewise.
18050         (remainder_test_downward): Likewise.
18051         (drem_test_downward): Likewise.
18052         (remainder_test_upward): Likewise.
18053         (drem_test_upward): Likewise.
18054         (remquo_test): Likewise.
18055         (rint_test): Likewise.
18056         (rint_test_tonearest): Likewise.
18057         (rint_test_towardzero): Likewise.
18058         (rint_test_downward): Likewise.
18059         (rint_test_upward): Likewise.
18060         (round_test): Likewise.
18061         (scalb_test): Likewise.
18062         (scalbn_test): Likewise.
18063         (scalbln_test): Likewise.
18064         (signbit_test): Likewise.
18065         (sin_test): Likewise.
18066         (sin_test_tonearest): Likewise.
18067         (sin_test_towardzero): Likewise.
18068         (sin_test_downward): Likewise.
18069         (sin_test_upward): Likewise.
18070         (sincos_test): Likewise.
18071         (sinh_test): Likewise.
18072         (sinh_test_tonearest): Likewise.
18073         (sinh_test_towardzero): Likewise.
18074         (sinh_test_downward): Likewise.
18075         (sinh_test_upward): Likewise.
18076         (sqrt_test): Likewise.
18077         (sqrt_test_tonearest): Likewise.
18078         (sqrt_test_towardzero): Likewise.
18079         (sqrt_test_downward): Likewise.
18080         (sqrt_test_upward): Likewise.
18081         (tan_test): Likewise.
18082         (tan_test_tonearest): Likewise.
18083         (tan_test_towardzero): Likewise.
18084         (tan_test_downward): Likewise.
18085         (tan_test_upward): Likewise.
18086         (tanh_test): Likewise.
18087         (tgamma_test): Likewise.
18088         (trunc_test): Likewise.
18089         (y0_test): Likewise.
18090         (y1_test): Likewise.
18091         (yn_test): Likewise.
18092         (significand_test): Likewise.
18094         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
18095         individual tests in comment.
18096         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
18097         (prev_max_error): New variable.
18098         (prev_real_max_error): Likewise.
18099         (prev_imag_max_error): Likewise.
18100         (compare_ulp_data): Don't refer to test names in comment.
18101         (find_test_ulps): Remove function.
18102         (find_function_ulps): Likewise.
18103         (find_complex_function_ulps): Likewise.
18104         (init_max_error): Take function name as argument.  Look up ulps
18105         for that function.
18106         (print_ulps): Remove function.
18107         (print_max_error): Use prev_max_error instead of calling
18108         find_function_ulps.
18109         (print_complex_max_error): Use prev_real_max_error and
18110         prev_imag_max_error instead of calling find_complex_function_ulps.
18111         (check_float_internal): Take max_ulp parameter instead of calling
18112         find_test_ulps.  Don't call print_ulps.
18113         (check_float): Update call to check_float_internal.
18114         (check_complex): Update calls to check_float_internal.
18115         (START): Pass argument to init_max_error.
18116         * math/gen-libm-test.pl (%results): Don't include "kind"
18117         information.
18118         (parse_ulps): Don't handle ulps of individual tests.
18119         (print_ulps_file): Likewise.
18120         (output_ulps): Likewise.
18121         * math/README.libm-test: Update.
18122         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18123         individual tests.
18124         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18125         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18126         * sysdeps/arm/libm-test-ulps: Likewise.
18127         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18128         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18129         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18130         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18131         * sysdeps/microblaze/libm-test-ulps: Likewise.
18132         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18133         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18134         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18135         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18136         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18137         * sysdeps/sh/libm-test-ulps: Likewise.
18138         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18139         * sysdeps/tile/libm-test-ulps: Likewise.
18140         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18142 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
18144         * math/libm-test.inc (print_complex_max_error): Check separately
18145         whether real and imaginary errors are within allowed range and
18146         pass 0 to print_complex_function_ulps instead of value within
18147         allowed range.
18149 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18151         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18152         formatting.
18153         (get_handles_fopen): Likewise.
18154         (do_write_test): Likewise.
18156         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18158         * libio/fileops.c (do_ftell): Use cached offset when
18159         available.
18160         * libio/iofwide.c (do_ftell_wide): Likewise.
18161         * libio/iofdopen.c (_IO_new_fdopen): Don't use
18162         _IO_file_attach.
18163         * libio/wfileops.c (_IO_fwide): Don't cache offset.
18165         [BZ #16532]
18166         * libio/libioP.h (get_file_offset): New function.
18167         * libio/fileops.c (get_file_offset): Likewise.
18168         (do_ftell): Likewise.
18169         (_IO_new_file_seekoff): Split out ftell logic.
18170         * libio/wfileops.c (do_ftell_wide): Likewise.
18171         (_IO_wfile_seekoff): Split out ftell logic.
18172         * libio/tst-ftell-active-handler.c: New test case.
18173         * libio/Makefile (tests): Add it.
18175 2014-03-03  Roland McGrath  <roland@hack.frob.com>
18177         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18178         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18180 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18182         [BZ #16639]
18183         * nscd/connections.c (nscd_init): Call do_exit.
18184         (start_threads): Call do_exit and notify_parent.
18185         (begin_drop_privileges): Call do_exit.
18186         (finish_drop_privileges): Likewise.
18187         * nscd/selinux.c (preserve_capabilities): Likewise.
18188         (install_real_capabilities): Likewise.
18189         (nscd_selinux_enabled): Likewise.
18190         (avc_create_thread): Likewise.
18191         (avc_alloc_lock): Likewise.
18192         (nscd_avc_init): Likewise.
18193         * nscd/nscd.c (parent_fd): New static variable.
18194         (main): Create a pipe between parent and child processes.
18195         Skip closing parent_fd.
18196         (monitor_child): New function.
18197         (do_exit): Likewise.
18198         (notify_parent): Likewise.
18199         * nscd/nscd.h (notify_parent): Likewise.
18200         (do_exit): Likewise.
18202 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
18204         * malloc/malloc.c (__libc_calloc): Revert last change.
18206 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18208         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18210 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18212         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18213         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18214         implementation.
18215         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18216         (__libc_ifunc_impl_list): Likewise.
18217         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18218         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18219         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18220         * string/strrchr.c: Define STRRCHR.
18222 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18224         * benchtest/bench-strtok.c (simple_strtok): Delete.
18225         (strtok_string): Use as benchmark.
18226         * string/strtok (STRTOK): New macro.
18228 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18230         * manual/threads.texi: Add header and standard comments to all
18231         functions.
18233         * elf/dl-lookup.c (check_match): New function.
18234         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18235         (do_lookup_x): Remove nested function check_match. Use non-nested
18236         function check_match.
18238 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18240         * csu/Makefile (generated, before-compile): Use += rather than =.
18241         * catgets/Makefile (generated, generated-dirs): Likewise.
18242         * debug/Makefile (generated): Likewise.
18243         * dlfcn/Makefile (generated): Likewise.
18244         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18245         * iconvdata/Makefile (before-compile, generated): Likewise.
18246         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18247         * libio/Makefile (generated): Likewise.
18248         * malloc/Makefile (generated): Likewise.
18249         * manual/Makefile (generated, generated-dirs): Likewise.
18250         * misc/Makefile (generated): Likewise.
18251         * posix/Makefile (generated): Likewise.
18252         * resolv/Makefile (generated): Likewise.
18253         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18254         * timezone/Makefile (generated, generated-dirs): Likewise.
18256         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18258 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18260         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18261         power8 implementation.
18262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18263         file: POWER8 llround ifunc implementation.
18264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18265         (__lllround): Add POWER8 implementation.
18266         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18267         POWER8 llround implementation.
18269         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18270         power8 implementation.
18271         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18272         file: POWER8 llrint ifunc implementation.
18273         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18274         Add POWER8 implementation.
18275         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18276         POWER8 llrint implementation.
18278         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18279         power8 implementation.
18280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18281         file: POWER8 finite ifunc implementation.
18282         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18283         Add POWER8 implementation.
18284         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18285         Likewise.
18286         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18287         POWER8 finite implementation.
18288         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18290         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18291         power8 implementation.
18292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18293         file: POWER8 isinf ifunc implementation.
18294         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18295         POWER8 implementation.
18296         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18297         Likewise.
18298         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18299         isinf implementation.
18300         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18302         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18303         (INIT_ARCH): Add hwcap2 initialization.
18304         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18305         power8 implementation.
18306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18307         file: POWER8 isnan ifunc implementation.
18308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18309         POWER8 implementation.
18310         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18311         Likewise.
18312         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18313         isnan implementation.
18314         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18316 2014-02-27  Joey Ye  <joey.ye@arm.com>
18318         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18319         (_FP_NANFRAC_Q): Set to zero.
18321 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18323         [BZ #16623]
18324         * math/auto-libm-test-in: New test inputs.
18325         * math/auto-libm-test-out: Regenerate.
18326         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18327         and DA.
18328         (__cos): Likewise.
18329         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18331 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
18333         * scripts/evaluate-test.sh: Take new argument indicating whether
18334         failure is expected.
18335         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18336         indicating whether failure is expected.
18337         * conform/Makefile (test-xfail-run-conformtest): New variable.
18338         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18339         level.
18340         * posix/Makefile (test-xfail-annexc): New variable.
18341         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18343 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18345         * argp/Makefile: Include Makeconfig immediately after defining
18346         subdir.
18347         * assert/Makefile: Likewise.
18348         * benchtests/Makefile: Likewise.
18349         * catgets/Makefile: Likewise.
18350         * conform/Makefile: Likewise.
18351         * crypt/Makefile: Likewise.
18352         * csu/Makefile: Likewise.
18353         (all): Remove target.
18354         * ctype/Makefile: Include Makeconfig immediately after defining
18355         subdir.
18356         * debug/Makefile: Likewise.
18357         * dirent/Makefile: Likewise.
18358         * dlfcn/Makefile: Likewise.
18359         * gmon/Makefile: Likewise.
18360         * gnulib/Makefile: Likewise.
18361         * grp/Makefile: Likewise.
18362         * gshadow/Makefile: Likewise.
18363         * hesiod/Makefile: Likewise.
18364         * hurd/Makefile: Likewise.
18365         (all): Remove target.
18366         * iconvdata/Makefile: Include Makeconfig immediately after
18367         defining subdir.
18368         * inet/Makefile: Likewise.
18369         * intl/Makefile: Likewise.
18370         * io/Makefile: Likewise.
18371         * libio/Makefile: Likewise.
18372         (all): Remove target.
18373         * locale/Makefile: Include Makeconfig immediately after defining
18374         subdir.
18375         * login/Makefile: Likewise.
18376         * mach/Makefile: Likewise.
18377         (all): Remove target.
18378         * malloc/Makefile: Include Makeconfig immediately after defining
18379         subdir.
18380         (all): Remove target.
18381         * manual/Makefile: Include Makeconfig immediately after defining
18382         subdir.
18383         * math/Makefile: Likewise.
18384         * misc/Makefile: Likewise.
18385         * nis/Makefile: Likewise.
18386         * nss/Makefile: Likewise.
18387         * po/Makefile: Likewise.
18388         (all): Remove target.
18389         * posix/Makefile: Include Makeconfig immediately after defining
18390         subdir.
18391         * pwd/Makefile: Likewise.
18392         * resolv/Makefile: Likewise.
18393         * resource/Makefile: Likewise.
18394         * rt/Makefile: Likewise.
18395         * setjmp/Makefile: Likewise.
18396         * shadow/Makefile: Likewise.
18397         * signal/Makefile: Likewise.
18398         * socket/Makefile: Likewise.
18399         * soft-fp/Makefile: Likewise.
18400         * stdio-common/Makefile: Likewise.
18401         * stdlib/Makefile: Likewise.
18402         * streams/Makefile: Likewise.
18403         * string/Makefile: Likewise.
18404         * sunrpc/Makefile: Likewise.
18405         (all): Remove target.
18406         * sysvipc/Makefile: Include Makeconfig immediately after defining
18407         subdir.
18408         * termios/Makefile: Likewise.
18409         * time/Makefile: Likewise.
18410         * timezone/Makefile: Likewise.
18411         (all): Remove target.
18412         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18413         subdir.
18414         * wctype/Makefile: Likewise.
18416 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18418         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18419         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18420         (libc_feholdexcept_setround_mips): Ditto.
18421         (libc_feholdsetround): New.
18422         (libc_feholdsetroundf): New.
18423         (libc_feholdsetroundl): New.
18424         (libc_feupdateenv_test_mips): New.
18425         (libc_feupdateenv_test): New.
18426         (libc_feupdateenv_testf): New.
18427         (libc_feupdateenv_testl): New.
18428         (libc_feresetround): New.
18429         (libc_feresetroundf): New.
18430         (libc_feresetroundl): New.
18431         (libc_fetestexcept_mips): New.
18432         (libc_fetestexcept): New.
18433         (libc_fetestexceptf): New.
18434         (libc_fetestexceptl): New.
18435         (HAVE_RM_CTX): New.
18436         (libc_feholdexcept_setround_mips_ctx): New.
18437         (libc_feholdexcept_setround_ctx): New.
18438         (libc_feholdexcept_setroundf_ctx): New.
18439         (libc_feholdexcept_setroundl_ctx): New.
18440         (libc_fesetenv_mips_ctx): New.
18441         (libc_fesetenv_ctx): New.
18442         (libc_fesetenv_ctxf): New.
18443         (libc_fesetenv_ctxl): New.
18444         (libc_feupdateenv_mips_ctx): New.
18445         (libc_feupdateenv_ctx): New.
18446         (libc_feupdateenvf_ctx): New.
18447         (libc_feupdateenvl_ctx): New.
18448         (libc_feholdsetround_mips_ctx): New.
18449         (libc_feholdsetround_ctx): New.
18450         (libc_feholdsetroundf_ctx): New.
18451         (libc_feholdsetroundl_ctx): New.
18452         (libc_feresetround_mips_ctx): New.
18453         (libc_feresetround_ctx): New.
18454         (libc_feresetroundf_ctx): New.
18455         (libc_feresetroundl_ctx): New.
18457 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18459         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18461         * manual/ipc.texi: New file.
18462         * manual/Makefile (chapters): Add ipc.
18463         * manual/job.texi: Add "Inter-Process Communication" to next.
18464         * manual/process.texi: Add "Inter-Process Communication" to prev.
18466 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18468         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18470 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18472         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18474         * manual/arith.texi: Fix spaces after sentences.
18475         * manual/charset.texi: Likewise.
18476         * manual/errno.texi: Likewise.
18477         * manual/install.texi: Likewise.
18478         * manual/llio.texi: Likewise.
18479         * manual/locale.texi: Likewise.
18480         * manual/maint.texi: Likewise.
18481         * manual/math.texi: Likewise.
18482         * manual/memory.texi: Likewise.
18483         * manual/message.texi: Likewise.
18484         * manual/probes.texi: Likewise.
18485         * manual/resource.texi: Likewise.
18486         * manual/signal.texi: Likewise.
18487         * manual/socket.texi: Likewise.
18488         * manual/stdio.texi: Likewise.
18489         * manual/string.texi: Likewise.
18490         * manual/time.texi: Likewise.
18491         * manual/users.texi: Likewise.
18493 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18495         [BZ #16632]
18496         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18497         _DEFAULT_SOURCE is defined.
18499 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18500             Carlos O'Donell  <carlos@redhat.com>
18502         [BZ #16613]
18503         * elf/dl-tls.c (_dl_count_modids): New function.
18504         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18505         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18506         audit library and increment generation counter.
18507         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18508         * elf/tst-audit9.c: New file.
18509         * elf/tst-auditmod9a.c: New file.
18510         * elf/tst-auditmod9b.c: New file.
18511         * elf/Makefile: Add rules to build and run tst-audit9.
18513 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18515         [BZ #15347]
18516         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18518 2014-02-25  Will Newton  <will.newton@linaro.org>
18520         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18521         (__longjmp): Restore sp and lr before restoring callee
18522         saved registers.  Add longjmp and longjmp_target
18523         SystemTap probe point.
18524         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18525         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18526         Define to zero to match jmpbuf layout.
18527         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18528         (__sigsetjmp): Save sp and lr before saving callee
18529         saved registers.  Add setjmp SystemTap probe point.
18531 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18533         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18535 2014-02-24  Andreas Schwab  <schwab@suse.de>
18537         [BZ #15804]
18538         * elf/pldd.c (wait_for_ptrace_stop): New function.
18539         (main): Call it after attaching.
18541 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18543         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18544         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18545         Versions files is now verboten.
18546         * hurd/Versions (libc: GLIBC_2.0):
18547         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18548         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18549         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18550         * mach/Versions: Likewise.
18552         * csu/Versions: Remove unused %include.
18553         * resolv/Versions: Likewise.
18555 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18557         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18558         ($(objpfx)check-local-headers.out): Likewise.
18559         ($(objpfx)begin-end-check.out): Likewise.
18560         * Makerules (check-abi-%.out): Likewise.
18561         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18562         ($(objpfx)test2.cat): Likewise.
18563         ($(objpfx)de/libc.cat): Likewise.
18564         ($(objpfx)test-gencat.out): Likewise.
18565         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18566         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18567         ($(objpfx)noload-mem): Likewise.
18568         ($(objpfx)tst-pathopt.out): Likewise.
18569         ($(objpfx)tst-rtld-load-self.out): Likewise.
18570         ($(objpfx)tst-array1-cmp.out): Likewise.
18571         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18572         ($(objpfx)tst-array2-cmp.out): Likewise.
18573         ($(objpfx)tst-array3-cmp.out): Likewise.
18574         ($(objpfx)tst-array4-cmp.out): Likewise.
18575         ($(objpfx)tst-array5-cmp.out): Likewise.
18576         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18577         ($(objpfx)check-textrel.out): Likewise.
18578         ($(objpfx)check-execstack.out): Likewise.
18579         ($(objpfx)check-localplt.out): Likewise.
18580         ($(objpfx)order2-cmp.out): Likewise.
18581         ($(objpfx)tst-leaks1-mem): Likewise.
18582         ($(objpfx)tst-leaks1-static-mem): Likewise.
18583         ($(objpfx)tst-initorder-cmp.out): Likewise.
18584         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18585         ($(objpfx)tst-unused-dep.out): Likewise.
18586         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18587         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18588         * iconv/Makefile (test-iconvconfig): Likewise.
18589         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18590         ($(objpfx)iconv-test.out): Likewise.
18591         ($(objpfx)tst-tables.out): Likewise.
18592         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18593         ($(objpfx)tst-gettext.out): Likewise.
18594         ($(objpfx)tst-translit.out): Likewise.
18595         ($(objpfx)tst-gettext2.out): Likewise.
18596         ($(objpfx)tst-gettext4.out): Likewise.
18597         ($(objpfx)tst-gettext6.out): Likewise.
18598         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18599         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18600         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18601         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18602         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18603         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18604         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18605         ($(objpfx)wordexp-tst.out): Likewise.
18606         ($(objpfx)annexc.out): Likewise.
18607         ($(objpfx)tst-fnmatch-mem): Likewise.
18608         ($(objpfx)bug-regex2-mem): Likewise.
18609         ($(objpfx)bug-regex14-mem): Likewise.
18610         ($(objpfx)bug-regex21-mem): Likewise.
18611         ($(objpfx)bug-regex31-mem): Likewise.
18612         ($(objpfx)tst-vfork3-mem): Likewise.
18613         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18614         ($(objpfx)tst-pcre-mem): Likewise.
18615         ($(objpfx)tst-boost-mem): Likewise.
18616         ($(objpfx)tst-getconf.out): Likewise.
18617         ($(objpfx)bug-ga2-mem): Likewise.
18618         ($(objpfx)bug-glob2-mem): Likewise.
18619         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18620         ($(objpfx)mtrace-tst-leaks2): Likewise.
18621         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18622         ($(objpfx)tst-printf.out): Likewise.
18623         ($(objpfx)tst-setvbuf1.out): Likewise.
18624         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18625         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18626         ($(objpfx)tst-fmtmsg.out): Likewise.
18627         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18628         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18630         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18631         * bits/sigaction.h [__USE_MISC]: Likewise.
18632         * bits/waitstatus.h: Update #endif comments.
18633         * ctype/ctype.h: Likewise.
18634         * dirent/dirent.h: Likewise.
18635         [__USE_MISC]: Remove redundant conditionals.
18636         * grp/grp.h: Update #endif comments.
18637         [__USE_GNU]: Remove redundant conditionals.
18638         [__USE_MISC]: Likewise.
18639         * inet/netinet/in.h [__USE_GNU]: Likewise.
18640         * io/sys/stat.h [__USE_MISC]: Likewise.
18641         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18642         * libio/bits/stdio.h: Update #endif comments.
18643         [__USE_MISC]: Remove redundant conditionals.
18644         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18645         * libio/stdio.h: Update #endif comments.
18646         [__USE_MISC]: Remove redundant conditionals.
18647         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18648         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18649         * math/math.h: Update #else and #endif comments.
18650         [__USE_MISC]: Remove redundant conditionals.
18651         * misc/sys/uio.h: Update #endif comments.
18652         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18653         * posix/glob.h [__USE_MISC]: Likewise.
18654         * posix/sys/types.h: Update #endif comments.
18655         [__USE_MISC]: Remove redundant conditionals.
18656         * posix/sys/wait.h: Update #endif comments.
18657         [__USE_MISC]: Remove redundant conditionals.
18658         * posix/unistd.h: Update #endif comments.
18659         [__USE_MISC]: Remove redundant conditionals.
18660         * pwd/pwd.h [__USE_GNU]: Likewise.
18661         [__USE_MISC]: Likewise.
18662         * resolv/netdb.h [__USE_GNU]: Likewise.
18663         * signal/signal.h: Update #endif comments.
18664         [__USE_MISC]: Remove redundant conditionals.
18665         * stdlib/stdlib.h: Update #else and #endif comments.
18666         [__USE_MISC]: Remove redundant conditionals.
18667         [__USE_GNU]: Likewise.
18668         * string/bits/string2.h [__USE_MISC]: Likewise.
18669         * string/string.h: Update #endif comments.
18670         [__USE_MISC]: Remove redundant conditionals.
18671         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18672         Likewise.
18673         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18674         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18675         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18676         Likewise.
18677         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18678         Likewise.
18679         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18680         comments.
18681         [__USE_MISC]: Remove redundant conditionals.
18682         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18683         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18684         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18685         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18686         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18687         Likewise.
18688         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18689         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18690         Likewise.
18691         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18692         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18693         Likewise.
18694         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18695         Likewise.
18696         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18697         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18698         Likewise.
18699         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18700         Likewise.
18701         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18702         * sysdeps/x86/bits/string.h: Update #endif comments.
18703         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18704         conditionals.
18705         * time/sys/time.h: Update #endif comments.
18706         * time/time.h: Likewise.
18707         [__USE_MISC]: Remove redundant conditionals.
18709 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18711         [BZ #16600]
18712         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18714 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18716         * Versions.def (librt): Add GLIBC_2.17.
18718 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18720         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18721         synonym for _SYS_AUXV_H to allow direct inclusion.
18722         * sysdeps/sparc/bits/hwcap.h: Likewise.
18723         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18724         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18725         * sysdeps/sparc/sysdep.h: Likewise.
18727 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18729         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18731 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18733         * benchtests/bench-strrchr.c: Print length instead of position.
18735 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18737         [BZ #16611]
18738         * sysdeps/unix/sysv/linux/kernel-features.h
18739         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18740         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18741         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18742         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18743         Likewise.
18744         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18745         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18746         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18747         (__ASSUME_SENDMMSG): Define instead of using previous
18748         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18749         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18750         (__ASSUME_SENDMMSG_SYSCALL): Define.
18751         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18752         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18753         Likewise.
18754         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18755         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18756         Likewise.
18757         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18758         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18759         Likewise.
18760         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18761         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18762         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18763         [__ASSUME_SENDMMSG]: Change conditionals to
18764         [__ASSUME_SENDMMSG_SOCKETCALL].
18765         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18766         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18767         Define.
18768         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18769         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18770         Likewise.
18771         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18772         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18773         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18774         [!__ASSUME_SENDMMSG]: Change conditional to
18775         [!__ASSUME_SENDMMSG_SOCKETCALL].
18776         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18777         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18778         Define.
18780         [BZ #16610]
18781         * sysdeps/unix/sysv/linux/kernel-features.h
18782         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18783         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18784         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18785         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18786         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18787         [__i386__ || __sparc__]
18788         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18789         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18790         (__ASSUME_RECVMMSG): Define instead of using previous
18791         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18792         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18793         (__ASSUME_RECVMMSG_SYSCALL): Define.
18794         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18795         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18796         Likewise.
18797         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18798         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18799         Likewise.
18800         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18801         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18802         Likewise.
18803         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18804         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18805         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18806         [__ASSUME_RECVMMSG]: Change condition to
18807         [__ASSUME_RECVMMSG_SOCKETCALL].
18808         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18809         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18810         Define.
18811         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18812         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18813         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18814         Likewise.
18815         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18816         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18817         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18818         [!__ASSUME_RECVMMSG]: Change condition to
18819         [!__ASSUME_RECVMMSG_SOCKETCALL].
18820         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18821         (__ASSUME_RECVMMSG_SYSCALL): Define.
18823         [BZ #16609]
18824         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18825         __powerpc__ || __s390__ || __sh__ || __sparc__]
18826         (__ASSUME_SOCKETCALL): Define.
18827         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18828         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18829         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18830         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18831         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18832         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18833         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18834         (__ASSUME_ACCEPT4): Define instead of using previous
18835         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18836         __powerpc__ || __sparc__ || __s390__)] condition.
18837         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18838         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18839         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18840         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18841         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18842         [!__ASSUME_ACCEPT4]: Change condition to
18843         [!__ASSUME_ACCEPT4_SOCKETCALL].
18844         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18845         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18846         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18847         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18848         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18849         __ASSUME_ACCEPT4_SYSCALL.
18850         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18851         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18852         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18853         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18854         __ASSUME_ACCEPT4_SYSCALL.
18855         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18856         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18857         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18858         [__ASSUME_ACCEPT4]: Change condition to
18859         [__ASSUME_ACCEPT4_SOCKETCALL].
18860         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18861         (__ASSUME_SOCKETCALL): Define.
18862         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18863         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18864         (__ASSUME_SOCKETCALL): Define.
18865         (__ASSUME_ACCEPT4): Remove.
18866         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18867         Define.
18868         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18869         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18870         Likewise.
18871         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18872         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18874         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18875         macro.
18876         (HWCAP_ARM_LPAE): Likewise.
18877         (HWCAP_ARM_EVTSTRM): Likewise.
18878         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18879         Add vpfd32, lpae and evtstrm.
18880         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18881         Increase to 22.
18883 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18885         * math/auto-libm-test-in: Add tests of clog10.
18886         * math/auto-libm-test-out: Regenerated.
18887         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18888         * sysdeps/i386/fpu/libm-test-ulps: Update.
18889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18891 2014-02-18  Andreas Schwab  <schwab@suse.de>
18893         [BZ #16574]
18894         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18895         Store non-zero if the second buffer was newly allocated.
18896         (send_dg): Likewise.
18897         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18898         to send_vc and send_dg.
18899         (res_nsend): Pass NULL for ansp2_malloced.
18900         * resolv/res_query.c (__libc_res_nquery): Add parameter
18901         answerp2_malloced and pass it down to __libc_res_nsend.
18902         (res_nquery): Pass additional NULL to __libc_res_nquery.
18903         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18904         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18905         second answer buffer if answerp2_malloced was set.
18906         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18907         (__libc_res_nquerydomain): Add parameter
18908         answerp2_malloced and pass it down to __libc_res_nquery.
18909         (res_nquerydomain): Pass additional NULL to
18910         __libc_res_nquerydomain.
18911         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18912         additional NULL to __libc_res_nsend and __libc_res_nquery.
18913         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18914         additional NULL to __libc_res_nsearch.
18915         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18916         parameter of __libc_res_nsearch to check for separately allocated
18917         second buffer.
18918         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18919         __libc_res_nquery.
18920         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18921         additional NULL to __libc_res_nquery.
18922         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18923         __libc_res_nsearch.
18924         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18925         * include/resolv.h: Update prototypes of __libc_res_nquery,
18926         __libc_res_nsearch, __libc_res_nsend.
18928 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18930         * math/auto-libm-test-in: Add tests of fma.
18931         * math/auto-libm-test-out: Regenerated.
18932         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18933         (fma_towardzero_test_data): Likewise.
18934         (fma_downward_test_data): Likewise.
18935         (fma_upward_test_data): Likewise.
18936         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18937         mpc_mode.
18938         (rounding_modes): Add values for new field.
18939         (func_calc_method): Add value mpfr_fff_f.
18940         (func_calc_desc): Add mpfr_fff_f union field.
18941         (test_function): Add field exact_args.
18942         (FUNC): Add macro argument EXACT_ARGS.
18943         (FUNC_mpfr_f_f): Update call to FUNC.
18944         (FUNC_mpfr_f_f): Likewise.
18945         (FUNC_mpfr_ff_f): Likewise.
18946         (FUNC_mpfr_if_f): Likewise.
18947         (FUNC_mpc_c_f): Likewise.
18948         (FUNC_mpc_c_c): Likewise.
18949         (test_functions): Add fma.  Update calls to FUNC.
18950         (handle_input_arg): Add argument exact_args.
18951         (add_test): Update call to handle_input_arg.
18952         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18953         (output_for_one_input_case): Update call to calc_generic_results.
18954         Recalculate exact zero results in each rounding mode.
18956         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18957         non-negative before setting low bit.
18958         * math/auto-libm-test-in: Mark one asin test possibly having
18959         spurious underflow.
18960         * math/auto-libm-test-out: Regenerated.
18961         * sysdeps/i386/fpu/libm-test-ulps: Update.
18962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18964 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18966         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18967         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18968         ports/sysdeps/unix/sysv/linux/microblaze.
18969         * README: Add missing listing for microblaze*-*-linux-gnu.
18971 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18973         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18974         duplicate code
18976 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18978         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18979         * sysdeps/unix/sysv/linux/ia64: Move directory from
18980         ports/sysdeps/unix/sysv/linux/ia64.
18981         * README: Update listing for ia64-*-linux-gnu.
18983 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18984             Joseph Myers  <joseph@codesourcery.com>
18986         * Makeconfig (test-name): New variable.
18987         (evaluate-test): Likewise.
18988         * Makerules (do-test-clean): Remove .test-result files.
18989         (common-mostlyclean): Likewise.
18990         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18991         * scripts/evaluate-test.sh: New file.
18993 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18995         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18996         separate $(objpfx)tst-fopenloc-cmp.out and
18997         $(objpfx)tst-fopenloc-mem.out targets.
18998         (tests): Update dependencies.
18999         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
19000         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
19001         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
19002         (tst-rxspencer-no-utf8-ARGS): New variable.
19003         (tst-rxspencer-no-utf8-ENV): Likewise.
19004         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
19005         instead of $(objpfx)tst-rxspencer-mem.
19006         ($(objpfx)tst-rxspencer-mem): Change target to
19007         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
19008         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
19009         * posix/tst-rxspencer-no-utf8.c: New file.
19011         * elf/Makefile ($(objpfx)order.out): Remove rule.
19012         [$(run-built-tests) = yes] (tests): Depend on
19013         $(objpfx)order-cmp.out.
19014         ($(objpfx)order-cmp.out): New rule.
19015         [$(run-built-tests) = yes] (tests): Depend on
19016         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
19017         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
19018         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
19019         $(objpfx)tst-array5-static-cmp.out.
19020         ($(objpfx)tst-array1.out): Remove rule.
19021         ($(objpfx)tst-array1-cmp.out): New rule.
19022         ($(objpfx)tst-array1-static.out): Remove rule.
19023         ($(objpfx)tst-array1-static-cmp.out): New rule.
19024         ($(objpfx)tst-array2.out): Remove rule.
19025         ($(objpfx)tst-array2-cmp.out): New rule.
19026         ($(objpfx)tst-array3.out): Remove rule.
19027         ($(objpfx)tst-array3-cmp.out): New rule.
19028         ($(objpfx)tst-array4.out): Remove rule.
19029         ($(objpfx)tst-array4-cmp.out): New rule.
19030         ($(objpfx)tst-array5.out): Remove rule.
19031         ($(objpfx)tst-array5-cmp.out): New rule.
19032         ($(objpfx)tst-array5-static.out): Remove rule.
19033         ($(objpfx)tst-array5-static-cmp.out): New rule.
19034         [$(run-built-tests) = yes] (tests): Depend on
19035         $(objpfx)order2-cmp.out.
19036         ($(objpfx)order2.out): Remove rule.
19037         ($(objpfx)order2-cmp.out): New rule.
19038         ($(objpfx)tst-initorder.out): Remove rule.
19039         [$(run-built-tests) = yes] (tests): Depend on
19040         $(objpfx)tst-initorder-cmp.out.
19041         ($(objpfx)tst-initorder-cmp.out): New rule.
19042         ($(objpfx)tst-initorder2.out): Remove rule.
19043         [$(run-built-tests) = yes] (tests): Depend on
19044         $(objpfx)tst-initorder2-cmp.out.
19045         ($(objpfx)tst-initorder2-cmp.out): New rule.
19046         [$(run-built-tests) = yes] (tests): Depend on
19047         $(objpfx)tst-unused-dep-cmp.out.
19048         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
19049         ($(objpfx)tst-unused-dep-cmp.out): New rule.
19050         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
19051         on $(objpfx)tst-setvbuf1-cmp.out.
19052         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
19053         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
19054         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
19055         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
19056         ($(objpfx)tst-svc.out): Remove rule.
19057         ($(objpfx)tst-svc-cmp.out): New rule.
19059 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
19061         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
19062         * ctype/ctype.h [__USE_MISC]: Likewise.
19063         * dirent/dirent.h [__USE_MISC]: Likewise.
19064         * grp/grp.h [__USE_MISC]: Likewise.
19065         * io/fcntl.h [__USE_MISC]: Likewise.
19066         * io/sys/stat.h [__USE_MISC]: Likewise.
19067         * libio/stdio.h [__USE_MISC]: Likewise.
19068         * posix/unistd.h [__USE_MISC]: Likewise.
19069         * pwd/pwd.h [__USE_MISC]: Likewise.
19070         * stdlib.h [__USE_MISC]: Likewise.
19071         * string/bits/string2.h [__USE_MISC]: Likewise.
19072         * string/string.h [__USE_MISC]: Likewise.
19073         * time/time.h [__USE_MISC]: Likewise.
19075 2014-02-13  Andreas Schwab  <schwab@suse.de>
19077         [BZ #16574]
19078         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
19079         second answer buffer if it was separately allocated.
19081 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
19083         * sysdeps/mips/math-tests.h: Include <features.h>.
19084         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19085         (ROUNDING_TESTS_long_double): Do not define.
19086         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19087         (EXCEPTION_TESTS_long_double): Likewise.
19088         * sysdeps/mips/mips64/libm-test-ulps: Update.
19090         * include/features.h (__USE_BSD): Remove macro definitions.
19091         (__USE_SVID): Likewise.
19092         (_BSD_SOURCE): Likewise.
19093         (_SVID_SOURCE): Likewise.
19094         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
19095         from definition of _DEFAULT_SOURCE.
19096         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
19097         [_DEFAULT_SOURCE].
19098         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
19099         * bits/mman.h [__USE_BSD]: Likewise.
19100         * bits/termios.h [__USE_BSD]: Likewise.
19101         * bits/waitstatus.h [__USE_BSD]: Likewise.
19102         * ctype/ctype.h [__USE_SVID]: Likewise.
19103         * dirent/dirent.h [__USE_BSD]: Likewise.
19104         * grp/grp.h [__USE_SVID]: Likewise.
19105         [__USE_BSD]: Likewise.
19106         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
19107         * io/fcntl.h [__USE_BSD]: Likewise.
19108         * io/ftw.h [__USE_BSD]: Likewise.
19109         * io/sys/stat.h [__USE_BSD]: Likewise.
19110         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
19111         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
19112         * libio/stdio.h [__USE_SVID]: Likewise.
19113         [__USE_BSD]: Likewise.
19114         * math/math.h [__USE_SVID]: Likewise.
19115         [__USE_BSD]: Likewise.
19116         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
19117         * misc/bits/syslog.h [__USE_BSD]: Likewise.
19118         * misc/search.h [__USE_SVID]: Likewise.
19119         * misc/sys/mman.h [__USE_BSD]: Likewise.
19120         * misc/sys/syslog.h [__USE_BSD]: Likewise.
19121         * misc/sys/uio.h [__USE_BSD]: Likewise.
19122         * posix/bits/unistd.h [__USE_BSD]: Likewise.
19123         * posix/glob.h [__USE_BSD]: Likewise.
19124         * posix/regex.h [__USE_BSD]: Likewise.
19125         * posix/sys/types.h [__USE_BSD]: Likewise.
19126         [__USE_SVID]: Likewise.
19127         * posix/sys/utsname.h [__USE_SVID]: Likewise.
19128         * posix/sys/wait.h [__USE_BSD]: Likewise.
19129         [__USE_SVID]: Likewise.
19130         * posix/unistd.h [__USE_BSD]: Likewise.
19131         [__USE_SVID]: Likewise.
19132         * pwd/pwd.h [__USE_SVID]: Likewise.
19133         * resolv/netdb.h [__USE_BSD]: Likewise.
19134         * setjmp/setjmp.h [__USE_BSD]: Likewise.
19135         * signal/signal.h [__USE_BSD]: Likewise.
19136         [__USE_SVID]: Likewise.
19137         * socket/sys/socket.h [__USE_BSD]: Likewise.
19138         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19139         * stdlib/stdlib.h [__USE_BSD]: Likewise.
19140         [__USE_SVID]: Likewise.
19141         * string/bits/string2.h [__USE_BSD]: Likewise.
19142         [__USE_SVID]: Likewise.
19143         * string/bits/string3.h [__USE_BSD]: Likewise.
19144         * string/endian.h [__USE_BSD]: Likewise.
19145         * string/string.h [__USE_SVID]: Likewise.
19146         [__USE_BSD]: Likewise.
19147         * string/strings.h [__USE_BSD]: Likewise.
19148         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19149         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19150         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19151         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19152         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19153         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19154         Likewise.
19155         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19156         Likewise.
19157         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19158         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19159         Likewise.
19160         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19161         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19162         Likewise.
19163         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19164         Likewise.
19165         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19166         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19167         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19168         Likewise.
19169         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19170         Likewise.
19171         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19172         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19173         * termios/termios.h [__USE_BSD]: Likewise.
19174         * time/sys/time.h [__USE_BSD]: Likewise.
19175         * time/time.h [__USE_BSD]: Likewise.
19176         [__USE_SVID]: Likewise.
19178         * Makefile (subdir_targets): Remove subdir_lint.out.
19180         * stdio-common/Makefile (do-tst-unbputc): Remove target.
19181         (do-tst-printf): Likewise.
19182         (tests): Depend directly on $(objpfx)tst-unbputc.out and
19183         $(objpfx)tst-printf.out.
19185         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19187         * Makerules (check-abi-%): Change target to
19188         $(objpfx)check-abi-%.out.
19189         (check-abi target): Update dependencies.
19190         (check-abi-pattern variable): Redirect output of diff to $@.
19191         (check-abi variable): Likewise.
19192         * elf/Makefile (check-abi): Update dependencies.
19194         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19195         unused.
19196         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19197         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19198         subnormal range.
19199         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19200         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19201         value has largest subnormal exponent.
19202         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19203         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19204         * sysdeps/aarch64/soft-fp/sfp-machine.h
19205         (_FP_TININESS_AFTER_ROUNDING): New macro.
19206         * sysdeps/alpha/soft-fp/sfp-machine.h
19207         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19208         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19209         Likewise.
19210         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19211         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19212         * sysdeps/mips/soft-fp/sfp-machine.h
19213         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19214         * sysdeps/powerpc/soft-fp/sfp-machine.h
19215         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19216         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19217         Likewise.
19218         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19219         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19220         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19221         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19222         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19223         Likewise.
19225 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19227         [BZ #16545]
19228         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19229         model 1.
19231 2014-02-12  Richard Henderson  <rth@redhat.com>
19233         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19234         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19235         * sysdeps/unix/sysv/linux/alpha: Move directory from
19236         ports/sysdeps/unix/sysv/linux/alpha.
19237         * README: Update listing for alpha-*-linux-gnu.
19239 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19241         * include/features.h: Update comment documenting feature test
19242         macros.
19243         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19244         _DEFAULT_SOURCE.
19245         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19246         (_SVID_SOURCE): Likewise.
19247         (_DEFAULT_SOURCE): Update description of default features.
19248         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19249         with _GNU_SOURCE.
19250         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19251         (S_ISVTX): Likewise.
19252         * manual/math.texi (Mathematical Constants): Likewise.
19253         * manual/signal.texi (Interrupted Primitives): Likewise.
19254         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19255         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19256         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19257         Don't refer to _SVID_SOURCE in warning text.
19259         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19261         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19262         already defined.
19263         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19264         * sysdeps/mips/dl-lookup.c: Remove.
19265         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19267 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19269         [BZ #16447]
19270         * math/auto-libm-test-in: Add testcase for expl.
19271         * math/auto-libm-test-out: Regenerate.
19272         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19273         calculation of unsafe.
19274         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19276 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19278         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19279         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19280         ports/sysdeps/unix/sysv/linux/aarch64.
19281         * README: Update listing for aarch64*-*-linux-gnu.
19283 2014-02-11  Will Newton  <will.newton@linaro.org>
19285         * manual/probes.texi (Mathematical Function Probes): Use
19286         "triggered" instead of "hit".
19288         * manual/probes.texi (Internal Probes): Add documentation
19289         of setjmp, longjmp and longjmp_target probes.
19291         * include/stap-probe.h: Add comment about probe argument
19292         format.
19294         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19295         definition.  (tr_where, tr_freehook, tr_mallochook,
19296         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19298 2014-02-11  David S. Miller  <davem@davemloft.net>
19300         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19301         processing int_tests.
19303 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19305         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19306         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19307         * sysdeps/unix/sysv/linux/mips: Move directory from
19308         ports/sysdeps/unix/sysv/linux/mips.
19309         * README: Update listing for mips-*-linux-gnu and
19310         mips64-*-linux-gnu.
19312 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19314         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19315         * sysdeps/unix/sysv/linux/m68k: Move directory from
19316         ports/sysdeps/unix/sysv/linux/m68k.
19317         * README: Update listing for m68k-*-linux-gnu.
19319 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19321         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19322         * sysdeps/unix/sysv/linux/generic: Move directory from
19323         ports/sysdeps/unix/sysv/linux/generic.
19324         * sysdeps/unix/sysv/linux/tile: Move directory from
19325         ports/sysdeps/unix/sysv/linux/tile.
19326         * README: Update listing for tile*-*-linux-gnu.
19328 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19330         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19331         __builtin_expect.
19332         * benchtests/bench-memmem.c (simple_memmem): Likewise.
19333         * catgets/open_catalog.c (__open_catalog): Likewise.
19334         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19335         * debug/confstr_chk.c: Likewise.
19336         * debug/fread_chk.c (__fread_chk): Likewise.
19337         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19338         * debug/getgroups_chk.c: Likewise.
19339         * debug/mbsnrtowcs_chk.c: Likewise.
19340         * debug/mbsrtowcs_chk.c: Likewise.
19341         * debug/mbstowcs_chk.c: Likewise.
19342         * debug/memcpy_chk.c: Likewise.
19343         * debug/memmove_chk.c: Likewise.
19344         * debug/mempcpy_chk.c: Likewise.
19345         * debug/memset_chk.c: Likewise.
19346         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19347         * debug/strcat_chk.c (__strcat_chk): Likewise.
19348         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19349         * debug/strncat_chk.c (__strncat_chk): Likewise.
19350         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19351         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19352         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19353         * debug/wcpncpy_chk.c: Likewise.
19354         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19355         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19356         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19357         * debug/wcsncpy_chk.c: Likewise.
19358         * debug/wcsnrtombs_chk.c: Likewise.
19359         * debug/wcsrtombs_chk.c: Likewise.
19360         * debug/wcstombs_chk.c: Likewise.
19361         * debug/wmemcpy_chk.c: Likewise.
19362         * debug/wmemmove_chk.c: Likewise.
19363         * debug/wmempcpy_chk.c: Likewise.
19364         * debug/wmemset_chk.c: Likewise.
19365         * dirent/scandirat.c (SCANDIRAT): Likewise.
19366         * dlfcn/dladdr1.c (dladdr1): Likewise.
19367         * dlfcn/dladdr.c (dladdr): Likewise.
19368         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19369         * dlfcn/dlerror.c (__dlerror): Likewise.
19370         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19371         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19372         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19373         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19374         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19375         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19376         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19377         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19378         Likewise.
19379         * elf/dl-conflict.c: Likewise.
19380         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19381         * elf/dl-dst.h: Likewise.
19382         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19383         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19384         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19385         * elf/dl-init.c (call_init, _dl_init): Likewise.
19386         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19387         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19388         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19389         Likewise.
19390         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19391         Likewise.
19392         * elf/dl-minimal.c (__libc_memalign): Likewise.
19393         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19394         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19395         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19396         * elf/dl-sym.c (do_sym): Likewise.
19397         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19398         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19399         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19400         * elf/dl-writev.h (_dl_writev): Likewise.
19401         * elf/ldconfig.c (search_dir): Likewise.
19402         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19403         (dl_main): Likewise.
19404         * elf/setup-vdso.h (setup_vdso): Likewise.
19405         * grp/compat-initgroups.c (compat_call): Likewise.
19406         * grp/fgetgrent.c (fgetgrent): Likewise.
19407         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19408         * grp/putgrent.c (putgrent): Likewise.
19409         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19410         Likewise.
19411         * hurd/hurdinit.c: Likewise.
19412         * iconvdata/8bit-gap.c (struct): Likewise.
19413         * iconvdata/ansi_x3.110.c : Likewise.
19414         * iconvdata/big5.c : Likewise.
19415         * iconvdata/big5hkscs.c : Likewise.
19416         * iconvdata/cp1255.c: Likewise.
19417         * iconvdata/cp1258.c : Likewise.
19418         * iconvdata/cp932.c : Likewise.
19419         * iconvdata/euc-cn.c: Likewise.
19420         * iconvdata/euc-jisx0213.c : Likewise.
19421         * iconvdata/euc-jp.c: Likewise.
19422         * iconvdata/euc-jp-ms.c : Likewise.
19423         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19424         * iconvdata/gb18030.c : Likewise.
19425         * iconvdata/gbbig5.c (const): Likewise.
19426         * iconvdata/gbgbk.c: Likewise.
19427         * iconvdata/gbk.c : Likewise.
19428         * iconvdata/ibm1364.c : Likewise.
19429         * iconvdata/ibm930.c : Likewise.
19430         * iconvdata/ibm932.c: Likewise.
19431         * iconvdata/ibm933.c : Likewise.
19432         * iconvdata/ibm935.c : Likewise.
19433         * iconvdata/ibm937.c : Likewise.
19434         * iconvdata/ibm939.c : Likewise.
19435         * iconvdata/ibm943.c: Likewise.
19436         * iconvdata/iso_11548-1.c: Likewise.
19437         * iconvdata/iso-2022-cn.c : Likewise.
19438         * iconvdata/iso-2022-cn-ext.c : Likewise.
19439         * iconvdata/iso-2022-jp-3.c: Likewise.
19440         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19441         * iconvdata/iso-2022-kr.c : Likewise.
19442         * iconvdata/iso646.c (gconv_end): Likewise.
19443         * iconvdata/iso_6937-2.c : Likewise.
19444         * iconvdata/iso_6937.c : Likewise.
19445         * iconvdata/iso8859-1.c: Likewise.
19446         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19447         * iconvdata/shift_jisx0213.c : Likewise.
19448         * iconvdata/sjis.c : Likewise.
19449         * iconvdata/t.61.c : Likewise.
19450         * iconvdata/tcvn5712-1.c : Likewise.
19451         * iconvdata/tscii.c: Likewise.
19452         * iconvdata/uhc.c : Likewise.
19453         * iconvdata/unicode.c (gconv_end): Likewise.
19454         * iconvdata/utf-16.c (gconv_end): Likewise.
19455         * iconvdata/utf-32.c (gconv_end): Likewise.
19456         * iconvdata/utf-7.c (base64): Likewise.
19457         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19458         * iconv/gconv_close.c (__gconv_close): Likewise.
19459         * iconv/gconv_open.c (__gconv_open): Likewise.
19460         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19461         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19462         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19463         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19464         (ucs4le_internal_loop_single): Likewise.
19465         * iconv/iconv.c (iconv): Likewise.
19466         * iconv/iconv_close.c: Likewise.
19467         * iconv/loop.c (SINGLE): Likewise.
19468         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19469         * include/atomic.h: Likewise.
19470         * inet/inet6_option.c (option_alloc): Likewise.
19471         * intl/bindtextdom.c (set_binding_values): Likewise.
19472         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19473         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19474         * intl/localealias.c (read_alias_file): Likewise.
19475         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19476         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19477         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19478         * libio/fmemopen.c (fmemopen): Likewise.
19479         * libio/iofgets.c (_IO_fgets): Likewise.
19480         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19481         * libio/iofgetws.c (fgetws): Likewise.
19482         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19483         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19484         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19485         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19486         * locale/findlocale.c (_nl_find_locale): Likewise.
19487         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19488         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19489         Likewise.
19490         * locale/setlocale.c (setlocale): Likewise.
19491         * login/programs/pt_chown.c (main): Likewise.
19492         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19493         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19494         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19495         (mmap, mmap64, mremap, munmap): Likewise.
19496         * math/e_exp2l.c: Likewise.
19497         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19498         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19499         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19500         * math/s_catan.c (__catan): Likewise.
19501         * math/s_catanf.c (__catanf): Likewise.
19502         * math/s_catanh.c (__catanh): Likewise.
19503         * math/s_catanhf.c (__catanhf): Likewise.
19504         * math/s_catanhl.c (__catanhl): Likewise.
19505         * math/s_catanl.c (__catanl): Likewise.
19506         * math/s_ccosh.c (__ccosh): Likewise.
19507         * math/s_ccoshf.c (__ccoshf): Likewise.
19508         * math/s_ccoshl.c (__ccoshl): Likewise.
19509         * math/s_cexp.c (__cexp): Likewise.
19510         * math/s_cexpf.c (__cexpf): Likewise.
19511         * math/s_cexpl.c (__cexpl): Likewise.
19512         * math/s_clog10.c (__clog10): Likewise.
19513         * math/s_clog10f.c (__clog10f): Likewise.
19514         * math/s_clog10l.c (__clog10l): Likewise.
19515         * math/s_clog.c (__clog): Likewise.
19516         * math/s_clogf.c (__clogf): Likewise.
19517         * math/s_clogl.c (__clogl): Likewise.
19518         * math/s_csin.c (__csin): Likewise.
19519         * math/s_csinf.c (__csinf): Likewise.
19520         * math/s_csinh.c (__csinh): Likewise.
19521         * math/s_csinhf.c (__csinhf): Likewise.
19522         * math/s_csinhl.c (__csinhl): Likewise.
19523         * math/s_csinl.c (__csinl): Likewise.
19524         * math/s_csqrt.c (__csqrt): Likewise.
19525         * math/s_csqrtf.c (__csqrtf): Likewise.
19526         * math/s_csqrtl.c (__csqrtl): Likewise.
19527         * math/s_ctan.c (__ctan): Likewise.
19528         * math/s_ctanf.c (__ctanf): Likewise.
19529         * math/s_ctanh.c (__ctanh): Likewise.
19530         * math/s_ctanhf.c (__ctanhf): Likewise.
19531         * math/s_ctanhl.c (__ctanhl): Likewise.
19532         * math/s_ctanl.c (__ctanl): Likewise.
19533         * math/w_pow.c: Likewise.
19534         * math/w_powf.c: Likewise.
19535         * math/w_powl.c: Likewise.
19536         * math/w_scalb.c (sysv_scalb): Likewise.
19537         * math/w_scalbf.c (sysv_scalbf): Likewise.
19538         * math/w_scalbl.c (sysv_scalbl): Likewise.
19539         * misc/error.c (error_tail): Likewise.
19540         * misc/pselect.c (__pselect): Likewise.
19541         * nis/nis_callback.c (__nis_create_callback): Likewise.
19542         * nis/nis_call.c (__nisfind_server): Likewise.
19543         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19544         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19545         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19546         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19547         * nis/nis_lookup.c (nis_lookup): Likewise.
19548         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19549         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19550         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19551         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19552         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19553         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19554         * nis/nss_compat/compat-initgroups.c (add_group)
19555         (internal_getgrent_r): Likewise.
19556         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19557         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19558         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19559         (internal_getspnam_r): Likewise.
19560         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19561         (_nss_nis_getaliasbyname_r): Likewise.
19562         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19563         (_nss_nis_getntohost_r): Likewise.
19564         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19565         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19566         (_nss_nis_getgrgid_r): Likewise.
19567         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19568         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19569         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19570         (_nss_nis_gethostbyname4_r): Likewise.
19571         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19572         (initgroups_netid): Likewise.
19573         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19574         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19575         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19576         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19577         (_nss_nis_getprotobynumber_r): Likewise.
19578         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19579         (_nss_nis_getsecretkey): Likewise.
19580         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19581         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19582         (_nss_nis_getpwuid_r): Likewise.
19583         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19584         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19585         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19586         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19587         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19588         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19589         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19590         Likewise.
19591         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19592         (_nss_nisplus_getntohost_r): Likewise.
19593         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19594         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19595         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19596         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19597         Likewise.
19598         * nis/nss_nisplus/nisplus-initgroups.c
19599         (_nss_nisplus_initgroups_dyn): Likewise.
19600         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19601         (_nss_nisplus_getnetbyaddr_r): Likewise.
19602         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19603         (_nss_nisplus_getprotobynumber_r): Likewise.
19604         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19605         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19606         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19607         Likewise.
19608         * nis/nss_nisplus/nisplus-service.c
19609         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19610         (_nss_nisplus_getservbyport_r): Likewise.
19611         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19612         (_nss_nisplus_getspnam_r): Likewise.
19613         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19614         Likewise.
19615         * nscd/aicache.c (addhstaiX): Likewise.
19616         * nscd/cache.c (cache_search, prune_cache): Likewise.
19617         * nscd/connections.c (register_traced_file, send_ro_fd)
19618         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19619         (main_loop_epoll): Likewise.
19620         * nscd/grpcache.c (addgrbyX): Likewise.
19621         * nscd/hstcache.c (addhstbyX): Likewise.
19622         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19623         * nscd/mem.c (gc, mempool_alloc): Likewise.
19624         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19625         (addinnetgrX): Likewise.
19626         * nscd/nscd-client.h (__nscd_acquire_maplock)
19627         (__nscd_drop_map_ref): Likewise.
19628         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19629         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19630         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19631         Likewise.
19632         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19633         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19634         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19635         (__nscd_get_map_ref): Likewise.
19636         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19637         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19638         Likewise.
19639         * nscd/pwdcache.c (addpwbyX): Likewise.
19640         * nscd/selinux.c (preserve_capabilities): Likewise.
19641         * nscd/servicescache.c (addservbyX): Likewise.
19642         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19643         * posix/fnmatch.c (fnmatch): Likewise.
19644         * posix/getopt.c (_getopt_internal_r): Likewise.
19645         * posix/glob.c (glob, glob_in_dir): Likewise.
19646         * posix/wordexp.c (exec_comm_child): Likewise.
19647         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19648         (getanswer_r, gaih_getanswer_slice): Likewise.
19649         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19650         * resolv/res_init.c: Likewise.
19651         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19652         * resolv/res_query.c (__libc_res_nquery): Likewise.
19653         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19654         Likewise.
19655         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19656         * stdio-common/perror.c (perror): Likewise.
19657         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19658         * stdio-common/tmpnam.c (tmpnam): Likewise.
19659         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19660         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19661         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19662         Likewise.
19663         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19664         * stdlib/putenv.c (putenv): Likewise.
19665         * stdlib/setenv.c (__add_to_environ): Likewise.
19666         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19667         * stdlib/strtol_l.c (INTERNAL): Likewise.
19668         * string/memmem.c (memmem): Likewise.
19669         * string/strerror.c (strerror): Likewise.
19670         * string/strnlen.c (__strnlen): Likewise.
19671         * string/test-memmem.c (simple_memmem): Likewise.
19672         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19673         * sunrpc/pm_getport.c (__get_socket): Likewise.
19674         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19675         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19676         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19677         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19678         Likewise.
19679         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19680         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19681         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19682         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19683         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19684         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19685         Likewise.
19686         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19687         Likewise.
19688         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19689         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19690         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19691         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19692         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19693         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19694         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19695         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19696         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19697         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19698         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19699         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19700         Likewise.
19701         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19702         Likewise.
19703         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19704         Likewise.
19705         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19706         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19707         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19708         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19709         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19710         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19711         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19712         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19713         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19714         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19715         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19716         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19717         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19718         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19719         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19720         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19721         Likewise.
19722         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19723         Likewise.
19724         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19725         Likewise.
19726         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19727         Likewise.
19728         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19729         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19730         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19731         Likewise.
19732         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19733         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19734         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19735         * sysdeps/posix/sleep.c: Likewise.
19736         * sysdeps/posix/tempname.c: Likewise.
19737         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19738         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19739         Likewise.
19740         * sysdeps/powerpc/powerpc32/dl-machine.h
19741         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19742         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19743         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19744         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19745         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19746         Likewise.
19747         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19748         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19749         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19750         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19751         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19752         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19753         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19754         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19755         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19756         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19757         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19758         (elf_machine_lazy_rel): Likewise.
19759         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19760         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19761         (elf_machine_lazy_rel): Likewise.
19762         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19763         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19764         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19765         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19766         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19767         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19768         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19769         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19770         Likewise.
19771         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19772         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19773         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19774         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19775         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19776         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19777         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19778         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19779         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19780         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19781         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19782         Likewise.
19783         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19784         (__posix_fallocate64_l64): Likewise.
19785         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19786         (posix_fallocate): Likewise.
19787         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19788         Likewise.
19789         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19790         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19791         (getifaddrs_internal): Likewise.
19792         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19793         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19794         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19795         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19796         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19797         (__posix_fallocate64_l64): Likewise.
19798         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19799         Likewise.
19800         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19801         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19802         (__get_clockfreq): Likewise.
19803         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19804         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19805         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19806         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19807         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19808         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19809         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19810         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19811         Likewise.
19812         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19813         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19814         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19815         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19816         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19817         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19818         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19819         Likewise.
19820         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19821         (posix_fallocate): Likewise.
19822         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19823         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19824         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19825         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19826         (elf_machine_rela, elf_machine_rela_relative)
19827         (elf_machine_lazy_rel): Likewise.
19828         * time/asctime.c (asctime_internal): Likewise.
19829         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19830         * time/tzset.c (__tzset_parse_tz): Likewise.
19831         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19832         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19833         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19834         * wcsmbs/wcsmbsload.h: Likewise.
19836         [BZ #15894]
19837         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19839         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19840         (arena_get2): Remove THREAD_STATS conditionals.
19841         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19842         (__malloc_stats, int): Likewise.
19844 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19846         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19847         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19849         * manual/setjmp.texi: Fix typos/grammar errors.
19851         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19852         Only return early when n is <= 0.  Delete unused return statement.
19854         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19855         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19856         * debug/tst-longjmp_chk3.c: New file.
19858         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19859         (test_main): Replace code with set_fortify_handler call.
19860         * debug/test-strcpy_chk.c: Likewise.
19861         * debug/tst-chk1.c: Likewise.
19862         * debug/tst-longjmp_chk.c: Likewise.
19863         * test-skeleton.c: Include fcntl.h & paths.h
19864         (set_fortify_handler): Define.
19866         * debug/tst-longjmp_chk.c: Add header comment and include
19867         ../test-skeleton.c.
19868         (do_test): Mark static.
19869         (TEST_FUNCTION): Define.
19871         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19872         (IP_PMTUDISC_INTERFACE): Likewise.
19873         (IP_MULTICAST_IF): Likewise.
19874         (IP_MULTICAST_TTL): Likewise.
19875         (IP_MULTICAST_LOOP): Likewise.
19876         (IP_ADD_MEMBERSHIP): Likewise.
19877         (IP_DROP_MEMBERSHIP): Likewise.
19878         (IP_UNBLOCK_SOURCE): Likewise.
19879         (IP_BLOCK_SOURCE): Likewise.
19880         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19881         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19882         (IP_MSFILTER): Likewise.
19883         (MCAST_JOIN_GROUP): Likewise.
19884         (MCAST_BLOCK_SOURCE): Likewise.
19885         (MCAST_UNBLOCK_SOURCE): Likewise.
19886         (MCAST_LEAVE_GROUP): Likewise.
19887         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19888         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19889         (MCAST_MSFILTER): Likewise.
19890         (IP_MULTICAST_ALL): Likewise.
19891         (IP_UNICAST_IF): Likewise.
19893         * timezone/Makefile: Delete $(have-ksh) check.
19894         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19895         * timezone/tzselect.ksh: Add +x mode bits.
19897         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19898         (ANON_INODE_FS_MAGIC): Likewise.
19899         (BDEVFS_MAGIC): Likewise.
19900         (BINFMTFS_MAGIC): Likewise.
19901         (BTRFS_TEST_MAGIC): Likewise.
19902         (CRAMFS_MAGIC_WEND): Likewise.
19903         (DEBUGFS_MAGIC): Likewise.
19904         (ECRYPTFS_SUPER_MAGIC): Likewise.
19905         (EXT3_SUPER_MAGIC): Likewise.
19906         (EXT4_SUPER_MAGIC): Likewise.
19907         (FUTEXFS_SUPER_MAGIC): Likewise.
19908         (HOSTFS_SUPER_MAGIC): Likewise.
19909         (HUGETLBFS_MAGIC): Likewise.
19910         (MINIX3_SUPER_MAGIC): Likewise.
19911         (MTD_INODE_FS_MAGIC): Likewise.
19912         (NILFS_SUPER_MAGIC): Likewise.
19913         (OPENPROM_SUPER_MAGIC): Likewise.
19914         (PIPEFS_MAGIC): Likewise.
19915         (PSTOREFS_MAGIC): Likewise.
19916         (QNX6_SUPER_MAGIC): Likewise.
19917         (RAMFS_MAGIC): Likewise.
19918         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19919         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19920         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19921         (SECURITYFS_MAGIC): Likewise.
19922         (SELINUX_MAGIC): Likewise.
19923         (SMACK_MAGIC): Likewise.
19924         (SOCKFS_MAGIC): Likewise.
19925         (SQUASHFS_MAGIC): Likewise.
19926         (STACK_END_MAGIC): Likewise.
19927         (TMPFS_MAGIC): Likewise.
19928         (USBDEVICE_SUPER_MAGIC): Likewise.
19929         (V9FS_MAGIC): Likewise.
19930         (XENFS_SUPER_MAGIC): Likewise.
19931         (CRAMFS_MAGIC): Fix typo in comment.
19932         (EXT2_SUPER_MAGIC): Update comment.
19933         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19935 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19937         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19938         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19939         * sysdeps/unix/sysv/linux/arm: Move directory from
19940         ports/sysdeps/unix/sysv/linux/arm.
19941         * README: Update listing for arm-*-linux-gnueabi.
19943         * README: Remove mention of am33.
19945 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19947         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19948         than the comma operator, to avoid "rhs of comma has no effect"
19949         compiler warnings.
19950         (__sigfillset, __sigandset, __sigorset): Likewise.
19951         * include/signal.h (__sigemptyset): Likewise.
19952         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19954 2014-02-07  Allan McRae  <allan@archlinux.org>
19956         * version.h (RELEASE): Set to "development".
19957         (VERSION): Set to "2.19.90"
19958         * NEWS: Add 2.20 section.
19960 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19962         [BZ #16529]
19963         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19965 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19967         * manual/contrib.texi: Update entry for Carlos O'Donell,
19968         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19970 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19972         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19974         * sysdeps/unix/sysv/linux/kernel-features.h
19975         [__LINUX_KERNEL_VERSION >= 0x020621]
19976         (__ASSUME_PROC_PID_TASK_COMM): Define.
19978 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19980         [BZ #16398]
19981         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19982         conversion when destination buffer does not have enough space.
19983         * libio/tst-ftell-partial-wide.c: New test case.
19984         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19986         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19987         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19988         Leonard and Allan McRae.
19990 2014-02-04  David S. Miller  <davem@davemloft.net>
19992         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19993         32-bit.
19995 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19998         New file
19999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
20000         New file
20001         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
20002         New file.
20003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
20004         New file.
20005         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
20006         New file.
20007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
20008         New file.
20009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
20010         New file.
20011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
20012         New file.
20013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
20014         New file.
20015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
20016         New file.
20017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
20018         New file.
20019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
20020         New file.
20021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
20022         New file.
20024 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20026         * nptl/shlib-versions: Change powerpc*le start to 2.17.
20027         * shlib-versions: Likewise.
20029 2014-02-04  Roland McGrath  <roland@hack.frob.com>
20030             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20032         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
20033         (abilist-pattern): New variable, set to %-le.abilist.
20035         * Makerules (abilist-pattern): New variable.
20036         (vpath): Use $(abilist-pattern) in place of %.abilist.
20037         (check-abi-% pattern rule): Likewise.
20038         (check-abi, update-abi): Likewise.
20040 2014-02-04  Eric Wong  <normalperson@yhbt.net>
20042         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20044 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
20046         * manual/startup.texi: Add next, previous, and top entries for
20047         the `Program Arguments' and `Environment Variables' nodes.
20049 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
20051         * manual/macros.texi: Add comments before MTASC-safety macros.
20053         * manual/users.texi: Document MTASC-safety properties.
20055         * manual/threads.texi (pthread_key_create, pthread_key_delete)
20056         (pthread_getspecific, pthread_setspecific): Format with
20057         @deftypefun, and add @safety note.
20058         * manual/signal.texi: Move comments that analyze the above
20059         functions to their home place.
20061 2014-02-03  Allan McRae  <allan@archlinux.org>
20063         * po/sl.po: Update Slovenian translation from translation project.
20065 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
20067         * manual/time.texi (timegm): Add missing blank after @c.
20068         Reported by Joseph Myers <joseph@codesourcery.com>.
20070 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
20072         * manual/check-safety.sh: New.
20073         * manual/Makefile ($(objpfx)stamp-summary): Run it.
20075         * manual/terminal.texi: Document MTASC-safety properties.
20077         * manual/filesys.texi: Document MTASC-safety properties.
20079         * manual/errno.texi: Document MTASC-safety properties.
20081         * manual/intro.texi: Document safety identifiers and
20082         conditionals.
20084         * manual/string.texi (wcstok): Fix prototype.
20085         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
20087         * manual/time.texi: Document MTASC-safety properties.
20089         * manual/string.texi: Document MTASC-safety properties.
20091         * manual/threads.texi: Document MTASC-safety properties.
20093         * manual/stdio.texi: Document MTASC-safety properties.
20095         * manual/syslog.texi: Document MTASC-safety properties.
20097         * manual/sysinfo.texi: Document MTASC-safety properties.
20099         * manual/startup.texi: Document MTASC-safety properties.
20101         * manual/socket.texi: Document MTASC-safety properties.
20103         * manual/signal.texi: Document MTASC-safety properties.
20105 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
20107         * manual/setjmp.texi: Document MTASC-safety properties.
20109         * manual/search.texi: Document MTASC-safety properties.
20111         * manual/resource.texi: Document MTASC-safety properties.
20113         * manual/process.texi: Document MTASC-safety properties.
20115         * manual/platform.texi: Document MTASC-safety properties.
20117         * manual/pipe.texi: Document MTASC-safety properties.
20119         * manual/pattern.texi: Document MTASC-safety properties.
20121         * manual/message.texi: Document MTASC-safety properties.
20123         [BZ #12751]
20124         * manual/memory.texi: Document MTASC-safety properties.
20126         * manual/math.texi: Document MTASC-safety properties.
20128         * manual/locale.texi: Document MTASC-safety properties.
20130         * manual/llio.texi: Document MTASC-safety properties.
20132         * manual/libdl.texi: New.
20134         * manual/lang.texi: Document MTASC-safety properties.
20136         * manual/job.texi: Document MTASC-safety properties.
20138         * manual/getopt.texi: Document MTASC-safety properties.
20140         * manual/ctype.texi: Document MTASC-safety properties.
20142 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
20144         [BZ #16046]
20145         * csu/libc-tls.c (static_map): Remove variable.
20146         (__libc_setup_tls): Use main executable's link map for TLS data.
20147         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20148         casing for LM_ID_BASE and GL(dl_nns).
20149         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20150         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
20151         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20152         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20153         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20154         member.
20155         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20156         l_phnum members.
20158 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
20160         * manual/debug.texi: Document MTASC-safety properties.
20162 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20164         [BZ #16510]
20165         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20166         of __x86_64__ when disabling x87 inline functions.
20168 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
20170         * manual/charset.texi: Document MTASC-safety properties.
20172         * manual/crypt.texi: Document MTASC-safety properties.
20174         * manual/conf.texi: Document MTASC-safety properties.
20176         * manual/arith.texi: Document MTASC-safety properties.
20178         * manual/argp.texi: Document MTASC-safety properties.
20180         * manual/macros.texi: Introduce macros to document multi
20181         thread, asynchronous signal and asynchronous cancellation
20182         safety properties.
20183         * manual/intro.texi: Introduce the properties themselves.
20185 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20187         * sysdeps/sh/sh4/Makefile: New file.
20189 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
20191         * math/gen-libm-test.pl ($srcdir): New variable.
20192         ($auto_input): Use it.
20194 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20196         [BZ #16506]
20197         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20198         access beyond array bounds when parsing netgroups file.
20200         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20201         the old buffer before realloc.
20203 2014-01-27  Allan McRae  <allan@archlinux.org>
20205         * po/fr.po: Update French translation from translation project.
20207 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20209         * sysdeps/sh/libm-test-ulps: Regenerate.
20211 2014-01-24  David S. Miller  <davem@davemloft.net>
20213         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20215 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20217         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20218         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20220 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20222         [BZ #16474]
20223         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20224         string pointers after reallocation.
20226 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20228         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20229         __SH4A__ instead of __SH_FPU_ANY__.
20231 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20233         * sysdeps/sh/fpu_control.h: New file.
20234         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20235         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20236         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20237         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20238         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20239         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20240         * sysdeps/sh/sys/ucontext.h: Remove.
20241         * sysdeps/sh/sys: Remove directory.
20243 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20245         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20246         s390/sys/ucontext.h.
20247         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20248         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20250 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20252         [BZ #15605]
20253         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20255 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20257         [BZ#16431]
20258         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20259         Adjust the vDSO correctly for internal calls.
20260         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20262 2014-01-20  Allan McRae  <allan@archlinux.org>
20264         * po/ca.po: Update Catalan translation from translation project.
20266 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20268         * sysdeps/s390/sotruss-lib.c: New file.
20270 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20272         [BZ#16430]
20273         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20274         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20275         local calls issues by not having a PLT stub required for IFUNC calls.
20276         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20278 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20280         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20281         * math/test-fpucw-static.c: Likewise.
20283 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20285         [BZ #16453]
20286         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20288 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20290         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20291         implementation for powerpc.
20293 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20295         [BZ #14782]
20296         * sysdeps/posix/system.c (__libc_system): Do not enable
20297         asynchronous cancellation.
20299 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20301         [BZ #16427]
20302         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20303         handling only for numbers special also in the IEEE case.
20305 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20307         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20309 2014-01-11  Allan McRae  <allan@archlinux.org>
20311         * po/bg.po: Update Bulgarian translation from translation project.
20313         * po/de.po: Update German translation from translation project.
20315 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20317         * sysdeps/generic/gcc-compat.h: New file.
20319 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20321         * benchtests/asin-inputs: Correct slow inputs.
20322         * benchtests/acos-inputs: Likewise.
20324 2014-01-10  Allan McRae  <allan@archlinux.org>
20326         * po:sv.po: Update Swedish translation from translation project.
20328         * po/vi.po: Update Vietnamese translation from translation project.
20330         * po/eo.po: Update Esperanto translation from translation project.
20332         * po/cs.po: Update Czech translation from translation project.
20334         * po/nl.po: Update Dutch translation from translation project.
20336         * po/pl.po: Update Polish translation from translation project.
20338         * po/ru.po: Update Russian translation from translation project.
20340         * po/uk.po: Update Ukrainian translation from translation project.
20342 2014-01-08  Brooks Moses  <bmoses@google.com>
20344         * elf/dl-load.c: Fix comment typo.
20346 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20348         * po/header.pot: Rename to...
20349         * po/pot.header: ... this.
20350         * po/Makefile: Use pot.header.
20352 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20353             Maxim Kuvyrkov  <maxim@kugelworks.com>
20355         [BZ #16394]
20356         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20357         SRC and DEST against LEN.
20359 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20361         [BZ #16414]
20362         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20363         implementation.
20364         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20366 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20368         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20370 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20372         [BZ #16408]
20373         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20374         for large positive arguments.
20376 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20378         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20380         * math/auto-libm-test-in: Mark various tests with
20381         xfail-rounding:ldbl-128ibm.
20382         * math/auto-libm-test-out: Regenerated.
20384         [BZ #16407]
20385         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20386         Increase overflow threshold.
20388 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20390         [BZ #14286]
20391         * stdio-common/vfprintf.c: Check for integer overflow.
20393 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20395         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20396         the first argument and return value of __tls_get_addr_internal.
20398 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20400         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20401         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20403 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20405         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20406         * sysdeps/s390/rtld-global-offsets.sym: New file.
20407         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20408         GLIBC_2.19 symbol.
20409         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20410         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20411         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20412         ... this.
20413         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20414         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20415         ... this.
20416         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20417         Regenerate.
20418         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20419         Regenerate.
20420         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20421         halfs of GPRs for high_gprs contexts.
20422         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20423         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20424         field.
20425         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20426         uc_flags field.
20427         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20428         64 bit versions:
20429         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20430         for high GPRs (uc_high_gprs) and for future extensions
20431         (__reserved).
20432         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20433         for future extensions (__reserved).
20434         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20435         64 bit versions:
20436         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20437         SC_HIGHGPRS offset definition.
20438         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20439         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20441         * Versions.def: Add GLIBC_2.19 for libpthread.
20442         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20443         siglongjmp for libpthread with GLIBC_2.19 symver.
20444         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20445         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20446         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20447         * sysdeps/s390/__longjmp.c: New file.
20448         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20449         * sysdeps/s390/longjmp.c: New file.
20450         * sysdeps/s390/setjmp.S: New file.
20451         * sysdeps/s390/sigjmp.S: New file.
20452         * sysdeps/s390/v1-longjmp.c: New file.
20453         * sysdeps/s390/v1-setjmp.h: New file.
20454         * sysdeps/s390/v1-sigjmp.c: New file.
20455         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20456         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20457         GLIBC_2.19 version.
20458         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20459         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20460         versioned symbols for ____longjmp_chk.
20461         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20462         Likewise.
20463         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20464         Regenerate.
20465         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20466         Regenerate.
20467         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20468         Regenerate.
20469         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20470         Regenerate.
20471         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20472         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20473         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20474         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20475         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20476         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20477         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20478         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20479         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20480         * sysdeps/s390/rtld-__longjmp.c: New file.
20481         * sysdeps/s390/rtld-setjmp.S: New file.
20483 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20485         [BZ #16400]
20486         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20487         Return -__logl (x) for small positive arguments without evaluating
20488         a polynomial.
20490 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20492         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20493         Rename to ...
20494         (__ptrace_peeksiginfo_args): ... this.
20495         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20496         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20497         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20499 2014-01-06  Allan McRae  <allan@archlinux.org>
20501         * inet/netinet/in.h: Fix typo in comment.
20503 2014-01-05  Andreas Jaeger  <aj@suse.de>
20505         * sysdeps/i386/fpu/libm-test-ulps: Update.
20507 2014-01-05  Allan McRae  <allan@archlinux.org>
20509         * po/libc.pot: Regenerated.
20511         * malloc/memusagestat.c: Fix gettext call formatting.
20513 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20515         * nscd/nscd.c: Improve usage() output.
20517 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20519         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20520         * sysdeps/unix/sysv/linux/configure: Regenerated.
20521         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20522         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20524 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20526         [BZ #16390]
20527         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20528         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20530 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20532         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20533         extra tokens at end of #undef directive.
20534         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20535         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20536         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20538 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20540         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20542         * math/auto-libm-test-in: Mark various tests with
20543         xfail-rounding:ldbl-128ibm.
20544         * math/auto-libm-test-out: Regenerated.
20546 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20548         [BZ #16386]
20549         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20550         numbers with subnormal high part when calculating exponent.
20552         [BZ #16385]
20553         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20554         fabs.
20556         [BZ #16384]
20557         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20558         M_LN2l.
20559         (__ieee754_acoshl): Use __log1pl not __log1p.
20561 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20563         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20564         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20565         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20566         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20567         (reused_arena, arena_get2): Convert to GNU style.
20568         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20569         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20570         (memalign_check, __malloc_set_state): Likewise.
20571         * malloc/mallocbug.c (main): Likewise.
20572         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20573         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20574         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20575         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20576         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20577         (__posix_memalign, malloc_info): Likewise.
20578         * malloc/malloc.h: Likewise.
20579         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20580         (mallochook, memalignhook, reallochook, mabort): Likewise.
20581         * malloc/mcheck.h: Likewise.
20582         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20583         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20584         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20585         * malloc/morecore.c (__default_morecore): Likewise.
20586         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20587         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20588         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20589         (print_and_abort): Likewise.
20590         * malloc/obstack.h: Likewise.
20591         * malloc/set-freeres.c (__libc_freeres): Likewise.
20592         * malloc/tst-mallocstate.c (main): Likewise.
20593         * malloc/tst-mtrace.c (main): Likewise.
20594         * malloc/tst-realloc.c (do_test): Likewise.
20596 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20598         [BZ #16366]
20599         * nscd/netgroupcache.c (do_notfound): New function.
20600         (addgetnetgrentX): Use it.
20602         [BZ # 16365]
20603         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20604         NSS_STATUS_NOTFOUND.
20606 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20608         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20609         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20611 2014-01-01  Allan McRae  <allan@archlinux.org>
20613         * scripts/update-copyrights: Update configure input file suffix.
20615         * NEWS: Update copyright year.
20616         * catgets/gencat.c: Likewise.
20617         * csu/version.c: Likewise.
20618         * debug/catchsegv.sh: Likewise.
20619         * debug/pcprofiledump.c: Likewise.
20620         * debug/xtrace.sh: Likewise.
20621         * elf/ldconfig.c: Likewise.
20622         * elf/ldd.bash.in: Likewise.
20623         * elf/pldd.c: Likewise.
20624         * elf/sotruss.ksh: Likewise.
20625         * elf/sprof.c: Likewise.
20626         * iconv/iconv_prog.c: Likewise.
20627         * iconv/iconvconfig.c: Likewise.
20628         * locale/programs/locale.c: Likewise.
20629         * locale/programs/localedef.c: Likewise.
20630         * login/programs/pt_chown.c: Likewise.
20631         * malloc/memusage.sh: Likewise.
20632         * malloc/memusagestat.c: Likewise.
20633         * malloc/mtrace.pl: Likewise.
20634         * manual/libc.texinfo: Likewise.
20635         * nscd/nscd.c: Likewise.
20636         * nss/getent.c: Likewise.
20637         * nss/makedb.c: Likewise.
20638         * posix/getconf.c: Likewise.
20639         * scripts/test-installation.pl: Likewise.
20641         * All files with FSF copyright notices: Update copyright dates
20642         using scripts/update-copyrights.
20643         * intl/plural.c: Regenerated.
20644         * locale/programs/charmap-kw.h: Likewise.
20645         * locale/programs/locfile-kw.h: Likewise.
20647 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20649         * sysdeps/unix/sysv/linux/configure: Regenerated.
20650         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20651         the linux/fanotify.h header.
20652         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20653         HAVE_LINUX_FANOTIFY_H is defined.
20655 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20657         * benchtests/cos-inputs: New inputs.
20658         * benchtests/sin-inputs: Likewise.
20660         * benchtests/atan-inputs: New inputs. Fix name of multiple
20661         precision fallback inputs.
20663         * benchtests/atanh-inputs: New inputs.
20664         * benchtests/tanh-inputs: Likewise.
20666         * benchtests/acosh-inputs: New inputs.
20667         * benchtests/asinh-inputs: Likewise.
20669         * benchtests/cosh-inputs: New inputs.
20670         * benchtests/sinh-inputs: Likewise.
20672         * benchtests/acos-inputs: Add more inputs.
20673         * benchtests/asin-inputs: Likewise.
20675 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20677         [BZ #16375]
20678         * manual/arith.texi: Fix spelling.
20679         * manual/charset.texi: Likewise.
20680         * manual/errno.texi: Likewise.
20681         * manual/filesys.texi: Likewise.
20682         * manual/lang.texi: Likewise.
20683         * manual/llio.texi: Likewise.
20684         * manual/locale.texi: Likewise.
20685         * manual/message.texi: Likewise.
20686         * manual/resource.texi: Likewise.
20687         * manual/search.texi: Likewise.
20688         * manual/setjmp.texi: Likewise.
20689         * manual/stdio.texi: Likewise.
20690         * manual/string.texi: Likewise.
20691         * manual/sysinfo.texi: Likewise.
20692         * manual/time.texi: Likewise.
20694 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20696         * po/sl.po: New file.
20698 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20700         * .gitignore: Add core/.gdbinit/.gdb_history.
20702 2013-12-27  Allan McRae  <allan@archlinux.org>
20704         [BZ #16369]
20705         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20706         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20708 2013-12-24  Brooks Moses  <bmoses@google.com>
20710         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20711         all compilers that claim C++98 compliance, not just GCC.
20712         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20713         Likewise.
20715 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20717         * NEWS: Restore accidentally deleted bug-fix entries.
20719 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20720             Ondřej Bílka  <neleai@seznam.cz>
20722         [BZ #15073]
20723         * malloc/malloc.c (_int_free): Perform sanity check only if we
20724         have_lock.
20726 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20728         [BZ #12986]
20729         * manual/stdio.texi (String Input Conversions): Clarify that character
20730         classes are not supported.
20732 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20734         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20736 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20738         [BZ #16337]
20739         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20740         Calculate results for small negative arguments directly rather
20741         than using reflection formula with special underflow handling.
20743         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20744         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20745         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20746         (fchflags): Likewise.
20747         (revoke): Likewise.
20748         (setlogin): Likewise.
20749         (sigaltstack): Likewise.
20750         (wait4): Likewise.
20751         (sigblock): Remove.
20752         (sigsetmask): Likewise.
20753         (wait3): Likewise.
20754         (waitpid): Likewise.
20755         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20756         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20757         file.
20758         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20759         * sysdeps/unix/bsd/Makefile: ... here.
20760         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20761         * sysdeps/unix/bsd/Versions: ... here.
20762         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20763         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20764         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20765         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20766         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20767         * sysdeps/unix/bsd/sigblock.c: ... here.
20768         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20769         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20770         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20771         * sysdeps/unix/bsd/sigvec.c: ... here.
20772         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20773         * sysdeps/unix/bsd/tcdrain.c: ... here.
20774         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20775         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20776         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20777         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20778         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20779         * sysdeps/unix/bsd/wait.c: ... here.
20780         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20781         * sysdeps/unix/bsd/wait3.c: ... here.
20782         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20783         * sysdeps/unix/bsd/waitpid.c: ... here.
20785 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20787         [BZ #16356]
20788         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20789         round-to-nearest for [!USE_AS_EXPM1L].
20790         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20791         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20792         more tests of exp and exp10.  Expect some exp10 tests to miss
20793         exceptions or fail in directed rounding modes.
20794         * math/auto-libm-test-out: Regenerated.
20795         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20796         (exp10_test_tonearest): New function.
20797         (exp10_towardzero_test_data): New array.
20798         (exp10_test_towardzero): New function.
20799         (exp10_downward_test_data): New array.
20800         (exp10_test_downward): New function.
20801         (exp10_upward_test_data): New array.
20802         (exp10_test_upward): New function.
20803         (main): Call the new functions.
20804         * sysdeps/i386/fpu/libm-test-ulps: Update.
20805         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20807 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20809         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20810         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20811         * math/auto-libm-test-out: Regenerated.
20812         * math/libm-test.inc (acosh_test_data): Add more tests.
20813         (atanh_test_data): Likewise.
20814         (ceil_test_data): Likewise.
20815         (copysign_test_data): Likewise.
20816         * sysdeps/i386/fpu/libm-test-ulps: Update.
20817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20819         * timezone/checktab.awk: Update from tzcode 2013i.
20820         * timezone/private.h: Likewise.
20821         * timezone/scheck.c: Likewise.
20822         * timezone/tzfile.h: Likewise.
20823         * timezone/tzselect.ksh: Likewise.
20824         * timezone/zdump.c: Likewise.
20825         * timezone/zic.c: Likewise.
20827         * math/auto-libm-test-in: Add tests of cpow.
20828         * math/auto-libm-test-out: Regenerated.
20829         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20830         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20831         mpc_cc_c.
20832         (func_calc_desc): Add mpc_cc_c union field.
20833         (test_functions): Add cpow.
20834         (special_fill_2pi): New function.
20835         (special_real_inputs): Add 2pi.
20836         (calc_generic_results): Handle mpc_cc_c.
20837         * sysdeps/i386/fpu/libm-test-ulps: Update.
20838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20840         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20841         csqrt, ctan and ctanh.
20842         * math/auto-libm-test-out: Regenerated.
20843         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20844         (TEST_COND_x86): Likewise.
20845         (ccos_test_data): Use AUTO_TESTS_c_c.
20846         (ccosh_test_data): Likewise.
20847         (cexp_test_data): Likewise.
20848         (clog_test_data): Likewise.
20849         (csqrt_test_data): Likewise.
20850         (ctan_test_data): Likewise.
20851         (ctan_tonearest_test_data): Likewise.
20852         (ctan_towardzero_test_data): Likewise.
20853         (ctan_downward_test_data): Likewise.
20854         (ctan_upward_test_data): Likewise.
20855         (ctanh_test_data): Likewise.
20856         (ctanh_tonearest_test_data): Likewise.
20857         (ctanh_towardzero_test_data): Likewise.
20858         (ctanh_downward_test_data): Likewise.
20859         (ctanh_upward_test_data): Likewise.
20860         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20861         mpc_c_c.
20862         (func_calc_desc): Add mpc_c_c union field.
20863         (FUNC_mpc_c_c): New macro.
20864         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20865         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20866         ctanh.
20867         (special_fill_min_subnorm_p120): New function.
20868         (special_real_inputs): Add min_subnorm_p120.
20869         (calc_generic_results): Handle mpc_c_c.
20870         * sysdeps/i386/fpu/libm-test-ulps: Update.
20871         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20873 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20875         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20876         (do_sin_slow): New functions.
20877         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20878         (cslow2, csloww1, csloww2): Use the new functions.
20880         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20881         Use M to change sign of result instead of X.  Assume X is
20882         positive.
20883         (csloww1): Likewise.
20884         (__sin): Adjust.
20885         (__cos): Adjust.
20887         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20888         arguments A and DA.
20889         (__sin): Adjust.
20890         (__cos): Likewise.
20892         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20893         (__cos): Likewise.
20894         (sloww1): Don't adjust sign of DX.
20895         (csloww1): Likewise.
20896         (sloww2): Use X directly and don't adjust sign of DX.
20897         (csloww2): Likewise.
20899 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20901         * math/auto-libm-test-in: Add tests of cabs and carg.
20902         * math/auto-libm-test-out: Regenerated.
20903         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20904         (carg_test_data): Likewise.
20905         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20906         mpc_c_f.
20907         (func_calc_desc): Add mpc_c_f union field.
20908         (test_functions): Add cabs and carg.
20909         (calc_generic_results): Handle mpc_c_f.
20911         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20912         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20913         as a macro and a compat symbol.
20914         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20915         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20916         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20917         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20918         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20919         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20920         not use .hidden.
20921         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20922         Likewise.
20923         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20924         Likewise.
20925         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20926         Likewise.
20927         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20928         Likewise.
20929         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20930         Likewise.
20931         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20932         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20933         from GLIBC_2.3.2.
20935 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20937         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20939 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20941         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20942         trailing whitespace removed.
20943         * scripts/config.guess: Update to version 2013-11-29.
20944         * scripts/config.sub: Update to version 2013-10-01.
20946         * math/auto-libm-test-in: Add tests of sincos.
20947         * math/auto-libm-test-out: Regenerated.
20948         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20949         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20950         mpfr_f_11.
20951         (func_calc_desc): Add mpfr_f_11 union field.
20952         (test_functions): Add sincos.
20953         (calc_generic_results): Handle mpfr_f_11.
20954         * sysdeps/i386/fpu/libm-test-ulps: Update.
20955         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20957 2013-12-19  Andreas Schwab  <schwab@suse.de>
20959         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20960         CALL_MCOUNT.
20961         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20962         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20963         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20965 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20967         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20968         * sysdeps/i386/fpu/libm-test-ulps: Update.
20969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20971         [BZ #16293]
20972         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20973         round-to-nearest mode when using frndint.
20974         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20975         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20976         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20977         Likewise.
20978         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20979         sinh test to fail.
20980         * math/auto-libm-test-out: Regenerated.
20981         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20982         (TEST_COND_x86): Likewise.
20983         (expm1_tonearest_test_data): New array.
20984         (expm1_test_tonearest): New function.
20985         (expm1_towardzero_test_data): New array.
20986         (expm1_test_towardzero): New function.
20987         (expm1_downward_test_data): New array.
20988         (expm1_test_downward): New function.
20989         (expm1_upward_test_data): New array.
20990         (expm1_test_upward): New function.
20991         (main): Run the new test functions.
20992         * sysdeps/i386/fpu/libm-test-ulps: Update.
20993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20995         * include/features.h: Update comment documenting feature test
20996         macros.  Mention _DEFAULT_SOURCE in comment.
20997         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20998         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20999         _BSD_SOURCE and _SVID_SOURCE.
21000         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
21001         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
21002         !_SVID_SOURCE]: Likewise.
21003         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21004         (__USE_POSIX_IMPLICITLY): Define.
21005         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21006         (_POSIX_SOURCE): Undefine and redefine.
21007         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
21008         (_POSIX_C_SOURCE): Likewise.
21009         * manual/creature.texi (_DEFAULT_SOURCE): Document.
21010         (Feature Test Macros): Update documentation of default features.
21012 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
21014         * benchtests/Makefile: Add bench-strtok.
21015         * benchtests/bench-strtok.c: New file: strtok benchtest.
21017 2013-12-19  Allan McRae  <allan@archlinux.org>
21019         * manual/install.texi: Suppress menu for plain text output.
21020         * INSTALL: Regenerated.
21022 2013-12-18  Brooks Moses  <bmoses@google.com>
21024         [BZ #15846]
21025         * misc/getauxval.c: Include errno.h.
21026         (__getauxval): Set errno to ENOENT if the requested type is not
21027         found.
21028         * misc/sys/auxv.h (getauxval): Document that it may set errno;
21029         don't declare with __attribute_const__.
21030         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
21031         * manual/startup.texi: Document that getauxval sets errno.
21033 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21035         * math/auto-libm-test-in: Add tests of jn and yn.
21036         * math/auto-libm-test-out: Regenerated.
21037         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
21038         (yn_test_data): Likewise.
21039         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21040         mpfr_if_f.
21041         (func_calc_desc): Add mpfr_if_f union field.
21042         (FUNC_mpfr_if_f): New macro.
21043         (test_functions): Add jn and yn.
21044         (calc_generic_results): Assert type of second input for
21045         mpfr_ff_f.  Handle mpfr_if_f.
21046         (output_for_one_input_case): Disable all checking for arguments
21047         fitting floating-point types in case of an integer argument.
21048         * sysdeps/i386/fpu/libm-test-ulps: Update.
21049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21051         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21052         Don't expect fegetround reference in libm.so.
21054 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21056         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
21057         $(config-cflags-nofma).
21059 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21061         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
21062         * math/auto-libm-test-out: Regenerated.
21064         [BZ #16338]
21065         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
21066         to determine exponent and adjust argument to have exponent of -1.
21067         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
21068         log2.
21069         * math/auto-libm-test-out: Regenerated.
21070         * sysdeps/i386/fpu/libm-test-ulps: Update.
21071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21073 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
21075         * manual/probes.texi: Remove cases when per-thread arenas are
21076         disabled.
21078 2013-12-18  Andreas Schwab  <schwab@suse.de>
21080         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
21081         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
21082         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
21083         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
21084         * sysdeps/i386/i686/multiarch/Makefile: Update.
21085         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
21087 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21089         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
21090         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
21092 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
21094         [BZ #15968]
21095         Support TZ transition times < 00:00:00.
21096         This is needed for version-3 tz-format files; it supports time
21097         stamps past 2037 for America/Godthab (the only entry in the tz
21098         database for which this change is relevant).
21099         * manual/time.texi (TZ Variable): Document transition times
21100         from -167:59:59 through -00:00:01.
21101         * time/tzset.c (tz_rule): Time of day is now signed.
21102         (__tzset_parse_tz): Parse negative time of day.
21104         Document TZ transition times >= 25:00:00.
21105         * manual/time.texi (TZ Variable): Document transition times from
21106         25:00:00 through 167:59:59.  These are already supported, and this
21107         support will help with version-3 tz-format files.
21109         * manual/time.texi (TZ Variable): Modernize North America example
21110         to reflect current (i.e., 2007-and-later) daylight saving rules.
21112         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
21114 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21116         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
21117         * sysdeps/unix/bsd/bits/stat.h: Likewise.
21118         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
21119         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21120         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
21121         * sysdeps/unix/bsd/bsdstat.h: Likewise.
21122         * sysdeps/unix/bsd/clock.c: Likewise.
21123         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21124         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21125         * sysdeps/unix/bsd/init-posix.c: Likewise.
21126         * sysdeps/unix/bsd/poll.c: Likewise.
21127         * sysdeps/unix/bsd/ptsname.c: Likewise.
21128         * sysdeps/unix/bsd/seekdir.c: Likewise.
21129         * sysdeps/unix/bsd/setegid.c: Likewise.
21130         * sysdeps/unix/bsd/seteuid.c: Likewise.
21131         * sysdeps/unix/bsd/setgid.c: Likewise.
21132         * sysdeps/unix/bsd/setrgid.c: Likewise.
21133         * sysdeps/unix/bsd/setruid.c: Likewise.
21134         * sysdeps/unix/bsd/setsid.c: Likewise.
21135         * sysdeps/unix/bsd/setuid.c: Likewise.
21136         * sysdeps/unix/bsd/sigaction.c: Likewise.
21137         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21138         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21139         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21140         * sysdeps/unix/bsd/telldir.c: Likewise.
21141         * sysdeps/unix/bsd/times.c: Likewise.
21142         * sysdeps/unix/bsd/usleep.c: Likewise.
21144         * misc/Makefile (install-lib): Remove libbsd-compat.a.
21145         ($(objpfx)libbsd-compat.a): Remove rule.
21147         * include/features.h (__FAVOR_BSD): Do not define.
21148         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21149         features conflicting with POSIX.
21150         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21151         (_BSD_SOURCE): Remove description of not being a subset of other
21152         feature test macros.
21153         * manual/job.texi (getpgrp): Do not document BSD version.
21154         (getpgid): Do not document by reference to BSD getpgrp.
21155         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21156         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21157         * signal/signal.h [__FAVOR_BSD]: Likewise.
21158         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21159         instead of making contents conditional on [__FAVOR_BSD].
21160         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21162 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21164         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21166 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21168         [BZ #16314]
21169         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21170         values below 2**-450, not 2**-500.
21171         * math/auto-libm-test-in: Don't allow spurious underflow from
21172         hypot.
21173         * math/auto-libm-test-out: Regenerated.
21175         [BZ #16316]
21176         [BZ #16330]
21177         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21178         values of ha and hb and sort them after adjusting subnormal
21179         arguments.
21180         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21181         Likewise.
21182         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21183         values of ea and eb and sort them after adjusting subnormal
21184         arguments.
21185         * math/auto-libm-test-in: Do not expect some hypot tests of
21186         subnormals to fail.  Add more hypot tests.
21187         * math/auto-libm-test-out: Regenerated.
21189 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21191         [BZ #13304]
21192         * sysdeps/sh/s_fma.c: New file.
21193         * sysdeps/sh/s_fmaf.c: New file.
21194         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
21195         version.
21196         * sysdeps/sh/Implies: Add sh/soft-fp.
21198 2013-12-16  Roland McGrath  <roland@hack.frob.com>
21200         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
21201         level of indirection to members `objname', `errstring', `malloced'.
21202         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21203         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
21204         it as the __longjmp argument (just pass 1 instead).
21205         (_dl_catch_error): Initialize C with argument pointers and address of
21206         volatile local ERRCODE rather than copying values out of C at return.
21208 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21210         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21211         * math/auto-libm-test-out: Regenerated.
21212         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21213         (hypot_test_data): Likewise.
21214         (pow_test_data): Likewise.
21215         (pow_tonearest_test_data): Likewise.
21216         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21217         mpfr_ff_f.
21218         (func_calc_desc): Add mpfr_ff_f union field.
21219         (FUNC_mpfr_ff_f): New macro.
21220         (test_functions): Add atan2, hypot and pow.
21221         (special_fill_min): New function.
21222         (special_fill_minus_min): Likewise.
21223         (special_fill_min_subnorm): Likewise.
21224         (special_fill_minus_min_subnorm): Likewise.
21225         (special_real_inputs): Add min, -min, min_subnorm and
21226         -min_subnorm.
21227         (calc_generic_results): Handle mpfr_ff_f.
21228         * sysdeps/i386/fpu/libm-test-ulps: Update.
21229         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21231 2013-12-16  Will Newton  <will.newton@linaro.org>
21233         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21234         (Aligned Memory Blocks): Add documentation for aligned_alloc
21235         and suggest it as an alternative to posix_memalign.
21236         (Hooks for Malloc): Document __memalign_hook is also called
21237         for aligned_alloc.  (Summary of Malloc): Add summary for
21238         aligned alloc.  Document __memalign_hook is also called
21239         for aligned_alloc.
21241 2013-12-16  Will Newton  <will.newton@linaro.org>
21243         * manual/memory.texi (Malloc Examples): Clarify default
21244         alignment documentation.  Suggest posix_memalign rather
21245         than memalign or valloc.
21246         (Aligned Memory Blocks): Remove suggestion to use memalign
21247         or valloc.  Remove obsolete comment about BSD.
21248         Document memalign errno values and mark the function obsolete.
21249         Document posix_memalign returned error codes.  Mark valloc
21250         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21251         called for posix_memalign and valloc.
21252         (Summary of Malloc): Add posix_memalign to function summary.
21253         __memalign_hook is also called for posix_memalign and valloc.
21255 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21257         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21258         TAYLOR_SIN.
21259         (__sin): Adjust.
21260         (__cos): Likewise.
21261         (sloww): Use mynumber union.  Expand ternary operator into
21262         if-else statements.
21263         (cslow): use mynumber union.
21265 2013-12-16  Allan McRae  <allan@archlinux.org>
21267         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21268         * configure: Regenerated.
21270         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21272         [BZ #14120]
21273         * configure.ac: Added --enable-maintainer-mode. Check for
21274         autoconf when enabled.
21275         * configure: Regenerated.
21277         * nscd/nscd.service: New file.
21278         * nscd/nscd.tmpfiles: New file.
21280 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21282         [BZ #12100]
21283         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21284         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21285         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21286         (strstr): Add __strstr_sse2_unaligned ifunc.
21287         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21288         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21289         (strcasestr): Remove __strcasestr_sse42 ifunc.
21290         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21291         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21292         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21294 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21296         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21297         * sysdeps/sh/bits/fenv.h: ... here.
21298         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21300 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21302         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21304         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21305         hypotf multiarch implementations.
21306         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21307         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21308         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21309         multiarch hypot for PPC64.
21310         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21311         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21312         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21313         multiarch hypotf for PPC64.
21315         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21316         modff multiarch implementations.
21317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21319         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21320         multiarch modf for PPC64.
21321         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21324         multiarch modff for PPC64.
21326         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21327         and logl multiarch implementations.
21328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21331         multiarch logb for PPC64.
21332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21334         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21335         multiarch logb for PPC64.
21336         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21339         multiarch logb for PPC64.
21341         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21342         isinff multiarch implementation.
21343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21344         file.
21345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21347         multiarch isinf for PPC64.
21348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21349         file.
21350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21351         multiarch isinff for PPC64.
21353         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21354         finitef multiarch implementation.
21355         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21356         file.
21357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21359         multiarch finite for PPC64.
21360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21361         file.
21362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21363         multiarch finitef for PPC64.
21365         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21366         lrint multiarch implementation.
21367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21368         file.
21369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21371         multiarch llrint for PPC64.
21372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21373         multiarch lrint for PPC64.
21375         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21376         copysignf multiarch implementation.
21377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21378         file.
21379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21380         file.
21381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21382         multiarch copysign for PPC64.
21383         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21384         multiarch copysignf for PPC64.
21386         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21387         multiarch implementation.
21388         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21389         file.
21390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21391         file.
21392         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21393         file.
21394         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21395         file.
21396         multiarch llround for PPC64.
21397         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21398         multiarch trunc for PPC64.
21399         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21400         multiarch truncf for PPC64.
21402         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21403         multiarch implementation.
21404         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21405         file.
21406         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21407         file.
21408         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21409         file.
21410         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21411         file.
21412         multiarch llround for PPC64.
21413         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21414         multiarch round for PPC64.
21415         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21416         multiarch roundf for PPC64.
21418         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21419         multiarch implementation.
21420         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21421         file.
21422         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21423         file.
21424         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21425         file.
21426         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21427         file.
21428         multiarch llround for PPC64.
21429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21430         multiarch floor for PPC64.
21431         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21432         multiarch floorf for PPC64.
21434         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21435         multiarch implementation.
21436         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21437         file.
21438         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21439         file.
21440         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21441         file.
21442         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21443         file.
21444         multiarch llround for PPC64.
21445         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21446         multiarch ceil for PPC64.
21447         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21448         multiarch ceilf for PPC64.
21450         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21451         multiarch implementation.
21452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21453         file.
21454         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21455         file.
21456         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21457         file.
21458         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21459         multiarch llround for PPC64.
21460         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21461         multiarch lround for PPC64.
21463         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21464         multiarch implementation.
21465         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21467         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21468         file.
21469         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21470         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21471         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21472         multiarch isnan for PPC64.
21473         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21474         multiarch isnanf for PPC64.
21476         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21477         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21478         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21479         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21480         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21481         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21483         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21484         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21485         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21486         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21488         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21489         multiarch implementations.
21490         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21491         (__libc_ifunc_impl_list): Likewise.
21492         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21493         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21494         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21495         multiarch stpcpy for PPC64.
21497         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21498         multiarch implementations.
21499         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21500         (__libc_ifunc_impl_list): Likewise.
21501         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21502         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21503         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21504         multiarch strcpy for PPC64.
21506         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21507         redefine function name.
21508         (_wordcopy_fwd_dest_aligned): Likewise.
21509         (_wordcopy_bwd_aligned): Likewise.
21510         (_wordcopy_bwd_dest_aligned): Likewise.
21511         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21512         multiarch implementations.
21513         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21514         (__libc_ifunc_impl_list): Likewise.
21515         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21516         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21517         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21518         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21519         multiarch wcscpy for PPC64.
21521         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21522         multiarch implementations.
21523         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21524         (__libc_ifunc_impl_list): Likewise.
21525         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21526         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21527         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21528         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21529         multiarch wcscpy for PPC64.
21531         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21532         multiarch implementations.
21533         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21534         (__libc_ifunc_impl_list): Likewise.
21535         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21536         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21537         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21538         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21539         multiarch wcsrchr for PPC64.
21541         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21542         multiarch implementations.
21543         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21544         (__libc_ifunc_impl_list): Likewise.
21545         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21546         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21547         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21548         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21549         multiarch wcschr for PPC64.
21551         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21552         multiarch implementations.
21553         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21554         (__libc_ifunc_impl_list): Likewise.
21555         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21556         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21557         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21558         multiarch strchrnul for PPC64.
21560         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21561         implementations.
21562         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21563         (__libc_ifunc_impl_list): Likewise.
21564         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21565         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21566         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21567         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21568         strchr for PPC64.
21570         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21571         implementations.
21572         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21573         (__libc_ifunc_impl_list): Likewise.
21574         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21575         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21576         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21577         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21578         strncmp for PPC64.
21580         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21581         multiarch implementations.
21582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21583         (__libc_ifunc_impl_list): Likewise.
21584         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21585         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21586         strncasecmp for PPC64.
21587         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21588         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21589         multiarch strncasecmp_l for PPC64.
21591         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21592         multiarch implementations.
21593         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21594         (__libc_ifunc_impl_list): Likewise.
21595         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21596         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21597         multiarch strcasecmp for PPC64.
21598         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21599         file.
21600         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21601         multiarch strcasecmp_l for PPC64.
21603         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21604         implementations.
21605         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21606         (__libc_ifunc_impl_list): Likewise.
21607         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21608         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21609         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21610         strnlen for PPC64.
21612         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21613         implementations.
21614         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21615         (__libc_ifunc_impl_list): Likewise.
21616         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21617         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21618         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21619         strlen for PPC64.
21621         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21622         implementations.
21623         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21624         (__libc_ifunc_impl_list): Likewise.
21625         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21626         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21627         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21628         rawmemrchr for PPC64.
21630         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21631         implementation.
21632         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21633         (__libc_ifunc_impl_list): Likewise.
21634         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21635         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21636         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21637         memrchr for PPC64.
21639         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21640         implementation.
21641         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21642         (__libc_ifunc_impl_list): Likewise.
21643         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21644         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21645         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21646         memchr for PPC64.
21648         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21649         implementation.
21650         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21651         (__libc_ifunc_impl_list): Likewise.
21652         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21653         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21654         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21655         mempcpy for PPC64.
21657         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21658         avoid cretion of __bzero symbol.
21659         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21660         Likewise.
21661         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21662         Likewise.
21663         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21664         Likewise.
21665         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21666         multiarch implementations.
21667         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21668         (__libc_ifunc_impl_list): Likewise.
21669         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21670         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21671         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21672         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21673         bzero for PPC32.
21674         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21675         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21676         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21677         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21678         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21679         memset for PPC64.
21680         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21682         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21683         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21684         implementations.
21685         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21686         (__libc_ifunc_impl_list): Likewise.
21687         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21688         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21689         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21690         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21691         memcmp for PPC64.
21693         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21694         multiarch for POWER/PPC64.
21695         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21696         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21697         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21698         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21699         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21700         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21701         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21702         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21703         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21704         memcpy for PPC64.
21706         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21707         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21708         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21709         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21710         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21711         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21712         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21713         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21714         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21715         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21716         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21717         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21718         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21719         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21720         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21721         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21722         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21724         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21725         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21726         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21727         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21729 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21731         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21733 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21735         * benchtests/Makefile (bench): Add exp2 and log2.
21736         (LDLIBS-bench-exp2): Add -lm.
21737         (LDLIBS-bench-log2): Likewise.
21738         * benchtests/exp2-inputs: New inputs file.
21739         * benchtests/log2-inputs: New inputs file.
21740         * benchtests/log-inputs: Add new inputs.
21741         * benchtests/tan-inputs: Likewise.
21743 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21745         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21746         definition...
21747         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21748         (csloww2): ... from here.
21750         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21751         instead of structures.
21752         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21753         (POLYNOMIAL): Likewise.
21754         (TAYLOR_SLOW): Likewise.
21755         (__sin): Likewise.
21756         (__cos): Likewise.
21757         (slow1): Likewise.
21758         (slow2): Likewise.
21759         (sloww): Likewise.
21760         (sloww1); Likewise.
21761         (sloww2): Likewise.
21762         (bsloww1): Likewise.
21763         (bsloww2): Likewise.
21764         (cslow2): Likewise.
21765         (csloww): Likewise.
21766         (csloww1): Likewise.
21767         (csloww2): Likewise.
21769 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21771         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21772         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21773         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21774         * malloc/hooks.c (realloc_check): Likewise.
21776         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21777         * malloc/arena.c: Remove PER_THREAD conditional.
21778         [!PER_THREAD]: Remove code.
21779         (ptmalloc_unlock_all2): Likewise.
21780         (ptmalloc_init): Likewise.
21781         (_int_new_arena): Likewise.
21782         (arena_get2): Likewise.
21783         * malloc/hooks.c (__malloc_get_state): Likewise.
21784         (__malloc_set_state): Likewise.
21785         * malloc/malloc.c: Likewise.
21786         (struct malloc_state): Likewise.
21787         (struct malloc_par): Likewise.
21788         (__libc_realloc): Likewise.
21789         (__libc_mallopt): Likewise.
21791 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21793         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21795 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21797         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21798         macro to a function.  Check for zero perturb_byte.
21799         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21801         * malloc/malloc.c: (force_reg): Remove.
21802         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21803         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21804         force_reg by atomic_forced_read.
21805         * malloc/arena.c (ptmalloc_init): Likewise.
21806         * malloc/hooks.c (top_check): Likewise.
21808 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21810         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21812 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21814         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21816 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21818         * math/auto-libm-test-in: Add tests of lgamma.
21819         * math/auto-libm-test-out: Regenerated.
21820         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21821         (M_LOG_2_SQRT_PIl): Likewise.
21822         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21823         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21824         mpfr_f_f1.
21825         (func_calc_desc): Add mpfr_f_f1 union field.
21826         (ARGS1): New macro.
21827         (ARGS2): Likewise.
21828         (ARGS3): Likewise.
21829         (ARGS4): Likewise.
21830         (RET1): Likewise.
21831         (RET2): Likewise.
21832         (CALC): Likewise.
21833         (FUNC): Likewise.
21834         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21835         (test_functions): Add lgamma.
21836         (calc_generic_results): Handle mpfr_f_f1.
21837         * sysdeps/i386/fpu/libm-test-ulps: Update.
21838         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21840 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21842         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21843         __mpn_add_n for PowerPC64/POWER7.
21844         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21845         __mpn_sub_n for PowerPC64/POWER7.
21847         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21848         __mpn_addmul_1 for PowerPC64.
21849         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21850         __mpn_submul_1 for PowerPC64.
21851         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21852         for PowerPC64.
21853         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21854         for PowerPC64.
21856 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21858         [BZ #15089]
21859         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21861 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21863         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21865         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21866         add multiarch folders.
21867         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21868         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21869         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21870         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21871         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21872         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21873         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21874         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21875         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21876         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21877         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21883         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21886         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21888         New file.
21889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21890         New file.
21891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21892         multiarch __ieee754_hypot for PowerPC32.
21893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21894         New file.
21895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21896         New file.
21897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21898         multiarch __ieee754_hypotf for PowerPC32.
21900         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21901         long_double_symbol only if __logbl is defined.
21902         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21903         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21904         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21905         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21906         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21907         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21908         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21909         path for implementation.
21910         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21911         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21913         logb, and logbl multiarch implementations for PowerPC32.
21914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21915         file.
21916         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21917         file.
21918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21919         multiarch logb for PowerPC32.
21920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21921         file.
21922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21923         file.
21924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21925         multiarch logbf for PowerPC32.
21926         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21928         file.
21929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21930         multiarch logbl implementation for PowerPC32.
21932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21933         and modff multiarch implementations.
21934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21935         New file.
21936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21937         New file.
21938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21939         multiarch modf for PowerPC32.
21940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21941         New file.
21942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21943         New file.
21944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21945         multiarch modff for PowerPC32.
21947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21948         and lrintf multiarch implementations.
21949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21950         New file.
21951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21952         New file.
21953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21954         multiarch lrint for PowerPC32.
21955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21956         file: multiarch lrintf for PowerPC32.
21958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21959         and lroundf multiarch implementations.
21960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21961         New file.
21962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21963         New file.
21964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21965         New file.
21966         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21967         multiarch lround for PowerPC32.
21968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21969         file: multiarch lroundf for PowerPC32.
21971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21972         copysign and copysignf multiarch implementations.
21973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21974         New file.
21975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21976         New file.
21977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21978         file: multiarch copysign for PowerPC32.
21979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21980         file: multiarch copysignf for PowerPC32.
21982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21983         and truncf multiarch implementations.
21984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21985         New file.
21986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21987         file.
21988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21989         multiarch trunc for PowerPC32.
21990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21991         New file.
21992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21993         New file.
21994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21995         multiarch truncf for PowerPC32.
21997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21998         and roundf multiarch implementations.
21999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
22000         New file.
22001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
22002         file.
22003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
22004         multiarch round for PowerPC32.
22005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
22006         New file.
22007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
22008         New file.
22009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
22010         multiarch roundf for PowerPC32.
22012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
22013         and floorf multiarch implementations.
22014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
22015         New file.
22016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
22017         file.
22018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
22019         multiarch floor for PowerPC32.
22020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
22021         New file.
22022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
22023         New file.
22024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
22025         multiarch floorf for PowerPC32.
22027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
22028         and ceilf multiarch implementations.
22029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
22030         New file.
22031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
22032         file.
22033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
22034         multiarch ceil for PowerPC32.
22035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
22036         New file.
22037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
22038         file.
22039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
22040         multiarch ceilf for PowerPC32.
22042         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
22043         is defined.
22044         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
22045         FINITEF is defined.
22046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
22047         and finitef multiarch implementations.
22048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
22049         New file.
22050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
22051         file.
22052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
22053         multiarch finite for PowerPC32.
22054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
22055         New file.
22056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
22057         file: multiarch finitef for PowerPC32.
22059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
22060         and isinff multiarch implementations.
22061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
22062         file.
22063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
22064         file.
22065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
22066         multiarch isinf for PowerPC32.
22067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
22068         New file.
22069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
22070         multiarch isinff for PowerPC32.
22072         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
22073         alias when __isnan is defined.
22074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
22075         and isnanf multiarch implementations.
22076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
22077         file.
22078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
22079         file.
22080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
22081         file.
22082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
22083         file.
22084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
22085         multiarch isnan for PowerPC32.
22086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
22087         New file.
22088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
22089         New file.
22090         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
22091         multiarch isnanf for PowerPC32.
22093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
22094         and sqrtf multiarch implementations.
22095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
22096         file.
22097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
22098         file.
22099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
22100         multiarch sqrt for PowerPC32.
22101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
22102         file.
22103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
22104         file.
22105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
22106         multiarch sqrtf for PowerPC32.
22108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
22109         and llroundf multiarch implementations.
22110         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
22111         New file.
22112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
22113         New file.
22114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
22115         New file.
22116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
22117         file: multiarch llround for PowerPC32.
22118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
22119         file: multiarch llroundf for PowerPC32.
22121         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
22122         multiarch PowerPC32 fpu implementations.
22123         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22124         New file.
22125         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22126         New file.
22127         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22128         multiarch llrint for PowerPC32.
22129         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22130         New file.
22131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22132         New file.
22133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22134         file.
22136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22138         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22139         file.
22140         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22141         file.
22142         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22143         file.
22144         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22145         multiarch wordcopy for PPC32.
22146         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22147         wordcopy objects.
22148         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22149         (__libc_ifunc_impl_list): Likewise.
22150         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22151         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22152         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22153         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22154         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22155         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22157         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22158         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22159         file.
22160         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22161         file.
22162         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22163         file.
22164         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22165         multiarch wcscpy for PPC32.
22166         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22167         multiarch objects.
22168         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22169         (__libc_ifunc_impl_list): Likewise.
22170         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22171         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22172         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22173         sysdeps/powerpc/power6/wcscpy.c.
22175         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22176         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22177         file.
22178         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22179         file.
22180         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22181         file.
22182         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22183         multiarch wcsrchr for PPC32.
22184         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22185         multiarch objects.
22186         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22187         (__libc_ifunc_impl_list): Likewise.
22188         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22189         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22190         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22191         sysdeps/powerpc/power6/wcsrchr.c.
22193         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22194         file.
22195         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22196         file.
22197         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22198         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22199         multiarch wcschr for PPc32.
22200         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22201         multiarch objects.
22202         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22203         (__libc_ifunc_impl_list): Likewise.
22204         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22205         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22206         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22207         sysdeps/powerpc/power6/wcschr.c.
22209         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22210         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22211         file.
22212         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22213         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22214         file: multiarch strchr for PPC32.
22215         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22216         multiarch objects.
22217         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22218         (__libc_ifunc_impl_list): Likewise.
22220         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22221         name.
22222         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22223         file.
22224         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22225         file.
22226         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22227         multiarch strchrnul for PPC32.
22228         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22229         multiarch objects.
22230         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22231         (__libc_ifunc_impl_list): Likewise.
22233         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22234         file.
22235         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22236         multiarch strncasecmp for PPC32.
22237         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22238         file.
22239         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22240         multiarch strncasecmp_l for PPC32.
22241         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22242         strncasecmp multiarch objects.
22243         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22244         (__libc_ifunc_impl_list): Likewise.
22246         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22247         file.
22248         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22249         multiarch strncasecmp for PPC32.
22250         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22251         New file.
22252         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22253         multiarch strcasecmp_l for PPC32.
22254         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22255         multiarch objects.
22256         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22257         (__libc_ifunc_impl_list): Likewise.
22259         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22260         file.
22261         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22262         file.
22263         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22264         multiarch strncmp for PPC32.
22265         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22266         multiarch objects.
22267         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22268         (__libc_ifunc_impl_list): Likewise.
22270         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22271         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22272         file.
22273         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22274         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22275         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22276         multiarch objects.
22277         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22278         (__libc_ifunc_impl_list): Likewise.
22280         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22281         file.
22282         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22283         file.
22284         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22285         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22286         multiarch objects.
22287         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22288         (__libc_ifunc_impl_list): Likewise.
22290         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22291         file.
22292         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22293         file.
22294         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22295         multiarch rawmemchr for PPC32.
22296         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22297         multiarch objects.
22298         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22299         (__libc_ifunc_impl_list): Likewise.
22301         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22302         file.
22303         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22304         file.
22305         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22306         file: memrchr multiarch for PPC32.
22307         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22308         multiarch objects.
22309         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22310         (__libc_ifunc_impl_list): Likewise.
22312         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22313         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22314         file.
22315         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22316         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22317         multiarch memchr for PPC32.
22318         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22319         multiarch objects.
22320         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22321         (__libc_ifunc_impl_list): Likewise.
22323         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22324         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22325         file.
22326         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22327         file.
22328         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22329         file: multiarch mempcpy for PPC32.
22330         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22331         multiarch objects.
22332         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22333         (__libc_ifunc_impl_list): Likewise.
22335         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22336         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22337         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22338         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22339         multiarch bzero for PPC32.
22340         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22341         file.
22342         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22343         file.
22344         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22345         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22346         file: multiarch memset for PPC32.
22347         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22348         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22349         memset multiarch objects.
22350         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22351         (__libc_ifunc_impl_list): Likewise.
22353         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22354         file.
22355         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22356         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22357         memcmp for PPC32.
22358         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22359         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
22360         multiarch objects.
22361         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22362         (__libc_ifunc_impl_list): Likewise.
22364         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
22365         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22366         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22367         file.
22368         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22369         file.
22370         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22371         file.
22372         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22373         multiarch memcpy for PPC32.
22374         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22375         multiarch objects.
22376         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22377         (__libc_ifunc_impl_list): Likewise.
22379         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22380         support multiarch for POWER/PPC32.
22381         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22382         Likewise.
22383         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22385         Implies file to make multiarch folder appers before the fpu and
22386         default folder for power4 configuration.
22388 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22390         * scripts/bench.pl: Append volatile keyword to type.
22392 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22394         * sysdeps/sh/sotruss-lib.c: New file.
22395         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22397 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22399         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22401 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22403         [BZ #6810]
22404         * math/w_tgamma.c: Include <errno.h>.
22405         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22406         * math/w_tgammaf.c: Include <errno.h>.
22407         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22408         * math/w_tgammal.c: Include <errno.h>.
22409         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22410         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22411         underflow.  Add more tgamma tests.
22412         * math/auto-libm-test-out: Regenerated.
22413         * sysdeps/i386/fpu/libm-test-ulps: Update.
22414         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22416         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22417         sin, sinh, tan, tanh, tgamma, y0 and y1.
22418         * math/auto-libm-test-out: Regenerated.
22419         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22420         (TEST_COND_x86): Likewise.
22421         (M_E2l): Remove macro.
22422         (M_E3l): Likewise.
22423         (M_2_SQRT_PIl): Likewise.
22424         (M_SQRT_PIl): Likewise.
22425         (M_1_DIV_El): Likewise.
22426         (log_test_data): Use AUTO_TESTS_f_f.
22427         (log10_test_data): Likewise.
22428         (log1p_test_data): Likewise.
22429         (log2_test_data): Likewise.
22430         (sin_test_data): Likewise.
22431         (sin_tonearest_test_data): Likewise.
22432         (sin_towardzero_test_data): Likewise.
22433         (sin_downward_test_data): Likewise.
22434         (sin_upward_test_data): Likewise.
22435         (sinh_test_data): Likewise.
22436         (sinh_tonearest_test_data): Likewise.
22437         (sinh_towardzero_test_data): Likewise.
22438         (sinh_downward_test_data): Likewise.
22439         (sinh_upward_test_data): Likewise.
22440         (tan_test_data): Likewise.
22441         (tan_tonearest_test_data): Likewise.
22442         (tan_towardzero_test_data): Likewise.
22443         (tan_downward_test_data): Likewise.
22444         (tan_upward_test_data): Likewise.
22445         (tanh_test_data): Likewise.
22446         (tgamma_test_data): Likewise.
22447         (y0_test_data): Likewise.
22448         (y1_test_data): Likewise.
22449         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22450         (special_real_inputs): Add pi/4.
22451         * sysdeps/i386/fpu/libm-test-ulps: Update.
22452         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22454 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22456         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22457         "longjmp_target" static probes.
22458         (__longjmp): Rename to __longjmp_symbol.
22459         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22460         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22461         on which longjmp to generate.
22462         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22463         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22464         probe.
22465         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22466         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22467         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22468         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22469         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22470         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22472         __longjmp_symbol based on which __longjmp to generate.
22473         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22474         probe.
22475         (setjmp): Rename to setjmp_symbol.
22476         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22477         (_setjmp): Rename to _setjmp_symbol.
22478         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22479         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22480         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22481         which setjmp to generate.
22482         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22483         "longjmp_target" static probes.
22485 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22487         * benchtests/README: Add note about output arguments.
22488         * benchtests/bench-sincos.c: Remove file.
22489         * benchtests/sincos-inputs: New file.
22490         * scripts/bench.pl: Identify output arguments and define
22491         static variables for them.
22493         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22495         [BZ #15941]
22496         * Makefile (INSTALL): Add install-plain.texi as the primary
22497         dependency.
22498         * manual/install-plain.texi: New file.
22499         * manual/install.texi: Include node directive only for
22500         non-plaintext output.
22502 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22504         * stdlib/longlong.h: Update from GCC.
22506         [BZ #6807]
22507         [BZ #15901]
22508         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22509         * math/w_j0f.c (y0f): Likewise.
22510         * math/w_j0l.c (__y0l): Likewise.
22511         * math/w_j1.c (y1): Likewise.
22512         * math/w_j1f.c (y1f): Likewise.
22513         * math/w_j1l.c (__y1l): Likewise
22514         * math/w_jn.c (yn): Likewise.
22515         * math/w_jnf.c (ynf): Likewise.
22516         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22517         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22518         value for Bessel function domain errors outside _SVID_ mode.
22519         Adjust sign of return value for yn (negative integer, 0).
22520         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22521         by zero in return for negative x and set sign appropriately for
22522         negative n.
22523         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22524         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22525         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22526         expectations in error cases.
22527         (y1_test_data): Likewise.
22528         (yn_test_data): Likewise.
22529         * sysdeps/i386/fpu/libm-test-ulps: Update.
22530         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22532 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22534         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22535         "64" to "64-v1".  Add "64-v2".
22536         (abi-64-options): Rename to ...
22537         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22538         (abi-64-condition): Rename to ...
22539         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22540         (abi-64-ld-soname): Rename to ...
22541         (abi-64-v1-ld-soname): ... this.
22542         (abi-64-v2-options): Define.
22543         (abi-64-v2-condition): Likewise.
22544         (abi-64-v2-ld-soname): Likewise.
22545         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22546         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22551 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22552             Alan Modra  <amodra@gmail.com>
22554         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22555         New versions for use with the ELFv2 ABI.
22556         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22557         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22558         declaration.
22559         (struct La_ppc64v2_retval): Likewise.
22560         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22561         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22562         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22563         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22564         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22565         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22566         Do not save or restore CR.
22567         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22568         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22569         return values for ELFv2 ABI.  Fix location of FPR return registers.
22570         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22571         updated values for _CALL_ELF == 2.
22572         (La_regs, La_retval, int_retval): Likewise.
22574 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22576         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22577         (FRAME_MIN_SIZE_PARM): Likewise.
22578         (FRAME_BACKCHAIN): Likewise.
22579         (FRAME_CR_SAVE): Likewise.
22580         (FRAME_LR_SAVE): Likewise.
22581         (FRAME_TOC_SAVE): Likewise.
22582         (FRAME_PARM_SAVE): Likewise.
22583         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22584         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22585         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22586         (call_mcount_parm_offset): New macro.
22587         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22588         (PROF): Use symbolic stack frame offsets.
22589         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22590         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22591         Redefine in terms of FRAME_MIN_SIZE.
22592         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22593         (_dl_profile_resolve): Likewise.  Update comment.
22594         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22595         symbols stack frame offsets.
22596         (__sigsetjmp): Likewise.
22597         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22598         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22599         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22600         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22603         (FRAME_BACKCHAIN): Remove.
22604         (FRAME_CR_SAVE): Likewise.
22605         (FRAME_LR_SAVE): Likewise.
22606         (FRAME_COMPILER_DW): Likewise.
22607         (FRAME_LINKER_DW): Likewise.
22608         (FRAME_TOC_SAVE): Likewise.
22609         (FRAME_PARM_SAVE): Likewise.
22610         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22611         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22612         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22614         (CHECK_SP): Use symbolic stack frame offsets.
22615         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22616         zone" instead of caller's parameter save area for temp storage.
22617         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22618         Likewise.  Also, use symbolic stack frame offsets.
22619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22620         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22621         our own stack frame instead of the caller's.
22622         (__socket): Use symbolic stack frame offsets.
22624 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22625             Alan Modra  <amodra@gmail.com>
22627         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22628         Define.
22629         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22630         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22631         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22632         New function.
22633         (elf_machine_fixup_plt): Call it.
22634         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22635         reloc arguments.
22636         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22637         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22638         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22639         r2 before calling target.
22641 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22642             Alan Modra  <amodra@gmail.com>
22644         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22645         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22646         versions of macros to support ELFv2 ABI.
22647         (LOCALENTRY): New macro.
22648         (ENTRY, EALIGN): Use it.
22649         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22650         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22651         fall through into ENTRY entry point.
22652         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22653         Only define if _CALL_ELF != 2.
22655         (elf_machine_matches_host): Verify ABI version matches.
22656         (RTLD_START): Use LOCALENTRY.
22657         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22658         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22659         (PLT_ENTRY_WORDS): New macro.
22660         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22661         (elf_machine_runtime_setup): Support ELFv2 ABI.
22662         (elf_machine_fixup_plt): Likewise.
22663         (elf_machine_plt_conflict): Likewise.
22664         (resolve_ifunc): Likewise.
22665         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22666         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22667         Likewise.
22668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22669         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22670         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22671         (makecontext): Support ELFv2 ABI.
22672         * elf/elf.h (EF_PPC64_ABI): Define.
22674 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22676         * sysdeps/powerpc/powerpc64/sysdep.h
22677         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22678         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22679         (ENTRY) [ASSEMBLER]: ... but instead here ...
22680         (EALIGN) [ASSEMBLER]: ... and here.
22681         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22682         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22683         (ENTRY_2) [!ASSEMBLER]: Use it.
22684         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22685         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22686         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22687         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22688         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22690         Use PPC64_LOAD_FUNCPTR.
22692         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22694 2013-12-04  Alan Modra  <amodra@gmail.com>
22696         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22697         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22698         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22699         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22701         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22702         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22703         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22704         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22705         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22706         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22708 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22711         (__makecontext): Fix incorrect CFI when backtracing out of
22712         context created via makecontext.
22713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22714         (__setcontext): Fix incorrect CFI during switch to new context.
22715         (__novec_setcontext): Likewise.
22717 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22719         [BZ #4772]
22720         * time/strptime_l.c (__strptime_internal): Allow modifiers
22721         in strptime.
22722         * time/tst-strptime.c (day_tests): Add testcase.
22724 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22726         * scripts/bench.pl: Skip over blank lines.
22728 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22730         [BZ #926]
22731         * manual/time.texi (Calendar Time): Clarify what timezone functions
22732         use.
22734 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22736         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22738 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22740         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22741         implementation.
22742         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22743         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22744         * debug/memset_chk.c (__memset_chk): Likewise.
22745         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22746         * debug/strncpy_chk.c: Likewise.
22748 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22750         [BZ #15268]
22751         [BZ #15425]
22752         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22753         (__ieee754_exp): For possibly underflowing results, check size of
22754         result and force underflow exception if required.
22755         * math/auto-libm-test-in: Add more tests of exp.
22756         * math/auto-libm-test-out: Regenerated.
22757         * sysdeps/i386/fpu/libm-test-ulps: Update.
22758         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22760         [BZ #16283]
22761         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22762         * math/w_exp2f.c (__exp2f): Likewise.
22763         * math/w_exp2l.c (__exp2l): Likewise.
22764         * math/auto-libm-test-in: Do not allow missing errno on exp2
22765         underflow.
22766         * math/auto-libm-test-out: Regenerated.
22768 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22770         [BZ #16274]
22771         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22772         handle filename validation.
22773         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22774         (do_open): Delete.
22776 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22778         [BZ #6786]
22779         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22780         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22781         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22782         <float.h>.
22783         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22784         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22785         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22786         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22787         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22788         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22789         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22790         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22791         Add more erfc tests.
22792         * math/auto-libm-test-out: Regenerated.
22793         * sysdeps/i386/fpu/libm-test-ulps: Update.
22794         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22796         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22797         exp2, expm1, j0 and j1.
22798         * math/auto-libm-test-out: Regenerated.
22799         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22800         (erfc_test_data): Likewise.
22801         (exp_test_data): Likewise.
22802         (exp_tonearest_test_data): Likewise.
22803         (exp_towardzero_test_data): Likewise.
22804         (exp_downward_test_data): Likewise.
22805         (exp_upward_test_data): Likewise.
22806         (exp10_test_data): Likewise.
22807         (exp2_test_data): Likewise.
22808         (expm1_test_data): Likewise.
22809         (j0_test_data): Likewise.
22810         (j1_test_data): Likewise.
22811         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22812         (input_flag_type): Add flag_xfail_rounding.
22813         (input_flags): Add xfail-rounding.
22814         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22815         (output_for_one_input_case): Handle flag_xfail_rounding.
22816         * sysdeps/i386/fpu/libm-test-ulps: Update.
22817         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22819 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22821         [BZ #16289]
22822         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22823         division by 0.
22825 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22827         [BZ #16195]
22828         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22829         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22830         (STAP_PROBE0): New macro.
22831         (STAP_PROBE1): Likewise.
22832         (STAP_PROBE2): Likewise.
22833         (STAP_PROBE3): Likewise.
22834         (STAP_PROBE4): Likewise.
22836 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22838         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22840 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22842         * benchtests/Makefile (bench): Add sqrt.
22843         (LDLIBS-bench-sqrt): New.
22844         * benchtests/sqrt-input: New.
22846 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22848         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22849         (GAIH_EAI): Likewise.
22850         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22851         (gaih_inet): Likewise.
22852         (getaddrinfo): Don't use GAIH_EAI.
22854         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22855         (struct gaih): Remove definition.
22857 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22859         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22860         Use HERRNOP directly.
22862 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22864         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22866 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22868         * math/gen-auto-libm-tests.c (test_functions): Add more
22869         single-argument functions.
22870         (special_fill_pi_2): New function.
22871         (special_fill_minus_pi_2): Likewise.
22872         (special_fill_pi_6): Likewise.
22873         (special_fill_minus_pi_6): Likewise.
22874         (special_fill_pi_3): Likewise.
22875         (special_fill_2pi_3): Likewise.
22876         (special_fill_e): Likewise.
22877         (special_fill_1_e): Likewise.
22878         (special_fill_e_minus_1): Likewise.
22879         (special_real_inputs): Add more special inputs.
22880         (output_for_one_input_case): Do not require ERANGE on underflow to
22881         zero if round-to-nearest result does not underflow to zero, unless
22882         exact results required.
22883         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22884         atan, atanh, cbrt, cos and cosh.
22885         * math/auto-libm-test-out: Regenerated.
22886         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22887         (acos_tonearest_test_data): Likewise.
22888         (acos_towardzero_test_data): Likewise.
22889         (acos_downward_test_data): Likewise.
22890         (acos_upward_test_data): Likewise.
22891         (acosh_test_data): Likewise.
22892         (asin_test_data): Likewise.
22893         (asin_tonearest_test_data): Likewise.
22894         (asin_towardzero_test_data): Likewise.
22895         (asin_upward_test_data): Likewise.
22896         (asinh_test_data): Likewise.
22897         (atan_test_data): Likewise.
22898         (atanh_test_data): Likewise.
22899         (cbrt_test_data): Likewise.
22900         (cos_test_data): Likewise.
22901         (cos_tonearest_test_data): Likewise.
22902         (cos_towardzero_test_data): Likewise.
22903         (cos_downward_test_data): Likewise.
22904         (cos_upward_test_data): Likewise.
22905         (cosh_test_data): Likewise.
22906         (cosh_tonearest_test_data): Likewise.
22907         (cosh_towardzero_test_data): Likewise.
22908         (cosh_downward_test_data): Likewise.
22909         (cosh_upward_test_data): Likewise.
22910         * sysdeps/i386/fpu/libm-test-ulps: Update.
22911         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22913 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22915         [BZ #6787]
22916         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22917         * math/w_exp10f.c (__exp10f): Likewise.
22918         * math/w_exp10l.c (__exp10l): Likewise.
22919         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22920         errno settings in existing tests.
22922         [BZ #14032]
22923         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22924         precision control set to double precision.
22925         * sysdeps/i386/fpu/w_sqrt.c: New file.
22926         * math/auto-libm-test-in: Add more tests.
22927         * math/auto-libm-test-out: Update.
22929         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22930         (sqrt_test_tonearest): New function.
22931         (sqrt_towardzero_test_data): New variable.
22932         (sqrt_test_towardzero): New function.
22933         (sqrt_downward_test_data): New variable.
22934         (sqrt_test_downward): New function.
22935         (sqrt_upward_test_data): New variable.
22936         (sqrt_test_upward): New function.
22937         (main): Call the new functions.
22939         * math/gen-auto-libm-tests.c: New file.
22940         * math/auto-libm-test-in: Likewise.
22941         * math/auto-libm-test-out: New generated file.
22942         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22943         variables.
22944         (%beautify): Add generated representations of zero.
22945         (top level): Set $auto_input and call parse_auto_input.
22946         (beautify): Remove trailing "f" from hex float constants.
22947         (parse_args): Handle XFAIL_TEST.
22948         (convert_condition): New function.
22949         (or_value): Likewise.
22950         (or_cond_value): Likewise.
22951         (generate_testfile): Handle AUTO_TESTS_* lines.
22952         (parse_auto_input): New function.
22953         * math/libm-test.inc (XFAIL_TEST): New macro.
22954         (ERRNO_UNCHANGED): Update value.
22955         (ERRNO_EDOM): Likewise.
22956         (ERRNO_ERANGE): Likewise.
22957         (IGNORE_RESULT): Likewise.
22958         (TEST_COND_flt_32): New macro.
22959         (TEST_COND_dbl_64): Likewise.
22960         (TEST_COND_ldbl_96_intel): Likewise.
22961         (TEST_COND_ldbl_96_m68k): Likewise.
22962         (TEST_COND_ldbl_128): Likewise.
22963         (TEST_COND_ldbl_128ibm): Likewise.
22964         (TEST_COND_long32): Likewise.
22965         (TEST_COND_long64): Likewise.
22966         (TEST_COND_before_rounding): Likewise.
22967         (TEST_COND_after_rounding): Likewise.
22968         (enable_test): Handle XFAIL_TEST flag.
22969         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22970         with finite results.
22971         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22972         auto-libm-test-out.
22974 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22975             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22977         [BZ #16214]
22978         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22979         __tls_get_addr_internal instead of __tls_get_offset in order to
22980         avoid GOT pointer dependency.  Make rtld export
22981         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22982         __tls_get_addr since we are a __tls_get_offset platform.
22983         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22984         GOT pointer being set up before.
22985         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22987 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22989         * manual/math.texi (Errors in Math Functions): Document accuracy
22990         goals.
22992         [BZ #15004]
22993         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22994         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22995         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22996         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22997         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22998         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22999         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
23000         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
23001         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
23002         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
23003         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
23004         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
23005         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
23006         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
23007         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
23008         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
23010         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
23011         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
23012         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
23013         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
23014         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
23015         Likewise.
23016         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
23017         Likewise.
23018         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
23019         Likewise.
23020         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
23021         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
23022         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
23023         atomic-feupdateenv and flt-rounds.
23024         * sysdeps/powerpc/nofpu/Versions (libc): Add
23025         __atomic_feholdexcept, __atomic_feclearexcept,
23026         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
23027         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
23028         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
23029         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
23030         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
23031         here.
23032         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
23033         Update.
23035         * manual/arith.texi (FP Exceptions): Document that exceptions may
23036         not be raised when matherr is used.
23037         (Math Error Reporting): Document overflow in directed rounding
23038         modes.  Document that errno may not be set when finite values are
23039         returned on overflow.  Document intent to set errno on underflow
23040         only for underflow to zero.
23042         [BZ #16271]
23043         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
23044         round-to-nearest then adjust result for other rounding modes.
23045         * include/fenv.h (fegetround): Use libm_hidden_proto.
23046         * math/fegetround.c (fegetround): Use libm_hidden_def.
23047         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
23048         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
23049         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23050         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
23051         Likewise.
23052         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
23053         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
23054         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
23055         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
23057 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23059         [BZ #16077]
23060         * nss/Versions (libnss_files): Add
23061         _nss_files_gethostbyname3_r.
23062         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
23063         New function.
23064         (HOST_DB_LOOKUP): Remove macro.
23065         (_nss_files_gethostbyname_r): Implement function without the
23066         HOST_DB_LOOKUP macro.
23067         (_nss_files_gethostbyname2_r): Likewise.
23069 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
23071         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
23073 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
23075         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
23076         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
23077         warning.
23079 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23081         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
23082         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
23083         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
23084         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
23085         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
23086         __fe_nomask_env_priv and attribute_hidden.
23087         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
23088         (libc_feupdateenv_test_ppc): Likewise.
23089         (libc_feresetround_ppc): Likewise.
23090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23091         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
23092         compat_symbol macro.
23093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23094         (__fe_nomask_env): Likewise.
23095         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
23097 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23099         * string/Makefile: Remove ifunc tests.
23100         * string/test-string.h: Define TEST_IFUNC.
23101         * string/test-bcopy-ifunc.c: Remove.
23102         * string/test-bzero-ifunc.c: Likewise.
23103         * string/test-memccpy-ifunc.c: Likewise.
23104         * string/test-memchr-ifunc.c: Likewise.
23105         * string/test-memcmp-ifunc.c: Likewise.
23106         * string/test-memcpy-ifunc.c: Likewise.
23107         * string/test-memmem-ifunc.c: Likewise.
23108         * string/test-memmove-ifunc.c: Likewise.
23109         * string/test-mempcpy-ifunc.c: Likewise.
23110         * string/test-memrchr-ifunc.c: Likewise.
23111         * string/test-memset-ifunc.c: Likewise.
23112         * string/test-rawmemchr-ifunc.c: Likewise.
23113         * string/test-stpcpy-ifunc.c: Likewise.
23114         * string/test-stpncpy-ifunc.c: Likewise.
23115         * string/test-strcasecmp-ifunc.c: Likewise.
23116         * string/test-strcasestr-ifunc.c: Likewise.
23117         * string/test-strcat-ifunc.c: Likewise.
23118         * string/test-strchr-ifunc.c: Likewise.
23119         * string/test-strchrnul-ifunc.c: Likewise.
23120         * string/test-strcmp-ifunc.c: Likewise.
23121         * string/test-strcpy-ifunc.c: Likewise.
23122         * string/test-strcspn-ifunc.c: Likewise.
23123         * string/test-strlen-ifunc.c: Likewise.
23124         * string/test-strncasecmp-ifunc.c: Likewise.
23125         * string/test-strncat-ifunc.c: Likewise.
23126         * string/test-strncmp-ifunc.c: Likewise.
23127         * string/test-strncpy-ifunc.c: Likewise.
23128         * string/test-strnlen-ifunc.c: Likewise.
23129         * string/test-strpbrk-ifunc.c: Likewise.
23130         * string/test-strrchr-ifunc.c: Likewise.
23131         * string/test-strspn-ifunc.c: Likewise.
23132         * string/test-strstr-ifunc.c: Likewise.
23134 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23136         * benchtests/Makefile: Remove ifunc tests.
23137         * benchtests/bench-string.h: Define TEST_IFUNC.
23138         * benchtests/bench-bcopy-ifunc.c: Remove.
23139         * benchtests/bench-bzero-ifunc.c: Likewise.
23140         * benchtests/bench-memccpy-ifunc.c: Likewise.
23141         * benchtests/bench-memchr-ifunc.c: Likewise.
23142         * benchtests/bench-memcmp-ifunc.c: Likewise.
23143         * benchtests/bench-memcpy-ifunc.c: Likewise.
23144         * benchtests/bench-memmem-ifunc.c: Likewise.
23145         * benchtests/bench-memmove-ifunc.c: Likewise.
23146         * benchtests/bench-mempcpy-ifunc.c: Likewise.
23147         * benchtests/bench-memrchr-ifunc.c: Likewise.
23148         * benchtests/bench-memset-ifunc.c: Likewise.
23149         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23150         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23151         * benchtests/bench-stpcpy-ifunc.c: Likewise.
23152         * benchtests/bench-stpncpy-ifunc.c: Likewise.
23153         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23154         * benchtests/bench-strcasestr-ifunc.c: Likewise.
23155         * benchtests/bench-strcat-ifunc.c: Likewise.
23156         * benchtests/bench-strchr-ifunc.c: Likewise.
23157         * benchtests/bench-strchrnul-ifunc.c: Likewise.
23158         * benchtests/bench-strcmp-ifunc.c: Likewise.
23159         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23160         * benchtests/bench-strcpy-ifunc.c: Likewise.
23161         * benchtests/bench-strcspn-ifunc.c: Likewise.
23162         * benchtests/bench-strlen-ifunc.c: Likewise.
23163         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23164         * benchtests/bench-strncat-ifunc.c: Likewise.
23165         * benchtests/bench-strncmp-ifunc.c: Likewise.
23166         * benchtests/bench-strncpy-ifunc.c: Likewise.
23167         * benchtests/bench-strnlen-ifunc.c: Likewise.
23168         * benchtests/bench-strpbrk-ifunc.c: Likewise.
23169         * benchtests/bench-strrchr-ifunc.c: Likewise.
23170         * benchtests/bench-strsep-ifunc.c: Likewise.
23171         * benchtests/bench-strspn-ifunc.c: Likewise.
23172         * benchtests/bench-strstr-ifunc.c: Likewise.
23174 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23176         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23178 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23180         * resolv/netdb.h: Use __glibc_reserved instead __unused.
23181         * rt/aio.h: Likewise.
23182         * sysdeps/gnu/bits/utmp.h: Likewise.
23183         * sysdeps/gnu/bits/utmpx.h: Likewise.
23184         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23185         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23186         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23187         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23188         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23189         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23190         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23191         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23192         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23193         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23194         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23195         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23196         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23198         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23199         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23200         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23201         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23202         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23203         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23204         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23205         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23206         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23207         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23208         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23209         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23210         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23211         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23212         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23213         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23214         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23215         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23216         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23217         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23218         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23219         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23220         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23221         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23222         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23223         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23224         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23225         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23227 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23229         [BZ #16245]
23230         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23231         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23233 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23235         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23236         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23237         Likewise.
23239 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23241         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23242         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23243         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23244         (__fesetround): Remove define.
23245         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23246         rounding and exceptions handling.
23247         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23248         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23249         (__fe_nomask_env): Likewise.
23250         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23251         __fegetround instead of fegetround.
23252         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23253         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23255 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23257         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23258         it's there.
23260         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23262 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23264         [BZ #11157]
23265         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23266         (encrypt_r): Likewise.
23267         * malloc/obstack.h (obstack_free): Likewise.
23268         * posix/unistd.h (encrypt): Likewise.
23270 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23272         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23273         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23274         DL_CALL_DT_FINI() that call the functions directly.
23275         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23276         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23277         * elf/dl-fini.c: Likewise.
23279 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23281         * malloc/hooks.c (memalign_check): Add alignment rounding.
23282         * malloc/malloc.c (_mid_memalign): New function.
23283         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23284         Implement by calling _mid_memalign.
23285         * manual/probes.texi (Memory Allocation Probes): Remove
23286         memory_valloc_retry and memory_pvalloc_retry.
23288 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23290         * locale/programs/locarchive.c (open_archive): Add const
23291         qualifier to ARCHIVEFNAME and copy default fname to
23292         DEFAULT_FNAME.
23294         [BZ #15601]
23295         * libio/tst-widetext.input: Rename Oriya to Odia.
23296         * locale/iso-639.def: Likewise.
23298         * manual/probes.texi (Mathematical Function Probes): Add
23299         documentation for sin, cos, asin and acos probes.
23300         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23301         (__sin32): Add slowasin probe.
23302         (__cos32): Add slowacos probe.
23303         (__mpsin): Add slowsin probe.
23304         (__mpcos): Add slowcos probe.
23306 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23308         [BZ #15483]
23309         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23310         thread-local __sim_exceptions_thread and global
23311         __sim_exceptions_global.
23312         (__sim_disabled_exceptions): Change to thread-local
23313         __sim_disabled_exceptions_thread and global
23314         __sim_disabled_exceptions_global.
23315         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23316         and global __sim_round_mode_global.
23317         (__simulate_exceptions): Use thread-local floating-point state and
23318         set global state from it as needed.
23319         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23320         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23321         __sim_round_mode_thread.
23322         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23323         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23324         and global __sim_exceptions_global.
23325         (__sim_disabled_exceptions): Change to thread-local
23326         __sim_disabled_exceptions_thread and global
23327         __sim_disabled_exceptions_global.
23328         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23329         and global __sim_round_mode_global.
23330         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23331         (SIM_SET_GLOBAL): Likewise.
23332         * sysdeps/powerpc/soft-fp/sfp-machine.h
23333         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23334         __sim_round_mode_thread.
23335         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23336         __sim_disabled_exceptions_thread.
23337         (__sim_exceptions): Change to __sim_exceptions_thread.
23338         (__sim_disabled_exceptions): Change to
23339         __sim_disabled_exceptions_thread.
23340         (__sim_round_mode): Change to __sim_round_mode_thread.
23341         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23342         thread-local floating-point state and set global state from it as
23343         needed.
23344         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23345         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23346         (__sim_disabled_exceptions): Remove extern declaration.
23347         (feenableexcept): Use thread-local floating-point state and set
23348         global state from it as needed.
23349         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23350         extern declaration.
23351         (__sim_disabled_exceptions): Likewise.
23352         (__sim_round_mode): Likewise.
23353         (__fegetenv): Use thread-local floating-point state.
23354         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23355         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23356         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23357         floating-point state and set global state from it as needed.
23358         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23359         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23360         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23361         Likewise.
23362         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23363         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23364         Likewise.
23365         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23366         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23367         Use __sim_round_mode_thread.
23368         * math/test-fenv-tls.c: New file.
23369         * math/Makefile (tests): Add test-fenv-tls.
23370         ($(objpfx)test-fenv-tls): Depend on
23371         $(common-objpfx)nptl/libpthread.so.
23373 2013-11-19  Andreas Schwab  <schwab@suse.de>
23375         * locale/programs/locale.c (show_info): Decode wordarray elements.
23376         * locale/categories.def (LC_MONETARY): Add element for
23377         _NL_MONETARY_CRNCYSTR.
23378         * locale/C-monetary.c (conversion_rate): New variable.
23379         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23380         element.
23382 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23384         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23385         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23387 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23389         * elf/Makefile (tst-auxv): New test.
23390         * elf/tst-auxv.c: New
23391         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23393 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23395         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23396         (hidden_proto): Caller changed.
23397         (hidden_tls_proto): New macro.
23398         (libc_hidden_tls_proto): Likewise.
23399         (rtld_hidden_tls_proto): Likewise.
23400         (libm_hidden_tls_proto): Likewise.
23401         (libresolv_hidden_tls_proto): Likewise.
23402         (librt_hidden_tls_proto): Likewise.
23403         (libdl_hidden_tls_proto): Likewise.
23404         (libnss_files_hidden_tls_proto): Likewise.
23405         (libnsl_hidden_tls_proto): Likewise.
23406         (libnss_nisplus_hidden_tls_proto): Likewise.
23407         (libutil_hidden_tls_proto): Likewise.
23409 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23411         [BZ #10253]
23412         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23413         (decompose_rpath): Defer expansion to fillin_rpath.
23414         (_dl_init_paths): Pass linkmap to fillin_rpath.
23416 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23418         * benchtests/Makefile: Add strsep.
23419         * benchtests/bench-strsep.c: New file: strsep benchtest.
23420         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23422 2013-11-18  Andreas Schwab  <schwab@suse.de>
23424         * locale/programs/locale.c (show_info) [case byte]: Check for
23425         '\377' instead of '\177'.
23426         * locale/C-monetary.c (not_available): Always use "\377".
23427         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23428         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23429         detect unavailable sign_posn locale elements.
23430         * locale/localeconv.c (__localeconv): For grouping and
23431         mon_grouping handle "\177" and "\377" like no grouping.
23432         (INT_ELEM): New macro.  Use it to set all numeric members.
23433         * locale/programs/ld-monetary.c (monetary_read)
23434         <tok_mon_grouping>: Normalize single -1 to the empty string.
23435         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23436         Likewise.
23438 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23440         [BZ #16055]
23441         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23442         when we match (nil).
23443         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23445 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23447         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23448         (NO_TEST_INLINE): Update value.
23449         (ERRNO_UNCHANGED): Likewise.
23450         (ERRNO_EDOM): Likewise.
23451         (ERRNO_ERANGE): Likewise.
23452         (IGNORE_RESULT): Likewise.
23453         (check_float_internal): Check signs of NaN results if
23454         TEST_NAN_SIGN used.
23455         (check_complex): Pass TEST_NAN_SIGN flag through to second
23456         check_float_internal call.
23457         (copysign_test_data): Add tests with quiet NaNs as second
23458         argument.  Use TEST_NAN_SIGN.
23459         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23460         TEST_NAN_SIGN.
23461         (signbit_test_data): Add tests of quiet NaN argument.
23462         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23464         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23465         $ignore_result.
23466         (parse_args): Handle function results specified as IGNORE.
23467         * math/libm-test.inc (IGNORE_RESULT): New macro.
23468         (check_float_internal): Do not check numerical result if flag
23469         IGNORE_RESULT set.
23470         (check_complex): Pass through IGNORE_RESULT to second
23471         check_float_internal call.
23472         (check_int): Do not check numerical result if flag IGNORE_RESULT
23473         set.
23474         (check_long): Likewise.
23475         (check_bool): Likewise.
23476         (check_longlong): Likewise.
23477         (lrint_test_data): Add tests of infinite and NaN arguments.
23478         (lrint_tonearest_test_data): Likewise.
23479         (lrint_towardzero_test_data): Likewise.
23480         (lrint_downward_test_data): Likewise.
23481         (lrint_upward_test_data): Likewise.
23482         (llrint_test_data): Likewise.
23483         (llrint_tonearest_test_data): Likewise.
23484         (llrint_towardzero_test_data): Likewise.
23485         (llrint_downward_test_data): Likewise.
23486         (llrint_upward_test_data): Likewise.
23487         (lround_test_data): Likewise.
23488         (llround_test_data): Likewise.
23490         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23491         (ERRNO_UNCHANGED): Update value.
23492         (ERRNO_EDOM): Likewise.
23493         (ERRNO_ERANGE): Likewise.
23494         (NO_TEST_INLINE_FLOAT): New macro.
23495         (NO_TEST_INLINE_DOUBLE): Likewise.
23496         (enable_test): New function.
23497         (RUN_TEST_f_f): Check enable_test before running test.
23498         (RUN_TEST_2_f): Likewise.
23499         (RUN_TEST_fff_f): Likewise.
23500         (RUN_TEST_c_f): Likewise.
23501         (RUN_TEST_f_f1): Likewise.
23502         (RUN_TEST_fF_f1): Likewise.
23503         (RUN_TEST_fI_f1): Likewise.
23504         (RUN_TEST_ffI_f1): Likewise.
23505         (RUN_TEST_c_c): Likewise.
23506         (RUN_TEST_cc_c): Likewise.
23507         (RUN_TEST_f_i): Likewise.
23508         (RUN_TEST_f_i_tg): Likewise.
23509         (RUN_TEST_ff_i_tg): Likewise.
23510         (RUN_TEST_f_b): Likewise.
23511         (RUN_TEST_f_b_tg): Likewise.
23512         (RUN_TEST_f_l): Likewise.
23513         (RUN_TEST_f_L): Likewise.
23514         (RUN_TEST_fFF_11): Likewise.
23515         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23516         conditionals.
23517         (cosh_test_data): Likewise.
23518         (exp_test_data): Likewise.
23519         (expm1_test_data): Likewise.
23520         (hypot_test_data): Likewise.
23521         (pow_test_data): Likewise.
23522         (sinh_test_data): Likewise.
23523         (tanh_test_data): Likewise.
23524         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23525         flags argument.
23527         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23528         tests with quiet NaN input and output.
23529         (acosh_test_data): Likewise.
23530         (asin_test_data): Likewise.
23531         (asinh_test_data): Likewise.
23532         (atan_test_data): Likewise.
23533         (atanh_test_data): Likewise.
23534         (atan2_test_data): Likewise.
23535         (cbrt_test_data): Likewise.
23536         (cos_test_data): Likewise.
23537         (cosh_test_data): Likewise.
23538         (erf_test_data): Likewise.
23539         (erfc_test_data): Likewise.
23540         (exp_test_data): Likewise.
23541         (exp10_test_data): Likewise.
23542         (exp2_test_data): Likewise.
23543         (expm1_test_data): Likewise.
23544         (hypot_test_data): Likewise.
23545         (j0_test_data): Likewise.
23546         (j1_test_data): Likewise.
23547         (jn_test_data): Likewise.
23548         (lgamma_test_data): Likewise.
23549         (log_test_data): Likewise.
23550         (log10_test_data): Likewise.
23551         (log1p_test_data): Likewise.
23552         (log2_test_data): Likewise.
23553         (pow_test_data): Likewise.
23554         (scalb_test_data): Likewise.
23555         (sin_test_data): Likewise.
23556         (sincos_test_data): Likewise.
23557         (sinh_test_data): Likewise.
23558         (tan_test_data): Likewise.
23559         (tanh_test_data): Likewise.
23560         (tgamma_test_data): Likewise.
23561         (y0_test_data): Likewise.
23562         (y1_test_data): Likewise.
23563         (yn_test_data): Likewise.
23565         [BZ #16167]
23566         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23567         argument being NaN and avoid computations with second argument in
23568         that case.
23569         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23570         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23571         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23573 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23575         * locale/iso-639.def: Add Chitwani Tharu (the).
23577 2013-11-14  Andreas Schwab  <schwab@suse.de>
23579         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23580         word instead of empty string.
23582 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23584         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23585         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23587         (__fe_nomask_env): Likewise.
23589 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23591         * benchtests/bench-timing.h: Include time.h.
23593 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23595         [BZ #15997]
23596         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23597         to 3.4.0 for x32.
23598         * sysdeps/unix/sysv/linux/configure: Regenerated.
23600 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23602         [BZ #16151]
23603         * stdlib/strtod_l.c (round_and_return): Do not consider
23604         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23605         exponent one less than half the least subnormal exponent.
23606         * stdlib/test-strtod-round-data: Add more tests.
23607         * stdlib/tst-strtod-round.c (tests): Regenerated.
23609 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23611         [BZ #14143]
23612         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23613         (__fe_mask_env): Likewise.
23614         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23615         libm_hidden_proto and add function prototype.
23616         (__fe_mask_env): Add function prototype.
23617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23618         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23620         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23622         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23624 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23626         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23627         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23629 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23631         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23632         of htab_find_slot().
23634 2013-11-11  David S. Miller  <davem@davemloft.net>
23636         [BZ #16150]
23637         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23638         symbol in the non-vis3 case in static builds.
23639         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23640         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23641         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23642         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23644 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23646         [BZ #387]
23647         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23648         it is empty.
23650 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23652         * benchtests/Makefile: Add bench-strtod.
23653         * benchtests/bench-strtod.c: New file: strtod benchtest
23655 2013-11-11  Andreas Schwab  <schwab@suse.de>
23657         [BZ #16153]
23658         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23659         terminating NUL in key length.
23661 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23663         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23664         Add artificial ODP entry for vDSO symbol for PPC64.
23665         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23666         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23668 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23670         [BZ #15374]
23671         * nss/getent.c (services_keys): Recognize services starting with digit.
23673 2013-11-06  David S. Miller  <davem@davemloft.net>
23675         [BZ #15985]
23676         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23677         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23679 2013-11-06  Will Newton  <will.newton@linaro.org>
23681         * manual/memory.texi (Malloc Examples): Remove register
23682         keyword from examples.
23684 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23686         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23688 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23690         [BZ #6981]
23691         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23692         depending on [__GCC_IEC_559 > 0].
23693         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23694         depending on [__GCC_IEC_559_COMPLEX > 0].
23696 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23698         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23699         to iso-639.def.
23701 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23703         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23705 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23707         [BZ #16112]
23708         * malloc/malloc (malloc_info): Do not handle first bin as
23709         special case.
23711 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23713         * locale/iso-639.def: Add Central Nahuatl (nhn).
23715 2013-11-01  Bruno Haible  <bruno@clisp.org>
23717         [BZ #7003]
23718         * manual/math.texi (BSD Random): Specify range upper bound as
23719         in POSIX.
23721 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23723         * locale/iso-639.def: Add Meadow Mari (mhr).
23725 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23727         [BZ #14752], [BZ #15763]
23728         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23729         Validate name.
23730         * rt/tst_shm.c: Add test for escaping directory.
23732 2013-10-31  Andreas Schwab  <schwab@suse.de>
23734         [BZ #15917]
23735         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23736         followed by 'x' as part of digit sequence.
23737         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23739 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23741         [BZ #16037]
23742         * configure.ac: allow GNU Make 4.0 and greater.
23743         * configure: Regenerated.
23745 2013-10-30  Will Newton  <will.newton@linaro.org>
23747         [BZ #16038]
23748         * malloc/hooks.c (memalign_check): Limit alignment to the
23749         maximum representable power of two.
23750         * malloc/malloc.c (__libc_memalign): Likewise.
23751         * malloc/tst-memalign.c (do_test): Add test for very
23752         large alignment values.
23753         * malloc/tst-posix_memalign.c (do_test): Likewise.
23755 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23757         [BZ #11087]
23758         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23759         (munmap_chunk): Likewise.
23760         (mremap_chunk): Likewise.
23762 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23764         [BZ #15799]
23765         * stdlib/div.c (div): Remove obsolete code.
23766         * stdlib/ldiv.c (ldiv): Likewise.
23767         * stdlib/lldiv.c (lldiv): Likewise.
23769 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23771         [BZ #16071]
23772         * nss/nss_files/files-XXX.c (get_contents_ret): New
23773         enumerator.
23774         (get_contents): New function.
23775         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23777 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23779         * configure.in: Moved to ...
23780         * configure.ac: ... here. Change reference to configure.in
23781         to configure.ac.
23782         * sysdeps/arm/preconfigure.ac: ... here.
23783         configure.in to configure.ac.
23784         * sysdeps/gnu/configure.in: Moved to ...
23785         * sysdeps/gnu/configure.ac: ... here.
23786         * sysdeps/i386/configure.in: Moved to ...
23787         * sysdeps/i386/configure.ac: ... here.
23788         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23789         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23790         * sysdeps/mach/configure.in: Moved to ...
23791         * sysdeps/mach/configure.ac: ... here.
23792         * sysdeps/mach/hurd/configure.in: Moved to ...
23793         * sysdeps/mach/hurd/configure.ac: ... here.
23794         * sysdeps/powerpc/configure.in: Moved to ...
23795         * sysdeps/powerpc/configure.ac: ... here.
23796         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23797         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23798         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23799         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23800         * sysdeps/s390/s390-32/configure.in: Moved to ...
23801         * sysdeps/s390/s390-32/configure.ac: ... here.
23802         * sysdeps/s390/s390-64/configure.in: Moved to ...
23803         * sysdeps/s390/s390-64/configure.ac: ... here.
23804         * sysdeps/sh/configure.in: Moved to ...
23805         * sysdeps/sh/configure.ac: ... here.
23806         * sysdeps/sparc/configure.in: Moved to ...
23807         * sysdeps/sparc/configure.ac: ... here.
23808         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23809         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23810         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23811         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23812         * sysdeps/x86_64/configure.in: Moved to ...
23813         * sysdeps/x86_64/configure.ac: ... here.
23814         * sysdeps/x86_64/preconfigure.in: Moved to ...
23815         * sysdeps/x86_64/preconfigure.ac: ... here.
23816         * aclocal.m4: Change reference to configure.in to configure.ac.
23817         * config.h.in: Likewise.
23818         * manual/install.texi: Likewise.
23819         * manual/maint.texi: Likewise.
23820         * Makefile: Likewise.
23821         * malloc/Makefile: Likewise.
23822         * nscd/Makefile: Likewise.
23823         * Makeconfig: Change reference to configure.in and
23824         preconfigure.in to configure.ac and preconfigure.ac
23825         respectively.
23826         * INSTALL: Regenerated.
23827         * configure: Likewise.
23828         * sysdeps/gnu/configure: Likewise.
23829         * sysdeps/i386/configure: Likewise.
23830         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23831         * sysdeps/mach/configure: Likewise.
23832         * sysdeps/mach/hurd/configure: Likewise.
23833         * sysdeps/powerpc/configure: Likewise.
23834         * sysdeps/powerpc/powerpc32/configure: Likewise.
23835         * sysdeps/powerpc/powerpc64/configure: Likewise.
23836         * sysdeps/s390/s390-32/configure: Likewise.
23837         * sysdeps/s390/s390-64/configure: Likewise.
23838         * sysdeps/sh/configure: Likewise.
23839         * sysdeps/sparc/configure: Likewise.
23840         * sysdeps/unix/sysv/linux/configure: Likewise.
23841         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23842         * sysdeps/x86_64/configure: Likewise.
23843         * sysdeps/x86_64/preconfigure: Likewise.
23845 2013-10-29  Andreas Schwab  <schwab@suse.de>
23847         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23849 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23851         * benchtests/pow-inputs: Add new inputs.
23853         * benchtests/exp-inputs: Add new inputs.
23855         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23856         conditional check for return value.
23857         (__cos32): Likewise.
23859 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23861         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23862         to provide a boost for large inputs with word alignment.
23863         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23864         implementation based on optimized PPC64 strcpy.
23865         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23866         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23867         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23868         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23870 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23872         [BZ #2801]
23873         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23875 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23877         [BZ #14876]
23878         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23879         * time/tst-strptime.c (day_tests): Add testcase.
23881 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23883         [BZ #14029]
23884         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23886 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23888         [BZ #16074]
23889         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23890         MAP_FAILED on error.
23892 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23894         [BZ #16072]
23895         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23896         heap for large requests.
23898 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23900         [BZ #9954]
23901         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23902         result if the result has no associated interface.
23903         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23904         interface for all 127.X.Y.Z addresses.
23906 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23908         * locale/iso-639.def: Add Ligurian (lij)
23910 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23912         [BZ #15825]
23913         * sunrpc/rpc_main.c: Document rpcgen -5.
23915 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23917         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23919 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23921         [BZ #10278]
23922         * posix/glob.c: Match only directories when trailing slash is present.
23923         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23924         (main): Add testcase.
23926 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23928         [BZ #15670]
23929         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23931 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23933         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23934         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23935         AUTH_DES and cindex for FIPS 140-2.
23936         (DES Encryption): Add cindex FIPS 46-3.
23938         * locale/locarchive.h (struct locarhandle): Add fname.
23939         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23940         if an optional argument was specified to --list-archive,
23941         otherwise NULL.
23942         * locale/programs/locarchive.c (show_archive_content): Take new
23943         argument fname and pass it via ah.fname to open_archive.
23944         * locale/programs/localedef.h: Update decl.
23945         (open_archive): If AH->fname is non-null, open that file
23946         rather than the default file name, and don't ignore ENOENT.
23947         (create_archive): Set AH.fname to NULL.
23948         (delete_locales_from_archive): Likewise.
23949         (add_locales_to_archive): Likewise.
23950         * locale/programs/locfile.c (write_all_categories): Likewise.
23952 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23953             Aldy Hernandez  <aldyh@redhat.com>
23955         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23956         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23957         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23958         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23959         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23960         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23961         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23962         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23963         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23964         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23965         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23966         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23967         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23968         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23969         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23970         Likewise.
23971         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23972         Likewise.
23973         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23974         Likewise.
23975         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23976         Likewise.
23977         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23978         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23979         Likewise.
23980         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23981         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23982         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23983         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23984         Likewise.
23985         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23986         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23987         * sysdeps/powerpc/preconfigure: Likewise.
23988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23989         Likewise.
23990         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23991         Replace contents of file by #include of <fenv_libc.h>.
23992         * sysdeps/powerpc/soft-fp/sfp-machine.h
23993         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23994         and <sys/prctl.h>.
23995         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23996         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23997         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23998         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23999         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
24000         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
24001         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
24002         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
24003         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
24004         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
24005         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
24006         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
24007         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
24008         Allow copysignl PLT reference to be missing.
24010 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
24011             Joseph Myers  <joseph@codesourcery.com
24013         [BZ #15948]
24014         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
24015         single character.
24016         (add_to_tablewc): Assert sequence of wide characters is nonempty.
24018 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24020         * elf/tst-tls-dlinfo.c: Don't include tls.h.
24021         * elf/tst-tls1.c: Likewise.
24022         * elf/tst-tls10.h: Likewise.
24023         * elf/tst-tls14.c: Likewise.
24024         * elf/tst-tls2.c: Likewise.
24025         * elf/tst-tls3.c: Likewise.
24026         * elf/tst-tls4.c: Likewise.
24027         * elf/tst-tls5.c: Likewise.
24028         * elf/tst-tls6.c: Likewise.
24029         * elf/tst-tls7.c: Likewise.
24030         * elf/tst-tls8.c: Likewise.
24031         * elf/tst-tls9.c: Likewise.
24032         * elf/tst-tlsmod1.c: Likewise.
24033         * elf/tst-tlsmod13.c: Likewise.
24034         * elf/tst-tlsmod13a.c: Likewise.
24035         * elf/tst-tlsmod14a.c: Likewise.
24036         * elf/tst-tlsmod16a.c: Likewise.
24037         * elf/tst-tlsmod16b.c: Likewise.
24038         * elf/tst-tlsmod2.c: Likewise.
24039         * elf/tst-tlsmod3.c: Likewise.
24040         * elf/tst-tlsmod4.c: Likewise.
24041         * elf/tst-tlsmod5.c: Likewise.
24042         * elf/tst-tlsmod6.c: Likewise.
24044 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
24046         [BZ #12486]
24047         * malloc/malloc.c: remove checks for statistics.
24049 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24051         [BZ #15277]
24052         * inet/inet_net.c (inet_network): Detect additional invalid strings.
24053         * inet/tst-network.c: Add testcase.
24055 2013-10-17  Andreas Schwab  <schwab@suse.de>
24057         [BZ #15218]
24058         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
24059         to determine canonical name.
24061 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24063         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
24064         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
24065         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
24066         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
24067         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
24068         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
24069         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
24070         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
24071         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
24072         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
24073         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
24074         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
24075         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24076         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
24077         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
24078         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
24079         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
24080         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
24081         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
24082         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
24083         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
24084         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
24085         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24086         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
24087         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
24088         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
24089         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
24090         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
24091         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
24092         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
24093         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
24094         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
24095         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
24096         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
24097         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24098         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24099         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24100         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24101         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24102         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24103         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24104         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
24105         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
24106         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24107         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
24108         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24109         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24110         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
24111         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
24112         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24113         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
24114         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
24115         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
24116         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
24117         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24118         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
24119         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
24120         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24122 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
24124         [BZ #16041]
24125         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24126         make result into a quiet NaN.
24128 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
24130         * soft-fp/adddf3.c: Fix horizontal whitespace.
24131         * soft-fp/addsf3.c: Likewise.
24132         * soft-fp/addtf3.c: Likewise.
24133         * soft-fp/divdf3.c: Likewise.
24134         * soft-fp/divsf3.c: Likewise.
24135         * soft-fp/divtf3.c: Likewise.
24136         * soft-fp/double.h: Likewise.
24137         * soft-fp/eqdf2.c: Likewise.
24138         * soft-fp/eqsf2.c: Likewise.
24139         * soft-fp/eqtf2.c: Likewise.
24140         * soft-fp/extenddftf2.c: Likewise.
24141         * soft-fp/extended.h: Likewise.
24142         * soft-fp/extendsfdf2.c: Likewise.
24143         * soft-fp/extendsftf2.c: Likewise.
24144         * soft-fp/extendxftf2.c: Likewise.
24145         * soft-fp/fixdfdi.c: Likewise.
24146         * soft-fp/fixdfsi.c: Likewise.
24147         * soft-fp/fixdfti.c: Likewise.
24148         * soft-fp/fixsfdi.c: Likewise.
24149         * soft-fp/fixsfsi.c: Likewise.
24150         * soft-fp/fixsfti.c: Likewise.
24151         * soft-fp/fixtfdi.c: Likewise.
24152         * soft-fp/fixtfsi.c: Likewise.
24153         * soft-fp/fixtfti.c: Likewise.
24154         * soft-fp/fixunsdfdi.c: Likewise.
24155         * soft-fp/fixunsdfsi.c: Likewise.
24156         * soft-fp/fixunsdfti.c: Likewise.
24157         * soft-fp/fixunssfdi.c: Likewise.
24158         * soft-fp/fixunssfsi.c: Likewise.
24159         * soft-fp/fixunssfti.c: Likewise.
24160         * soft-fp/fixunstfdi.c: Likewise.
24161         * soft-fp/fixunstfsi.c: Likewise.
24162         * soft-fp/fixunstfti.c: Likewise.
24163         * soft-fp/floatdidf.c: Likewise.
24164         * soft-fp/floatdisf.c: Likewise.
24165         * soft-fp/floatditf.c: Likewise.
24166         * soft-fp/floatsidf.c: Likewise.
24167         * soft-fp/floatsisf.c: Likewise.
24168         * soft-fp/floatsitf.c: Likewise.
24169         * soft-fp/floattidf.c: Likewise.
24170         * soft-fp/floattisf.c: Likewise.
24171         * soft-fp/floattitf.c: Likewise.
24172         * soft-fp/floatundidf.c: Likewise.
24173         * soft-fp/floatundisf.c: Likewise.
24174         * soft-fp/floatunditf.c: Likewise.
24175         * soft-fp/floatunsidf.c: Likewise.
24176         * soft-fp/floatunsisf.c: Likewise.
24177         * soft-fp/floatunsitf.c: Likewise.
24178         * soft-fp/floatuntidf.c: Likewise.
24179         * soft-fp/floatuntisf.c: Likewise.
24180         * soft-fp/floatuntitf.c: Likewise.
24181         * soft-fp/fmadf4.c: Likewise.
24182         * soft-fp/fmasf4.c: Likewise.
24183         * soft-fp/fmatf4.c: Likewise.
24184         * soft-fp/gedf2.c: Likewise.
24185         * soft-fp/gesf2.c: Likewise.
24186         * soft-fp/getf2.c: Likewise.
24187         * soft-fp/ledf2.c: Likewise.
24188         * soft-fp/lesf2.c: Likewise.
24189         * soft-fp/letf2.c: Likewise.
24190         * soft-fp/muldf3.c: Likewise.
24191         * soft-fp/mulsf3.c: Likewise.
24192         * soft-fp/multf3.c: Likewise.
24193         * soft-fp/negdf2.c: Likewise.
24194         * soft-fp/negsf2.c: Likewise.
24195         * soft-fp/negtf2.c: Likewise.
24196         * soft-fp/op-1.h: Likewise.
24197         * soft-fp/op-2.h: Likewise.
24198         * soft-fp/op-4.h: Likewise.
24199         * soft-fp/op-8.h: Likewise.
24200         * soft-fp/op-common.h: Likewise.
24201         * soft-fp/quad.h: Likewise.
24202         * soft-fp/single.h: Likewise.
24203         * soft-fp/soft-fp.h: Likewise.
24204         * soft-fp/sqrtdf2.c: Likewise.
24205         * soft-fp/sqrtsf2.c: Likewise.
24206         * soft-fp/sqrttf2.c: Likewise.
24207         * soft-fp/subdf3.c: Likewise.
24208         * soft-fp/subsf3.c: Likewise.
24209         * soft-fp/subtf3.c: Likewise.
24210         * soft-fp/truncdfsf2.c: Likewise.
24211         * soft-fp/trunctfdf2.c: Likewise.
24212         * soft-fp/trunctfsf2.c: Likewise.
24213         * soft-fp/trunctfxf2.c: Likewise.
24214         * soft-fp/unorddf2.c: Likewise.
24215         * soft-fp/unordsf2.c: Likewise.
24216         * soft-fp/unordtf2.c: Likewise.
24218 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24220         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24221         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24223 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24225         * elf/dl-libc.c: Clear initfini list after freeing.
24227 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24229         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24230         * soft-fp/addsf3.c: Likewise.
24231         * soft-fp/addtf3.c: Likewise.
24232         * soft-fp/divdf3.c: Likewise.
24233         * soft-fp/divsf3.c: Likewise.
24234         * soft-fp/divtf3.c: Likewise.
24235         * soft-fp/double.h: Likewise.
24236         * soft-fp/eqdf2.c: Likewise.
24237         * soft-fp/eqsf2.c: Likewise.
24238         * soft-fp/eqtf2.c: Likewise.
24239         * soft-fp/extenddftf2.c: Likewise.
24240         * soft-fp/extended.h: Likewise.
24241         * soft-fp/extendsfdf2.c: Likewise.
24242         * soft-fp/extendsftf2.c: Likewise.
24243         * soft-fp/extendxftf2.c: Likewise.
24244         * soft-fp/fixdfdi.c: Likewise.
24245         * soft-fp/fixdfsi.c: Likewise.
24246         * soft-fp/fixdfti.c: Likewise.
24247         * soft-fp/fixsfdi.c: Likewise.
24248         * soft-fp/fixsfsi.c: Likewise.
24249         * soft-fp/fixsfti.c: Likewise.
24250         * soft-fp/fixtfdi.c: Likewise.
24251         * soft-fp/fixtfsi.c: Likewise.
24252         * soft-fp/fixtfti.c: Likewise.
24253         * soft-fp/fixunsdfdi.c: Likewise.
24254         * soft-fp/fixunsdfsi.c: Likewise.
24255         * soft-fp/fixunsdfti.c: Likewise.
24256         * soft-fp/fixunssfdi.c: Likewise.
24257         * soft-fp/fixunssfsi.c: Likewise.
24258         * soft-fp/fixunssfti.c: Likewise.
24259         * soft-fp/fixunstfdi.c: Likewise.
24260         * soft-fp/fixunstfsi.c: Likewise.
24261         * soft-fp/fixunstfti.c: Likewise.
24262         * soft-fp/floatdidf.c: Likewise.
24263         * soft-fp/floatdisf.c: Likewise.
24264         * soft-fp/floatditf.c: Likewise.
24265         * soft-fp/floatsidf.c: Likewise.
24266         * soft-fp/floatsisf.c: Likewise.
24267         * soft-fp/floatsitf.c: Likewise.
24268         * soft-fp/floattidf.c: Likewise.
24269         * soft-fp/floattisf.c: Likewise.
24270         * soft-fp/floattitf.c: Likewise.
24271         * soft-fp/floatundidf.c: Likewise.
24272         * soft-fp/floatundisf.c: Likewise.
24273         * soft-fp/floatunsidf.c: Likewise.
24274         * soft-fp/floatunsisf.c: Likewise.
24275         * soft-fp/floatuntidf.c: Likewise.
24276         * soft-fp/floatuntisf.c: Likewise.
24277         * soft-fp/floatuntitf.c: Likewise.
24278         * soft-fp/fmadf4.c: Likewise.
24279         * soft-fp/fmasf4.c: Likewise.
24280         * soft-fp/fmatf4.c: Likewise.
24281         * soft-fp/gedf2.c: Likewise.
24282         * soft-fp/gesf2.c: Likewise.
24283         * soft-fp/getf2.c: Likewise.
24284         * soft-fp/ledf2.c: Likewise.
24285         * soft-fp/lesf2.c: Likewise.
24286         * soft-fp/letf2.c: Likewise.
24287         * soft-fp/muldf3.c: Likewise.
24288         * soft-fp/mulsf3.c: Likewise.
24289         * soft-fp/multf3.c: Likewise.
24290         * soft-fp/negdf2.c: Likewise.
24291         * soft-fp/negsf2.c: Likewise.
24292         * soft-fp/negtf2.c: Likewise.
24293         * soft-fp/op-1.h: Likewise.
24294         * soft-fp/op-2.h: Likewise.
24295         * soft-fp/op-4.h: Likewise.
24296         * soft-fp/op-8.h: Likewise.
24297         * soft-fp/op-common.h: Likewise.
24298         * soft-fp/quad.h: Likewise.
24299         * soft-fp/single.h: Likewise.
24300         * soft-fp/soft-fp.h: Likewise.
24301         * soft-fp/sqrtdf2.c: Likewise.
24302         * soft-fp/sqrtsf2.c: Likewise.
24303         * soft-fp/sqrttf2.c: Likewise.
24304         * soft-fp/subdf3.c: Likewise.
24305         * soft-fp/subsf3.c: Likewise.
24306         * soft-fp/subtf3.c: Likewise.
24307         * soft-fp/truncdfsf2.c: Likewise.
24308         * soft-fp/trunctfdf2.c: Likewise.
24309         * soft-fp/trunctfsf2.c: Likewise.
24310         * soft-fp/trunctfxf2.c: Likewise.
24311         * soft-fp/unorddf2.c: Likewise.
24312         * soft-fp/unordsf2.c: Likewise.
24313         * soft-fp/unordtf2.c: Likewise.
24315 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24317         [BZ #15672]
24318         * misc/error.c (error_tail): Fix possible buffer overflow.
24320 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24322         [BZ #13028]
24323         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24324         address.
24326 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24328         [BZ #832]
24329         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24330         testing pipefail option.
24332 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24334         * soft-fp/double.h: Indent preprocessor directives inside #if.
24335         * soft-fp/extended.h: Likewise.
24336         * soft-fp/op-2.h: Likewise.
24337         * soft-fp/op-4.h: Likewise.
24338         * soft-fp/op-common.h: Likewise.
24339         * soft-fp/quad.h: Likewise.
24340         * soft-fp/single.h: Likewise.
24341         * soft-fp/soft-fp.h: Likewise.
24343 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24345         * iconv/iconv_prog.c: Fix typos.
24346         * stdio-common/psiginfo-data.h: Likewise.
24348 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24350         [BZ #15764]
24351         * locale/setlocale.c: Fix typo.
24353 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24355         [BZ #16036]
24356         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24357         signaling NaN arguments.
24358         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24359         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24361         [BZ #14910]
24362         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24363         unordered operands.
24364         * soft-fp/gesf2.c (__gesf2): Likewise.
24365         * soft-fp/getf2.c (__getf2): Likewise.
24366         * soft-fp/ledf2.c (__ledf2): Likewise.
24367         * soft-fp/lesf2.c (__lesf2): Likewise.
24368         * soft-fp/letf2.c (__letf2): Likewise.
24370         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24371         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24372         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24373         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24374         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24375         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24376         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24377         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24378         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24379         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24380         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24381         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24382         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24383         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24384         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24385         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24386         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24387         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24388         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24389         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24390         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24391         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24392         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24393         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24394         * soft-fp/floattidf.c (__floattidf): Likewise.
24395         * soft-fp/floattisf.c (__floattisf): Likewise.
24396         * soft-fp/floattitf.c (__floattitf): Likewise.
24397         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24398         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24399         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24400         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24401         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24402         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24403         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24404         * soft-fp/gesf2.c (__gesf2): Likewise.
24405         * soft-fp/getf2.c (__getf2): Likewise.
24406         * soft-fp/ledf2.c (__ledf2): Likewise.
24407         * soft-fp/lesf2.c (__lesf2): Likewise.
24408         * soft-fp/letf2.c (__letf2): Likewise.
24410         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24411         Undefine and redefine.
24412         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24413         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24414         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24415         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24416         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24417         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24418         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24419         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24420         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24421         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24422         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24423         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24424         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24425         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24426         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24428         [BZ #16032]
24429         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24430         without decrementing exponent if mantissa >= that for the
24431         denominator, not >.
24432         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24433         denominator, not >.  Decrement exponent in < case instead of
24434         incrementing in >= case.
24435         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24436         without decrementing exponent if mantissa >= that for the
24437         denominator, not >.
24439         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24440         computing saturated result for unsigned overflow.
24442 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24443             Jeff Law  <law@redhat.com>
24445         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24446         (atan2Mp): Add systemtap probe marker.
24447         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24448         (__ieee754_log): Add systemtap probe marker.
24449         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24450         (atanMp): Add systemtap probe marker.
24451         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24452         (tanMp): Add systemtap probe marker.
24453         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24454         (__slowexp): Add systemtap probe marker.
24455         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24456         (__slowpow): Add systemtap probe marker.
24457         * manual/probes.texi: Document probes.
24459 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24461         [BZ #15362]
24462         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24463         written.
24464         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24465         written.
24466         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24467         written to buffer but not flushed.
24468         * libio/iofwrite_u.c:  Likewise.
24469         * libio/iopadn.c:  Return bytes returned even if EOF was
24470         encountered.
24471         * libio/iowpadn.c:  Likewise.
24472         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24473         if _IO_padn does not write the whole buffer.
24474         [!COMPILE_WPRINTF] (PAD): Likewise.
24476 2013-10-10  David S. Miller  <davem@davemloft.net>
24478         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24479         directory block.
24481 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24483         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24484         instead of FSF address.
24485         * soft-fp/fixdfti.c: Likewise.
24486         * soft-fp/fixsfti.c: Likewise.
24487         * soft-fp/fixtfti.c: Likewise.
24488         * soft-fp/fixunsdfti.c: Likewise.
24489         * soft-fp/fixunssfti.c: Likewise.
24490         * soft-fp/fixunstfti.c: Likewise.
24491         * soft-fp/floattidf.c: Likewise.
24492         * soft-fp/floattisf.c: Likewise.
24493         * soft-fp/floattitf.c: Likewise.
24494         * soft-fp/floatuntidf.c: Likewise.
24495         * soft-fp/floatuntisf.c: Likewise.
24496         * soft-fp/floatuntitf.c: Likewise.
24497         * soft-fp/trunctfxf2.c: Likewise.
24499         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24500         * soft-fp/fixdfti.c: Likewise.
24501         * soft-fp/fixsfti.c: Likewise.
24502         * soft-fp/fixtfti.c: Likewise.
24503         * soft-fp/fixunsdfti.c: Likewise.
24504         * soft-fp/fixunssfti.c: Likewise.
24505         * soft-fp/fixunstfti.c: Likewise.
24506         * soft-fp/floattidf.c: Likewise.
24507         * soft-fp/floattisf.c: Likewise.
24508         * soft-fp/floattitf.c: Likewise.
24509         * soft-fp/floatuntidf.c: Likewise.
24510         * soft-fp/floatuntisf.c: Likewise.
24511         * soft-fp/floatuntitf.c: Likewise.
24512         * soft-fp/trunctfxf2.c: Likewise.
24514 2013-10-10  David S. Miller  <davem@davemloft.net>
24516         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24518 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24520         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24521         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24522         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24523         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24524         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24525         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24526         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24528         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24529         for NaNs before doing comparisons on argument.
24530         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24531         Likewise.
24533 2013-10-10  Will Newton  <will.newton@linaro.org>
24535         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24536         passed to _int_memalign does not overflow.
24538 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24540         * scripts/bench.pl: Add include-sources directive.
24541         * benchtests/README: Update documentation.
24543 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24545         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24546         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24547         instead of FP_INIT_ROUNDMODE.
24548         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24549         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24551         [BZ #16034]
24552         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24553         copy class of input value.
24554         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24555         not handle exceptions.
24556         * soft-fp/negsf2.c (__negsf2): Likewise.
24557         * soft-fp/negtf2.c (__negtf2): Likewise.
24558         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24560 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24562         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24563         semicolon.  From Linux kernel.
24565 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24567         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24569 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24571         [BZ #156]
24572         * manual/socket.texi: Added statement about buffer
24573         for gethostbyname2_r.
24575 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24577         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24578         Use .p2align directive instead, throughout.
24579         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24580         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24581         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24582         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24583         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24584         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24585         * sysdeps/x86_64/strchr.S: Likewise.
24586         * sysdeps/x86_64/strrchr.S: Likewise.
24588 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24590         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24592         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24594         * sysdeps/generic/math_private.h (__mpsin1): Remove
24595         declaration.
24596         (__mpcos1): Likewise.
24597         (__mpsin): New argument __range_reduce.
24598         (__mpcos): Likewise.
24599         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24600         (slow): Use __mpsin and __mpcos.
24601         (slow1): Likewise.
24602         (slow2): Likewise.
24603         (sloww): Likewise.
24604         (sloww1): Likewise.
24605         (sloww2): Likewise.
24606         (bsloww): Likewise.
24607         (bsloww1): Likewise.
24608         (bsloww2): Likewise.
24609         (cslow2): Likewise.
24610         (csloww): Likewise.
24611         (csloww1): Likewise.
24612         (csloww2): Likewise.
24613         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24614         range_reduce.  Merge in __mpsin1.
24615         (__mpcos): Likewise.
24616         (__mpsin1): Remove.
24617         (__mpcos1): Likewise.
24619 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24621         * locale/loadlocale.c (_nl_intern_locale_data): Use
24622         LOCFILE_ALIGNED_P.
24623         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24624         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24625         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24626         obstack data is appropriately aligned.
24627         (obstack_int32_grow_fast): Likewise.
24628         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24629         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24630         (add_locale_uint32_array): Likewise.
24632 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24634         * benchtests/Makefile: Remove ARGLIST and RET variables.
24635         ($(objpfx)bench-%.c): Pass only function name to the script.
24636         * benchtests/README: Update documentation.
24637         * benchtests/acos-inputs: Add new directives.
24638         * benchtests/acosh-inputs: Likewise.
24639         * benchtests/asin-inputs: Likewise.
24640         * benchtests/asinh-inputs: Likewise.
24641         * benchtests/atan-inputs: Likewise.
24642         * benchtests/atanh-inputs: Likewise.
24643         * benchtests/cos-inputs: Likewise.
24644         * benchtests/cosh-inputs: Likewise.
24645         * benchtests/exp-inputs: Likewise.
24646         * benchtests/log-inputs: Likewise.
24647         * benchtests/pow-inputs: Likewise.
24648         * benchtests/rint-inputs: Likewise.
24649         * benchtests/sin-inputs: Likewise.
24650         * benchtests/sinh-inputs: Likewise.
24651         * benchtests/tan-inputs: Likewise.
24652         * benchtests/tanh-inputs: Likewise.
24653         * scripts/bench.pl: Add support for new directives.
24655 2013-10-07  Alan Modra  <amodra@gmail.com>
24657         * README: Fix careless merge.
24659 2013-10-05  Alan Modra  <amodra@gmail.com>
24661         * NEWS: Mention powerpc64le support and bugs fixed.
24662         * README: Both big-endian and little-endian powerpc64 supported.
24664 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24666         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24667         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24668         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24669         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24671 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24673         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24674         match prototype.
24676 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24678         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24679         Move -mhard-float appending from
24680         ports/sysdeps/powerpc/powerpc32/Makefile.
24681         [$(with-fp) = yes] (ASFLAGS): Likewise.
24682         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24683         * sysdeps/powerpc/nofpu: Move directory from
24684         ports/sysdeps/powerpc/nofpu.
24685         * sysdeps/powerpc/soft-fp: Move directory from
24686         ports/sysdeps/powerpc/soft-fp.
24687         * sysdeps/powerpc/powerpc32/405: Move directory from
24688         ports/sysdeps/powerpc/powerpc32/405.
24689         * sysdeps/powerpc/powerpc32/440: Move directory from
24690         ports/sysdeps/powerpc/powerpc32/440.
24691         * sysdeps/powerpc/powerpc32/464: Move directory from
24692         ports/sysdeps/powerpc/powerpc32/464.
24693         * sysdeps/powerpc/powerpc32/476: Move directory from
24694         ports/sysdeps/powerpc/powerpc32/476.
24695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24696         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24698         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24699         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24700         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24702         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24703         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24704         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24705         * README: Update for powerpc-*-linux-gnu software floating point
24706         support in libc.
24708         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24709         case to powerpc/powerpc32*.
24710         * sysdeps/unix/sysv/linux/configure: Regenerated.
24712         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24713         (_FPU_MASK_OM): Define as 0x04.
24714         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24715         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24716         0x00c10080.
24717         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24718         0x0000003c.
24719         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24721         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24722         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24723         getcontext_e500.
24724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24725         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24726         setcontext_e500.
24727         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24728         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24729         and setcontext_e500.
24731 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24733         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24735 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24737         * manual/threads.texi (Default Thread Attributes): Fix typo.
24739 2013-10-04  Will Newton  <will.newton@linaro.org>
24741         * malloc/Makefile: Add tst-memalign.
24742         * malloc/tst-memalign.c: New file.
24744         * malloc/tst-posix_memalign.c: Add comments.
24745         (do_test): Add comments and call free on all potentially
24746         allocated pointers. Add space after cast.
24748         * malloc/tst-pvalloc.c: Add comments.
24749         (do_test): Add comments and call free on all potentially
24750         allocated pointers. Remove duplicate check for NULL pointer.
24751         Add space after cast.
24753         * malloc/tst-valloc.c: Add comments.
24754         (do_test): Add comments and call free on all potentially
24755         allocated pointers. Remove duplicate check for NULL pointer.
24756         Add space after cast.
24758 2013-10-04  Alan Modra  <amodra@gmail.com>
24760         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24761         Use stdint types in rather than __attribute__((mode())).
24762         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24764 2013-10-04  Alan Modra  <amodra@gmail.com>
24766         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24767         Correct handling of unaligned relocs for little-endian.
24768         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24770 2013-10-04  Alan Modra  <amodra@gmail.com>
24772         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24773         * configure: Regenerate.
24774         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24775         * shlib-versions: Likewise.
24777 2013-10-04  Alan Modra  <amodra@gmail.com>
24779         * string/tester.c (test_memrchr): Increment reported test cycle.
24781 2013-10-04  Alan Modra  <amodra@gmail.com>
24783         * string/test-memcpy.c (do_one_test): When reporting errors, print
24784         string address and don't overrun end of string.
24786 2013-10-04  Alan Modra  <amodra@gmail.com>
24788         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24789         insrdi.  Make better use of reg selection to speed exit slightly.
24790         Schedule entry path a little better.  Remove useless "are we done"
24791         checks on entry to main loop.  Handle wrapping around zero address.
24792         Correct main loop count.  Handle single left-over word from main
24793         loop inline rather than by using loop_small.  Remove extra word
24794         case in loop_small caused by wrong loop count.  Add little-endian
24795         support.
24796         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24797         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24798         cache hint.
24799         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24800         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24801         support.  Avoid rlwimi.
24802         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24804 2013-10-04  Alan Modra  <amodra@gmail.com>
24806         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24807         insrdi.  Formatting.
24808         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24809         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24810         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24811         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24812         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24813         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24815 2013-10-04  Alan Modra  <amodra@gmail.com>
24817         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24818         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24819         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24820         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24821         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24822         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24823         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24824         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24825         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24826         use of regs.  Use power7 mtocrf.  Tidy function tails.
24828 2013-10-04  Alan Modra  <amodra@gmail.com>
24830         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24831         Formatting.  Consistently use rXXX register defines or rN defines.
24832         Use early exit labels that avoid restoring unused non-volatile regs.
24833         Make cr field use more consistent with rWORDn compares.  Rename
24834         regs used as shift registers for unaligned loop, using rN defines
24835         for short lifetime/multiple use regs.
24836         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24837         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24838         addi 1,1,64 to pop stack frame.  Simplify return value code.
24839         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24841 2013-10-04  Alan Modra  <amodra@gmail.com>
24843         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24844         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24845         rather than rlwimi.
24846         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24847         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24848         little-endian support.  Correct typos.
24849         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24850         rather than rlwimi.
24851         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24852         in loop and entry code to keep "and." results.
24853         (strchr): Add little-endian support.  Comment.  Move cntlzd
24854         earlier in tail.
24855         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24857 2013-10-04  Alan Modra  <amodra@gmail.com>
24859         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24860         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24861         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24862         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24864 2013-10-04  Alan Modra  <amodra@gmail.com>
24866         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24867         (rTMP): Define as r11.
24868         (strcmp): Add little-endian support.  Optimise tail.
24869         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24870         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24871         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24872         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24873         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24874         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24875         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24877 2013-10-04  Alan Modra  <amodra@gmail.com>
24879         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24880         little-endian support.  Remove unnecessary "are we done" tests.
24881         Handle "s" wrapping around zero and extremely large "size".
24882         Correct main loop count.  Handle single left-over word from main
24883         loop inline rather than by using small_loop.  Correct comments.
24884         Delete "zero" tail, use "end_max" instead.
24885         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24887 2013-10-04  Alan Modra  <amodra@gmail.com>
24889         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24890         support.  Don't branch over align.
24891         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24892         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24893         support.  Rearrange tmp reg use to suit.  Comment.
24894         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24896 2013-10-04  Alan Modra  <amodra@gmail.com>
24898         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24900 2013-10-04  Alan Modra  <amodra@gmail.com>
24902         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24903         conditional form of branch and link when obtaining pc.
24904         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24906 2013-10-04  Alan Modra  <amodra@gmail.com>
24908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24909         HIWORD/LOWORD.
24910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24911         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24913 2013-10-04  Alan Modra  <amodra@gmail.com>
24915         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24916         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24917         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24918         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24919         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24920         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24921         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24922         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24923         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24924         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24926 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24927             Alistair Popple <alistair@ozlabs.au.ibm.com>
24928             Alan Modra <amodra@gmail.com>
24930         [BZ #15723]
24931         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24932         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24933         _dl_hwcap access for little-endian.
24934         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24935         destroy vmx regs when saving unaligned.
24936         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24937         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24938         destroy vmx regs when saving unaligned.
24940 2013-10-04  Alan Modra  <amodra@gmail.com>
24942         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24943         Don't use a union to pack hi/low value.
24945 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24947         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24948         for little-endian.
24949         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24950         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24951         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24952         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24953         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24955 2013-10-04  Alan Modra  <amodra@gmail.com>
24957         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24958         constants to usual value for .cst8 section, and remove redundant
24959         high address load.
24960         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24961         constant for 0x1p52.  Load little-endian words of double from
24962         correct stack offsets.
24964 2013-10-04  Alan Modra  <amodra@gmail.com>
24966         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24967         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24968         words of double from correct stack offsets.
24969         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24970         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24971         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24972         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24973         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24974         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24975         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24976         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24977         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24978         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24979         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24980         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24981         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24982         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24983         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24984         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24985         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24987 2013-10-04  Alan Modra  <amodra@gmail.com>
24989         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24990         64-bit int/double union.
24991         (_FPU_SETCW): Likewise.
24992         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24993         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24995 2013-10-04  Alan Modra  <amodra@gmail.com>
24997         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24998         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
25000 2013-10-04  Alan Modra  <amodra@gmail.com>
25002         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
25003         use vector int constants.
25004         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
25006 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25008         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
25009         array with long long.
25010         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
25011         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
25012         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
25013         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
25014         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
25015         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
25016         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
25017         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
25018         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
25019         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
25020         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
25021         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
25022         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
25024 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
25026         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
25027         (__signbit): Likewise.  Correct for little-endian.
25028         (__signbitl): Call __signbit.
25029         (lrint): Correct for little-endian.
25030         (lrintf): Call lrint.
25032 2013-10-04  Alan Modra  <amodra@gmail.com>
25034         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
25035         union 32-bit int array member with 64-bit int array.
25036         (t515, tm256): Double rather than long double.
25037         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
25039 2013-10-04  Alan Modra  <amodra@gmail.com>
25041         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
25042         Delete.
25043         (IEEE854_LONG_DOUBLE_BIAS): Delete.
25044         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
25045         version of math_ldbl.h.
25047 2013-10-04  Alan Modra  <amodra@gmail.com>
25049         [BZ #15734], [BZ #15735]
25050         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
25051         all uses of ieee875 long double macros and unions.  Simplify test
25052         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
25053         ldbl_extract_mantissa value for ix,iy exponents.  Properly
25054         normalize after ldbl_extract_mantissa, and don't add hidden bit
25055         already handled.  Don't treat low word of ieee854 mantissa like
25056         low word of IBM long double and mask off bit when testing for
25057         zero.
25058         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
25059         all uses of ieee875 long double macros and unions.  Simplify tests
25060         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
25061         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
25062         two1022, instead use their values.  Recognise that tests for large
25063         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
25064         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
25065         Rewrite all uses of ieee875 long double macros and unions.  Simplify
25066         test for 0.0L and nan.  Correct negation.
25067         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
25068         ieee875 long double macros and unions.  Correct output for large
25069         magnitude x.  Correct absolute value calculation.
25070         (__erfcl): Likewise.
25071         * math/libm-test.inc: Add tests for errors discovered in IBM long
25072         double versions of fmodl, remainderl, erfl and erfcl.
25074 2013-10-04  Alan Modra  <amodra@gmail.com>
25076         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
25077         all uses of ieee854 long double macros and unions.  Simplify tests
25078         for long doubles that are fully specified by the high double.
25079         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
25080         Likewise.
25081         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
25082         Remove dead code too.
25083         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
25084         (__ieee754_ynl): Likewise.
25085         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
25086         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
25087         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
25088         Remove dead code too.
25089         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
25090         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
25091         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
25092         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
25093         Simplify.
25094         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
25095         Simplify.
25096         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
25097         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
25098         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
25099         Comment on variable precision.
25100         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
25101         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
25102         Likewise.
25103         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
25104         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
25105         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
25106         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
25107         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
25109 2013-10-04  Alan Modra  <amodra@gmail.com>
25111         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
25112         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
25113         all uses of ieee854 long double macros and unions.
25114         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
25115         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25116         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
25117         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
25118         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
25119         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25120         Likewise.
25121         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
25122         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25123         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25124         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25125         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25126         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25127         Simplify sign and nan test too.
25128         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25129         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25130         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25131         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25132         Likewise.
25133         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25134         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25135         Likewise.
25136         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25137         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25138         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25139         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25140         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25141         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25143 2013-10-04  Alan Modra  <amodra@gmail.com>
25145         * stdio-common/printf_size.c (__printf_size): Don't use
25146         union ieee854_long_double in fpnum union.
25147         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
25148         signbit macro to retrieve sign from long double.
25149         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25150         retrieve sign from long double.
25151         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25152         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25153         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25154         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25155         * math/test-misc.c (main): Don't use union ieee854_long_double.
25157 2013-10-04  Alan Modra  <amodra@gmail.com>
25159         [BZ #15680]
25160         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25161         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25162         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25163         calculation.  Remove unnecessary test for denormal exponent.
25164         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25165         Correct handling of denormals.  Avoid undefined shift behaviour.
25166         Correct normalisation of low mantissa when low double is denormal.
25167         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25168         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
25169         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25170         Correct normalisation of low mantissa.  Test for overflow of high
25171         mantissa and normalise.
25172         (ldbl_nearbyint): Use more readable constant for two52.
25173         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25174         (__mpn_construct_long_double): Fix test for overflow of high
25175         mantissa and correct normalisation.  Avoid undefined shift.
25177 2013-10-04  Alan Modra  <amodra@gmail.com>
25179         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25180         (union ibm_extended_long_double): Define as an array of ieee754_double.
25181         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25182         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25183         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25184         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25185         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25186         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25187         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25188         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25189         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25190         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25191         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25193 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
25195         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25196         page size instead of calling getpagesize.
25198         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25199         (LOCFILE_ALIGN_MASK): Likewise.
25200         (LOCFILE_ALIGN_UP): Likewise.
25201         (LOCFILE_ALIGNED_P): Likewise.
25202         * locale/programs/ld-collate.c (collate_output): Use the new
25203         macros instead of __alignof__ (int32_t).
25204         * locale/weight.h (findidx): Likewise.
25206 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25208         [BZ #431]
25209         * manual/string.texi: Fix strncat and wcsncat.
25211 2013-10-03  Brooks Moses  <bmoses@google.com>
25213         [BZ #15915]
25214         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25215         * Makerules: ...here, and adjust associated comments.
25217 2013-10-02  Will Newton  <will.newton@linaro.org>
25219         * malloc/Makefile: Add tst-pvalloc.
25220         * malloc/tst-pvalloc.c: New file.
25222 2013-10-02  Will Newton  <will.newton@linaro.org>
25224         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25225         improve test coverage.
25227 2013-10-02  Will Newton  <will.newton@linaro.org>
25229         * malloc/Makefile: Add tst-posix_memalign.
25230         * malloc/tst-posix_memalign.c: New file.
25232 2013-10-01  Eric Blake  <eblake@redhat.com>
25234         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25235         Use __THROWNL rather than __THROW on static functions.
25237 2013-09-30  Petr Machata  <pmachata@redhat.com>
25239         * elf/elf.h (R_AARCH64_ABS16): New macro.
25240         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25241         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25242         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25243         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25244         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25245         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25246         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25247         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25248         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25249         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25250         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25251         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25252         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25253         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25254         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25255         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25256         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25257         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25258         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25259         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25260         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25261         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25262         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25263         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25264         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25265         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25266         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25267         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25268         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25269         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25270         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25271         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25272         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25273         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25274         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25275         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25276         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25277         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25278         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25279         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25280         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25281         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25282         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25283         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25284         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25285         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25286         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25287         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25288         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25289         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25290         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25291         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25292         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25293         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25294         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25295         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25296         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25297         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25298         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25299         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25300         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25301         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25302         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25303         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25304         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25305         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25306         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25307         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25308         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25309         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25310         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25311         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25312         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25313         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25314         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25315         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25316         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25317         (R_AARCH64_TLSDESC_LDR): Likewise.
25318         (R_AARCH64_TLSDESC_ADD): Likewise.
25319         (R_AARCH64_TLSDESC_CALL): Likewise.
25321 2013-09-30  Andreas Schwab  <schwab@suse.de>
25323         [BZ #15048]
25324         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25325         the nss database lookup.
25326         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25327         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25329 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25331         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25333 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25335         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25336         ${Bash-specific parameter/pattern/string} parameter expansion.
25337         * sysdeps/unix/make-syscalls.sh: Likewise.
25339 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25341         * sysdeps/sh/stackguard-macros.h: New file.
25343 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25345         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25346         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25347         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25348         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25349         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25350         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25352 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25354         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25355         Fix thread ID register.
25357 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25359         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25360         [POSIX || UNIX98]: Require rather than permitting all symbols from
25361         <time.h>.
25362         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25363         element of struct sched_param.
25364         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25365         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25366         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25367         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25368         constant.
25370 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25372         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25373         argument calculation.
25375 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25377         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25378         Expect macro.
25379         [POSIX] (pthread_attr_t): Do not require type.
25380         [POSIX] (pthread_cond_t): Likewise.
25381         [POSIX] (pthread_condattr_t): Likewise.
25382         [POSIX] (pthread_key_t): Likewise.
25383         [POSIX] (pthread_mutex_t): Likewise.
25384         [POSIX] (pthread_mutexattr_t): Likewise.
25385         [POSIX] (pthread_once_t): Likewise.
25386         [POSIX] (pthread_t): Likewise.
25387         [POSIX-based standards] (pthread_atfork): Expect function.
25389 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25390             Richard Sandiford  <richard@codesourcery.com>
25392         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25393         (swap_endianness_p): New extern variable.
25394         (set_big_endian): New inline function.
25395         (maybe_swap_uint32): Likewise.
25396         (maybe_swap_uint32_array): Likewise.
25397         (maybe_swap_uint32_obstack): Likewise.
25398         * locale/programs/locfile.c: Include <stdbool.h>.
25399         (swap_endianness_p): New variable.
25400         (add_locale_uint32): Call maybe_swap_uint32.
25401         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25402         (write_locale_data): Call maybe_swap_uint32_array.
25403         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25404         maybe_swap_uint32.
25405         (obstack_int32_grow_fast): Likewise.
25406         (output_weightwc): Call maybe_swap_uint32_obstack.
25407         (collate_output): Likewise.
25408         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25409         (OPT_LITTLE_ENDIAN): Likewise.
25410         (options): Add --little-endian and --big-endian options.
25411         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25412         * locale/programs/locarchive.c: Include "locfile.h".
25413         (GET): New macro.
25414         (SET): Likewise.
25415         (INC): Likewise.
25416         (create_archive): Use the new macros to access fields of
25417         structures directly mapped from or written to locale archives.
25418         (oldlocrecentcmp): Likewise.
25419         (enlarge_archive): Likewise.
25420         (insert_name): Likewise.
25421         (add_alias): Likewise.
25422         (add_locale): Likewise.
25423         (delete_locales_from_archive): Likewise.
25424         (show_archive_content): Likewise.
25425         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25426         locale data.
25428 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25430         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25431         http://www.gnu.org/doc/freemanuals.texi.
25432         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25434 2013-09-24  Will Newton  <will.newton@linaro.org>
25436         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25437         macro.
25439 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25441         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25442         unsigned char.
25444 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25446         * manual/threads.texi (POSIX Threads): Fix a typo.
25448 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25450         [BZ #14547]
25451         * string/tst-strcoll-overflow.c: New test case.
25452         * string/Makefile (xtests): Add tst-strcoll-overflow.
25453         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25454         cache if string sizes may cause integer overflow.
25456         [BZ #14547]
25457         * string/strcoll_l.c (coll_seq): New members rule, idx,
25458         save_idx and back_us.
25459         (get_next_seq_nocache): New function.
25460         (do_compare_nocache): New function.
25461         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25462         when malloc fails.
25464 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25466         [BZ #15754]
25467         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25468         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25469         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25471         [BZ #15754]
25472         * elf/Makefile (tests): Add tst-ptrguard1.
25473         (tests-static): Add tst-ptrguard1-static.
25474         (tst-ptrguard1-ARGS): Define.
25475         (tst-ptrguard1-static-ARGS): Define.
25476         * elf/tst-ptrguard1.c: New file.
25477         * elf/tst-ptrguard1-static.c: New file.
25478         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25479         * sysdeps/i386/stackguard-macros.h: Likewise.
25480         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25481         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25482         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25483         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25484         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25485         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25487 2013-09-23  Hector Marco  <hecmargi@upv.es>
25488             Ismael Ripoll  <iripoll@disca.upv.es>
25489             Carlos O'Donell  <carlos@redhat.com>
25491         [BZ #15754]
25492         * sysdeps/generic/stackguard-macros.h: Define
25493         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25494         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25495         Define __pointer_chk_guard_local.
25496         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25497         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25499 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25501         [BZ #15859]
25502         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25504 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25506         * include/string.h (__ffs): Declare as hidden.
25507         * string/ffs.c (__ffs): Define as hidden.
25508         * sysdeps/i386/ffs.c (__ffs): Likewise.
25509         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25510         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25511         * sysdeps/s390/ffs.c (__ffs): Likewise.
25512         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25514 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25516         * NEWS: Mention malloc probes.
25518         * malloc/arena.c (new_heap): New memory_heap_new probe.
25519         (grow_heap): New memory_heap_more probe.
25520         (shrink_heap): New memory_heap_less probe.
25521         (heap_trim): New memory_heap_free probe.
25522         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25523         (systrim): New memory_sbrk_less probe.
25524         * manual/probes.texi: Document them.
25526         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25527         * manual/probes.texi: Document it.
25529         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25530         (__libc_realloc): Add memory_realloc_retry probe.
25531         (__libc_memalign): Add memory_memalign_retry probe.
25532         (__libc_valloc): Add memory_valloc_retry probe.
25533         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25534         (__libc_calloc): Add memory_calloc_retry probe.
25535         * manual/probes.texi: Document them.
25537         * malloc/arena.c (get_free_list): Add probe
25538         memory_arena_reuse_free_list.
25539         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25540         and memory_arena_reuse.
25541         (arena_get2) [!PER_THREAD]: Likewise.
25542         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25543         memory_arena_reuse_realloc.
25544         * manual/probes.texi: Document them.
25546         * malloc/malloc.c (__libc_free): Add
25547         memory_mallopt_free_dyn_thresholds probe.
25548         (__libc_mallopt): Add multiple memory_mallopt probes.
25549         * manual/probes.texi: Document them.
25551         * malloc/malloc.c: Include stap-probe.h.
25552         (__libc_mallopt): Add memory_mallopt probe.
25553         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25554         * manual/probes.texi: New.
25555         * manual/Makefile (chapters): Add probes.
25556         * manual/threads.texi: Set next node.
25558 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25560         [BZ #15963, #13985]
25561         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25562         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25563         Add `Chinese' to `nan' entry name.
25565 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25567         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25568         (POLYNOMIAL): Likewise.
25569         (TAYLOR_SINCOS): Likewise.
25570         (TAYLOR_SLOW): Likewise.
25571         (__sin): Use TAYLOR_SINCOS.
25572         (__cos): Likewise.
25573         (slow): Use TAYLOR_SLOW.
25574         (sloww): Likewise.
25575         (bsloww): Likewise.
25576         (csloww): Likewise.
25578 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25580         * stdlib/strtod_l.c: Fix buffer overrun.
25582 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25584         * benchtests/Makefile (bench): Add sincos.
25585         * benchtests/bench-sincos.c: New file.
25587         * math/libm-test.inc (cos_test_data): New test inputs.
25588         (sin_test_data): Likewise.
25590         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25591         macro.
25592         (__sin): Use it.
25593         (__cos): Likewise.
25594         (slow1): Likewise.
25595         (slow2): Likewise.
25596         (sloww1): Likewise.
25597         (sloww2): Likewise.
25598         (bsloww1): Likewise.
25599         (bsloww2): Likewise.
25600         (cslow2): Likewise.
25601         (csloww1): Likewise.
25602         (csloww2): Likewise.
25604         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25605         function.
25606         (__sin): Use it.
25607         (__cos): Likewise.
25609         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25610         gotos.
25611         (__cos): Likewise.
25613 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25615         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25616         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25617         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25618         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25619         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25620         * elf/cache.c (print_entry): Handle the new cache flags.
25622 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25623             Aldy Hernandez  <aldyh@redhat.com>
25625         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25626         Change condition to [_SOFT_FLOAT].
25627         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25628         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25629         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25630         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25631         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25632         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25633         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25634         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25635         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25636         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25637         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25638         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25639         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25640         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25641         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25642         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25643         declaration.
25645 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25647         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25648         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25649         (__longjmp): Use LOAD_GP to load saved GPRs.
25650         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25651         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25652         (__sigsetjmp): Use SAVE_GP to save GPRs.
25654         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25655         Do not append -msoft-float.
25656         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25658 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25660         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25662 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25664         [BZ #15966]
25665         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25666         (_FPU_GETCW): Use initial "__" on variable and field names but not
25667         on macro parameter name.
25668         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25669         parentheses around reference to macro parameter.
25671 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25673         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25674         prototype.
25675         (ctype_startup): Use uint32_t in cast and sizeof for
25676         ctype->charnames.
25678 2013-09-11  Jia Liu  <proljc@gmail.com>
25680         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25681         __daddr_t_defined.
25682         [__FreeBSD__]: Likewise.
25684 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25686         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25687         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25688         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25689         (strchr): Remove __strchr_sse42 ifunc selection.
25690         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25691         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25693 2013-09-11  Will Newton  <will.newton@linaro.org>
25695         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25696         parameter to RES. Remove hardcoded 1000 value.
25697         * benchtests/bench-skeleton.c (main): Pass RES parameter
25698         to TIMING_INIT and multiply result by 1000.
25700 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25702         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25704 2013-09-11  Andreas Schwab  <schwab@suse.de>
25706         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25707         if not defined.
25708         (O_TMPFILE) [__USE_GNU]: Define.
25709         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25710         Define.
25712 2013-09-11  Will Newton  <will.newton@linaro.org>
25714         [BZ #15857]
25715         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25716         does not overflow.
25718 2013-09-11  Will Newton  <will.newton@linaro.org>
25720         [BZ #15856]
25721         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25722         does not overflow.
25724 2013-09-11  Will Newton  <will.newton@linaro.org>
25726         [BZ #15855]
25727         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25728         does not overflow.
25730 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25732         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25733         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25734         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25735         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25736         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25738 2013-09-10  Allan McRae  <allan@archlinux.org>
25740         [BZ #15748]
25741         * manual/arith.texi (Parsing of Floats): Clarify
25742         cross-reference.
25744         [BZ #15849]
25745         * manual/install.texi (Running make install): Mention
25746         --enable-pt-chown.
25747         * INSTALL: Regenerated.
25749 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25751         * csu/init-first.c (_init): Remove the !SHARED condition around
25752         FPU control word initialization.
25753         * elf/dl-support.c (_dl_fpu_control): New variable.
25754         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25755         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25756         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25757         * math/test-fpucw-static.c: New file.
25758         * math/test-fpucw-ieee.c: New file.
25759         * math/test-fpucw-ieee-static.c: New file.
25760         * math/Makefile (tests): Add `test-fpucw-ieee' and
25761         `$(tests-static)'.
25762         (tests-static): New variable.
25763         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25764         dependency to...
25765         [($(build-shared),yes)]
25766         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25767         ... this.
25768         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25769         New dependency.
25771 2013-09-09  Allan McRae  <allan@archlinux.org>
25773         [BZ #15939]
25774         * manual/string.texi (Collation Functions): Fix typo in
25775         strcoll example.
25776         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25778         [BZ #15893]
25779         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25781         [BZ #15892]
25782         * libio/memstream.c (open_memstream): Fix memory leak.
25783         * libio/wmemstream.c (open_wmemstream): Likewise.
25785         [BZ #15895]
25786         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25788 2013-09-09  Will Newton  <will.newton@linaro.org>
25790         * malloc/Makefile: Add tst-realloc to tests.
25791         * malloc/tst-realloc.c: New file.
25793 2013-09-09  Allan McRae  <allan@archlinux.org>
25795         [BZ #15844]
25796         * COPYING: Update from GNU website to fix FSF address.
25797         * COPYING.LIB: Likewise.
25799 2013-09-06  David S. Miller  <davem@davemloft.net>
25801         * po/zh_TW.po: Update Chinese (traditional) translation from
25802         translation project.
25804 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25805             Joseph Myers  <joseph@codesourcery.com>
25807         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25808         "localeinfo.h".
25809         (obstack_chunk_alloc): New macro.
25810         (obstack_chunk_free): Likewise.
25811         (record_offset): New function.
25812         (init_locale_data): Likewise.
25813         (align_locale_data): Likewise.
25814         (add_locale_empty): Likewise.
25815         (add_locale_raw_data): Likewise.
25816         (add_locale_raw_obstack): Likewise.
25817         (add_locale_string): Likewise.
25818         (add_locale_wstring): Likewise.
25819         (add_locale_uint32): Likewise.
25820         (add_locale_uint32_array): Likewise.
25821         (add_locale_char): Likewise.
25822         (start_locale_structure): Likewise.
25823         (end_locale_structure): Likewise.
25824         (start_locale_prelude): Likewise.
25825         (end_locale_prelude): Likewise.
25826         (write_locale_data): Take locale_file structure rather than an
25827         iovec.
25828         * locale/programs/locfile.h: Include "obstack.h".
25829         (struct locale_file): Change to store locale file contents instead
25830         of header.
25831         (init_locale_data): New prototype.
25832         (align_locale_data): Likewise.
25833         (add_locale_empty): Likewise.
25834         (add_locale_raw_data): Likewise.
25835         (add_locale_raw_obstack): Likewise.
25836         (add_locale_string): Likewise.
25837         (add_locale_wstring): Likewise.
25838         (add_locale_uint32): Likewise.
25839         (add_locale_uint32_array): Likewise.
25840         (add_locale_char): Likewise.
25841         (start_locale_structure): Likewise.
25842         (end_locale_structure): Likewise.
25843         (start_locale_prelude): Likewise.
25844         (end_locale_prelude): Likewise.
25845         (write_locale_data): Update prototype.
25846         * locale/programs/3level.h (struct TABLE): Remove result field.
25847         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25848         Use new locale_file interface.
25849         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25850         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25851         * locale/programs/ld-address.c (address_output): Use new
25852         locale_file interface.
25853         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25854         NO_ADD_LOCALE.
25855         (collate_finish): Don't call collseq_table_finalize.
25856         (collate_output): Use new locale_file interface.
25857         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25858         in file.
25859         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25860         (TABLE): Move defines earlier in file.
25861         (ELEMENT): Likewise.
25862         (DEFAULT): Likewise.
25863         (wctrans_table_add): Move macro and inline function earlier in
25864         file.
25865         (struct wctype_table): Move type earlier in file.
25866         (add_locale_wctype_table): New static prototype.
25867         (struct locale_ctype_t): Use logical types instead of struct iovec
25868         pointers for members.
25869         (ctype_output): Use new locale_file interface.
25870         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25871         new locale_file interface.
25872         (allocate_arrays): Update for use of new locale_file interface.
25873         * locale/programs/ld-identification.c (identification_output): Use
25874         new locale_file interface.
25875         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25876         * locale/programs/ld-messages.c (messages_output): Likewise.
25877         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25878         * locale/programs/ld-name.c (name_output): Likewise.
25879         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25880         * locale/programs/ld-paper.c (paper_output): Likewise.
25881         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25882         * locale/programs/ld-time.c (time_output): Likewise.
25884 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25886         * benchtests/Makefile: Add memrchr benchmark.
25887         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25888         benchmark as memrchr.
25889         * benchtests/bench-memrchr-ifunc.c: New file.
25890         * benchtests/bench-memrchr.c: New file.
25892 2013-09-06   Will Newton  <will.newton@linaro.org>
25894         * benchtests/Makefile (string-bench): Add memcpy.
25896 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25897             Cong Wang  <amwang@redhat.com>
25899         [BZ #15850]
25900         * sysdeps/unix/sysv/linux/bits/in.h
25901         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25902         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25903         before __USE_KERNEL_IPV6_DEFS uses.
25904         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25905         IPPROTO_BEETPH.
25906         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25907         sockaddr_in6, or ipv6_mreq.
25909 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25911         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25912         memory access for final bytes in some large inputs.
25913         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25915 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25917         * string/test-memrchr.c: New file.
25918         * string/test-memrchr-ifunc.c: New file.
25919         * string/Makefile: Add new memrchr testcase.
25921 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25923         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25924         fanotify_init returns EPERM.
25926 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25928         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25929         errors.
25930         (top level): Treat second token from macro or constant entries for
25931         allowed headers as allowed.
25932         * include/complex.h: Condition internal declarations on
25933         [!_ISOMAC].
25934         * include/fenv.h: Condition include of <stdbool.h> and internal
25935         declarations on [!_ISOMAC].
25937 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25939         [BZ #15923]
25940         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25942 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25944         * configure.in (--enable-versioning): Remove configure option.
25945         (libc_cv_asm_symver_directive): Remove configure test.
25946         (libc_cv_ld_version_script_option): Likewise.
25947         (VERSIONING): Remove variable and AC_SUBST.
25948         (DO_VERSIONING): Remove AC_DEFINE.
25949         * configure: Regenerated.
25950         * config.h.in (DO_VERSIONING): Remove macro.
25951         * Makerules [$(versioning) = yes]: Change conditionals to
25952         [$(build-shared) = yes].
25953         * config.make.in (versioning): Remove variable.
25954         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25955         [$(build-shared) = yes].
25956         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25957         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25958         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25959         [$(build-shared) = yes].
25960         * extra-lib.mk [$(versioning) = yes]: Likewise.
25961         * hurd/Makefile [$(versioning) = yes]: Likewise.
25962         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25963         [SHARED].
25964         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25965         [SHARED].
25966         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25967         [SHARED && !NO_HIDDEN].
25968         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25969         [SHARED].
25970         [SHARED && DO_VERSIONING]: Likewise..
25971         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25972         [$(build-shared) = yes].
25973         * manual/install.texi (--disable-versioning): Remove
25974         documentation.
25975         * INSTALL: Regenerated.
25976         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25977         to [SHARED].
25978         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25979         [$(build-shared) = yes].
25980         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25981         * sysdeps/i386/i686/multiarch/strstr-c.c
25982         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25983         [SHARED && !NO_HIDDEN].
25984         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25985         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25986         * sysdeps/powerpc/powerpc32/dl-machine.c
25987         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25988         * sysdeps/powerpc/powerpc32/sysdep.h
25989         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25990         to [SHARED && PIC && !NO_HIDDEN].
25991         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25992         conditional to [SHARED].
25994 2013-09-04   Will Newton  <will.newton@linaro.org>
25996         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25997         * benchtests/bench-string.h: Include bench-timing.h instead
25998         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25999         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
26000         call to HP_TIMING_DIFF_INIT.
26001         * benchtests/bench-memccpy.c: Use bench-timing.h macros
26002         instead of hp-timing.h macros.
26003         * benchtests/bench-memchr.c: Likewise.
26004         * benchtests/bench-memcmp.c: Likewise.
26005         * benchtests/bench-memcpy.c: Likewise.
26006         * benchtests/bench-memmem.c: Likewise.
26007         * benchtests/bench-memmove.c: Likewise.
26008         * benchtests/bench-memset.c: Likewise.
26009         * benchtests/bench-rawmemchr.c: Likewise.
26010         * benchtests/bench-strcasecmp.c: Likewise.
26011         * benchtests/bench-strcasestr.c: Likewise.
26012         * benchtests/bench-strcat.c: Likewise.
26013         * benchtests/bench-strchr.c: Likewise.
26014         * benchtests/bench-strcmp.c: Likewise.
26015         * benchtests/bench-strcpy.c: Likewise.
26016         * benchtests/bench-strcpy_chk.c: Likewise.
26017         * benchtests/bench-strlen.c: Likewise.
26018         * benchtests/bench-strncasecmp.c: Likewise.
26019         * benchtests/bench-strncat.c: Likewise.
26020         * benchtests/bench-strncmp.c: Likewise.
26021         * benchtests/bench-strncpy.c: Likewise.
26022         * benchtests/bench-strnlen.c: Likewise.
26023         * benchtests/bench-strpbrk.c: Likewise.
26024         * benchtests/bench-strrchr.c: Likewise.
26025         * benchtests/bench-strspn.c: Likewise.
26026         * benchtests/bench-strstr.c: Likewise.
26028 2013-09-04  Will Newton  <will.newton@linaro.org>
26030         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
26032 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
26034         [BZ #15427]
26035         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
26036         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
26037         * math/libm-test.inc (lgamma_test_data): Add more tests.
26038         * sysdeps/i386/fpu/libm-test-ulps: Update.
26039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26041 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
26043         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
26044         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26045         Add ifunc.
26046         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26047         Add strcmp-sse2-unaligned
26048         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
26050 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26052         * Versions.def (libc): Add GLIBC_2.19.
26054 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26056         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
26057         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
26059 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
26061         [BZ #14155]
26062         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
26063         intermediate calculations in recurrence.
26064         (__ieee754_ynf): Likewise.
26065         * math/libm-test.inc (jn_test_data): Do not allow spurious
26066         underflow exception.  Add more tests.
26067         (yn_test_data): Add more tests.
26068         * sysdeps/i386/fpu/libm-test-ulps: Update.
26069         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26071 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
26073         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
26075 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26077         * csu/init-first.c: Fix then/than typos.
26078         * locale/programs/ld-collate.c: Likewise.
26079         * locale/programs/linereader.h: Likewise.
26080         * manual/charset.texi: Likewise.
26081         * manual/filesys.texi: Likewise.
26082         * manual/stdio.texi: Likewise.
26083         * manual/string.texi: Likewise.
26084         * stdlib/fmtmsg.c: Likewise.
26085         * sysdeps/i386/stpncpy.S: Likewise.
26086         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26087         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
26088         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26089         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
26091 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26093         * elf/dl-open.c: Fix typos.
26094         * iconvdata/gbbig5.c: Likewise.
26095         * iconvdata/iso-2022-jp.c: Likewise.
26096         * iconv/gconv_int.h: Likewise.
26097         * iconv/loop.c: Likewise.
26098         * nis/rpcsvc/nis.h: Likewise.
26099         * resolv/ns_name.c: Likewise.
26100         * stdio-common/vfscanf.c: Likewise.
26101         * streams/stropts.h: Likewise.
26102         * sunrpc/rpc_thread.c: Likewise.
26103         * sysdeps/i386/strpbrk.S: Likewise.
26104         * sysdeps/ieee754/k_standard.c: Likewise.
26105         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26106         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26107         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
26108         * sysdeps/mach/hurd/profil.c: Likewise.
26109         * sysdeps/s390/dl-procinfo.h: Likewise.
26110         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
26111         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
26112         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
26113         * sysdeps/x86_64/dl-trampoline.S: Likewise.
26114         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
26116 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
26118         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
26119         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
26121 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
26123         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26124         aix specific files.
26125         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26126         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26127         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26128         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26129         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26130         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26131         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26132         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26134 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26135             Roland McGrath  <roland@hack.frob.com>
26137         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26138         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26140 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26142         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26143         __executable_start symbol instead of _start.
26145 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26147         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26148         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26149         Move macros to...
26150         * sysdeps/gnu/ldsodefs.h: ... this new file.
26152         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26153         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26154         instead of ELFOSABI_LINUX.
26156         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
26157         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26158         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26159         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26160         Likewise.
26161         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26162         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26163         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26164         Likewise.
26165         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26166         (ibm_extended_long_double): Add ieee_nan member.
26167         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26168         (do_test): New function.
26170         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26171         TEST_TRUNC.
26172         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26173         functions, renamed from truncdfsf_test, trunctfsf_test,
26174         trunctfdf_test.
26175         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26176         functions.
26177         (do_test): Run all these.
26179 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
26181         * argp/argp-help.c: Fix typos.
26182         * argp/argp-parse.c: Likewise.
26183         * debug/backtracesyms.c: Likewise.
26184         * elf/elf.h: Likewise.
26185         * malloc/malloc.c: Likewise.
26186         * nis/nis_print.c: Likewise.
26187         * resolv/res_comp.c: Likewise.
26188         * stdlib/stdlib.h: Likewise.
26189         * sunrpc/clnt_tcp.c: Likewise.
26190         * sunrpc/clnt_udp.c: Likewise.
26191         * sunrpc/clnt_unix.c: Likewise.
26192         * sysdeps/unix/bsd/ptsname.c: Likewise.
26193         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26194         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26196         Likewise.
26197         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26198         Likewise.
26199         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26200         Likewise.
26201         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26203 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26205         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26206         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26208 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26210         [BZ #15897]
26211         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26212         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26213         ($(objpfx)bug-dl-leaf): New rule.
26214         ($(objpfx)bug-dl-leaf.so): Likewise.
26215         ($(objpfx)bug-dl-leaf.out): Likewise.
26216         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26217         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26218         * dlfcn/bug-dl-leaf.c: New test.
26219         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26220         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26221         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26222         (dlclose): Likewise.
26223         (dlmopen): Likewise.
26225 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26227         * include/netdb.h [!_ISOMAC]:
26228         Don't include <tls.h>.
26229         (h_errno, __libc_h_errno): Move declaration and macros out of
26230         [_LIBC_REENTRANT].
26232         * include/resolv.h [_RESOLV_H_]:
26233         Don't include <tls.h>.
26234         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26235         * resolv/res_libc.c: Don't include <tls.h>.
26236         (_res): Use __attribute__ ((nocommon)) in place of
26237         __attribute__ ((section (".bss"))).
26239         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26240         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26242         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26244         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26245         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26247         * resolv/res_mkquery.c: Include <sys/time.h>.
26249         * inet/ifreq.c: Moved to ...
26250         * sysdeps/unix/ifreq.c: ... here.
26251         * inet/ifreq.c: New file, true stub version.
26253         * socket/sa_len.c: New file.
26254         * socket/Makefile (aux): Add it.
26255         * sysdeps/unix/sysv/linux/Makefile
26256         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26257         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26258         and #include <socket/sa_len.c>.
26259         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26260         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26262         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26263         * bits/socket.h: ... here.
26265         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26266         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26267         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26269 2013-08-27  Andreas Schwab  <schwab@suse.de>
26271         [BZ #15736]
26272         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26273         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26274         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26275         * string/test-strcasecmp.c (test_main): Run tests in several
26276         locales.
26277         * string/test-strncasecmp.c (test_main): Likewise.
26279         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26280         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26281         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26282         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26283         (__strncasecmp_ssse3) [PIC]: Likewise.
26285 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26287         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26289         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26290         instead of explicitly declaring xdecrypt.
26291         * nis/nss_nis/nis-publickey.c: Likewise.
26293 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26295         [BZ #15890]
26296         * nscd/aicache.c: Include res_hconf.h.
26297         (addhstaiX): Initialize res_hconf.
26299 2013-08-26  Andreas Schwab  <schwab@suse.de>
26301         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26302         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26304 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26306         * nscd/aicache.c (addhstaiX): Fix indentation.
26308 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26310         * configure.ac: Quote $build_pt_chown test.
26311         * configure: Regenerated.
26313 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26315         [BZ #15532]
26316         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26317         * math/s_cexpf.c (__cexpf): Likewise.
26318         * math/s_cexpl.c (__cexpl): Likewise.
26319         * math/libm-test.inc (cexp_test_data): Correct expected return
26320         value for NaN + i0.  Add another test.
26322 2013-08-22  David S. Miller  <davem@davemloft.net>
26324         * po/ca.po: Update Catalan translation from translation project.
26325         * po/uk.po: Add Ukrainian translations from translation project.
26327 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26329         [BZ #15797]
26330         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26331         is infinite, not alongside NaN test.
26332         * math/s_fdimf.c (__fdimf): Likewise.
26333         * math/s_fdiml.c (__fdiml): Likewise.
26334         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26335         errno is unchanged.
26337 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26339         * argp/argp-help.c: Fix typos.
26340         * crypt/speeds.c: Likewise.
26341         * csu/check_fds.c: Likewise.
26342         * elf/dl-load.c: Likewise.
26343         * elf/dl-open.c: Likewise.
26344         * elf/reldep3.c: Likewise.
26345         * elf/reldep.c: Likewise.
26346         * elf/sprof.c: Likewise.
26347         * iconv/iconv_charmap.c: Likewise.
26348         * iconv/skeleton.c: Likewise.
26349         * iconv/strtab.c: Likewise.
26350         * io/lockf64.c: Likewise.
26351         * libio/libioP.h: Likewise.
26352         * resolv/gai_notify.c: Likewise.
26353         * resolv/ns_name.c: Likewise.
26354         * resolv/ns_samedomain.c: Likewise.
26355         * resolv/res_send.c: Likewise.
26356         * stdlib/random.c: Likewise.
26357         * sunrpc/rpc/xdr.h: Likewise.
26358         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26359         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26360         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26361         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26362         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26363         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26364         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26365         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26366         * sysdeps/mach/hurd/check_fds.c: Likewise.
26367         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26368         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26369         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26370         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26371         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26372         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26373         * sysdeps/pthread/aio_notify.c: Likewise.
26374         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26375         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26376         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26377         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26378         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26380 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26382         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26383         version if bit_Slow_SSE4_2 is set.
26384         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26385         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26387 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26389         [BZ #15867]
26390         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26391         trampoline stack frame information.
26392         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26393         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26394         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26395         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26396         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26397         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26398         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26399         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26400         sa_flags value.
26401         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26402         interrupting a syscall and set with option SA_SIGINFO.
26404 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26406         [BZ #15531]
26407         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26408         argument is infinite.
26409         * math/s_cprojf.c (__cprojf): Likewise.
26410         * math/s_cprojl.c (__cprojl): Likewise.
26411         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26412         * math/libm-test.inc (cproj_test_data): Add more tests.
26414         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26416         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26417         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26418         size.  Use __ffs to determine corresponding shift.
26420 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26421             Roland McGrath  <roland@hack.frob.com>
26423         * Makefile (INSTALL): Remove trailing blank lines from output of
26424         makeinfo.
26426 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26428         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26429         Align 32 bit compat elf_greg to 8 bytes.
26431 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26433         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26435 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26437         * string/strcoll_l.c (coll_seq): New structure.
26438         (get_next_seq_cached): New function.
26439         (get_next_seq): New function.
26440         (do_compare): New function.
26441         (STRCOLL): Use GNU style definition.  Simplify implementation
26442         by using get_next_seq, get_next_seq_cached and do_compare.
26444 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26446         [BZ #14699]
26447         CVE-2013-4237
26448         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26449         member.
26450         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26451         member.
26452         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26453         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26454         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26455         conditional.
26456         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26457         GETDENTS_64BIT_ALIGNED.
26458         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26459         * manual/filesys.texi (Reading/Closing Directory): Document
26460         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26461         strongly.
26462         * manual/conf.texi (Limits for Files): Add portability note to
26463         NAME_MAX, PATH_MAX.
26464         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26466 2013-08-13  Andreas Schwab  <schwab@suse.de>
26468         [BZ #15749]
26469         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26470         of fabs.
26471         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26472         LDBL_MAX_EXP >= 16384]: Add tests for it.
26474 2013-08-12  David S. Miller  <davem@davemloft.net>
26476         * version.h (RELEASE): Set to "development".
26477         (VERSION): Set to "2.18.90".
26478         * NEWS: Add 2.19 section.
26480 2013-08-03  David S. Miller  <davem@davemloft.net>
26482         * po/ko.po: Update Korean translation from translation project.
26484 2013-08-01  David S. Miller  <davem@davemloft.net>
26486         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26487         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26488         Bilka.
26490 2013-07-30  David S. Miller  <davem@davemloft.net>
26492         * po/fr.po: Update French translation from translation project.
26494 2013-07-28  David S. Miller  <davem@davemloft.net>
26496         * po/cs.po: Update Czech translation from translation project.
26498         * po/sv.po: Update Swedish translation from translation project.
26500 2013-07-27  David S. Miller  <davem@davemloft.net>
26502         * po/eo.po: Update Esperanto translation from translation project.
26504         * po/vi.po: Update Vietnamese translation from translation project.
26506         * po/de.po: Update German translation from translation project.
26508 2013-07-26  David S. Miller  <davem@davemloft.net>
26510         * po/bg.po: Update Bulgarian translation from translation project.
26512         * po/nl.po: Update Dutch translation from translation project.
26513         * po/pl.po: Update Polish translation from translation project.
26514         * po/ru.po: Update Russian translation from translation project.
26516 2013-07-24  David S. Miller  <davem@davemloft.net>
26518         * po/libc.pot: Update.
26520 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26522         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26523         variable page size.
26524         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26525         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26526         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26528 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26530         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26532 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26533             Andreas Schwab  <schwab@suse.de>
26534             Roland McGrath  <roland@hack.frob.com>
26535             Joseph Myers  <joseph@codesourcery.com>
26536             Carlos O'Donell  <carlos@redhat.com>
26538         [BZ #15755]
26539         * config.h.in: Define HAVE_PT_CHOWN.
26540         * config.make.in (build-pt-chown): New variable.
26541         * configure.in (--enable-pt_chown): New configure option.
26542         * configure: Regenerate.
26543         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26544         build-pt-chown is enabled.
26545         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26546         pt_chown to fix pty ownership.
26547         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26548         CLOSE_ALL_FDS.
26549         * manual/install.texi (Configuring and compiling): Mention
26550         --enable-pt_chown. Add @findex for grantpt.
26551         * INSTALL: Regenerate.
26553 2013-07-20  David S. Miller  <davem@davemloft.net>
26555         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26556         difference between 32-bit and 64-bit.
26558 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26560         [BZ #15711]
26561         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26562         Avoid system header dependency with -ffreestanding.
26563         ($(objpfx)bits/syscall%d): Likewise.
26565 2013-07-13  David S. Miller  <davem@davemloft.net>
26567         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26568         underflows from atanl/atan2l due to bug 15319.
26569         (casinh_test_data): Likewise.
26571 2013-07-07  David S. Miller  <davem@davemloft.net>
26573         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26575 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26577         * sysdeps/i386/fpu/libm-test-ulps: Update.
26578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26580 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26582         * configure.in (--enable-lock-elision): Fix message text.
26583         * INSTALL: Regenerate.
26584         * configure: Regenerate.
26586 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26588         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26590 2013-07-03  Andreas Jaeger  <aj@suse.de>
26592         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26593         define.
26594         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26595         (ptrace_peeksiginfo_args): Add.
26596         (__ptrace_peeksiginfo_flags): Add.
26597         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26598         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26599         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26601 2013-07-03  Allan McRae  <allan@archlinux.org>
26603         * sysdeps/i386/fpu/libm-test-ulps: Update.
26605 2013-07-02  David S. Miller  <davem@davemloft.net>
26607         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26609 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26611         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26613 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26615         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26618 2013-07-02  Andi Kleen <ak@linux.intel.com>
26620         * config.h.in (ENABLE_LOCK_ELISION): Add.
26621         * configure.in (--enable-lock-elision): Add option.
26622         * manual/install.texi: Document --enable lock elision.
26623         * configure: Regenerate
26624         * INSTALL: Regenerate.
26626 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26628         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26629         SSE4.2 strcasecmp for libc.a.
26630         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26632 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26634         [BZ #13304]
26635         * soft-fp/op-common.h (_FP_FMA): New macro.
26636         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26637         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26638         (_FP_MUL_MEAT_1_imm): ... here.
26639         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26640         (_FP_MUL_MEAT_1_wide): ... here.
26641         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26642         (_FP_MUL_MEAT_1_hard): ... here.
26643         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26644         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26645         (_FP_MUL_MEAT_2_wide): ... here.
26646         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26647         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26648         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26649         (_FP_MUL_MEAT_2_gmp): ... here.
26650         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26651         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26652         (_FP_MUL_MEAT_4_wide): ... here.
26653         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26654         (_FP_MUL_MEAT_4_gmp): ... here.
26655         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26656         (_FP_WFRACBITS_DW_S): Likewise.
26657         (_FP_WFRACXBITS_DW_S): Likewise.
26658         (_FP_HIGHBIT_DW_S): Likewise.
26659         (FP_FMA_S): Likewise.
26660         (_FP_FRAC_HIGH_DW_S): Likewise.
26661         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26662         (_FP_WFRACBITS_DW_D): Likewise.
26663         (_FP_WFRACXBITS_DW_D): Likewise.
26664         (_FP_HIGHBIT_DW_D): Likewise.
26665         (FP_FMA_D): Likewise.
26666         (_FP_FRAC_HIGH_DW_D): Likewise.
26667         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26668         (_FP_WFRACBITS_DW_E): Likewise.
26669         (_FP_WFRACXBITS_DW_E): Likewise.
26670         (_FP_HIGHBIT_DW_E): Likewise.
26671         (FP_FMA_E): Likewise.
26672         (_FP_FRAC_HIGH_DW_E): Likewise.
26673         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26674         (_FP_WFRACBITS_DW_Q): Likewise.
26675         (_FP_WFRACXBITS_DW_Q): Likewise.
26676         (_FP_HIGHBIT_DW_Q): Likewise.
26677         (FP_FMA_Q): Likewise.
26678         (_FP_FRAC_HIGH_DW_Q): Likewise.
26679         * soft-fp/fmasf4.c: New file.
26680         * soft-fp/fmadf4.c: Likewise.
26681         * soft-fp/fmatf4.c: Likewise.
26683 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26685         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26686         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26687         Silvermont.
26688         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26689         macro.
26690         (index_Slow_SSE4_2): Likewise.
26691         (index_Prefer_PMINUB_for_stringop): Likewise.
26692         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26693         bit_Slow_SSE4_2 is set.
26694         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26695         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26697 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26699         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26700         rtld_global._dl_hwcap2.
26701         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26702         POWER8.
26703         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26704         POWER8 feature descriptions defined in _dl_hwcap2.
26705         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26706         string handling for POWER8 feature bits.
26707         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26708         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26709         _dl_powerpc_cap_flags.
26710         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26711         * sysdeps/powerpc/rtld-global-offsets.sym
26712         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26713         _dl_hwcap2 in the rtld_global_ro structure.
26715 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26717         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26718         hardware capabilities in support of AT_HWCAP2.
26719         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26720         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26721         GLRO(dl_hwcap2).
26722         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26723         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26724         explicitly the unknown a_type display mechanism is used.
26725         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26726         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26727         struct member.
26728         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26729         to macro prototype for AT_HWCAP2 support.
26730         * sysdeps/i386/dl-procinfo.h: Likewise.
26731         * sysdeps/s390/dl-procinfo.h: Likewise.
26732         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26733         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26734         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26735         return -1 for unknown a_type display fallback.
26736         * sysdeps/sparc/dl-procinfo.h: Likewise.
26737         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26738         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26740 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26742         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26743         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26745 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26747         [BZ #12492]
26748         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26749         mprotect making __stack_prot writable.
26751 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26752             Joseph Myers  <joseph@codesourcery.com>
26754         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26755         as being properly aligned.
26757 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26759         * dlfcn/modstatic5.c: New file.
26760         * dlfcn/tststatic5.c: New file.
26761         * dlfcn/Makefile (tests): Add tststatic5.
26762         (tests-static): Likewise.
26763         (modules-names): Add modstatic5.
26764         (tststatic5-ENV): New variable.
26765         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26767         [BZ #15022]
26768         * elf/dl-support.c (_dl_main_map): New variable.
26769         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26770         (_dl_nns, _dl_load_adds): Set to 1.
26771         (_dl_initial_searchlist): Refer to _dl_main_map.
26772         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26773         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26774         call to _dl_get_origin.
26775         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26776         around call_map.
26777         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26778         * dlfcn/modstatic3.c: New file.
26779         * dlfcn/tststatic3.c: New file.
26780         * dlfcn/tststatic4.c: New file.
26781         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26782         (tests-static): Likewise.
26783         (modules-names): Add modstatic3.
26784         (tststatic3-ENV, tststatic4-ENV): New variables.
26785         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26786         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26788 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26790         * configure.in (CC): Require GCC version 4.4 or later.
26791         * configure: Regenerated.
26792         * manual/install.texi (Tools for Compilation): Update GCC version
26793         requirement.
26794         * INSTALL: Regenerated.
26796 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26798         [BZ #15674]
26799         * string/test-memcmp.c (check2): New.
26800         (main): Call check2.
26802         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26804 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26806         [BZ #15022]
26807         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26808         over to...
26809         (dl_open_worker) [!SHARED]: ... here.
26811 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26813         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26815 2013-06-25  Richard Henderson  <rth@redhat.com>
26817         * locale/programs/locarchive.c: Include <libc-internal.h>
26819 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26821         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26822         trailing whitespace removed.
26824 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26826         [BZ #10283]
26827         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26828         * locale/programs/locarchive.c: Include libc-mmap.h.
26829         (prepare_address_space): Take two new outputs (the mmap base and len).
26830         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26831         values.
26832         (create_archive): Declare new mmap base and len values for
26833         prepare_address_space, and store the result in ah.
26834         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26835         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26836         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26837         Declare new mmap base and len values for
26838         prepare_address_space, and store the result in new_ah.
26839         (open_archive): Declare new mmap base and len values for
26840         prepare_address_space, and store the result in ah.
26841         (close_archive): If ah->mmap_base is not NULL, use that and
26842         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26843         * sysdeps/generic/libc-mmap.h: New file.
26845 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26847         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26848         (ALIGN_UP): Likewise.
26849         (PTR_ALIGN_DOWN): Likewise.
26850         (PTR_ALIGN_UP): Likewise.
26852 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26854         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26855         entry mapped to PPC_PLATFORM_POWER8.
26856         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26857         POWER8.
26858         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26859         (_dl_string_platform): Add case for exporting platform position for
26860         POWER8.
26861         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26862         search path to sysdeps/powerpc/powerpc32/power8 directory.
26863         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26864         search path to sysdeps/powerpc/powerpc64/power8 directory.
26865         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26866         power7 directories.
26867         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26868         power7 directories.
26870 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26872         * INSTALL: Regenerate.
26874         * nscd/connections.c (nscd_init): Fix comment.
26876 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26878         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26880         [BZ #15667]
26881         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26882         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26884 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26886         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26887         DL_DST_REQ_STATIC.
26888         (DL_DST_REQ_STATIC): Remove macro.
26890 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26892         [BZ #7006]
26893         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26894         with a shift of 0 bits.
26896 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26898         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26899         $(tststatic-ENV).
26901 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26903         [BZ #15655]
26904         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26906 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26908         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26909         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26910         accepts -fno-tree-loop-distribute-patterns.
26911         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26912         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26913         recursive call.
26914         * string/memset.c (memset): Likewise.
26915         * string/test-memmove.c (simple_memmove): Disable loop transformation
26916         to library calls.
26917         * string/test-memset.c (simple_memset): Likewise.
26918         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26919         * benchtests/bench-memset.c (simple_memset): Likewise.
26920         * configure: Regenerated.
26922 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26924         * math/test-misc.c (main): Ignore fesetround failure when failures
26925         of subsequent rounding tests would be ignored.
26927         [BZ #15654]
26928         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26929         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26930         * math/fegetenv.c (__fegetenv): Return 0.
26931         * math/fegetexcept.c (fegetexcept): Return 0.
26932         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26933         FE_TONEAREST.
26934         * math/feholdexcpt.c (feholdexcept): Return 0.
26935         * math/fesetenv.c (__fesetenv): Return 0.
26936         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26937         argument FE_TONEAREST.
26938         * math/feupdateenv.c (__feupdateenv): Return 0.
26939         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26941 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26943         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26944         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26945         ($(objpfx)rtld-%.os rules): Use them.
26947 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26949         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26950         fields.
26952 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26954         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26955         length of target pattern, then descending length of dependency pattern.
26956         * configure.in (AWK): Require gawk 3.1.2 or newer.
26957         * manual/install.texi (Tools for Compilation): Say that we do.
26958         * configure: Regenerated.
26960         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26961         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26962         * scripts/sysd-rules.awk: ... this new script.
26963         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26964         than a glob-style pattern.
26966 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26968         * math/test-misc.c (main): Do not treat incorrectly rounded
26969         conversions as failure unless ROUNDING_TESTS passes.
26971 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26973         [BZ #15631]
26974         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26975         restore exception state around main square root computation, then
26976         check for inexactness explicitly.
26978         * math/libm-test.inc (fma_test_data): Add another test.
26980 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26982         * manual/threads.texi (Non-POSIX Extensions): New document
26983         node.  Document pthread_getattr_default_np and
26984         pthread_setattr_default_np.
26986         * Versions.def (libpthread): Add GLIBC_2.18.
26987         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26989         Likewise.
26990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26991         Likewise.
26992         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26993         Likewise.
26994         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26995         Likewise.
26996         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26997         Likewise.
26998         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26999         Likewise.
27000         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
27001         Likewise.
27002         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
27003         Likewise.
27004         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
27005         Likewise.
27007 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
27009         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
27010         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
27012 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
27013             H.J. Lu  <hjl.tools@gmail.com>
27015         [BZ #15627]
27016         * sysdeps/x86_64/rtld-memset.c: Remove file.
27017         * sysdeps/x86_64/rtld-memset.S: New file.
27019 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
27021         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
27022         (test_in_one_mode): Take arguments for whether the rounding mode
27023         is supported for each floating-point type.
27024         (do_test): Pass new arguments to test_in_one_mode using
27025         ROUNDING_TESTS.
27027 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27029         * posix/tst-waitid.c (do_test): Distinguish different instances of
27030         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
27031         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
27032         before entering the kernel for waitpid.
27034 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27036         * NEWS: Fix note on clock function precision.  Text by Roland
27037         McGrath.
27039 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27041         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
27042         it into place only when and if the sanity check passes.
27044 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
27046         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
27047         output for whether conversion result is exact.  Take argument
27048         indicating whether type is IBM long double.
27049         (round_for_all): Change need_exact field to ibm_ld.
27050         * stdlib/tst-strtod-round.c (struct exactness): New type.
27051         (struct test): Change bool ld_ok field to struct exactness exact.
27052         (TEST): Update all definitions for change to field.
27053         (tests): Regenerate array contents.
27054         (test_in_one_mode): Take pointer to new field instead of old ld_ok
27055         field value.  Check for IBM long double here.
27056         (do_test): Update calls to test_in_one_mode.
27058 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27060         [BZ #12515]
27061         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
27062         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
27064 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27066         [BZ #15605]
27067         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
27068         generated by the compiler on loop optimizations.
27069         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
27070         general definitions.
27072 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
27074         * math/bug-nextafter.c: Include <math-tests.h>.
27075         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27076         the relevant type.
27077         * math/bug-nexttoward.c: Include <math-tests.h>.
27078         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27079         the relevant type.
27080         * math/test-misc.c: Include <math-tests.h>.
27081         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27082         the relevant type.
27084 2013-06-12  Andreas Jaeger  <aj@suse.de>
27086         * po/ia.po: Update Interlingua translation from translation
27087         project.
27089 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27091         * include/fenv.h: Include stdbool.h.
27092         (struct rm_ctx): New structure.
27093         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
27094         Define macro.
27095         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
27096         (SET_RESTORE_ROUNDF): Likewise.
27097         (SET_RESTORE_ROUNDL): Likewise.
27098         (SET_RESTORE_ROUND_NOEX): Likewise.
27099         (SET_RESTORE_ROUND_NOEXF): Likewise.
27100         (SET_RESTORE_ROUND_NOEXL): Likewise.
27101         (SET_RESTORE_ROUND_53BIT): Likewise.
27102         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
27103         (libc_feresetround_noexf_ctx): Likewise.
27104         (libc_feresetround_noexl_ctx): Likewise.
27105         (libc_feholdsetround_53bit_ctx): Likewise.
27106         (libc_feresetround_53bit_ctx): Likewise.
27107         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
27108         (libc_feholdexcept_setround_sse_ctx): New function.
27109         (libc_fesetenv_sse_ctx): Likewise.
27110         (libc_feupdateenv_sse_ctx): Likewise.
27111         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
27112         (libc_feholdexcept_setround_387_ctx): Likewise.
27113         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
27114         (libc_feholdsetround_387_prec_ctx): Likewise.
27115         (libc_feholdsetround_387_ctx): Likewise.
27116         (libc_feholdsetround_387_53bit_ctx): Likewise.
27117         (libc_feholdsetround_sse_ctx): Likewise.
27118         (libc_feresetround_sse_ctx): Likewise.
27119         (libc_feresetround_387_ctx): Likewise.
27120         (libc_feupdateenv_387_ctx): Likewise.
27121         (libc_feholdexcept_setroundf_ctx): Define macro.
27122         (libc_fesetenvf_ctx): Likewise.
27123         (libc_feupdateenvf_ctx): Likewise.
27124         (libc_feholdsetroundf_ctx): Likewise.
27125         (libc_feresetroundf_ctx): Likewise.
27126         (libc_feholdexcept_setround_ctx): Likewise.
27127         (libc_fesetenv_ctx): Likewise.
27128         (libc_feupdateenv_ctx): Likewise.
27129         (libc_feholdsetround_ctx): Likewise.
27130         (libc_feresetround_ctx): Likewise.
27131         (libc_feholdexcept_setroundl_ctx): Likewise.
27132         (libc_feupdateenvl_ctx): Likewise.
27133         (libc_feholdsetroundl_ctx): Likewise.
27134         (libc_feresetroundl_ctx): Likewise.
27135         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27136         (libc_feresetround_53bit_ctx): Likewise.
27138 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27140         * locale/iso-639.def: Convert to UTF-8.
27142 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
27144         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27145         (EXCEPTION_TESTS_double): Likewise.
27146         (EXCEPTION_TESTS_long_double): Likewise.
27147         (EXCEPTION_TESTS): Likewise.
27148         * math/libm-test.inc (test_exceptions): Only test exceptions if
27149         EXCEPTION_TESTS (FLOAT).
27151 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27153         * benchtests/Makefile (string-bench): Add strcpy_chk and
27154         stpcpy_chk.
27155         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27156         * benchtests/bench-stpcpy_chk.c: New file.
27157         * benchtests/bench-strcpy_chk-ifunc.c: New file.
27158         * benchtests/bench-strcpy_chk.c: New file.
27159         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27160         code.
27161         (do_test): Likewise.
27163 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27165         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27166         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27167         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27168         with tabs where appropriate.
27169         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27170         dl-procinfo.h.
27171         [PPC_PLATFORM_PPC440]: Likewise.
27172         [PPC_PLATFORM_PPC464]: Likewise.
27173         [PPC_PLATFORM_PPC476]: Likewise.
27174         (_dl_string_platform): Add support for detecting ppc405, ppc440,
27175         ppc464, and ppc476 platform strings merging from ports/
27176         dl-procinfo.h.
27178 2013-06-11  Andreas Schwab  <schwab@suse.de>
27180         [BZ #14991]
27181         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27182         (from_ucs4_idx): Regenerate.
27183         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27184         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27185         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27186         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27187         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27188         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27189         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27190         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27191         from FROM_LOOP and TO_LOOP specific macros.
27192         (BODY): Handle combining characters.
27193         * iconvdata/BIG5HKSCS.irreversible: Update.
27194         * iconvdata/BIG5HKSCS.precomposed: New file.
27195         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27196         characters.
27197         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27199 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27201         * include/sys/time.h: Fix indentation and add copyright header.
27203         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27204         (do_test): Likewise.
27205         * string/test-memchr.c (do_one_test): Likewise.
27206         (do_test): Likewise.
27207         * string/test-memcmp.c (do_one_test): Likewise.
27208         (do_test): Likewise.
27209         * string/test-memcpy.c (do_one_test): Likewise.
27210         (do_test): Likewise.
27211         * string/test-memmem.c (do_one_test): Likewise.
27212         (do_test): Likewise.
27213         (do_random_tests): Likewise.
27214         * string/test-memmove.c (do_one_test): Likewise.
27215         (do_test): Likewise.
27216         * string/test-memset.c (do_one_test): Likewise.
27217         (do_test): Likewise.
27218         * string/test-rawmemchr.c (do_one_test): Likewise.
27219         (do_test): Likewise.
27220         * string/test-strcasecmp.c (do_one_test): Likewise.
27221         (do_test): Likewise.
27222         * string/test-strcasestr.c (do_one_test): Likewise.
27223         (do_test): Likewise.
27224         * string/test-strcat.c (do_one_test): Likewise.
27225         (do_test): Likewise.
27226         * string/test-strchr.c (do_one_test): Likewise.
27227         (do_test): Likewise.
27228         * string/test-strcmp.c (do_one_test): Likewise.
27229         (do_test): Likewise.
27230         * string/test-strcpy.c (do_one_test): Likewise.
27231         (do_test): Likewise.
27232         * string/test-string.h: Likewise.
27233         (test_init): Likewise.
27234         * string/test-strlen.c (do_one_test): Likewise.
27235         (do_test): Likewise.
27236         * string/test-strncasecmp.c (do_one_test): Likewise.
27237         (do_test): Likewise.
27238         * string/test-strncat.c (do_one_test): Likewise.
27239         (do_test): Likewise.
27240         * string/test-strncmp.c (do_one_test): Likewise.
27241         (do_test_limit): Likewise.
27242         (do_test): Likewise.
27243         * string/test-strncpy.c (do_one_test): Likewise.
27244         (do_test): Likewise.
27245         * string/test-strnlen.c (do_one_test): Likewise.
27246         (do_test): Likewise.
27247         * string/test-strpbrk.c (do_one_test): Likewise.
27248         (do_test): Likewise.
27249         * string/test-strrchr.c (do_one_test): Likewise.
27250         (do_test): Likewise.
27251         * string/test-strspn.c (do_one_test): Likewise.
27252         (do_test): Likewise.
27253         * string/test-strstr.c (do_one_test): Likewise.
27254         (do_test): Likewise.
27256         * benchtests/Makefile (string-bench): Add string benchmarks.
27257         * benchtests/bench-bcopy-ifunc.c: New file.
27258         * benchtests/bench-bcopy.c: New file.
27259         * benchtests/bench-bzero-ifunc.c: New file.
27260         * benchtests/bench-bzero.c: New file.
27261         * benchtests/bench-memccpy-ifunc.c: New file.
27262         * benchtests/bench-memccpy.c: New file.
27263         * benchtests/bench-memchr-ifunc.c: New file.
27264         * benchtests/bench-memchr.c: New file.
27265         * benchtests/bench-memcmp-ifunc.c: New file.
27266         * benchtests/bench-memcmp.c: New file.
27267         * benchtests/bench-memmem-ifunc.c: New file.
27268         * benchtests/bench-memmem.c: New file.
27269         * benchtests/bench-memmove-ifunc.c: New file.
27270         * benchtests/bench-memmove.c: New file.
27271         * benchtests/bench-mempcpy-ifunc.c: New file.
27272         * benchtests/bench-mempcpy.c: New file.
27273         * benchtests/bench-memset-ifunc.c: New file.
27274         * benchtests/bench-memset.c: New file.
27275         * benchtests/bench-rawmemchr-ifunc.c: New file.
27276         * benchtests/bench-rawmemchr.c: New file.
27277         * benchtests/bench-stpcpy-ifunc.c: New file.
27278         * benchtests/bench-stpcpy.c: New file.
27279         * benchtests/bench-stpncpy-ifunc.c: New file.
27280         * benchtests/bench-stpncpy.c: New file.
27281         * benchtests/bench-strcasecmp-ifunc.c: New file.
27282         * benchtests/bench-strcasecmp.c: New file.
27283         * benchtests/bench-strcasestr-ifunc.c: New file.
27284         * benchtests/bench-strcasestr.c: New file.
27285         * benchtests/bench-strcat-ifunc.c: New file.
27286         * benchtests/bench-strcat.c: New file.
27287         * benchtests/bench-strchr-ifunc.c: New file.
27288         * benchtests/bench-strchr.c: New file.
27289         * benchtests/bench-strchrnul-ifunc.c: New file.
27290         * benchtests/bench-strchrnul.c: New file.
27291         * benchtests/bench-strcmp-ifunc.c: New file.
27292         * benchtests/bench-strcmp.c: New file.
27293         * benchtests/bench-strcpy-ifunc.c: New file.
27294         * benchtests/bench-strcpy.c: New file.
27295         * benchtests/bench-strcspn-ifunc.c: New file.
27296         * benchtests/bench-strcspn.c: New file.
27297         * benchtests/bench-strlen-ifunc.c: New file.
27298         * benchtests/bench-strlen.c: New file.
27299         * benchtests/bench-strncasecmp-ifunc.c: New file.
27300         * benchtests/bench-strncasecmp.c: New file.
27301         * benchtests/bench-strncat-ifunc.c: New file.
27302         * benchtests/bench-strncat.c: New file.
27303         * benchtests/bench-strncmp-ifunc.c: New file.
27304         * benchtests/bench-strncmp.c: New file.
27305         * benchtests/bench-strncpy-ifunc.c: New file.
27306         * benchtests/bench-strncpy.c: New file.
27307         * benchtests/bench-strnlen-ifunc.c: New file.
27308         * benchtests/bench-strnlen.c: New file.
27309         * benchtests/bench-strpbrk-ifunc.c: New file.
27310         * benchtests/bench-strpbrk.c: New file.
27311         * benchtests/bench-strrchr-ifunc.c: New file.
27312         * benchtests/bench-strrchr.c: New file.
27313         * benchtests/bench-strspn-ifunc.c: New file.
27314         * benchtests/bench-strspn.c: New file.
27315         * benchtests/bench-strstr-ifunc.c: New file.
27316         * benchtests/bench-strstr.c: New file.
27318         * benchtests/Makefile: Disable parallel execution of targets.
27319         (string-bench): Add memcpy.
27320         (benchset): New variable to store a list of benchmark sets.
27321         (bench-func): Renamed from bench.
27322         (bench-set): New target.
27323         (bench): Depend on bench-func and bench-set.
27324         * benchtests/README: Add section on benchmark sets.
27325         * benchtests/bench-memcpy-ifunc.c: New file.
27326         * benchtests/bench-memcpy.c: New file.
27327         * benchtests/bench-string.h: New file.
27329 2013-06-11  Andreas Schwab  <schwab@suse.de>
27331         [BZ #15577]
27332         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27333         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27334         values in the triple.
27335         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27336         terminator in the group key.
27338 2013-06-11  Andreas Jaeger  <aj@suse.de>
27340         * po/zh_TW.po: Update Chinese (traditional) translation from
27341         translation project.
27343 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27345         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27346         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27347         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27348         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27349         (clock_getcpuclockid): Likewise.
27350         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27351         Add weak_alias and libc_hidden_def.
27352         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27353         * rt/clock_gettime.c (clock_gettime): Rename to
27354         __clock_gettime.  Add weak_alias and libc_hidden_def.
27355         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27356         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27357         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27358         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27359         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27360         Likewise.
27361         * rt/clock_settime.c (clock_settime): Rename to
27362         __clock_settime.  Add weak_alias and libc_hidden_def.
27363         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27365 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27367         * mach/err_boot.sub: Remove trailing whitespace.
27368         * mach/err_ipc.sub: Likewise.
27369         * mach/err_mach.sub: Likewise.
27371         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27372         (ROUNDING_TESTS_double): Likewise.
27373         (ROUNDING_TESTS_long_double): Likewise.
27374         (ROUNDING_TESTS): Likewise.
27375         * math/libm-test.inc: Include <math-tests.h>.
27376         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27377         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27378         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27379         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27381 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27383         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27384         of assigning.
27386 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27388         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27389         otherwise empty TRANS lines.
27390         * sysdeps/gnu/errlist.c: Regenerated.
27392         * catgets/gencat.c (error_print): Use (void) in function
27393         definition.
27394         * crypt/crypt_util.c (__init_des): Likewise.
27395         * crypt/speeds.c (Stop): Likewise.
27396         (main): Likewise.
27397         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27398         * inet/ruserpass.c (token): Likewise.
27399         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27400         * intl/localealias.c (extend_alias_table): Likewise.
27401         * intl/plural-exp.c (init_germanic_plural): Likewise.
27402         * libio/fcloseall.c (__fcloseall): Likewise.
27403         * libio/genops.c (_IO_flush_all): Likewise.
27404         (_IO_flush_all_linebuffered): Likewise.
27405         (_IO_cleanup): Likewise.
27406         (_IO_iter_begin): Likewise.
27407         (_IO_iter_end): Likewise.
27408         (_IO_list_lock): Likewise.
27409         (_IO_list_unlock): Likewise.
27410         (_IO_list_resetlock): Likewise.
27411         * libio/getchar.c (getchar): Likewise.
27412         * libio/getchar_u.c (getchar_unlocked): Likewise.
27413         * libio/getwchar.c (getwchar): Likewise.
27414         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27415         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27416         * login/getpt.c (__getpt): Likewise.
27417         * login/tst-utmp.c (main): Likewise.
27418         * malloc/hooks.c (__malloc_check_init): Likewise.
27419         * malloc/malloc.c (__malloc_stats): Likewise.
27420         * malloc/mtrace.c (tr_break): Likewise.
27421         (mtrace): Likewise.
27422         (muntrace): Likewise.
27423         * misc/fstab.c (endfsent): Likewise.
27424         * misc/getclktck.c (__getclktck): Likewise.
27425         * misc/getdtsz.c (__getdtablesize): Likewise.
27426         * misc/gethostid.c (gethostid): Likewise.
27427         * misc/getpagesize.c (__getpagesize): Likewise.
27428         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27429         (__get_nprocs): Likewise.
27430         (__get_phys_pages): Likewise.
27431         (__get_avphys_pages): Likewise.
27432         * misc/getttyent.c (getttyent): Likewise.
27433         (setttyent): Likewise.
27434         (endttyent): Likewise.
27435         * misc/getusershell.c (getusershell): Likewise.
27436         (endusershell): Likewise.
27437         (setusershell): Likewise.
27438         (initshells): Likewise.
27439         * misc/hsearch.c (__hdestroy): Likewise.
27440         * misc/sync.c (sync): Likewise.
27441         * misc/syslog.c (closelog_internal): Likewise.
27442         (closelog): Likewise.
27443         * misc/ttyslot.c (ttyslot): Likewise.
27444         * misc/vhangup.c (vhangup): Likewise.
27445         * posix/fork.c (__fork): Likewise.
27446         * posix/getegid.c (__getegid): Likewise.
27447         * posix/geteuid.c (__geteuid): Likewise.
27448         * posix/getgid.c (__getgid): Likewise.
27449         * posix/getpid.c (__getpid): Likewise.
27450         * posix/getppid.c (__getppid): Likewise.
27451         * posix/getuid.c (__getuid): Likewise.
27452         * posix/pause.c (pause): Likewise.
27453         * posix/setpgrp.c (setpgrp): Likewise.
27454         * posix/setsid.c (__setsid): Likewise.
27455         * posix/test-vfork.c (noop): Likewise.
27456         * resolv/gethnamaddr.c (_endhtent): Likewise.
27457         (_gethtent): Likewise.
27458         (ht_endhostent): Likewise.
27459         (gethostent): Likewise.
27460         (dns_service): Likewise.
27461         * stdlib/drand48.c (drand48): Likewise.
27462         * stdlib/lrand48.c (lrand48): Likewise.
27463         * stdlib/mrand48.c (mrand48): Likewise.
27464         * stdlib/rand.c (rand): Likewise.
27465         * stdlib/random.c (__random): Likewise.
27466         * stdlib/setenv.c (clearenv): Likewise.
27467         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27468         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27469         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27470         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27471         (__get_nprocs): Likewise.
27472         (__get_phys_pages): Likewise.
27473         (__get_avphys_pages): Likewise.
27474         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27475         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27476         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27477         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27478         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27479         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27480         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27481         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27482         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27483         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27484         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27485         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27486         * sysdeps/posix/clock.c (clock): Likewise.
27487         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27488         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27489         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27490         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27491         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27492         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27493         (__get_nprocs_conf): Likewise.
27494         (__get_phys_pages): Likewise.
27495         (__get_avphys_pages): Likewise.
27496         * time/clock.c (clock): Likewise.
27497         * time/tzset.c (__tzname_max): Likewise.
27499 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27501         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27502         (__bswap_32): Do not use "register".
27503         * crypt/crypt.c (_ufc_doit_r): Likewise.
27504         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27505         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27506         * gmon/gmon.c (__monstartup): Likewise.
27507         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27508         * hurd/hurdmalloc.c (more_memory): Likewise.
27509         (malloc): Likewise.
27510         (free): Likewise.
27511         (realloc): Likewise.
27512         (malloc_fork_prepare): Likewise.
27513         (malloc_fork_parent): Likewise.
27514         (malloc_fork_child): Likewise.
27515         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27516         (_svcauth_des): Likewise.
27517         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27518         * inet/inet_net.c (inet_network): Likewise.
27519         * inet/inet_netof.c (inet_netof): Likewise.
27520         * inet/rcmd.c (__validuser2_sa): Likewise.
27521         * io/fts.c (fts_open): Likewise.
27522         (fts_load): Likewise.
27523         (fts_close): Likewise.
27524         (fts_read): Likewise.
27525         (fts_children): Likewise.
27526         (fts_build): Likewise.
27527         (fts_stat): Likewise.
27528         (fts_sort): Likewise.
27529         (fts_alloc): Likewise.
27530         (fts_lfree): Likewise.
27531         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27532         (_IO_file_xsgetn): Likewise.
27533         (_IO_file_xsgetn_mmap): Likewise.
27534         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27535         (_IO_cookie_write): Likewise.
27536         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27537         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27538         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27539         * malloc/obstack.c (_obstack_begin): Likewise.
27540         (_obstack_begin_1): Likewise.
27541         (_obstack_newchunk): Likewise.
27542         (_obstack_allocated_p): Likewise.
27543         (obstack_free): Likewise.
27544         (_obstack_memory_used): Likewise.
27545         * misc/getttyent.c (getttynam): Likewise.
27546         (getttyent): Likewise.
27547         (skip): Likewise.
27548         (value): Likewise.
27549         * misc/getusershell.c (initshells): Likewise.
27550         * misc/syslog.c (__vsyslog_chk): Likewise.
27551         * misc/ttyslot.c (ttyslot): Likewise.
27552         * nis/nis_hash.c (__nis_hash): Likewise.
27553         * posix/fnmatch_loop.c (FCT): Likewise.
27554         * posix/getconf.c (print_all): Likewise.
27555         (main): Likewise.
27556         * posix/getopt.c (exchange): Likewise.
27557         * posix/glob.c (globfree): Likewise.
27558         (prefix_array): Likewise.
27559         (__glob_pattern_type): Likewise.
27560         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27561         (NS_GET32): Likewise.
27562         (NS_PUT16): Likewise.
27563         (NS_PUT32): Likewise.
27564         * resolv/gethnamaddr.c (getanswer): Likewise.
27565         (gethostbyname2): Likewise.
27566         (gethostbyaddr): Likewise.
27567         (_gethtent): Likewise.
27568         (_gethtbyname2): Likewise.
27569         (_gethtbyaddr): Likewise.
27570         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27571         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27572         * resolv/res_init.c (__res_vinit): Likewise.
27573         (net_mask): Likewise.
27574         * resolv/res_mkquery.c (outchar): Likewise.
27575         (PRINT): Likewise.
27576         * stdio-common/printf_fp.c (outchar): Likewise.
27577         (PRINT): Likewise.
27578         * stdio-common/printf_fphex.c (outchar): Likewise.
27579         (PRINT): Likewise.
27580         * stdio-common/printf_size.c (outchar): Likewise.
27581         (PRINT): Likewise.
27582         * stdio-common/test_rdwr.c (main): Likewise.
27583         * stdio-common/tfformat.c (matches): Likewise.
27584         * stdio-common/vfprintf.c (outchar): Likewise.
27585         (printf_unknown): Likewise.
27586         (buffered_vfprintf): Likewise.
27587         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27588         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27589         (ReadFile): Likewise.
27590         * stdlib/qsort.c (SWAP): Likewise.
27591         (_quicksort): Likewise.
27592         * stdlib/setenv.c (__add_to_environ): Likewise.
27593         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27594         * stdlib/strtol_l.c (__strtol_l): Likewise.
27595         * stdlib/tst-strtod.c (main): Likewise.
27596         * stdlib/tst-strtol.c (main): Likewise.
27597         * stdlib/tst-strtoll.c (main): Likewise.
27598         * string/bits/string2.h (__strcmp_cc): Likewise.
27599         (__strcmp_cg): Likewise.
27600         (__strcspn_c1): Likewise.
27601         (__strcspn_c2): Likewise.
27602         (__strcspn_c3): Likewise.
27603         (__strspn_c1): Likewise.
27604         (__strspn_c2): Likewise.
27605         (__strspn_c3): Likewise.
27606         (__strsep_1c): Likewise.
27607         (__strsep_2c): Likewise.
27608         (__strsep_3c): Likewise.
27609         * string/memccpy.c (__memccpy): Likewise.
27610         * string/stpcpy.c (__stpcpy): Likewise.
27611         * string/strcmp.c (strcmp): Likewise.
27612         * string/strrchr.c (strrchr): Likewise.
27613         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27614         Likewise.
27615         * sysdeps/mach/hurd/getcwd.c
27616         (_hurd_canonicalize_directory_name_internal): Likewise.
27617         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27618         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27619         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27620         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27621         Likewise, in both definitions.
27622         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27623         definitions.
27624         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27625         64] (__bswap_64): Likewise.
27626         * time/test_time.c (main): Likewise.
27627         * time/tzfile.c (__tzfile_read): Likewise.
27628         (__tzfile_compute): Likewise.
27629         * time/tzset.c (__tzset_parse_tz): Likewise.
27630         (tzset_internal): Likewise.
27631         (compute_change): Likewise.
27632         * wcsmbs/wcscat.c (__wcscat): Likewise.
27633         * wcsmbs/wcschr.c (wcschr): Likewise.
27634         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27635         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27636         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27637         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27638         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27639         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27640         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27641         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27642         * wcsmbs/wmemset.c (wmemset): Likewise.
27644 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27646         * scripts/config.guess: Update to version 2013-05-16.
27647         * scripts/config.sub: Update to version 2013-04-24.
27648         * scripts/install-sh: Update to version 2011-11-20.07.
27649         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27650         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27652 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27654         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27655         * elf/sln.c: Likewise.
27656         * hurd/hurd/ioctl.h: Likewise.
27657         * hurd/hurdmalloc.c: Likewise.
27658         * hurd/xattr.c: Likewise.
27659         * include/shlib-compat.h: Likewise.
27660         * inet/ruserpass.c: Likewise.
27661         * libio/iofgets_u.c: Likewise.
27662         * libio/iofgetws_u.c: Likewise.
27663         * locale/programs/ld-identification.c: Likewise.
27664         * locale/programs/ld-time.c: Likewise.
27665         * mach/msg-destroy.c: Likewise.
27666         * nss/nss_files/files-netgrp.c: Likewise.
27667         * resolv/res_data.c: Likewise.
27668         * soft-fp/op-1.h: Likewise.
27669         * soft-fp/op-2.h: Likewise.
27670         * soft-fp/op-4.h: Likewise.
27671         * soft-fp/op-common.h: Likewise.
27672         * stdio-common/printf_fphex.c: Likewise.
27673         * stdlib/strtod_l.c: Likewise.
27674         * sunrpc/rpc/clnt.h: Likewise.
27675         * sysdeps/generic/framestate.c: Likewise.
27676         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27677         * sysdeps/i386/bsd-setjmp.S: Likewise.
27678         * sysdeps/i386/__longjmp.S: Likewise.
27679         * sysdeps/i386/setjmp.S: Likewise.
27680         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27681         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27682         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27683         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27684         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27685         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27686         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27687         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27688         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27689         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27690         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27691         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27692         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27693         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27694         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27695         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27696         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27697         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27698         * sysdeps/ieee754/support.c: Likewise.
27699         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27700         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27701         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27702         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27703         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27704         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27705         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27706         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27707         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27708         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27709         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27710         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27711         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27712         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27713         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27714         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27715         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27718 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27720         * posix/transbug.c: Remove executable mode.
27722 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27724         * crypt/speeds.c: Remove trailing whitespace.
27725         * dlfcn/default.c: Likewise.
27726         * elf/ifuncdep2.c: Likewise.
27727         * elf/ifuncmain1.c: Likewise.
27728         * elf/ifuncmain1vis.c: Likewise.
27729         * elf/testobj.h: Likewise.
27730         * elf/tst-stackguard1.c: Likewise.
27731         * gmon/sys/gmon.h: Likewise.
27732         * hurd/hurdmsg.c: Likewise.
27733         * hurd/new-fd.c: Likewise.
27734         * hurd/ports-get.c: Likewise.
27735         * iconvdata/ibm1008_420.c: Likewise.
27736         * inet/tst-getni1.c: Likewise.
27737         * inet/tst-getni2.c: Likewise.
27738         * libio/ioungetc.c: Likewise.
27739         * libio/wfiledoalloc.c: Likewise.
27740         * manual/libm-err-tab.pl: Likewise.
27741         * math/w_dremf.c: Likewise.
27742         * misc/ftruncate.c: Likewise.
27743         * posix/bug-glob2.c: Likewise.
27744         * posix/tst-pcre.c: Likewise.
27745         * posix/wait4.c: Likewise.
27746         * resolv/README: Likewise.
27747         * resolv/res_debug.h: Likewise.
27748         * resolv/tst-inet_ntop.c: Likewise.
27749         * setjmp/bug269-setjmp.c: Likewise.
27750         * soft-fp/extended.h: Likewise.
27751         * soft-fp/op-1.h: Likewise.
27752         * soft-fp/op-2.h: Likewise.
27753         * soft-fp/op-4.h: Likewise.
27754         * soft-fp/op-8.h: Likewise.
27755         * soft-fp/testit.c: Likewise.
27756         * stdio-common/bug16.c: Likewise.
27757         * stdlib/random.c: Likewise.
27758         * sunrpc/rpcsvc/rquota.x: Likewise.
27759         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27760         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27761         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27762         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27763         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27764         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27765         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27766         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27767         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27768         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27769         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27770         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27771         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27772         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27773         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27774         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27775         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27776         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27777         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27778         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27779         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27780         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27781         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27782         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27783         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27784         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27785         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27786         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27787         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27788         * sysdeps/ieee754/s_lib_version.c: Likewise.
27789         * sysdeps/mach/hurd/check_fds.c: Likewise.
27790         * sysdeps/mach/hurd/getsockname.c: Likewise.
27791         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27792         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27793         * sysdeps/powerpc/bits/link.h: Likewise.
27794         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27795         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27796         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27797         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27798         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27799         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27800         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27801         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27802         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27803         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27804         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27805         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27806         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27807         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27808         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27809         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27810         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27811         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27812         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27813         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27814         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27815         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27816         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27817         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27818         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27819         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27820         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27821         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27822         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27823         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27824         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27825         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27826         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27827         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27828         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27829         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27830         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27831         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27832         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27833         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27834         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27835         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27836         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27837         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27838         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27839         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27840         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27841         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27842         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27843         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27844         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27845         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27846         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27847         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27848         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27849         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27850         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27851         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27852         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27853         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27854         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27855         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27856         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27857         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27858         * sysdeps/powerpc/sysdep.h: Likewise.
27859         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27860         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27861         * sysdeps/sh/dl-trampoline.S: Likewise.
27862         * sysdeps/sh/memset.S: Likewise.
27863         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27864         * sysdeps/sh/strlen.S: Likewise.
27865         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27866         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27867         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27868         * sysdeps/sparc/sparc32/rem.S: Likewise.
27869         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27870         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27871         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27872         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27873         * sysdeps/sparc/sparc32/urem.S: Likewise.
27874         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27875         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27876         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27877         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27878         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27879         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27880         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27881         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27882         * sysdeps/unix/bsd/times.c: Likewise.
27883         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27884         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27885         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27886         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27887         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27888         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27889         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27890         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27891         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27892         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27893         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27894         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27895         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27896         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27897         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27898         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27899         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27900         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27901         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27902         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27903         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27904         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27905         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27906         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27907         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27908         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27909         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27910         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27911         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27912         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27913         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27914         * sysdeps/x86_64/strcspn.S: Likewise.
27916 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27918         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27919         generated file.  Regenerate properly from gen-translit.pl.
27920         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27921         locale/C-translit.h.
27923 2013-06-05  Andreas Schwab  <schwab@suse.de>
27925         [BZ #15100]
27926         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27927         week as 6 instead of -1.
27928         * time/tst-strptime.c (day_tests): Add test case.
27930 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27932         * sysdeps/generic/math_private.h
27933         (libc_feholdexcept_setround_53bit): Replace with
27934         libc_feholdsetround_53bit.
27935         (libc_feupdateenv_53bit): Replace with
27936         libc_feresetround_53bit.
27937         (SET_RESTORE_ROUND_53BIT): Adjust.
27939 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27941         * string/test-strchrnul.c: Add copyright header.
27943         * posix/tst-getaddrinfo4.c: Increase test timeout.
27945 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27947         [BZ #15536]
27948         * math/libm-test.inc (MAX_EXP): Remove
27949         (MIN_EXP): Define.
27950         (ulp): Use MIN_EXP - MANT_DIG.
27951         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27953 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27955         * po/be.po: Revert last change.
27956         * po/zh_CN.po: Likewise.
27957         * po/header.pot: Likewise.
27959 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27961         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27962         link-libc-deps to empty as target-specific variable.
27963         * Makerules (link-libc-args): New variable.
27964         (libc-for-link): Likewise.
27965         (link-libc-deps): Likewise.
27966         (lib%.so): Depend on $(link-libc-deps).  Link with
27967         $(link-libc-args).
27968         (build-module): Link with $(link-libc-args).
27969         (build-module-asneeded): Likewise.
27970         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27971         list of objects.
27972         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27973         target-specific variable.
27974         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27975         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27976         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27977         libc.
27978         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27979         libc and ld.so.
27980         ($(objpfx)libpcprofile.so): Likewise.
27981         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27982         libc_nonshared.a.
27983         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27984         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27985         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27986         $(link-libc-deps).
27987         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27988         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27989         * login/Makefile ($(objpfx)libutil.so): Likewise.
27990         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27991         * math/Makefile ($(objpfx)libm.so): Likewise.
27992         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27993         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27994         variable instead of depending directly on libc.
27995         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27996         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27997         $(link-libc-deps).
27998         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27999         libc.
28000         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
28001         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
28002         ($(objpfx)libanl.so): Likewise.
28003         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
28004         ld.so.
28005         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
28006         $(link-libc-deps).
28007         * sysdeps/i386/fpu/Makefile: Remove file.
28008         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
28009         ($(objpfx)libm.so): Remove dependency on ld.so.
28011 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
28013         [BZ # 15553]
28014         * nis/yp_xdr.c (XDRMAXNAME): Define.
28015         (XDRMAXRECORD): Define.
28016         (xdr_domainname): Use XDRMAXNAME.
28017         (xdr_mapname): Likewise.
28018         (xdr_peername): Likewise.
28019         (xdr_keydat): Use XDRMAXRECORD.
28020         (xdr_valdat): Likewise.
28022 2013-05-30  Jeff Law  <law@redhat.com>
28024         [BZ #14256]
28025         * manual/errno.texi (ESTALE): Update to account for more than
28026         just NFS file systems.
28027         * sysdeps/gnu/errlist.c: Regenerated.
28029 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28031         [BZ #15465]
28032         * elf/Makefile (tests): Add tst-null-argv.
28033         (modules-names):  Add tst-null-argv-lib.
28034         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
28035         (tst-null-argv-ENV): Set environment for tst-null-argv.
28036         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
28037         (RTLD_PROGNAME): New macro.
28038         * elf/tst-null-argv.c: New test case.
28039         * elf/tst-null-argv-lib.c: Library for test case.
28040         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
28041         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
28042         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
28043         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
28044         * elf/dl-init.c (call_init): Likewise.
28045         (_dl_init): Likewise.
28046         * elf/dl-load.c (print_search_path): Likewise.
28047         (_dl_map_object): Likewise.
28048         * elf/dl-lookup.c (do_lookup_x): Likewise.
28049         (add_dependency): Likewise.
28050         (_dl_lookup_symbol_x): Likewise.
28051         (_dl_debug_bindings): Likewise.
28052         * elf/dl-open.c (_dl_show_scope): Likewise.
28053         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
28054         * elf/dl-version.c (match_symbol): Likewise.
28055         (_dl_check_map_versions): Likewise.
28056         * elf/rtld.c (dl_main): Likewise.
28057         (print_unresolved): Use RTLD_PROGNAME.
28058         (print_missing_version): Likewise.
28059         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
28060         (elf_machine_rela): Likewise.
28061         * sysdeps/powerpc/powerpc32/dl-machine.c
28062         (__process_machine_rela): Likewise.
28063         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
28064         Likewise.
28065         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
28066         Likewise.
28067         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
28068         Likewise.
28069         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
28070         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
28071         Likewise.
28072         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
28073         Likewise.
28074         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
28076 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
28078         * po/be.po: Add descriptive title.
28079         * po/zh_CN.po: Likewise.
28080         * po/header.pot: Likewise.
28082 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
28084         * locale/programs/locarchive.c (create_archive): Inlucde fname in
28085         error message.
28086         (enlarge_archive): Likewise.
28088 2013-05-28  Ben North  <ben@redfrontdoor.org>
28090         * manual/arith.texi (frexp): It is the magnitude of the return
28091         value which lies in [0.5, 1), not the return value itself.
28093 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28095         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28097 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
28099         * stdio-common/bug26.c (main): Correct fscanf template.
28101         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
28102         declare _dl_skip_args.
28104         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
28105         Don't declare.
28107         * manual/platform.texi: Add missing @end deftypefun.
28109 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28111         [BZ #15529]
28112         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
28113         bit of mantissa of 2^16382.
28114         * math/libm-test.inc (hypot_test_data): Add more tests.
28116         * math/libm-test.inc: Add drem and pow10 to list of tested
28117         functions.
28118         (pow10_test): New function.
28119         (drem_test): Likewise.
28120         (drem_test_tonearest): Likewise.
28121         (drem_test_towardzero): Likewise.
28122         (drem_test_downward): Likewise.
28123         (drem_test_upward): Likewise.
28124         (main): Call the new functions.
28126         * math/libm-test.inc (finite_test_data): Remove.
28127         (finite_test): Run tests from isfinite_test_data.
28128         (gamma_test_data): Remove.
28129         (gamma_test): Run tests from lgamma_test_data.
28130         * sysdeps/i386/fpu/libm-test-ulps: Update.
28131         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28133 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28135         * manual/platform.texi: Add PowerPC PPR function set documentation.
28136         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28137         implementation.
28139 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
28141         * math/libm-test.inc (MAX_EXP): Define.
28142         (ULPDIFF): Define.
28143         (ulp): New function.
28144         (check_float_internal): Use ULPDIFF.
28145         (cpow_test): Disable failing test.
28146         (check_ulp): Test ulp() implemetnation.
28147         (main): Call check_ulp before starting tests.
28149 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28151         * math/gen-libm-test.pl (generate_testfile): Do not handle
28152         START_DATA and END_DATA.
28153         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28154         END_DATA.
28155         (acos_tonearest_test_data): Likewise.
28156         (acos_towardzero_test_data): Likewise.
28157         (acos_downward_test_data): Likewise.
28158         (acos_upward_test_data): Likewise.
28159         (acosh_test_data): Likewise.
28160         (asin_test_data): Likewise.
28161         (asin_tonearest_test_data): Likewise.
28162         (asin_towardzero_test_data): Likewise.
28163         (asin_downward_test_data): Likewise.
28164         (asin_upward_test_data): Likewise.
28165         (asinh_test_data): Likewise.
28166         (atan_test_data): Likewise.
28167         (atanh_test_data): Likewise.
28168         (atan2_test_data): Likewise.
28169         (cabs_test_data): Likewise.
28170         (cacos_test_data): Likewise.
28171         (cacosh_test_data): Likewise.
28172         (carg_test_data): Likewise.
28173         (casin_test_data): Likewise.
28174         (casinh_test_data): Likewise.
28175         (catan_test_data): Likewise.
28176         (catanh_test_data): Likewise.
28177         (cbrt_test_data): Likewise.
28178         (ccos_test_data): Likewise.
28179         (ccosh_test_data): Likewise.
28180         (ceil_test_data): Likewise.
28181         (cexp_test_data): Likewise.
28182         (cimag_test_data): Likewise.
28183         (clog_test_data): Likewise.
28184         (clog10_test_data): Likewise.
28185         (conj_test_data): Likewise.
28186         (copysign_test_data): Likewise.
28187         (cos_test_data): Likewise.
28188         (cos_tonearest_test_data): Likewise.
28189         (cos_towardzero_test_data): Likewise.
28190         (cos_downward_test_data): Likewise.
28191         (cos_upward_test_data): Likewise.
28192         (cosh_test_data): Likewise.
28193         (cosh_tonearest_test_data): Likewise.
28194         (cosh_towardzero_test_data): Likewise.
28195         (cosh_downward_test_data): Likewise.
28196         (cosh_upward_test_data): Likewise.
28197         (cpow_test_data): Likewise.
28198         (cproj_test_data): Likewise.
28199         (creal_test_data): Likewise.
28200         (csin_test_data): Likewise.
28201         (csinh_test_data): Likewise.
28202         (csqrt_test_data): Likewise.
28203         (ctan_test_data): Likewise.
28204         (ctan_tonearest_test_data): Likewise.
28205         (ctan_towardzero_test_data): Likewise.
28206         (ctan_downward_test_data): Likewise.
28207         (ctan_upward_test_data): Likewise.
28208         (ctanh_test_data): Likewise.
28209         (ctanh_tonearest_test_data): Likewise.
28210         (ctanh_towardzero_test_data): Likewise.
28211         (ctanh_downward_test_data): Likewise.
28212         (ctanh_upward_test_data): Likewise.
28213         (erf_test_data): Likewise.
28214         (erfc_test_data): Likewise.
28215         (exp_test_data): Likewise.
28216         (exp_tonearest_test_data): Likewise.
28217         (exp_towardzero_test_data): Likewise.
28218         (exp_downward_test_data): Likewise.
28219         (exp_upward_test_data): Likewise.
28220         (exp10_test_data): Likewise.
28221         (exp2_test_data): Likewise.
28222         (expm1_test_data): Likewise.
28223         (fabs_test_data): Likewise.
28224         (fdim_test_data): Likewise.
28225         (finite_test_data): Likewise.
28226         (floor_test_data): Likewise.
28227         (fma_test_data): Likewise.
28228         (fma_towardzero_test_data): Likewise.
28229         (fma_downward_test_data): Likewise.
28230         (fma_upward_test_data): Likewise.
28231         (fmax_test_data): Likewise.
28232         (fmin_test_data): Likewise.
28233         (fmod_test_data): Likewise.
28234         (fpclassify_test_data): Likewise.
28235         (frexp_test_data): Likewise.
28236         (gamma_test_data): Likewise.
28237         (hypot_test_data): Likewise.
28238         (ilogb_test_data): Likewise.
28239         (isfinite_test_data): Likewise.
28240         (isgreater_test_data): Likewise.
28241         (isgreaterequal_test_data): Likewise.
28242         (isinf_test_data): Likewise.
28243         (isless_test_data): Likewise.
28244         (islessequal_test_data): Likewise.
28245         (islessgreater_test_data): Likewise.
28246         (isnan_test_data): Likewise.
28247         (isnormal_test_data): Likewise.
28248         (issignaling_test_data): Likewise.
28249         (isunordered_test_data): Likewise.
28250         (j0_test_data): Likewise.
28251         (j1_test_data): Likewise.
28252         (jn_test_data): Likewise.
28253         (ldexp_test_data): Likewise.
28254         (lgamma_test_data): Likewise.
28255         (lrint_test_data): Likewise.
28256         (lrint_tonearest_test_data): Likewise.
28257         (lrint_towardzero_test_data): Likewise.
28258         (lrint_downward_test_data): Likewise.
28259         (lrint_upward_test_data): Likewise.
28260         (llrint_test_data): Likewise.
28261         (llrint_tonearest_test_data): Likewise.
28262         (llrint_towardzero_test_data): Likewise.
28263         (llrint_downward_test_data): Likewise.
28264         (llrint_upward_test_data): Likewise.
28265         (log_test_data): Likewise.
28266         (log10_test_data): Likewise.
28267         (log1p_test_data): Likewise.
28268         (log2_test_data): Likewise.
28269         (logb_test_data): Likewise.
28270         (logb_downward_test_data): Likewise.
28271         (lround_test_data): Likewise.
28272         (llround_test_data): Likewise.
28273         (modf_test_data): Likewise.
28274         (nearbyint_test_data): Likewise.
28275         (nextafter_test_data): Likewise.
28276         (nexttoward_test_data): Likewise.
28277         (pow_test_data): Likewise.
28278         (pow_tonearest_test_data): Likewise.
28279         (pow_towardzero_test_data): Likewise.
28280         (pow_downward_test_data): Likewise.
28281         (pow_upward_test_data): Likewise.
28282         (remainder_test_data): Likewise.
28283         (remainder_tonearest_test_data): Likewise.
28284         (remainder_towardzero_test_data): Likewise.
28285         (remainder_downward_test_data): Likewise.
28286         (remainder_upward_test_data): Likewise.
28287         (remquo_test_data): Likewise.
28288         (rint_test_data): Likewise.
28289         (rint_tonearest_test_data): Likewise.
28290         (rint_towardzero_test_data): Likewise.
28291         (rint_downward_test_data): Likewise.
28292         (rint_upward_test_data): Likewise.
28293         (round_test_data): Likewise.
28294         (scalb_test_data): Likewise.
28295         (scalbn_test_data): Likewise.
28296         (scalbln_test_data): Likewise.
28297         (signbit_test_data): Likewise.
28298         (sin_test_data): Likewise.
28299         (sin_tonearest_test_data): Likewise.
28300         (sin_towardzero_test_data): Likewise.
28301         (sin_downward_test_data): Likewise.
28302         (sin_upward_test_data): Likewise.
28303         (sincos_test_data): Likewise.
28304         (sinh_test_data): Likewise.
28305         (sinh_tonearest_test_data): Likewise.
28306         (sinh_towardzero_test_data): Likewise.
28307         (sinh_downward_test_data): Likewise.
28308         (sinh_upward_test_data): Likewise.
28309         (sqrt_test_data): Likewise.
28310         (tan_test_data): Likewise.
28311         (tan_tonearest_test_data): Likewise.
28312         (tan_towardzero_test_data): Likewise.
28313         (tan_downward_test_data): Likewise.
28314         (tan_upward_test_data): Likewise.
28315         (tanh_test_data): Likewise.
28316         (tgamma_test_data): Likewise.
28317         (trunc_test_data): Likewise.
28318         (y0_test_data): Likewise.
28319         (y1_test_data): Likewise.
28320         (yn_test_data): Likewise.
28321         (significand_test_data): Likewise.
28323         * math/gen-libm-test.pl (@functions): Remove variable.
28324         (generate_testfile): Don't handle START and END lines.
28325         * math/libm-test.inc (START): New macro.
28326         (END): Likewise.
28327         (END_COMPLEX): Likewise.
28328         (acos_test): Use END macro without arguments.
28329         (acos_test_tonearest): Likewise.
28330         (acos_test_towardzero): Likewise.
28331         (acos_test_downward): Likewise.
28332         (acos_test_upward): Likewise.
28333         (acosh_test): Likewise.
28334         (asin_test): Likewise.
28335         (asin_test_tonearest): Likewise.
28336         (asin_test_towardzero): Likewise.
28337         (asin_test_downward): Likewise.
28338         (asin_test_upward): Likewise.
28339         (asinh_test): Likewise.
28340         (atan_test): Likewise.
28341         (atanh_test): Likewise.
28342         (atan2_test): Likewise.
28343         (cabs_test): Likewise.
28344         (cacos_test): Use END_COMPLEX macro without arguments.
28345         (cacosh_test): Likewise.
28346         (carg_test): Use END macro without arguments.
28347         (casin_test): Use END_COMPLEX macro without arguments.
28348         (casinh_test): Likewise.
28349         (catan_test): Likewise.
28350         (catanh_test): Likewise.
28351         (cbrt_test): Use END macro without arguments.
28352         (ccos_test): Use END_COMPLEX macro without arguments.
28353         (ccosh_test): Likewise.
28354         (ceil_test): Use END macro without arguments.
28355         (cexp_test): Use END_COMPLEX macro without arguments.
28356         (cimag_test): Use END macro without arguments.
28357         (clog_test): Use END_COMPLEX macro without arguments.
28358         (clog10_test): Likewise.
28359         (conj_test): Likewise.
28360         (copysign_test): Use END macro without arguments.
28361         (cos_test): Likewise.
28362         (cos_test_tonearest): Likewise.
28363         (cos_test_towardzero): Likewise.
28364         (cos_test_downward): Likewise.
28365         (cos_test_upward): Likewise.
28366         (cosh_test): Likewise.
28367         (cosh_test_tonearest): Likewise.
28368         (cosh_test_towardzero): Likewise.
28369         (cosh_test_downward): Likewise.
28370         (cosh_test_upward): Likewise.
28371         (cpow_test): Use END_COMPLEX macro without arguments.
28372         (cproj_test): Likewise.
28373         (creal_test): Use END macro without arguments.
28374         (csin_test): Use END_COMPLEX macro without arguments.
28375         (csinh_test): Likewise.
28376         (csqrt_test): Likewise.
28377         (ctan_test): Likewise.
28378         (ctan_test_tonearest): Likewise.
28379         (ctan_test_towardzero): Likewise.
28380         (ctan_test_downward): Likewise.
28381         (ctan_test_upward): Likewise.
28382         (ctanh_test): Likewise.
28383         (ctanh_test_tonearest): Likewise.
28384         (ctanh_test_towardzero): Likewise.
28385         (ctanh_test_downward): Likewise.
28386         (ctanh_test_upward): Likewise.
28387         (erf_test): Use END macro without arguments.
28388         (erfc_test): Likewise.
28389         (exp_test): Likewise.
28390         (exp_test_tonearest): Likewise.
28391         (exp_test_towardzero): Likewise.
28392         (exp_test_downward): Likewise.
28393         (exp_test_upward): Likewise.
28394         (exp10_test): Likewise.
28395         (exp2_test): Likewise.
28396         (expm1_test): Likewise.
28397         (fabs_test): Likewise.
28398         (fdim_test): Likewise.
28399         (finite_test): Likewise.
28400         (floor_test): Likewise.
28401         (fma_test): Likewise.
28402         (fma_test_towardzero): Likewise.
28403         (fma_test_downward): Likewise.
28404         (fma_test_upward): Likewise.
28405         (fmax_test): Likewise.
28406         (fmin_test): Likewise.
28407         (fmod_test): Likewise.
28408         (fpclassify_test): Likewise.
28409         (frexp_test): Likewise.
28410         (gamma_test): Likewise.
28411         (hypot_test): Likewise.
28412         (ilogb_test): Likewise.
28413         (isfinite_test): Likewise.
28414         (isgreater_test): Likewise.
28415         (isgreaterequal_test): Likewise.
28416         (isinf_test): Likewise.
28417         (isless_test): Likewise.
28418         (islessequal_test): Likewise.
28419         (islessgreater_test): Likewise.
28420         (isnan_test): Likewise.
28421         (isnormal_test): Likewise.
28422         (issignaling_test): Likewise.
28423         (isunordered_test): Likewise.
28424         (j0_test): Likewise.
28425         (j1_test): Likewise.
28426         (jn_test): Likewise.
28427         (ldexp_test): Likewise.
28428         (lgamma_test): Likewise.
28429         (lrint_test): Likewise.
28430         (lrint_test_tonearest): Likewise.
28431         (lrint_test_towardzero): Likewise.
28432         (lrint_test_downward): Likewise.
28433         (lrint_test_upward): Likewise.
28434         (llrint_test): Likewise.
28435         (llrint_test_tonearest): Likewise.
28436         (llrint_test_towardzero): Likewise.
28437         (llrint_test_downward): Likewise.
28438         (llrint_test_upward): Likewise.
28439         (log_test): Likewise.
28440         (log10_test): Likewise.
28441         (log1p_test): Likewise.
28442         (log2_test): Likewise.
28443         (logb_test): Likewise.
28444         (logb_test_downward): Likewise.
28445         (lround_test): Likewise.
28446         (llround_test): Likewise.
28447         (modf_test): Likewise.
28448         (nearbyint_test): Likewise.
28449         (nextafter_test): Likewise.
28450         (nexttoward_test): Likewise.
28451         (pow_test): Likewise.
28452         (pow_test_tonearest): Likewise.
28453         (pow_test_towardzero): Likewise.
28454         (pow_test_downward): Likewise.
28455         (pow_test_upward): Likewise.
28456         (remainder_test): Likewise.
28457         (remainder_test_tonearest): Likewise.
28458         (remainder_test_towardzero): Likewise.
28459         (remainder_test_downward): Likewise.
28460         (remainder_test_upward): Likewise.
28461         (remquo_test): Likewise.
28462         (rint_test): Likewise.
28463         (rint_test_tonearest): Likewise.
28464         (rint_test_towardzero): Likewise.
28465         (rint_test_downward): Likewise.
28466         (rint_test_upward): Likewise.
28467         (round_test): Likewise.
28468         (scalb_test): Likewise.
28469         (scalbn_test): Likewise.
28470         (scalbln_test): Likewise.
28471         (signbit_test): Likewise.
28472         (sin_test): Likewise.
28473         (sin_test_tonearest): Likewise.
28474         (sin_test_towardzero): Likewise.
28475         (sin_test_downward): Likewise.
28476         (sin_test_upward): Likewise.
28477         (sincos_test): Likewise.
28478         (sinh_test): Likewise.
28479         (sinh_test_tonearest): Likewise.
28480         (sinh_test_towardzero): Likewise.
28481         (sinh_test_downward): Likewise.
28482         (sinh_test_upward): Likewise.
28483         (sqrt_test): Likewise.
28484         (tan_test): Likewise.
28485         (tan_test_tonearest): Likewise.
28486         (tan_test_towardzero): Likewise.
28487         (tan_test_downward): Likewise.
28488         (tan_test_upward): Likewise.
28489         (tanh_test): Likewise.
28490         (tgamma_test): Likewise.
28491         (trunc_test): Likewise.
28492         (y0_test): Likewise.
28493         (y1_test): Likewise.
28494         (yn_test): Likewise.
28495         (significand_test): Likewise.
28497 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28499         [BZ #15381]
28500         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28502 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28504         [BZ #14894]
28505         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28506         __ppc_mdoio and __ppc_mdoom.
28507         * manual/platform.texi: Document new functions __ppc_yield,
28508         __ppc_mdoio and __ppc_mdoom.
28510 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28512         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28513         (main): Mention "tls" pseudo-hwcap is legacy.
28514         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28516 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28518         * math/gen-libm-test.pl (parse_args): Output only string of
28519         arguments as text for test name, not full call or descriptions of
28520         tests for extra outputs.
28521         (generate_testfile): Do not pass function name to parse_args.
28522         Generate this_func variable from START.
28523         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28524         field to arg_str.
28525         (struct test_ff_f_data): Likewise.
28526         (test_ff_f_data_nexttoward): Likewise.
28527         (struct test_fi_f_data): Likewise.
28528         (struct test_fl_f_data): Likewise.
28529         (struct test_if_f_data): Likewise.
28530         (struct test_fff_f_data): Likewise.
28531         (struct test_c_f_data): Likewise.
28532         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28533         (struct test_fF_f1_data): Likewise.
28534         (struct test_ffI_f1_data): Likewise.
28535         (struct test_c_c_data): Rename test_name field to arg_str.
28536         (struct test_cc_c_data): Likewise.
28537         (struct test_f_i_data): Likewise.
28538         (struct test_ff_i_data): Likewise.
28539         (struct test_f_l_data): Likewise.
28540         (struct test_f_L_data): Likewise.
28541         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28542         and extra2_name.
28543         (COMMON_TEST_SETUP): New macro.
28544         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28545         (COMMON_TEST_CLEANUP): Likewise.
28546         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28547         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28548         macros.
28549         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28550         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28551         macros.
28552         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28553         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28554         cleanup macros.
28555         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28556         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28557         macros.
28558         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28559         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28560         macros.
28561         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28562         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28563         cleanup macros.
28564         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28565         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28566         cleanup macros.
28567         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28568         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28569         cleanup macros.
28570         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28571         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28572         macros.
28573         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28574         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28575         macros.
28576         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28577         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28578         macros.
28579         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28580         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28581         cleanup macros.
28582         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28583         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28584         cleanup macros.
28585         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28586         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28587         macros.
28588         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28589         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28590         cleanup macros.
28591         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28592         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28593         macros.
28594         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28595         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28596         macros.
28597         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28598         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28599         cleanup macros.
28600         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28602 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28604         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28605         to _sifields.sigfault.
28606         (si_addr_lsb): Define new macro.
28607         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28608         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28609         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28611 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28613         [BZ #15441]
28614         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28615         returns -1.
28616         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28617         null return -1.
28618         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28619         loading the domain.
28621 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28623         * math/gen-libm-test.pl (parse_args): Do not include expected
28624         result in test name.
28625         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28626         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28627         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28628         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28629         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28632 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28634         * benchtests/Makefile: Sort function entries.
28636         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28637         tanh, asinh, acosh, atanh.
28638         * benchtests/acos-inputs: New file.
28639         * benchtests/acosh-inputs: New file.
28640         * benchtests/asin-inputs: New file.
28641         * benchtests/asinh-inputs: New file.
28642         * benchtests/atanh-inputs: New file.
28643         * benchtests/cosh-inputs: New file.
28644         * benchtests/log-inputs: New file.
28645         * benchtests/sinh-inputs: New file.
28646         * benchtests/tanh-inputs: New file.
28648 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28650         [BZ #15339]
28651         * posix/tst-getaddrinfo4.c: New test.
28652         * posix/Makefile (tests): Add it.
28654 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28656         [BZ #15339]
28657         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28658         when no services were used.
28659         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28660         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28662 2013-05-21  Andreas Schwab  <schwab@suse.de>
28664         [BZ #15014]
28665         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28666         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28667         successful.
28668         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28669         redundant variable declarations and reallocation of buffer when
28670         parsing as IPv6 address.  Always set NSS status when called from
28671         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28672         buffer too small.  Correct computation of needed size.
28673         * nss/Makefile (tests): Add test-digits-dots.
28674         * nss/test-digits-dots.c: New test.
28676 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28678         * benchtests/Makefile: Remove instructions for adding
28679         benchmark tests.
28680         * benchtests/README: New file to explain how to execute and
28681         enhance the benchmark tests.
28683 2013-05-21  Andreas Schwab  <schwab@suse.de>
28685         [BZ #15493]
28686         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28687         * setjmp/tst-sigsetjmp.c: New test.
28689 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28691         * sysdeps/x86_64/memset.S (memset): New implementation.
28692         (__bzero): Likewise.
28693         (__memset_tail): New function.
28695 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28697         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28698         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28699         __memcpy_sse2_unaligned ifunc selection.
28700         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28701         Add memcpy-sse2-unaligned.S.
28702         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28703         Add: __memcpy_sse2_unaligned.
28705 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28707         [BZ #15490]
28708         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28709         math_force_eval before restoring floating-point envrionment.
28710         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28711         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28712         Likewise.
28713         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28714         <math_private.h>.
28715         (__nearbyintl): Use math_force_eval before restoring
28716         floating-point environment.
28717         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28719         * math/gen-libm-test.pl (special_functions): Remove.
28720         (parse_args): Don't handle TEST_extra.  Handle functions with no
28721         return value.
28722         * math/libm-test.inc (struct test_sincos_data): Replace with
28723         struct test_fFF_11_data.
28724         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28725         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28726         (sincos_test_data): Change element type to struct
28727         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28728         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28729         RUN_TEST_LOOP_sincos.
28730         * math/README.libm-test: Don't mention special handling of
28731         individual functions.
28732         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28733         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28734         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28735         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28736         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28739         * math/gen-libm-test.pl (get_variable): Remove function.
28740         (parse_args): Don't show pointer parameters to call in test
28741         names.  Use "extra output N" in test names for extra outputs
28742         rather than naming variables.
28744 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28746         [BZ #15488]
28747         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28748         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28749         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28750         double tests.
28751         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28752         disable.
28753         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28754         check_long_double.
28756         * math/gen-libm-test.pl (@tests): Remove variable.
28757         ($count): Likewise.
28758         (new_test): Remove function.
28759         (show_exceptions): New function.
28760         (special_functions): Use show_exceptions instead of new_test.
28761         (parse_args): Likewise.
28762         (generate_testfile): Pass only function name in generated call to
28763         print_max_error or print_complex_max_error.
28764         (get_ulps): Do not handle complex tests specially.
28765         (output_test): Rename to ...
28766         (get_all_ulps_for_test): ... this.  Return a string rather than
28767         printing to a file.  Require ulps to be present.
28768         (output_ulps): Generate arrays rather than #defines.
28769         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28770         (struct ulp_data): New type.
28771         (BUILD_COMPLEX_ULP): Remove macro.
28772         (compare_ulp_data): New function.
28773         (find_ulps): Likewise.
28774         (find_test_ulps): Likewise.
28775         (find_function_ulps): Likewise.
28776         (find_complex_function_ulps): Likewise.
28777         (print_max_error): Determine allowed ulps using
28778         find_function_ulps.
28779         (print_complex_max_error): Determine allowed ulps using
28780         find_complex_function_ulps.
28781         (check_float_internal): Determine max ulps using find_test_ulps.
28782         (check_float): Do not take max_ulp parameter.  Update call to
28783         check_float_internal.
28784         (check_complex): Likewise.
28785         (check_int): Do not take max_ulp parameter.
28786         (check_long): Likewise.
28787         (check_bool): Likewise.
28788         (check_longlong): Likewise.
28789         (struct test_f_f_data): Remove max_ulp field.
28790         (struct test_ff_f_data): Likewise.
28791         (struct test_ff_f_data_nexttoward): Likewise.
28792         (struct test_fi_f_data): Likewise.
28793         (struct test_fl_f_data): Likewise.
28794         (struct test_if_f_data): Likewise.
28795         (struct test_fff_f_data): Likewise.
28796         (struct test_c_f_data): Likewise.
28797         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28798         (struct test_fF_f1_data): Likewise.
28799         (struct test_ffI_f1_data): Likewise.
28800         (struct test_c_c_data): Remove max_ulp field.
28801         (struct test_cc_c_data): Likewise.
28802         (struct test_f_i_data): Likewise.
28803         (struct test_ff_i_data): Likewise.
28804         (struct test_f_l_data): Likewise.
28805         (struct test_f_L_data): Likewise.
28806         (struct test_sincos_data): Likewise.
28807         (RUN_TEST_f_f): Do not handle ulps.
28808         (RUN_TEST_LOOP_f_f): Likewise.
28809         (RUN_TEST_2_f): Likewise.
28810         (RUN_TEST_LOOP_2_f): Likewise.
28811         (RUN_TEST_fff_f): Likewise.
28812         (RUN_TEST_LOOP_fff_f): Likewise.
28813         (RUN_TEST_c_f): Likewise.
28814         (RUN_TEST_LOOP_c_f): Likewise.
28815         (RUN_TEST_f_f1): Likewise.
28816         (RUN_TEST_LOOP_f_f1): Likewise.
28817         (RUN_TEST_fF_f1): Likewise.
28818         (RUN_TEST_LOOP_fF_f1): Likewise.
28819         (RUN_TEST_fI_f1): Likewise.
28820         (RUN_TEST_LOOP_fI_f1): Likewise.
28821         (RUN_TEST_ffI_f1): Likewise.
28822         (RUN_TEST_LOOP_ffI_f1): Likewise.
28823         (RUN_TEST_c_c): Likewise.
28824         (RUN_TEST_LOOP_c_c): Likewise.
28825         (RUN_TEST_cc_c): Likewise.
28826         (RUN_TEST_LOOP_cc_c): Likewise.
28827         (RUN_TEST_f_i): Likewise.
28828         (RUN_TEST_LOOP_f_i): Likewise.
28829         (RUN_TEST_f_i_tg): Likewise.
28830         (RUN_TEST_LOOP_f_i_tg): Likewise.
28831         (RUN_TEST_ff_i_tg): Likewise.
28832         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28833         (RUN_TEST_f_b): Likewise.
28834         (RUN_TEST_LOOP_f_b): Likewise.
28835         (RUN_TEST_f_b_tg): Likewise.
28836         (RUN_TEST_LOOP_f_b_tg): Likewise.
28837         (RUN_TEST_f_l): Likewise.
28838         (RUN_TEST_LOOP_f_l): Likewise.
28839         (RUN_TEST_f_L): Likewise.
28840         (RUN_TEST_LOOP_f_L): Likewise.
28841         (RUN_TEST_sincos): Likewise.
28842         (RUN_TEST_LOOP_sincos): Likewise.
28844 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28846         [BZ #15480]
28847         [BZ #15485]
28848         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28849         main case of finite arguments, set rounding mode to FE_TONEAREST
28850         and discard exceptions.
28851         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28852         exceptions.
28853         (remainder_tonearest_test_data): New variable.
28854         (remainder_test_tonearest): New function.
28855         (remainder_towardzero_test_data): New variable.
28856         (remainder_test_towardzero): New function.
28857         (remainder_downward_test_data): New variable.
28858         (remainder_test_downward): New function.
28859         (remainder_upward_test_data): New variable.
28860         (remainder_test_upward): New function.
28861         (main): Call the new test functions.
28863         * math/libm-test.inc (struct test_f_f1_data): Remove field
28864         extra_init.
28865         (struct test_fF_f1_data): Likewise.
28866         (struct test_ffI_f1_data): Likewise.
28867         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28868         based on value of EXTRA_EXPECTED.
28869         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28870         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28871         EXTRA_VAR based on value of EXTRA_EXPECTED.
28872         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28873         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28874         EXTRA_VAR based on value of EXTRA_EXPECTED.
28875         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28876         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28877         EXTRA_VAR based on value of EXTRA_EXPECTED.
28878         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28879         * math/gen-libm-test.pl (parse_args): Don't output initializers
28880         for extra output values.
28882         * math/libm-test.inc (check_int): Expect result to be exactly
28883         equal to expected value and do not handle ulps.
28884         (check_long): Likewise.
28885         (check_longlong): Likewise.
28887         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28888         exceptions.
28889         (cimag_test_data): Likewise.
28890         (conj_test_data): Likewise.
28891         (copysign_test_data): Likewise.
28892         (cproj_test_data): Likewise.
28893         (creal_test_data): Likewise.
28894         (fabs_test_data): Likewise.
28895         (fdim_test_data): Likewise.
28896         (finite_test_data): Likewise.
28897         (floor_test_data): Likewise.
28898         (fmax_test_data): Likewise.
28899         (fmin_test_data): Likewise.
28900         (fmod_test_data): Likewise.
28901         (fpclassify_test_data): Likewise.
28902         (frexp_test_data): Likewise.
28903         (ilogb_test_data): Likewise.
28904         (isfinite_test_data): Likewise.
28905         (isgreater_test_data): Likewise.
28906         (isgreaterequal_test_data): Likewise.
28907         (isinf_test_data): Likewise.
28908         (isless_test_data): Likewise.
28909         (islessequal_test_data): Likewise.
28910         (islessgreater_test_data): Likewise.
28911         (isnan_test_data): Likewise.
28912         (isnormal_test_data): Likewise.
28913         (issignaling_test_data): Likewise.
28914         (isunordered_test_data): Likewise.
28915         (ldexp_test_data): Likewise.
28916         (lrint_test_data): Likewise.
28917         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28918         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28919         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28920         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28921         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28922         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28923         test input.
28924         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28925         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28926         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28927         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28928         that test input.
28929         (lrint_downward_test_data): Test for "inexact" exceptions.
28930         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28931         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28932         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28933         test input.
28934         (lrint_upward_test_data): Test for "inexact" exceptions.
28935         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28936         test input.
28937         (llrint_test_data): Test for "inexact" exceptions.
28938         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28939         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28940         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28941         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28942         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28943         (llrint_downward_test_data): Test for "inexact" exceptions.
28944         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28945         (llrint_upward_test_data): Test for "inexact" exceptions.
28946         (logb_test_data): Likewise.
28947         (logb_downward_test_data): Likewise.
28948         (nextafter_test_data): Likewise.
28949         (nexttoward_test_data): Likewise.
28950         (remainder_test_data): Likewise.
28951         (remquo_test_data): Likewise.
28952         (scalbn_test_data): Likewise.
28953         (scalbln_test_data): Likewise.
28954         (signbit_test_data): Likewise.
28955         (sqrt_test_data): Likewise.
28956         (significand_test_data): Likewise.
28958 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28960         [BZ #15424]
28961         * benchtests/bench-modf.c (struct args): Mark arg0 as
28962         volatile.
28963         * scripts/bench.pl: Mark members of struct args as volatile.
28965 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28967         [BZ # 15497]
28968         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28969         negative infinity on POWER6 or lower.
28970         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28972 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28974         [BZ #15442]
28975         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28976         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28977         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28978         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28979         (_FP_SETQNAN): New macro.
28980         (_FP_SETQNAN_SEMIRAW): Likewise.
28981         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28982         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28983         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28984         (FP_EXTEND): Use _FP_FRAC_SNANP.
28985         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28986         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28987         into account.
28988         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28989         New macro.
28990         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28991         Likewise.
28993 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28995         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28996         with DIVIDE_BY_ZERO_EXCEPTION.
28997         (gamma_test_data): Likewise.
28998         (lgamma_test_data): Likewise.
28999         (log_test_data): Likewise.
29000         (log10_test_data): Likewise.
29001         (log2_test_data): Likewise.
29002         (tgamma_test_data): Likewise.
29004         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
29005         (acos_test_tonearest): Likewise.
29006         (acos_test_towardzero): Likewise.
29007         (acos_test_downward): Likewise.
29008         (acos_test_upward): Likewise.
29009         (acosh_test): Likewise.
29010         (asin_test): Likewise.
29011         (asin_test_tonearest): Likewise.
29012         (asin_test_towardzero): Likewise.
29013         (asin_test_downward): Likewise.
29014         (asin_test_upward): Likewise.
29015         (asinh_test): Likewise.
29016         (atan_test): Likewise.
29017         (atanh_test): Likewise.
29018         (atan2_test): Likewise.
29019         (cabs_test): Likewise.
29020         (cacos_test): Likewise.
29021         (cacosh_test): Likewise.
29022         (casin_test): Likewise.
29023         (casinh_test): Likewise.
29024         (catan_test): Likewise.
29025         (catanh_test): Likewise.
29026         (cbrt_test): Likewise.
29027         (ccos_test): Likewise.
29028         (ccosh_test): Likewise.
29029         (cexp_test): Likewise.
29030         (clog_test): Likewise.
29031         (clog10_test): Likewise.
29032         (cos_test): Likewise.
29033         (cos_test_tonearest): Likewise.
29034         (cos_test_towardzero): Likewise.
29035         (cos_test_downward): Likewise.
29036         (cos_test_upward): Likewise.
29037         (cosh_test): Likewise.
29038         (cosh_test_tonearest): Likewise.
29039         (cosh_test_towardzero): Likewise.
29040         (cosh_test_downward): Likewise.
29041         (cosh_test_upward): Likewise.
29042         (cpow_test): Likewise.
29043         (csin_test): Likewise.
29044         (csinh_test): Likewise.
29045         (csqrt_test): Likewise.
29046         (ctan_test): Likewise.
29047         (ctan_test_tonearest): Likewise.
29048         (ctan_test_towardzero): Likewise.
29049         (ctan_test_downward): Likewise.
29050         (ctan_test_upward): Likewise.
29051         (ctanh_test): Likewise.
29052         (ctanh_test_tonearest): Likewise.
29053         (ctanh_test_towardzero): Likewise.
29054         (ctanh_test_downward): Likewise.
29055         (ctanh_test_upward): Likewise.
29056         (erf_test): Likewise.
29057         (erfc_test): Likewise.
29058         (exp_test): Likewise.
29059         (exp_test_tonearest): Likewise.
29060         (exp_test_towardzero): Likewise.
29061         (exp_test_downward): Likewise.
29062         (exp_test_upward): Likewise.
29063         (exp10_test): Likewise.
29064         (exp2_test): Likewise.
29065         (expm1_test): Likewise.
29066         (fmod_test): Likewise.
29067         (gamma_test): Likewise.
29068         (hypot_test): Likewise.
29069         (j0_test): Likewise.
29070         (j1_test): Likewise.
29071         (jn_test): Likewise.
29072         (lgamma_test): Likewise.
29073         (log_test): Likewise.
29074         (log10_test): Likewise.
29075         (log1p_test): Likewise.
29076         (log2_test): Likewise.
29077         (logb_test_downward): Likewise.
29078         (pow_test): Likewise.
29079         (pow_test_tonearest): Likewise.
29080         (pow_test_towardzero): Likewise.
29081         (pow_test_downward): Likewise.
29082         (pow_test_upward): Likewise.
29083         (remainder_test): Likewise.
29084         (remquo_test): Likewise.
29085         (sin_test): Likewise.
29086         (sin_test_tonearest): Likewise.
29087         (sin_test_towardzero): Likewise.
29088         (sin_test_downward): Likewise.
29089         (sin_test_upward): Likewise.
29090         (sincos_test): Likewise.
29091         (sinh_test): Likewise.
29092         (sinh_test_tonearest): Likewise.
29093         (sinh_test_towardzero): Likewise.
29094         (sinh_test_downward): Likewise.
29095         (sinh_test_upward): Likewise.
29096         (sqrt_test): Likewise.
29097         (tan_test): Likewise.
29098         (tan_test_tonearest): Likewise.
29099         (tan_test_towardzero): Likewise.
29100         (tan_test_downward): Likewise.
29101         (tan_test_upward): Likewise.
29102         (tanh_test): Likewise.
29103         (tgamma_test): Likewise.
29104         (y0_test): Likewise.
29105         (y1_test): Likewise.
29106         (yn_test): Likewise.
29108         * math/gen-libm-test.pl (adjust_arg): Remove function.
29109         (special_function): Remove argument $in_func.  Only handle
29110         generating output for tables of tests, not inside functions.
29111         (parse_args): Likewise.
29112         (generate_testfile): Remove variable $in_func.  Update call to
29113         parse_args.
29114         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
29115         (MINUS_ZERO_INIT): Rename macro to minus_zero.
29116         (PLUS_INFTY_INIT): Rename macro to plus_infty.
29117         (MINUS_INFTY_INIT): Rename macro to minus_infty.
29118         (QNAN_VALUE_INIT): Rename macro to qnan_value.
29119         (MAX_VALUE_INIT): Rename macro to max_value.
29120         (MIN_VALUE_INIT): Rename macro to min_value.
29121         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
29122         (plus_zero): Remove variable.
29123         (minus_zero): Likewise.
29124         (plus_infty): Likewise.
29125         (minus_infty): Likewise.
29126         (qnan_value): Likewise.
29127         (max_value): Likewise.
29128         (min_value): Likewise.
29129         (min_subnorm_value): Likewise.
29131 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29133         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29134         uint64_t or uint32_t usage.
29135         * crypt/sha256-block.c: Likewise.
29136         * crypt/sha256-crypt.c: Likewise.
29137         * crypt/sha256.c: Likewise.
29138         * crypt/sha512-block.c: Likewise.
29139         * crypt/sha512-crypt.c: Likewise.
29140         * crypt/sha512.c: Likewise.
29141         * debug/backtrace-tst.c: Likewise.
29142         * debug/pcprofiledump.c: Likewise.
29143         * elf/cache.c: Likewise.
29144         * elf/dl-cache.c: Likewise.
29145         * elf/dl-misc.c: Likewise.
29146         * elf/dl-profile.c: Likewise.
29147         * elf/dl-support.c: Likewise.
29148         * elf/ldconfig.c: Likewise.
29149         * elf/sprof.c: Likewise.
29150         * iconv/dummy-repertoire.c: Likewise.
29151         * iconv/iconv_charmap.c: Likewise.
29152         * iconv/skeleton.c: Likewise.
29153         * iconvdata/8bit-generic.c: Likewise.
29154         * iconvdata/cp737.h: Likewise.
29155         * iconvdata/cp775.h: Likewise.
29156         * iconvdata/ibm1008.h: Likewise.
29157         * iconvdata/ibm1025.h: Likewise.
29158         * iconvdata/ibm1046.h: Likewise.
29159         * iconvdata/ibm1097.h: Likewise.
29160         * iconvdata/ibm1112.h: Likewise.
29161         * iconvdata/ibm1122.h: Likewise.
29162         * iconvdata/ibm1123.h: Likewise.
29163         * iconvdata/ibm1124.h: Likewise.
29164         * iconvdata/ibm1129.h: Likewise.
29165         * iconvdata/ibm1130.h: Likewise.
29166         * iconvdata/ibm1132.h: Likewise.
29167         * iconvdata/ibm1133.h: Likewise.
29168         * iconvdata/ibm1137.h: Likewise.
29169         * iconvdata/ibm1140.h: Likewise.
29170         * iconvdata/ibm1141.h: Likewise.
29171         * iconvdata/ibm1142.h: Likewise.
29172         * iconvdata/ibm1143.h: Likewise.
29173         * iconvdata/ibm1144.h: Likewise.
29174         * iconvdata/ibm1145.h: Likewise.
29175         * iconvdata/ibm1146.h: Likewise.
29176         * iconvdata/ibm1147.h: Likewise.
29177         * iconvdata/ibm1148.h: Likewise.
29178         * iconvdata/ibm1149.h: Likewise.
29179         * iconvdata/ibm1153.h: Likewise.
29180         * iconvdata/ibm1154.h: Likewise.
29181         * iconvdata/ibm1155.h: Likewise.
29182         * iconvdata/ibm1156.h: Likewise.
29183         * iconvdata/ibm1157.h: Likewise.
29184         * iconvdata/ibm1158.h: Likewise.
29185         * iconvdata/ibm1160.h: Likewise.
29186         * iconvdata/ibm1161.h: Likewise.
29187         * iconvdata/ibm1162.h: Likewise.
29188         * iconvdata/ibm1163.h: Likewise.
29189         * iconvdata/ibm1164.h: Likewise.
29190         * iconvdata/ibm1166.h: Likewise.
29191         * iconvdata/ibm1167.h: Likewise.
29192         * iconvdata/ibm12712.h: Likewise.
29193         * iconvdata/ibm1390.h: Likewise.
29194         * iconvdata/ibm1399.h: Likewise.
29195         * iconvdata/ibm16804.h: Likewise.
29196         * iconvdata/ibm4517.h: Likewise.
29197         * iconvdata/ibm4899.h: Likewise.
29198         * iconvdata/ibm4909.h: Likewise.
29199         * iconvdata/ibm4971.h: Likewise.
29200         * iconvdata/ibm5347.h: Likewise.
29201         * iconvdata/ibm803.h: Likewise.
29202         * iconvdata/ibm856.h: Likewise.
29203         * iconvdata/ibm901.h: Likewise.
29204         * iconvdata/ibm902.h: Likewise.
29205         * iconvdata/ibm9030.h: Likewise.
29206         * iconvdata/ibm9066.h: Likewise.
29207         * iconvdata/ibm921.h: Likewise.
29208         * iconvdata/ibm922.h: Likewise.
29209         * iconvdata/ibm9448.h: Likewise.
29210         * iconvdata/isiri-3342.h: Likewise.
29211         * iconvdata/jis0201.h: Likewise.
29212         * include/link.h: Likewise.
29213         * include/netdb.h: Likewise.
29214         * inet/check_native.c: Likewise.
29215         * inet/check_pf.c: Likewise.
29216         * inet/getipv4sourcefilter.c: Likewise.
29217         * inet/getnameinfo.c: Likewise.
29218         * inet/getsourcefilter.c: Likewise.
29219         * inet/htonl.c: Likewise.
29220         * inet/setipv4sourcefilter.c: Likewise.
29221         * inet/setsourcefilter.c: Likewise.
29222         * inet/test-inet6_opt.c: Likewise.
29223         * inet/tst-network.c: Likewise.
29224         * locale/C-collate.c: Likewise.
29225         * locale/C-ctype.c: Likewise.
29226         * locale/C-time.c: Likewise.
29227         * locale/C-translit.h: Likewise.
29228         * locale/loadarchive.c: Likewise.
29229         * locale/programs/3level.h: Likewise.
29230         * locale/programs/charmap.c: Likewise.
29231         * locale/programs/charmap.h: Likewise.
29232         * locale/programs/ld-address.c: Likewise.
29233         * locale/programs/ld-collate.c: Likewise.
29234         * locale/programs/ld-ctype.c: Likewise.
29235         * locale/programs/ld-identification.c: Likewise.
29236         * locale/programs/ld-measurement.c: Likewise.
29237         * locale/programs/ld-messages.c: Likewise.
29238         * locale/programs/ld-monetary.c: Likewise.
29239         * locale/programs/ld-name.c: Likewise.
29240         * locale/programs/ld-numeric.c: Likewise.
29241         * locale/programs/ld-paper.c: Likewise.
29242         * locale/programs/ld-telephone.c: Likewise.
29243         * locale/programs/ld-time.c: Likewise.
29244         * locale/programs/linereader.c: Likewise.
29245         * locale/programs/locale.c: Likewise.
29246         * locale/programs/locarchive.c: Likewise.
29247         * locale/programs/locfile.h: Likewise.
29248         * locale/programs/repertoire.c: Likewise.
29249         * locale/programs/simple-hash.c: Likewise.
29250         * locale/programs/simple-hash.h: Likewise.
29251         * malloc/memusage.c: Likewise.
29252         * malloc/memusagestat.c: Likewise.
29253         * nis/nis_defaults.c: Likewise.
29254         * nis/nis_hash.c: Likewise.
29255         * nis/nis_print.c: Likewise.
29256         * nis/nis_xdr.c: Likewise.
29257         * nscd/connections.c: Likewise.
29258         * nscd/hstcache.c: Likewise.
29259         * nscd/nscd_gethst_r.c: Likewise.
29260         * nscd/nscd_getserv_r.c: Likewise.
29261         * nscd/nscd_helper.c: Likewise.
29262         * nscd/servicescache.c: Likewise.
29263         * nss/makedb.c: Likewise.
29264         * nss/nss_db/db-XXX.c: Likewise.
29265         * nss/nss_db/db-initgroups.c: Likewise.
29266         * nss/nss_db/db-netgrp.c: Likewise.
29267         * nss/nss_files/files-network.c: Likewise.
29268         * nss/nss_files/files-parse.c: Likewise.
29269         * posix/bug-regex5.c: Likewise.
29270         * posix/fnmatch_loop.c: Likewise.
29271         * posix/regcomp.c: Likewise.
29272         * posix/regexec.c: Likewise.
29273         * posix/tst-rfc3484-2.c: Likewise.
29274         * posix/tst-rfc3484-3.c: Likewise.
29275         * posix/tst-rfc3484.c: Likewise.
29276         * resolv/nss_dns/dns-canon.c: Likewise.
29277         * resolv/nss_dns/dns-network.c: Likewise.
29278         * resolv/res_init.c: Likewise.
29279         * resolv/res_mkquery.c: Likewise.
29280         * resolv/tst-aton.c: Likewise.
29281         * stdlib/cxa_atexit.c: Likewise.
29282         * stdlib/cxa_finalize.c: Likewise.
29283         * stdlib/gen-fpioconst.c: Likewise.
29284         * stdlib/strtol_l.c: Likewise.
29285         * string/tst-endian.c: Likewise.
29286         * sunrpc/auth_des.c: Likewise.
29287         * sunrpc/clnt_udp.c: Likewise.
29288         * sunrpc/rtime.c: Likewise.
29289         * sunrpc/svcauth_des.c: Likewise.
29290         * sunrpc/xdr.c: Likewise.
29291         * sunrpc/xdr_intXX_t.c: Likewise.
29292         * sunrpc/xdr_rec.c: Likewise.
29293         * sysdeps/generic/ldconfig.h: Likewise.
29294         * sysdeps/generic/ldsodefs.h: Likewise.
29295         * sysdeps/generic/memusage.h: Likewise.
29296         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29297         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29298         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29299         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29300         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29301         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29302         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29303         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29304         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29305         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29306         * sysdeps/posix/getaddrinfo.c: Likewise.
29307         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29308         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29309         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29310         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29311         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29312         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29313         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29314         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29315         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29316         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29317         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29318         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29319         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29320         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29321         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29322         * sysdeps/x86_64/dl-tls.h: Likewise.
29323         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29324         * time/alt_digit.c: Likewise.
29325         * time/era.c: Likewise.
29326         * wcsmbs/tst-c16c32-1.c: Likewise.
29328 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29330         * math/libm-test.inc (struct test_sincos_data): New type.
29331         (RUN_TEST_LOOP_sincos): New macro.
29332         (sincos_test_data): New variable.
29333         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29335 2013-05-16  Richard Henderson  <rth@redhat.com>
29337         * math/atest-exp2.c (LIMB64): New macro.
29338         (CONSTSZ): New macro.
29339         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29340         (hexdig): Move ...
29341         (print_mpn_fp): ... to function scope.
29342         (read_mpn_hex): Remove.
29343         (get_log2): Remove.
29344         (exp2_mpn): Use mp_log2.
29345         (main): Use mp_exp1.
29347 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29349         * math/libm-test.inc: Remove comment about not testing "inexact"
29350         exceptions.
29351         (INEXACT_EXCEPTION): New macro.
29352         (NO_INEXACT_EXCEPTION): Likewise.
29353         (INVALID_EXCEPTION_OK): Update value.
29354         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29355         (OVERFLOW_EXCEPTION_OK): Likewise.
29356         (UNDERFLOW_EXCEPTION_OK): Likewise.
29357         (IGNORE_ZERO_INF_SIGN): Likewise.
29358         (ERRNO_UNCHANGED): Likewise.
29359         (ERRNO_EDOM): Likewise.
29360         (ERRNO_ERANGE): Likewise.
29361         (test_exceptions): Handle testing "inexact" exceptions.
29362         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29363         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29364         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29365         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29366         INEXACT_EXCEPTION.
29367         (rint_towardzero_test_data): Likewise.
29368         (rint_downward_test_data): Likewise.
29369         (rint_upward_test_data): Likewise.
29371         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29372         with OVERFLOW_EXCEPTION.
29373         (exp10_test_data): Likewise.
29374         (exp2_test_data): Likewise.
29375         (expm1_test_data): Likewise.
29376         (lgamma_test_data): Likewise.
29377         (pow_test_data): Likewise.
29378         (tgamma_test_data): Likewise.
29379         (yn_test_data): Remove duplicate test of overflow.
29381         * math/libm-test.inc (struct test_cc_c_data): New type.
29382         (RUN_TEST_LOOP_cc_c): New macro.
29383         (cpow_test_data): New variable.
29384         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29386         * math/libm-test.inc (struct test_f_L_data): New type.
29387         (RUN_TEST_LOOP_f_L): New macro.
29388         (llrint_test_data): New variable.
29389         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29390         (llrint_tonearest_test_data): New variable.
29391         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29392         (llrint_towardzero_test_data): New variable.
29393         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29394         (llrint_downward_test_data): New variable.
29395         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29396         (llrint_upward_test_data): New variable.
29397         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29398         (llround_test_data): New variable.
29399         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29401 2013-05-13  Peter Collingbourne  <pcc@google.com>
29403         * math/atest-exp2.c (get_log2): Remove const attribute.
29405 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29407         * math/libm-test.inc (struct test_f_l_data): New type.
29408         (RUN_TEST_LOOP_f_l): New macro.
29409         (lrint_test_data): New variable.
29410         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29411         (lrint_tonearest_test_data): New variable.
29412         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29413         (lrint_towardzero_test_data): New variable.
29414         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29415         (lrint_downward_test_data): New variable.
29416         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29417         (lrint_upward_test_data): New variable.
29418         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29419         (lround_test_data): New variable.
29420         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29422 2013-05-15  Peter Collingbourne  <pcc@google.com>
29424         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29425         (EXTRACT_WORDS64) Use where appropriate.
29426         (INSERT_WORDS64) Likewise.
29428         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29429         constraints with x constraints.
29430         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29432         * malloc/obstack.c (_obstack_compat): Add initializer.
29434 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29436         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29437         si_trapno and add si_addr_lsb to _sifields.sigfault.
29438         (si_trapno): Remove macro.
29439         (si_addr_lsb): Define new macro.
29440         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29442 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29444         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29445         instead of TEST_f_l.
29446         (llrint_test_tonearest): Likewise.
29447         (llrint_test_towardzero): Likewise.
29448         (llrint_test_downward): Likewise.
29449         (llrint_test_upward): Likewise.
29450         (llround_test): Likewise.
29452         * math/libm-test.inc (struct test_f_i_data): Add comment.
29453         (RUN_TEST_LOOP_f_b): New macro.
29454         (RUN_TEST_LOOP_f_b_tg): Likewise.
29455         (finite_test_data): New variable.
29456         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29457         (isfinite_test_data): New variable.
29458         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29459         (isinf_test_data): New variable.
29460         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29461         (isnan_test_data): New variable.
29462         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29463         (isnormal_test_data): New variable.
29464         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29465         (issignaling_test_data): New variable.
29466         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29467         (signbit_test_data): New variable.
29468         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29470         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29471         with INVALID_EXCEPTION.
29472         (acosh_test_data): Likewise.
29473         (asin_test_data): Likewise.
29474         (atanh_test_data): Likewise.
29475         (fmod_test_data): Likewise.
29476         (log_test_data): Likewise.
29477         (log10_test_data): Likewise.
29478         (log2_test_data): Likewise.
29479         (pow_test_data): Likewise.
29480         (sqrt_test_data): Likewise.
29481         (y0_test_data): Likewise.
29482         (y1_test_data): Likewise.
29483         (yn_test_data): Likewise.
29485         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29486         function contents.
29488         * math/libm-test.inc (struct test_ff_i_data): New type.
29489         (RUN_TEST_LOOP_ff_i_tg): New macro.
29490         (isgreater_test_data): New variable.
29491         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29492         (isgreaterequal_test_data): New variable.
29493         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29494         (isless_test_data): New variable.
29495         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29496         (islessequal_test_data): New variable.
29497         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29498         (islessgreater_test_data): New variable.
29499         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29500         (isunordered_test_data): New variable.
29501         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29503 2013-05-14  David S. Miller  <davem@davemloft.net>
29505         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29507 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29509         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29511         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29512         extra_test to int.
29513         (struct test_f_i_data): Change type of max_ulp to int.
29515         * math/libm-test.inc (test_ffI_f1_data): New type.
29516         (RUN_TEST_LOOP_ffI_f1): New macro.
29517         (remquo_test_data): New variable.
29518         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29520         * setjmp/tst-setjmp-fp.c: New file.
29521         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29522         (link-libm): New variable.
29523         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29525         * math/libm-test.inc (struct test_f_i_data): New type.
29526         (RUN_TEST_LOOP_f_i): New macro.
29527         (RUN_TEST_LOOP_f_i_tg): Likewise.
29528         (fpclassify_test_data): New variable.
29529         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29530         (ilogb_test_data): New variable.
29531         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29533         * math/libm-test.inc (scalbln_test): Correct function name in END
29534         call.
29536         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29537         (RUN_TEST_LOOP_fI_f1): New macro.
29538         (frexp_test_data): New variable.
29539         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29541         * math/libm-test.inc (struct test_fF_f1_data): New type.
29542         (RUN_TEST_LOOP_fF_f1): New macro.
29543         (modf_test_data): New variable.
29544         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29546         * math/libm-test.inc (struct test_f_f1_data): New type.
29547         (RUN_TEST_LOOP_f_f1): New macro.
29548         (gamma_test_data): New variable.
29549         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29550         (lgamma_test_data): New variable.
29551         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29553 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29555         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29556         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29557         (main): Comment "tls" pseudo-hwcap.
29559 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29561         * math/libm-test.inc (struct test_fl_f_data): New type.
29562         (RUN_TEST_LOOP_fl_f): New variable.
29563         (scalbln_test_data): New variable.
29564         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29566         * math/libm-test.inc (struct test_fi_f_data): New type.
29567         (RUN_TEST_LOOP_fi_f): New macro.
29568         (ldexp_test_data): New variable.
29569         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29570         (scalbn_test_data): New variable.
29571         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29573         * math/libm-test.inc (struct test_c_f_data): New type.
29574         (RUN_TEST_LOOP_c_f): New macro.
29575         (cabs_test_data): New variable.
29576         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29577         (carg_test_data): New variable.
29578         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29579         (cimag_test_data): New variable.
29580         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29581         (creal_test_data): New variable.
29582         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29584         * math/libm-test.inc (struct test_if_f_data): New type.
29585         (RUN_TEST_LOOP_if_f): New macro.
29586         (jn_test_data): New variable.
29587         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29588         (yn_test_data): New variable.
29589         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29591         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29593 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29595         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29596         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29598 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29600         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29601         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29602         (bench-deps): Add bench-timing.h.
29603         * benchtests-bench-skeleton.c: Include bench-timing.h.
29604         (main): Use TIMING_* macros instead of clock_gettime.
29605         * benchtests/bench-timing.h: New file.
29607         [BZ #14582]
29608         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29609         Renamed from _LIB_VERSION.
29610         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29612 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29614         * math/libm-test.inc (struct test_fff_f_data): New type.
29615         (RUN_TEST_LOOP_fff_f): New macro.
29616         (fma_test_data): New variable.
29617         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29618         (fma_towardzero_test_data): New variable.
29619         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29620         (fma_downward_test_data): New variable.
29621         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29622         (fma_upward_test_data): New variable.
29623         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29625         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29626         (struct test_c_c_data): New type.
29627         (RUN_TEST_LOOP_c_c): New macro.
29628         (cacos_test_data): New variable.
29629         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29630         (cacosh_test_data): New variable.
29631         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29632         (casin_test_data): New variable.
29633         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29634         (casinh_test_data): New variable.
29635         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29636         (catan_test_data): New variable.
29637         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29638         (catanh_test_data): New variable.
29639         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29640         (ccos_test_data): New variable.
29641         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29642         (ccosh_test_data): New variable.
29643         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29644         (cexp_test_data): New variable.
29645         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29646         (clog_test_data): New variable.
29647         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29648         (clog10_test_data): New variable.
29649         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29650         (conj_test_data): New variable.
29651         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29652         (cproj_test_data): New variable.
29653         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29654         (csin_test_data): New variable.
29655         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29656         (csinh_test_data): New variable.
29657         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29658         (csqrt_test_data): New variable.
29659         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29660         (ctan_test_data): New variable.
29661         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29662         (ctan_tonearest_test_data): New variable.
29663         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29664         (ctan_towardzero_test_data): New variable.
29665         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29666         (ctan_downward_test_data): New variable.
29667         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29668         (ctan_upward_test_data): New variable.
29669         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29670         (ctanh_test_data): New variable.
29671         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29672         (ctanh_tonearest_test_data): New variable.
29673         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29674         (ctanh_towardzero_test_data): New variable.
29675         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29676         (ctanh_downward_test_data): New variable.
29677         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29678         (ctanh_upward_test_data): New variable.
29679         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29680         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29681         of BUILD_COMPLEX.
29683         * math/libm-test.inc (struct test_ff_f_data): New type.
29684         (struct test_ff_f_data_nexttoward): Likewise.
29685         (RUN_TEST_LOOP_2_f): New macro.
29686         (RUN_TEST_LOOP_ff_f): Likewise.
29687         (atan2_test_data): New variable.
29688         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29689         (copysign_test_data): New variable.
29690         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29691         (fdim_test_data): New variable.
29692         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29693         (fmax_test_data): New variable.
29694         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29695         (fmin_test_data): New variable.
29696         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29697         (fmod_test_data): New variable.
29698         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29699         (hypot_test_data): New variable.
29700         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29701         (nextafter_test_data): New variable.
29702         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29703         (nexttoward_test_data): New variable.
29704         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29705         (pow_test_data): New variable.
29706         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29707         (pow_tonearest_test_data): New variable.
29708         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29709         (pow_towardzero_test_data): New variable.
29710         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29711         (pow_downward_test_data): New variable.
29712         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29713         (pow_upward_test_data): New variable.
29714         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29715         (remainder_test_data): New variable.
29716         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29717         (scalb_test_data): New variable.
29718         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29719         * sysdeps/i386/fpu/libm-test-ulps: Update.
29721 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29723         * math/libm-test.inc (fma_test): Use max_value instead of local
29724         variable fltmax.
29725         (nextafter_test): Likewise.
29727         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29728         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29729         (acos_downward_test_data): New variable.
29730         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29731         (acos_upward_test_data): New variable.
29732         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29733         (acosh_test_data): New variable.
29734         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29735         (asin_test_data): New variable.
29736         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29737         (asin_tonearest_test_data): New variable.
29738         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29739         (asin_towardzero_test_data): New variable.
29740         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29741         (asin_downward_test_data): New variable.
29742         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29743         (asin_upward_test_data): New variable.
29744         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29745         (asinh_test_data): New variable.
29746         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29747         (atan_test_data): New variable.
29748         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29749         (atanh_test_data): New variable.
29750         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29751         (cbrt_test_data): New variable.
29752         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29753         (ceil_test_data): New variable.
29754         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29755         (cos_test_data): New variable.
29756         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29757         (cos_tonearest_test_data): New variable.
29758         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29759         (cos_towardzero_test_data): New variable.
29760         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29761         (cos_downward_test_data): New variable.
29762         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29763         (cos_upward_test_data): New variable.
29764         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29765         (cosh_test_data): New variable.
29766         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29767         (cosh_tonearest_test_data): New variable.
29768         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29769         (cosh_towardzero_test_data): New variable.
29770         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29771         (cosh_downward_test_data): New variable.
29772         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29773         (cosh_upward_test_data): New variable.
29774         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29775         (erf_test_data): New variable.
29776         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29777         (erfc_test_data): New variable.
29778         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29779         (exp_test_data): New variable.
29780         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29781         (exp_tonearest_test_data): New variable.
29782         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29783         (exp_towardzero_test_data): New variable.
29784         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29785         (exp_downward_test_data): New variable.
29786         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29787         (exp_upward_test_data): New variable.
29788         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29789         (exp10_test_data): New variable.
29790         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29791         (exp2_test_data): New variable.
29792         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29793         (expm1_test_data): New variable.
29794         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29795         (fabs_test_data): New variable.
29796         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29797         (floor_test_data): New variable.
29798         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29799         (j0_test_data): New variable.
29800         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29801         (j1_test_data): New variable.
29802         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29803         (log_test_data): New variable.
29804         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29805         (log10_test_data): New variable.
29806         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29807         (log1p_test_data): New variable.
29808         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29809         (log2_test_data): New variable.
29810         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29811         (logb_test_data): New variable.
29812         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29813         (logb_downward_test_data): New variable.
29814         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29815         (nearbyint_test_data): New variable.
29816         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29817         (rint_test_data): New variable.
29818         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29819         (rint_tonearest_test_data): New variable.
29820         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29821         (rint_towardzero_test_data): New variable.
29822         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29823         (rint_downward_test_data): New variable.
29824         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29825         (rint_upward_test_data): New variable.
29826         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29827         (round_test_data): New variable.
29828         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29829         (sin_test_data): New variable.
29830         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29831         (sin_tonearest_test_data): New variable.
29832         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29833         (sin_towardzero_test_data): New variable.
29834         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29835         (sin_downward_test_data): New variable.
29836         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29837         (sin_upward_test_data): New variable.
29838         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29839         (sinh_test_data): New variable.
29840         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29841         (sinh_tonearest_test_data): New variable.
29842         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29843         (sinh_towardzero_test_data): New variable.
29844         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29845         (sinh_downward_test_data): New variable.
29846         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29847         (sinh_upward_test_data): New variable.
29848         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29849         (sqrt_test_data): New variable.
29850         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29851         (tan_test_data): New variable.
29852         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29853         (tan_tonearest_test_data): New variable.
29854         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29855         (tan_towardzero_test_data): New variable.
29856         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29857         (tan_downward_test_data): New variable.
29858         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29859         (tan_upward_test_data): New variable.
29860         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29861         (tanh_test_data): New variable.
29862         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29863         (tgamma_test_data): New variable.
29864         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29865         (trunc_test_data): New variable.
29866         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29867         (y0_test_data): New variable.
29868         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29869         (y1_test_data): New variable.
29870         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29871         (significand_test_data): New variable.
29872         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29874 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29876         [BZ #12387]
29877         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29879 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29881         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29883 2013-05-10  Andreas Jaeger  <aj@suse.de>
29885         [BZ #15448]
29886         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29887         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29889 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29891         * math/gen-libm-test.pl (adjust_arg): New function.
29892         (special_functions): Handle generating output in both functions
29893         and arrays.
29894         (parse_args): Likewise.
29895         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29896         $in_func argument to parse_args.
29897         * math/libm-test.inc (struct test_f_f_data): New type.
29898         (IF_ROUND_INIT_): New macro.
29899         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29900         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29901         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29902         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29903         (ROUND_RESTORE_): Likewise.
29904         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29905         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29906         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29907         (ROUND_RESTORE_FE_UPWARD): Likewise.
29908         (RUN_TEST_LOOP_f_f): New macro.
29909         (acos_test_data): New variable.
29910         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29911         (acos_tonearest_test_data): New variable.
29912         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29914 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29916         * benchtests/bench-skeleton.c (startup): Fix coding style.
29918 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29920         [BZ #6809]
29921         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29922         negative infinity argument.
29923         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29924         negative infinity argument.
29925         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29926         negative infinity argument.
29927         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29928         domain errors.
29930 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29932         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29933         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29934         * iconv/iconv_prog.c (main): Likewise.
29935         * locale/programs/charmap-dir.c (charmap_readdir)
29936         (fopen_uncompressed): Likewise.
29937         * locale/programs/locfile.c (siblings_uncached)
29938         (write_locale_data): Use lstat64 instead of lstat.
29939         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29940         stat.
29942 2013-05-10  Andreas Jaeger  <aj@suse.de>
29944         [BZ #15395]
29945         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29946         localization.
29947         Include <locale.h>.
29949 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29951         * elf/dl-close.c (_dl_close_worker): Add comments.
29953 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29955         [BZ #15359]
29956         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29957         high part of pi/2.
29958         (__ieee754_rem_pio2l): Update comments.
29960         [BZ #15429]
29961         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29962         high part of pi/2.
29963         (__ieee754_rem_pio2l): Update comments.
29965         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29966         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29968         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29969         M_PI_4l.
29971         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29972         (M_PI_34_LOG10El): Likewise.
29973         (M_PI2_LOG10El): Likewise.
29974         (M_PI4_LOG10El): Likewise.
29975         (M_PI_LOG10El): Likewise.
29977 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29979         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29981 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29983         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29984         (MINUS_ZERO_INIT): Likewise.
29985         (PLUS_INFTY_INIT): Likewise.
29986         (MINUS_INFTY_INIT): Likewise.
29987         (QNAN_VALUE_INIT): Likewise.
29988         (MAX_VALUE_INIT): Likewise.
29989         (MIN_VALUE_INIT): Likewise.
29990         (MIN_SUBNORM_VALUE_INIT): Likewise.
29991         (plus_zero): Initialize with PLUS_ZERO_INIT.
29992         (minus_zero): Initialize with MINUS_ZERO_INIT.
29993         (plus_infty): Initialize with PLUS_INFTY_INIT.
29994         (minus_infty): Initialize with MINUS_INFTY_INIT.
29995         (qnan_value): Initialize with QNAN_VALUE_INIT.
29996         (max_value): Initialize with MAX_VALUE_INIT.
29997         (min_value): Initialize with MIN_VALUE_INIT.
29998         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
30000         * math/libm-test.inc (RUN_TEST_if_f): New macro.
30001         (jn_test): Use TEST_if_f instead of TEST_ff_f.
30002         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
30003         (yn_test): Use TEST_if_f instead of TEST_ff_f.
30005         * math/libm-test.inc (RUN_TEST_f_f): New macro.
30006         (RUN_TEST_2_f): Likewise.
30007         (RUN_TEST_ff_f): Likewise.
30008         (RUN_TEST_fi_f): Likewise.
30009         (RUN_TEST_fl_f): Likewise.
30010         (RUN_TEST_fff_f): Likewise.
30011         (RUN_TEST_c_f): Likewise.
30012         (RUN_TEST_f_f1): Likewise.
30013         (RUN_TEST_fF_f1): Likewise.
30014         (RUN_TEST_fI_f1): Likewise.
30015         (RUN_TEST_ffI_f1): Likewise.
30016         (RUN_TEST_c_c): Likewise.
30017         (RUN_TEST_cc_c): Likewise.
30018         (RUN_TEST_f_i): Likewise.
30019         (RUN_TEST_f_i_tg): Likewise.
30020         (RUN_TEST_ff_i_tg): Likewise.
30021         (RUN_TEST_f_b): Likewise.
30022         (RUN_TEST_f_b_tg): Likewise.
30023         (RUN_TEST_f_l): Likewise.
30024         (RUN_TEST_f_L): Likewise.
30025         (RUN_TEST_sincos): Likewise.
30026         * math/gen-libm-test.pl (new_test): Take new argument to indicate
30027         whether to show exceptions.  Do not include ");\n" in return
30028         value.
30029         (special_functions): Output call to RUN_TEST_sincos instead of
30030         check_float calls.  Update calls to new_test.
30031         (parse_args): Output call to single RUN_TEST_* macro instead of
30032         check_* calls and other assignments.  Update calls to new_test.
30034         [BZ #2546]
30035         [BZ #2560]
30036         [BZ #5159]
30037         [BZ #15426]
30038         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
30039         input to result for tgamma overflow.
30040         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
30041         (gamma_coeff): New variable.
30042         (NCOEFF): New macro.
30043         (gamma_positive): New function.
30044         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
30045         underflow here.  Use gamma_positive instead of exp (lgamma) for
30046         other arguments.
30047         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
30048         (gamma_coeff): New variable.
30049         (NCOEFF): New macro.
30050         (gammaf_positive): New function.
30051         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
30052         underflow here.  Use gamma_positive instead of exp (lgamma) for
30053         other arguments.
30054         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
30055         (gamma_coeff): New variable.
30056         (NCOEFF): New macro.
30057         (gammal_positive): New function.
30058         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
30059         underflow here.  Use gamma_positive instead of exp (lgamma) for
30060         other arguments.
30061         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
30062         (gamma_coeff): New variable.
30063         (NCOEFF): New macro.
30064         (gammal_positive): New function.
30065         (__ieee754_gammal_r): Handle positive infinity, overflow and
30066         underflow here.  Handle NaN the same as positive infinity.  Remove
30067         check x < 0xffffffff for negative integers.  Use gamma_positive
30068         instead of exp (lgamma) for other arguments.
30069         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
30070         (gamma_coeff): New variable.
30071         (NCOEFF): New macro.
30072         (gammal_positive): New function.
30073         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
30074         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
30075         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
30076         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
30077         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
30078         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
30079         * sysdeps/generic/math_private.h (__gamma_productf): New
30080         prototype.
30081         (__gamma_product): Likewise.
30082         (__gamma_productl): Likewise.
30083         * math/Makefile (libm-calls): Add gamma_product.
30084         * math/libm-test.inc (tgamma_test): Add more tests.
30085         * sysdeps/i386/fpu/libm-test-ulps: Update.
30086         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30088 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
30090         * benchtests/bench-skeleton.c (main): Preheat CPU.
30092 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
30094         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
30096 2013-05-07  Roland McGrath  <roland@hack.frob.com>
30098         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
30099         and _dl_skip_args_internal.
30101 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
30103         * manual/message.texi (Message Translation): Talk about users.
30104         Message to key mapping impacts design.
30106 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30108         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
30110         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
30112         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
30113         * sysdeps/wordsize-64/glob64.c: ... here.
30115         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
30116         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
30117         New macros.
30119         * debug/getlogin_r_chk.c: Moved to ...
30120         * login/getlogin_r_chk.c: ... here.
30121         * debug/Makefile (routines): Move getlogin_r_chk to ...
30122         * login/Makefile (routines): ... here.
30123         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30124         * login/Versions (libc: GLIBC_2.4): ... here.
30126         * io/poll.c (__poll): Renamed from poll.
30127         Add libc_hidden_def.
30128         (poll): Define as weak alias.
30130         * debug/ptsname_r_chk.c: Moved to ...
30131         * login/ptsname_r_chk.c: ... here.
30132         * debug/Makefile (routines): Move ptsname_r_chk to ...
30133         * login/Makefile (routines): ... here.
30134         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30135         * login/Versions (libc: GLIBC_2.4): ... here.
30137         * posix/getlogin.c: Moved to ...
30138         * login/getlogin.c: ... here.
30139         * posix/getlogin_r.c: Moved to ...
30140         * login/getlogin_r.c: ... here.
30141         * posix/getlogin_r.c: Moved to ...
30142         * login/getlogin_r.c: ... here.
30143         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30144         * login/Makefile (routines): ... here.
30145         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30146         * login/Versions (libc: GLIBC_2.0): ... here.
30148         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30149         (setrlimit): Define as weak alias.
30151         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30152         Call __ names for open, ftruncate, and close.
30153         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30154         (truncate): Define as weak alias.
30156 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
30158         * math/gen-libm-test.pl (parse_args): Initialize x before each
30159         test of frexp, modf and remquo.
30161         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30162         test signgam value.
30164 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30166         [BZ #15418]
30167         [BZ #15419]
30168         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30169         internal tests.
30170         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30172 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30174         * elf/dl-writev.h: New file.
30175         * elf/dl-misc.c: Include it.
30176         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30177         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30179 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
30181         * math/libm-test.inc (noXFails): Remove variable.
30182         (noXPasses): Likewise.
30183         (BUILD_COMPLEX_INT): Remove macro.
30184         (print_screen): Remove xfail argument.
30185         (print_screen_max_error): Likewise.
30186         (update_stats): Likewise.
30187         (print_max_error): Likewise.  Update calls to other affected
30188         functions.
30189         (print_complex_max_error): Likewise.
30190         (test_single_exception): Update calls to print_screen.
30191         (test_single_errno): Likewise.
30192         (check_float_internal): Remove xfail argument.  Update calls to
30193         other affected functions.
30194         (check_float): Likewise.
30195         (check_complex): Likewise.
30196         (check_int): Likewise.
30197         (check_long): Likewise.
30198         (check_bool): Likewise.
30199         (check_longlong): Likewise.
30200         (main): Don't print noXFails and noXPasses.
30201         * math/gen-libm-test.pl (top level): Don't mention expected
30202         failure handling in comment.
30203         (new_test): Don't handle expected failures.
30204         (parse_args): Don't mention expected failure handling in comment.
30205         (generate_testfile): Don't handle expected failures.
30206         (parse_ulps): Likewise.
30207         (print_ulps_file): Likewise.
30208         (get_failure): Remove function.
30209         (output_test): Don't handle expected failures.
30210         * make/README.libm-test: Don't mention expected failure handling.
30212         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30213         (minus_zero): Likewise.
30214         (plus_infty): Likewise.
30215         (minus_infty): Likewise.
30216         (qnan_value): Likewise.
30217         (max_value): Likewise.
30218         (min_value): Likewise.
30219         (min_subnorm_value): Likewise.
30220         (initialize): Do not initialize those variables dynamically.
30222 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30224         * io/open.c (__open_2): Moved to ...
30225         * io/open_2.c: ... this new file.
30226         * io/open64.c (__open64_2): Moved to ...
30227         * io/open64_2.c: ... this new file.
30228         * io/openat.c (__openat_2): Moved to ...
30229         * io/openat_2.c: ... this new file.
30230         * io/openat64.c (__openat64_2): Moved to ...
30231         * io/openat64_2.c: ... this new file.
30232         * io/Makefile (routines): Add them.
30233         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30234         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30235         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30236         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30237         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30238         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30239         (__openat64): Add hidden_ver.
30240         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30241         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30243         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30244         Separately conditionalize setting of GLRO(dl_sysinfo) so
30245         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30246         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30248 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30250         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30251         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30252         definition.
30253         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30254         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30255         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30256         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30257         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30259 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30261         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30262         test signgam value.
30264         * math/libm-test.inc (hypot_test): Do not use
30265         IGNORE_ZERO_INF_SIGN.
30267 2013-05-03  Andreas Jaeger  <aj@suse.de>
30269         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30270         Linux 3.9.
30271         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30272         (PF_MAX): Adjust for VSOCK change.
30274 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30276         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30278 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30280         [BZ #15264]
30281         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30282         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30283         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30285 2013-05-02  David S. Miller  <davem@davemloft.net>
30287         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30289 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30291         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30293 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30295         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30297 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30299         [BZ #14952]
30300         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30301         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30302         Use __attribute__ ((__gnu_inline__)).
30303         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30304         Don't use __attribute__ ((__gnu_inline__)).
30306 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30308         [BZ #15423]
30309         * math/s_catan.c (__catan): Handle small real or imaginary part of
30310         input specially to avoid spurious underflow.
30311         * math/s_catanf.c (__catanf): Likewise.
30312         * math/s_catanh.c (__catanh): Likewise.
30313         * math/s_catanhf.c (__catanhf): Likewise.
30314         * math/s_catanhl.c (__catanhl): Likewise.
30315         * math/s_catanl.c (__catanl): Likewise.
30316         * math/libm-test.inc (catan_test): Add more tests.
30317         (catanh_test): Likewise.
30318         * sysdeps/i386/fpu/libm-test-ulps: Update.
30319         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30321 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30323         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30325 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30327         [BZ #15416]
30328         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30329         accurately for denominator in atan2.
30330         * math/s_catanf.c (__catanf): Likewise.
30331         * math/s_catanh.c (__catanh): Likewise.
30332         * math/s_catanhf.c (__catanhf): Likewise.
30333         * math/s_catanhl.c (__catanhl): Likewise.
30334         * math/s_catanl.c (__catanl): Likewise.
30335         * math/libm-test.inc (catan_test): Add more tests.
30336         (catanh_test): Likewise.
30337         * sysdeps/i386/fpu/libm-test-ulps: Update.
30338         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30340 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30342         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30344         * benchtests/Makefile (bench): Remove slow benchmarks.
30345         * benchtests/atan-inputs: Add slow benchmark inputs.
30346         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30347         (BENCH_FUNC): Accept variant offset.
30348         (VARIANT): Define.
30349         * benchtests/bench-skeleton.c (main): Run benchmark for each
30350         variant.
30351         * benchtests/cos-inputs: Add slow benchmark inputs.
30352         * benchtests/exp-inputs: Likewise.
30353         * benchtests/pow-inputs: Likewise.
30354         * benchtests/sin-inputs: Likewise.
30355         * benchtests/slowatan-inputs: Remove.
30356         * benchtests/slowatan.c: Remove.
30357         * benchtests/slowcos-inputs: Remove.
30358         * benchtests/slowcos.c: Remove.
30359         * benchtests/slowexp-inputs: Remove.
30360         * benchtests/slowexp.c: Remove.
30361         * benchtests/slowpow-inputs: Remove.
30362         * benchtests/slowpow.c: Remove.
30363         * benchtests/slowsin-inputs: Remove.
30364         * benchtests/slowsin.c: Remove.
30365         * benchtests/slowtan-inputs: Remove.
30366         * benchtests/slowtan.c: Remove.
30367         * benchtests/tan-inputs: Add slow benchmark inputs.
30368         * scripts/bench.pl: Parse comments and directives.
30370         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30371         in CPPFLAGS.
30372         ($(objpfx)bench-%.c): Remove *-ITER.
30373         * benchtests/bench-modf.c: Remove definition of ITER.
30374         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30375         (main): Loop for DURATION seconds instead of fixed number of
30376         iterations.
30377         * scripts/bench.pl: Don't expect iterations in parameters.
30379 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30381         * io/fchdir.c (__fchdir): Renamed from fchdir.
30382         (fchdir): Define as weak alias.
30384 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30386         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30387         (ERRNO_EDOM): Likewise.
30388         (ERRNO_ERANGE): Likewise.
30389         (noErrnoTests): New variable.
30390         (init_max_error): Set errno to 0.
30391         (test_single_errno): New function.
30392         (test_errno): Likewise.
30393         (check_float_internal): Call test_errno.  Set errno to 0.
30394         (check_complex): Refer to errno tests in comment.
30395         (check_int): Call test_errno.  Set errno to 0.
30396         (check_long): Likewise.
30397         (check_bool): Likewise.
30398         (check_longlong): Likewise.
30399         (cos_test): Use ERRNO_* flags for errno tests instead of
30400         check_int.
30401         (expm1_test): Likewise.
30402         (fmod_test): Likewise.
30403         (ilogb_test): Likewise.
30404         (lgamma_test): Likewise.
30405         (pow_test): Likewise.
30406         (remainder_test): Likewise.
30407         (sin_test): Likewise.
30408         (tan_test): Likewise.
30409         (yn_test): Likewise.
30410         (initialize): Set errno to 0.
30411         (main): Print number of errno tests.
30412         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30414 2013-04-29  Andreas Jaeger  <aj@suse.de>
30416         [BZ #15084]
30417         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30418         and RES_USEVC.
30420         [BZ #15085]
30421         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30422         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30423         unimplemented.
30425         [BZ #15380]
30426         * stdlib/random.c (__initstate): Return NULL if
30427         __initstate fails.
30429         [BZ #15086]
30430         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30431         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30432         RES_SNGLKUPREOP.
30434 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30436         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30438 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30440         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30441         of individual tests.
30442         (casin_test): Likewise.
30443         (casinh_test): Likewise.
30445 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30447         [BZ #15409]
30448         * math/s_catan.c (__catan): Handle arguments with large real or
30449         imaginary part separately without squaring.
30450         * math/s_catanf.c (__catanf): Likewise.
30451         * math/s_catanh.c (__catanh): Likewise.
30452         * math/s_catanhf.c (__catanhf): Likewise.
30453         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30454         and redefine.
30455         (__catanhl): Handle arguments with large real or imaginary part
30456         separately without squaring.
30457         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30458         and redefine.
30459         (__catanl): Handle arguments with large real or imaginary part
30460         separately without squaring.
30461         * math/libm-test.inc (catan_test): Add more tests.
30462         (catanh_test): Likewise.
30463         * sysdeps/i386/fpu/libm-test-ulps: Update.
30464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30466 2013-04-27  Andreas Jaeger  <aj@suse.de>
30468         [BZ #15007]
30469         * stdlib/stdlib.h: Update guards for qecvt.
30470         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30471         <stdlib.h>.
30473 2013-04-27  Allan McRae  <allan@archlinux.org>
30475         * sysdeps/i386/fpu/libm-test-ulps: Update.
30477 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30479         [BZ #15406]
30480         * math/s_catan.c: Include <float.h>.
30481         (__catan): Ensure underflow exception occurs for underflowed
30482         result.
30483         * math/s_catanf.c: Include <float.h>.
30484         (__catanf): Ensure underflow exception occurs for underflowed
30485         result.
30486         * math/s_catanh.c: Include <float.h>.
30487         (__catanh): Ensure underflow exception occurs for underflowed
30488         result.
30489         * math/s_catanhf.c: Include <float.h>.
30490         (__catanhf): Ensure underflow exception occurs for underflowed
30491         result.
30492         * math/s_catanhl.c: Include <float.h>.
30493         (__catanhl): Ensure underflow exception occurs for underflowed
30494         result.
30495         * math/s_catanl.c: Include <float.h>.
30496         (__catanl): Ensure underflow exception occurs for underflowed
30497         result.
30498         * math/libm-test.inc (catan_test): Add more tests.
30499         (catanh_test): Likewise.
30501         [BZ #15405]
30502         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30503         underflowed result.
30504         * math/s_ccoshf.c (__ccoshf): Likewise.
30505         * math/s_ccoshl.c (__ccoshl): Likewise.
30506         * math/s_csin.c (__csin): Likewise.
30507         * math/s_csinf.c (__csinf): Likewise.
30508         * math/s_csinh.c (__csinh): Likewise.
30509         * math/s_csinhf.c (__csinhf): Likewise.
30510         * math/s_csinhl.c (__csinhl): Likewise.
30511         * math/s_csinl.c (__csinl): Likewise.
30512         * math/libm-test.inc (ccos_test): Add more tests.
30513         (ccosh_test): Likewise.
30514         (csin_test): Likewise.
30515         (csinh_test): Likewise.
30517 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30519         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30520         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30521         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30522         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30523         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30524         powerpc/power5+/fpu folders.
30525         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30528 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30530         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30532 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30534         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30535         additions to variable.
30536         [$(config-machine) = x86_64] (modules-names): Likewise.
30537         ($(objpfx)tst-audit3): Remove dependency.
30538         ($(objpfx)tst-audit3.out): Likewise.
30539         ($(objpfx)tst-audit4): Likewise.
30540         ($(objpfx)tst-audit4.out): Likewise.
30541         ($(objpfx)tst-audit5): Likewise.
30542         ($(objpfx)tst-audit5.out): Likewise.
30543         ($(objpfx)tst-audit6): Likewise.
30544         ($(objpfx)tst-audit6.out): Likewise.
30545         ($(objpfx)tst-audit7): Likewise.
30546         ($(objpfx)tst-audit7.out): Likewise.
30547         (tst-audit3-ENV): Remove variable.
30548         (tst-audit4-ENV): Likewise.
30549         (tst-audit5-ENV): Likewise.
30550         (tst-audit6-ENV): Likewise.
30551         (tst-audit7-ENV): Likewise.
30552         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30553         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30554         addition to variable.
30555         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30556         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30557         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30558         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30559         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30560         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30561         tst-audit3, tst-audit4 and tst-audit5.
30562         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30563         tst-audit6 and tst-audit7.
30564         [$(subdir) = elf] (modules-names): Add audit modules for those
30565         tests.
30566         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30567         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30568         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30569         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30570         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30571         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30572         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30573         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30574         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30575         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30576         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30577         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30578         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30579         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30580         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30581         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30582         Likewise.
30583         [$(subdir) = elf && $(config-cflags-avx) = yes]
30584         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30585         [$(subdir) = elf && $(config-cflags-avx) = yes]
30586         (CFLAGS-tst-auditmod4a.c): Likewise.
30587         [$(subdir) = elf && $(config-cflags-avx) = yes]
30588         (CFLAGS-tst-auditmod4b.c): Likewise.
30589         [$(subdir) = elf && $(config-cflags-avx) = yes]
30590         (CFLAGS-tst-auditmod6b.c): Likewise.
30591         [$(subdir) = elf && $(config-cflags-avx) = yes]
30592         (CFLAGS-tst-auditmod6c.c): Likewise.
30593         [$(subdir) = elf && $(config-cflags-avx) = yes]
30594         (CFLAGS-tst-auditmod7b.c): Likewise.
30595         * elf/tst-audit3.c: Move to ...
30596         * sysdeps/x86_64/tst-audit3.c: ... here.
30597         * elf/tst-audit4.c: Move to ...
30598         * sysdeps/x86_64/tst-audit4.c: ... here.
30599         * elf/tst-audit5.c: Move to ...
30600         * sysdeps/x86_64/tst-audit5.c: ... here.
30601         * elf/tst-audit6.c: Move to ...
30602         * sysdeps/x86_64/tst-audit6.c: ... here.
30603         * elf/tst-audit7.c: Move to ...
30604         * sysdeps/x86_64/tst-audit7.c: ... here.
30605         * elf/tst-auditmod3a.c: Move to ...
30606         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30607         * elf/tst-auditmod3b.c: Move to ...
30608         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30609         * elf/tst-auditmod4a.c: Move to ...
30610         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30611         * elf/tst-auditmod4b.c: Move to ...
30612         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30613         * elf/tst-auditmod5a.c: Move to ...
30614         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30615         * elf/tst-auditmod5b.c: Move to ...
30616         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30617         * elf/tst-auditmod6a.c: Move to ...
30618         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30619         * elf/tst-auditmod6b.c: Move to ...
30620         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30621         * elf/tst-auditmod6c.c: Move to ...
30622         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30623         * elf/tst-auditmod7a.c: Move to ...
30624         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30625         * elf/tst-auditmod7b.c: Move to ...
30626         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30628 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30630         [BZ #15366]
30631         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30632         define unconditionally.
30633         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30634         define unconditionally.
30635         (INT8_C, INT16_C, etc.): Likewise.
30637 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30639         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30640         __ehdr_start with hidden visibility.
30642         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30644 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30646         * math/libm-test.inc (cos_test): Use accurate hex constants.
30647         (sincost_test): Likewise.
30649 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30651         * math/libm-test.inc (catan_test): Add more tests.
30652         (catanh_test): Likewise.
30654         * math/s_catanf.c (__catanf): Use suffixed floating-point
30655         constants.
30656         * math/s_catanhf.c (__catanhf): Likewise.
30657         * math/s_catanhl.c (__catanhl): Likewise.
30658         * math/s_catanl.c (__catanl): Likewise.
30660         [BZ #15394]
30661         * math/s_catan.c (__catan): Calculate imaginary part of result
30662         with log1p not log unless computing log of number close to 0.
30663         * math/s_catanf.c (__catanf): Likewise.
30664         * math/s_catanl.c (__catanl): Likewise.
30665         * math/s_catanh.c (__catanh): Calculate real part of result with
30666         log1p not log unless computing log of number close to 0.
30667         * math/s_catanhf.c (__catanhf): Likewise.
30668         * math/s_catanhl.c (__catanhl): Likewise.
30669         * math/libm-test.inc (catan_test): Add more tests.
30670         (catanh_test): Likewise.
30671         * sysdeps/i386/fpu/libm-test-ulps: Update.
30672         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30674 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30676         * benchtests/Makefile: Mention files in which fast and slow
30677         paths of math functions are implemented.
30679 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30681         * sysdeps/posix/timespec_get.c: New file.
30683 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30685         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30686         POWER.
30687         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30688         for POWER.
30689         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30690         powerpc/power5/fpu folders.
30691         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30692         * benchtests/Makefile: Add modf testcase.
30693         * benchtests/bench-modf.c: New file: Benchmark test for mo
30695 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30697         [BZ #14888]
30698         * time/Makefile (tests): Add tst-strptime-whitespace.
30699         * time/strptime_l.c (get_number): Use ISSPACE.
30700         (__strptime_internal): Likewise.
30701         * time/tst-strptime-whitespace.c: New test case.
30703 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30705         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30706         member.
30707         (_nss_files_init): Set it here.
30709 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30711         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30712         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30713         unsigned.
30715 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30717         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30719 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30721         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30722         size just once.
30724 2013-04-21  David S. Miller  <davem@davemloft.net>
30726         * po/ru.po: Update Russion translation from translation project.
30728 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30730         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30731         and setfsgid.
30733 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30735         * configure.in: Remove i386 configure warning. Remove i386 case.
30736         * configure: Regenerate.
30737         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30738         Add example to error message.
30739         * sysdeps/i386/configure: Regenerate.
30741 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30743         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30744         slowtan.
30745         * benchtests/cos-inputs: New file.
30746         * benchtests/slowcos-inputs: New file.
30747         * benchtests/slowcos.c: New file.
30748         * benchtests/slowtan-inputs: New file.
30749         * benchtests/slowtan.c: New file.
30750         * benchtests/tan-inputs: New file.
30752 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30754         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30755         considered kosher.
30757 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30759         * benchtests/Makefile: Include cppflags-iterator.mk to add
30760         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30762         * Makefile.in (bench-clean): New target.
30763         * benchtests/Makefile (bench-clean): Likewise.
30765 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30767         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30769 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30771         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30773 2013-04-15  Andreas Schwab  <schwab@suse.de>
30775         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30776         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30777         * nscd/pwdcache.c (cache_addpw): Likewise.
30778         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30779         more than recsize.
30781 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30783         * benchtests/Makefile (bench): Write all output to
30784         bench-out.tmp together.
30786 2013-04-15  Andreas Schwab  <schwab@suse.de>
30788         * nscd/nscd.c (main): Don't fork again after closing files.
30790 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30792         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30794         * benchtests/Rules (bench-deps): Collect dependencies into a
30795         single variable.  Add Makefile to dependencies.
30796         ($(objpfx)bench-%.c): Depend on bench-deps.
30798 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30799             Xavier Roche  <roche+kml2@exalead.com>
30801         [BZ #15361]
30802         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30803         just that it's a file descriptor.
30804         * manual/llio.texi (Synchronizing AIO Operations): Update description
30805         for EBADF error from aio_fsync.
30807 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30809         * Rules (bench): Move target definition...
30810         * benchtests/Makefile: ... here.
30812 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30814         * math/libm-test.inc (cos_test): Fix PI/2 test.
30815         (sincos_test): Likewise.
30816         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30817         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30819 2013-04-11  Andreas Schwab  <schwab@suse.de>
30821         [BZ #13988]
30822         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30823         accept exponent character only when digits were seen.
30824         * stdio-common/Makefile (tests): Add bug26.
30825         * stdio-common/bug26.c: New file.
30827         [BZ #14293]
30828         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30829         non-freeable.
30831 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30833         * Makeconfig (rtld-prefix): Define built linker prefix.
30834         * Rules (run-bench): Use it.
30835         * math/Makefile (run-regen-ulps): Likewise.
30837         * Rules (bench): Remove eval.
30839 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30840             Roland McGrath  <roland@hack.frob.com>
30841             Ondrej Bilka  <neleai@seznam.cz>
30843         [BZ #15346]
30844         * time/getdate.c: Include ctype.h and alloca.h.
30845         (__getdate_r): Trim leading and trailing spaces of input.
30846         * time/tst-getdate.c (tests): Add tests with leading and
30847         trailing spaces.
30849 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30851         [BZ #14280]
30852         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30853         when computing value.
30855 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30857         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30858         Use testrun.sh to run libm tests.
30860         [BZ #15309]
30861         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30863 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30865         [BZ #15264]
30866         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30868 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30870         * Makefile.in (regen-ulps): New target.
30871         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30872         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30873         [ifneq (no,$(PERL)] (regen-ulps): New target.
30874         [ifeq (no,$(PERL)] (regen-ulps): New target.
30875         * math/libm-test.inc (ulps_file_name): Define.
30876         (output_dir): New variable.
30877         (options): Add "output-dir" option.
30878         (parse_opt): Handle 'o' case.
30879         (main): If output_dir is non-NULL use it as a prefix
30880         otherwise use "".
30881         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30883 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30885         [BZ #10060, #10062]
30886         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30887         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30888         fail configure if __sync_val_compare_and_swap is not inlined.
30889         * sysdeps/i386/configure: Regenerate.
30890         * configure.in: Build for i686 when configured for i386.
30891         * configure: Regenerate.
30892         * README: Remove i386 reference.
30894 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30896         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30897         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30899 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30901         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30902         (lmsnanval): New variables.
30903         (F): Add conversion tests.
30904         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30905         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30907         * stdio-common/tstdiomisc.c (F): Properly collect individual
30908         tests' results.
30910         [BZ #14686, #15336]
30911         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30912         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30913         Instead, use input NaN values or generate a qNaN by arithmetic
30914         operation.  Also fix bugs to comply with the standard.
30915         * math/libm-test.inc (remainder_test): Add more tests.
30917         [BZ #15335, #15342]
30918         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30919         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30920         input NaN values or generate a qNaN by arithmetic operation.
30922         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30923         unreachable code.
30925         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30926         definitions.
30928 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30930         [BZ #14478]
30931         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30932         underflowed result.
30933         * math/s_cexpf.c (__cexpf): Likewise.
30934         * math/s_cexpl.c (__cexpl): Likewise.
30935         * math/libm-test.inc (cexp_test): Add more tests.
30937 2013-04-03  Andreas Schwab  <schwab@suse.de>
30939         [BZ #15330]
30940         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30941         order arrays from heap if bigger than alloca cutoff.
30943 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30945         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30946         (SNAN_TESTS_double): Refer to GCC PR56831.
30947         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30948         GCC PR56828.
30950 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30952         * Rules (bench): Move bench.out after the run is complete.
30954         * Rules (bench): Echo currently running benchmark.
30956         * benchtests/Makefile (bench): Add atan and slowatan.
30957         * benchtests/atan-inputs: New file.
30958         * benchtests/slowatan-inputs: New file.
30959         * benchtests/slowatan.c: New file.
30961         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30962         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30963         its value.
30965         [BZ #15305]
30966         * sysdeps/unix/sysv/linux/kernel-features.h
30967         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30968         __ASSUME_XFS_RESTRICTED_CHOWN.
30969         * sysdeps/unix/sysv/linux/pathconf.c
30970         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30971         Save and restore errno.
30973 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30975         [BZ #15327]
30976         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30977         arguments using __kernel_casinh.
30978         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30979         arguments using __kernel_casinhf.
30980         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30981         arguments using __kernel_casinhl.
30982         * math/libm-test.inc (cacosh_test): Add more tests.
30983         * sysdeps/i386/fpu/libm-test-ulps: Update.
30984         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30986 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30988         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30989         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30991         * bench/Makefile (bench): Add sin and slowsin.
30992         * benchtests/sin-inputs: New file.
30993         * benchtests/slowsin-inputs: New file.
30994         * benchtests/slowsin.c: New file.
30996         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30997         (bench): Add slowexp and slowpow.
30998         (exp-ITER): Increase iterations.
30999         (pow-ITER): Likewise.
31000         * benchtests/exp-inputs: Change input.
31001         * benchtests/pow-inputs: Likewise.
31002         * benchtests/slowexp-inputs: New file.
31003         * benchtests/slowexp.c: New file.
31004         * benchtests/slowpow-inputs: New file.
31005         * benchtests/slowpow.c: New file.
31007 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31009         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
31010         instructions.
31011         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
31012         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
31013         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
31014         * benchtests/Makefile: Add rint benchtest.
31015         * benchtests/rint-inputs: Input for rint benchtest.
31017 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
31019         * Versions.def (libm): Add GLIBC_2.18.
31020         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
31021         hidden libm prototypes.
31022         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
31023         * math/Makefile (libm-calls): Add s_issignaling.
31024         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
31025         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
31026         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
31027         declaration.
31028         * math/math.h [__USE_GNU] (issignaling): New macro.
31029         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
31030         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
31031         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
31032         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
31033         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
31034         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
31035         * manual/arith.texi (issignaling): New section.
31036         * manual/libm-err-tab.pl (@all_functions): Update comment.
31037         * math/gen-libm-test.pl (parse_args): Apply special handling for
31038         issignaling.
31039         * math/libm-test.inc (print_float, issignaling_test): New
31040         functions.
31041         (check_float_internal): Add issignaling checks.
31042         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
31043         default definition.
31044         * sysdeps/powerpc/math-tests.h: New file.
31045         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
31046         tests.
31047         * math/test-snan.c (TEST_FUNC): Likewise.
31049 2013-03-30  David S. Miller  <davem@davemloft.net>
31051         * po/de.po: Update from translation team.
31053 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
31055         [BZ #10357]
31056         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31057         imaginary part less than 1.0 and real part less than 0.5
31058         specially.
31059         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31060         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31061         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
31062         (cacos_test): Add more tests.
31063         (casin_test): Likewise.
31064         (casinh_test): Likewise.
31065         * sysdeps/i386/fpu/libm-test-ulps: Update.
31066         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31068 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31070         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
31071         ONE with its value.
31073         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
31074         (__pow_mp): Replace ONE and MONE with their values.
31075         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31076         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
31077         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31078         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
31079         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31080         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31082         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
31084         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
31085         (__pow_mp): Replace ZERO and MZERO with their values.
31086         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31087         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31088         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31089         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31090         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31091         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
31092         (__sqr): Likewise.
31094         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
31096         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
31098 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31100         * include/stdlib.h [!SHARED] (__call_tls_dtors):
31101         Declare with __attribute__ ((weak)).
31102         * stdlib/exit.c (__libc_atexit) [!SHARED]:
31103         Call __call_tls_dtors only if it's not NULL.
31105 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31107         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
31108         didn't do it already, then set _dl_phdr and _dl_phnum based on the
31109         magic __ehdr_start linker symbol if it's defined.
31110         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
31111         them up here if it was already done.
31113         * elf/dl-support.c (_dl_phdr): Make pointer to const.
31114         (_dl_aux_init): Use const in cast when setting it.
31115         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
31116         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
31117         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
31119         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
31120         Declare them here.
31121         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
31122         * csu/libc-tls.c: Nor here.
31123         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31125         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31126         (__libc_message): Never call vsyslog.
31128 2013-03-28  Alan Modra  <amodra@gmail.com>
31130         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31131         Define as empty.
31132         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31133         Likewise.
31135 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31137         [BZ #15214]
31138         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31139         underflow.
31140         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31142 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31144         [BZ #15304]
31145         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31146         Don't add gid passed as argument.
31148         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31150 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
31152         [BZ #15307]
31153         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31154         imaginary part between 1.0 and 1.5 and real part less than 0.5
31155         specially.
31156         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31157         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31158         * math/libm-test.inc (cacos_test): Add more tests.
31159         (casin_test): Likewise.
31160         (casinh_test): Likewise.
31161         * sysdeps/i386/fpu/libm-test-ulps: Update.
31162         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31164 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31166         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31167         constants.
31168         (norm): Likewise.
31169         (denorm): Likewise.
31170         (__dbl_mp): Likewise.
31171         (add_magnitudes): Likewise.
31172         (sub_magnitudes): Likewise.
31173         (__add): Likewise.
31174         (__sub): Likewise.
31175         (__mul): Likewise.
31176         (__sqr): Likewise.
31177         (__inv): Likewise.
31178         (__dvd): Likewise.
31180         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31181         commented code.
31182         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31183         (__dubcos): Likewise.
31184         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31185         (__ieee754_acos): Likewise.
31186         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31187         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31188         (__exp1): Likewise.
31189         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31190         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31191         (log1): Likewise.
31192         (my_log2): Likewise.
31193         (checkint): Likewise.
31194         * sysdeps/ieee754/dbl-64/e_remainder.c
31195         (__ieee754_remainder): Likewise.
31196         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31197         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31198         (bsloww): Likewise.
31199         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31201         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31202         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31203         MANTISSA_STORE_T to store computations on mantissa.  Use
31204         macros for rounding and division.
31205         (denorm): Likewise.
31206         (__dbl_mp): Likewise.
31207         (add_magnitudes): Likewise.
31208         (sub_magnitudes): Likewise.
31209         (__mul): Likewise.
31210         (__sqr): Likewise.
31211         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31212         powers of two in terms of TWOPOW macro.
31213         (mp_no): Make type of mantissa as MANTISSA_T.
31214         [!RADIXI]: Define RADIXI.
31215         [!TWO52]: Define TWO52.
31216         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31218 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31220         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31221         llroundl symbol when building for PPC32.
31223 2013-03-24  Mark H Weaver  <mhw@netris.org>
31225         * manual/arith.texi (Normalization Functions): Fix prototypes for
31226         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31228 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31230         [BZ #13889]
31231         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31232         high value to check if expl overflow.
31233         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31234         to check for underflow and overflow.
31235         * math/libm-test.inc: Add exp test.
31237 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31239         [BZ #11120]
31240         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31241         with NOT_IN_libc.
31243 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31245         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31246         symbol.
31248 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31250         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31251         wrap blocks consisting of several statements.
31253         * sysdeps/generic/math-tests.h: New file.
31254         * sysdeps/i386/fpu/math-tests.h: Likewise.
31255         * math/test-snan.c: Include it.
31256         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31258 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31260         [BZ #15285]
31261         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31262         (__ieee754_j0l): Do not improve calculations using cos of twice
31263         input for inputs above LDBL_MAX / 2.0L.
31264         (__ieee754_y0l): Likewise.
31265         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31266         (__ieee754_j1l): Do not improve calculations using cos of twice
31267         input for inputs above LDBL_MAX / 2.0L.
31268         (__ieee754_y1l): Likewise.
31269         * math/libm-test.inc (j0_test): Add another test.
31270         (j1_test): Likewise.
31271         (y0_test): Likewise.
31272         (y1_test): Likewise.
31273         * sysdeps/i386/fpu/libm-test-ulps: Update.
31275 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31277         * Rules ($(objpfx)bench-%.c): Include code from a C source
31278         file.
31280 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31282         [BZ #15287]
31283         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31284         imaginary part 1.0 and real part less than 0.5 specially.
31285         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31286         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31287         * math/libm-test.inc (cacos_test): Add more tests.
31288         (casin_test): Likewise.
31289         (casinh_test): Likewise.
31290         * sysdeps/i386/fpu/libm-test-ulps: Update.
31291         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31293 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31295         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31296         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31298 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31300         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31301         * config.make.in (config-cflags-sse4): Remove variable.
31302         (config-cflags-avx): Likewise.
31303         (config-cflags-sse2avx): Likewise.
31304         (config-cflags-novzeroupper): Likewise.
31305         (config-asflags-i686): Likewise.
31306         (have-mfma4): Likewise.
31307         (have-as-vis3): Likewise.
31308         (MIG): Likewise.
31309         * configure.in (MIG): Do not AC_SUBST.
31310         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31311         (libc_cv_cc_sse4): Do not AC_SUBST.
31312         (libc_cv_cc_avx): Likewise.
31313         (libc_cv_cc_sse2avx): Likewise.
31314         (libc_cv_cc_novzeroupper): Likewise.
31315         (libc_cv_cc_fma4): Likewise.
31316         (libc_cv_as_i686): Likewise.
31317         (libc_cv_sparc_as_vis3): Likewise.
31318         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31319         LIBC_CONFIG_VAR.
31320         (config-asflags-i686): Likewise.
31321         (config-cflags-avx): Likewise.
31322         (config-cflags-sse2avx): Likewise.
31323         (have-mfma4): Likewise.
31324         (config-cflags-novzeroupper): Likewise.
31325         * sysdeps/mach/configure.in (MIG): Likewise.
31326         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31327         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31328         LIBC_CONFIG_VAR.
31329         (config-cflags-avx): Likewise.
31330         (config-cflags-sse2avx): Likewise.
31331         (have-mfma4): Likewise.
31332         (config-cflags-novzeroupper): Likewise.
31333         * configure: Regenerated.
31334         * sysdeps/i386/configure: Likewise.
31335         * sysdeps/mach/configure: Likewise.
31336         * sysdeps/sparc/configure: Likewise.
31337         * sysdeps/x86_64/configure: Likewise.
31339 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31341         [BZ #14812]
31342         * locale/programs/localedef.c (options): Put N_ translation marker
31343         on argument names, not just descriptions.
31345 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31347         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31349 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31351         [BZ #14176]
31352         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31354 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31356         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31357         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31358         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31359         [!BEFORE_ABORT] (before_abort): New function.
31360         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31361         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31362         (writev_for_fatal): New function.
31363         (WRITEV_FOR_FATAL): New macro; call that.
31364         (backtrace_and_maps): New function.
31365         (BEFORE_ABORT): New macro; call that.
31366         (struct str_list): Type removed.
31367         (__libc_message, __libc_fatal): Functions removed.
31368         Include <sysdeps/posix/libc_fatal.c> instead.
31370 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31372         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31373         constants.
31374         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31375         double constants.
31377 2013-03-19  Andreas Schwab  <schwab@suse.de>
31379         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31380         * sysdeps/gnu/configure: Regenerate.
31382         * configure.in: Substitute libc_cv_rtlddir.
31383         * configure: Regenerate.
31384         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31385         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31386         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31387         * elf/Makefile (install-others, CFLAGS-interp.c)
31388         (ldso_install, common-ldd-rewrite): Likewise.
31389         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31390         $(inst_slibdir)/$(rtld-installed-name).
31391         * scripts/rellns-sh: Add -p option.
31392         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31393         for source.
31395 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31397         * manual/nptl.texi: Renamed to ...
31398         * manual/threads.texi: ... this.
31399         * manual/Makefile (chapters): Update.
31401 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31403         [BZ #14812]
31404         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31405         on argument names, not just descriptions.
31406         * malloc/memusagestat.c (options): Likewise.
31407         * nss/getent.c (options): Likewise.
31409 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31411         [BZ #14812]
31412         * iconv/iconv_prog.c (options): Put N_ translation marker
31413         on argument names, not just descriptions.
31414         * iconv/iconvconfig.c (options): Likewise.
31416 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31418         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31419         implementation which is faster on all x86_64 architectures.
31420         Tested on AMD, Intel Nehalem, SNB, IVB.
31421         * sysdeps/x86_64/strnlen.S: Likewise.
31423         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31424         Remove all multiarch strlen and strnlen versions.
31425         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31426         Remove strlen and strnlen related parts.
31428         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31429         Inline strlen part.
31430         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31432         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31433         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31434         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31435         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31436         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31437         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31439 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31441         * manual/memory.texi (Malloc Tunable Parameters):
31442         Sort parameters alphabetically. Add comments for missing entries.
31444 2013-03-17  David S. Miller  <davem@davemloft.net>
31446         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31448 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31450         [BZ #15283]
31451         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31452         for arguments at most half maximum finite value.
31453         * math/libm-test.inc (j0_test): Add more tests.
31454         (j1_test): Likewise.
31455         (y0_test): Likewise.
31456         (y1_test): Likewise.
31457         * sysdeps/i386/fpu/libm-test-ulps: Update.
31458         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31460         [BZ #14155]
31461         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31462         1 / x and functions P and Q for arguments above 0x1p256L.
31463         (__ieee754_y0l): Likewise.
31464         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31465         (__ieee754_y1l): Likewise.
31466         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31467         (j1_test): Likewise.
31468         (y0_test): Likewise.
31469         (y1_test): Likewise.
31471 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31473         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31474         variable.
31476 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31478         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31479         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31480         zero since it's initialized to EXEC_PAGESIZE.
31482         * sysdeps/unix/sysv/linux/ldsodefs.h
31483         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31484         * sysdeps/generic/ldsodefs.h: ... here.
31486 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31488         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31490         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31491         math/test-snan.c.
31492         * math/test-snan.c: Renamed from
31493         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31494         * math/Makefile (tests): Add test-snan.
31495         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31496         test-powerpc-snan.
31498         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31499         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31500         functions.
31501         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31502         __builtin_nan family of functions.
31503         * math/libm-test.inc (initialize): Initialize qnan_value with
31504         __builtin_nan family of functions.
31505         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31506         Remove variables.
31507         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31508         Remove functions.
31509         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31510         storage class.  Initialize qNaN_var and sNaN_var with
31511         __builtin_nan and __builtin_nans families of functions,
31512         respectively.
31514         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31515         (sqrt_test): Remove duplicate test with qNaN input.
31516         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31517         (round_test, signbit_test, significand_test): Note missing +/-Inf
31518         as well as qNaN tests.
31520         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31521         qNaN_var.  Fix a few strings, too.
31522         * math/libm-test.inc (nan_value): Rename to qnan_value.
31523         * math/gen-libm-test.pl (%beautify): Adjust to that.
31524         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31525         * math/test-misc.c (main): Likewise.
31526         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31527         to __qnan_bytes, and __qnan_union, respectively.
31528         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31529         Likewise.
31530         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31531         and lqnanval, respectively.
31532         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31533         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31534         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31535         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31537         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31538         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31539         doubles.
31541         * math/test-misc.c (main): Fix copy'n'pastos.
31542         * misc/tst-efgcvt.c (special): Likewise.
31544         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31545         Remove declarations.
31547 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31549         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31550         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31551         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31552         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31554 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31556         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31557         macro to return vdso values correctly in IFUNC implementations.
31558         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31559         Optimization by using IFUNC.
31561 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31562             Richard Henderson  <rth@redhat.com>
31563             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31565         * Makefile.in (bench): New target.
31566         * NEWS: Mention the benchmark framework.
31567         * Rules (bench): Likewise.
31568         (binaries-bench): Generate binaries for functions to
31569         benchmark.
31570         * benchtests/Makefile: New makefile for benchmark tests.
31571         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31572         programs.
31573         * benchtests/exp-inputs: New input file for EXP function.
31574         * benchtests/pow-inputs: New input file for POW function.
31575         * scripts/bench.pl: New script to generate source files for
31576         benchmark programs.
31578 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31580         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31581         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31582         computations on mantissa.  Use macros for rounding and
31583         division.
31584         (denorm): Likewise.
31585         (__dbl_mp): Likewise.
31586         (add_magnitudes): Likewise.
31587         (sub_magnitudes): Likewise.
31588         (__mul): Likewise.
31589         (__sqr): Likewise.
31590         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31591         powers of two in terms of TWOPOW macro.
31592         (mp_no): Make type of mantissa as MANTISSA_T.
31593         [!RADIXI]: Define RADIXI.
31594         [!TWO52]: Define TWO52.
31595         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31597         * manual/nptl.texi (cindex): Modify threads to pthreads.
31599 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31601         * sysdeps/x86_64/preconfigure: Regenerated.
31603 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31605         [BZ #14155]
31606         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31607         0x1p28 and above.
31608         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31609         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31610         0x1p28 and above.
31611         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31612         * math/libm-test.inc (j0_test): Do not allow one spurious
31613         underflow exception.
31614         (y1_test): Likewise.
31616 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31618         * manual/Makefile (chapters): Add nptl.
31619         * manual/debug.texi (Debugging Support): Add link to Threads
31620         chapter.
31621         * manual/nptl.texi: New file.
31623         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31625 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31627         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31628         for non-NULL pointer before the memory validity test. Pointed
31629         out by Holger Brunck <holger.brunck@keymile.com>.
31631 2013-03-13  Andreas Schwab  <schwab@suse.de>
31633         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31634         instead of .os.
31636 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31638         * timezone/zic.c: Update from tzcode 2013b.
31640 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31642         * manual/install.texi (Configuring and compiling):
31643         Mention i686 and i586.
31644         * INSTALL: Regenerate.
31646 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31648         * sysdeps/init_array/elf-init.c: New file.
31649         * csu/elf-init.c
31650         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31651         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31653         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31654         __gmon_start__ as global, but as static with a .preinit_array pointer.
31655         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31656         * sysdeps/init_array/crti.S: New file, empty except for comments.
31657         * sysdeps/init_array/crtn.S: Likewise.
31659 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31661         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31662         definining bcopy.
31663         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31664         Remove Prefer_SSE_for_memop.
31665         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31666         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31667         HAS_PREFER_SSE_FOR_MEMOP.
31668         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31669         memset-x86-64.
31670         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31671         Remove bzero, memset ifunc support.
31672         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31673         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31674         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31675         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31677 2013-03-11  Andreas Schwab  <schwab@suse.de>
31679         [BZ #15234]
31680         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31681         by SHLIB_COMPAT.
31682         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31683         (GLIBC_2.16): Remove pthread_atfork.
31685 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31687         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31688         (ptestcases.h): Likewise.
31690 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31692         * Makeconfig ($(common-objpfx)config.status): Depend on
31693         sysdeps/*/preconfigure{,.in} too.
31695 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31697         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31698         (__free_hook): Use void * instead of __malloc_ptr_t.
31699         (__malloc_hook): Likewise.
31700         (__realloc_hook): Likewise.
31701         (__memalign_hook): Likewise.
31702         (__after_morecore_hook): Likewise.
31703         * malloc/arena.c (save_malloc_hook): Likewise.
31704         (save_free_hook): Likewise.
31705         * malloc/hooks.c (malloc_hook_ini): Likewise.
31706         (realloc_hook_ini): Likewise.
31707         (memalign_hook_ini): Likewise.
31708         * malloc/malloc.c (malloc_hook_ini): Likewise.
31709         (realloc_hook_ini): Likewise.
31710         (memalign_hook_ini): Likewise.
31711         (__free_hook): Likewise.
31712         (__malloc_hook): Likewise.
31713         (__realloc_hook): Likewise.
31714         (__memalign_hook): Likewise.
31715         (__libc_malloc): Likewise.
31716         (__libc_free): Likewise.
31717         (__libc_realloc): Likewise.
31718         (__libc_memalign): Likewise.
31719         (__libc_valloc): Likewise.
31720         (__libc_pvalloc): Likewise.
31721         (__libc_calloc): Likewise.
31722         (__posix_memalign): Likewise.
31723         * malloc/morecore.c (__sbrk): Likewise.
31724         (__default_morecore): Likewise.
31726         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31728         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31729         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31730         __malloc_ptrdiff_t.
31732         * malloc/malloc.h (__malloc_size_t): Remove macro.
31733         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31734         __malloc_size_t.
31735         (old_memalign_hook): Likewise.
31736         (old_realloc_hook): Likewise.
31737         (struct hdr): Likewise.
31738         (flood): Likewise.
31739         (mallochook): Likewise.
31740         (memalignhook): Likewise.
31741         (reallochook): Likewise.
31742         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31743         (tr_old_realloc_hook): Likewise.
31744         (tr_old_memalign_hook): Likewise.
31745         (tr_mallochook): Likewise.
31746         (tr_reallochook): Likewise.
31747         (tr_memalignhook): Likewise.
31749 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31751         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31752         default_ldbl_pack and using as default implementation.
31753         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31754         implementation.
31755         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31756         redundant definition.
31757         (ldbl_insert_mantissa): Likewise.
31758         (ldbl_canonicalize): Likewise.
31759         (ldbl_nearbyint): Likewise.
31760         (ldbl_pack): Rename to ldbl_pack_ppc.
31761         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31762         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31763         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31765 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31767         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31768         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31769         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31770         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31771         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31772         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31773         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31774         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31776 2013-03-07  Andreas Jaeger  <aj@suse.de>
31778         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31779         bits/mman-linux.h.
31781 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31783         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31784         Include mpa.h and declare __MPEXP.
31785         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31786         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31787         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31788         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31789         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31790         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31791         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31793         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31794         (__slowpow): Use long double EXPL and LOGL functions to
31795         compute POW.
31796         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31797         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31798         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31799         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31800         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31801         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31803         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31804         intermediate variable to calculate exponent.
31805         (__sqr): Likewise.
31806         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31807         Likewise.
31808         (__sqr): Likewise.
31810         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31811         [!NO__SQR]: Define __sqr.
31812         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31813         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31814         sysdeps/ieee754/dbl-64/mpa.c.
31815         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31817         [BZ #12723]
31818         * posix/Makefile (tests): Add tst-pathconf.
31819         * posix/tst-pathconf.c: New test case.
31820         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31821         _PC_PIPE_BUF.
31822         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31824 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31826         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31828 2013-03-06  Andreas Jaeger  <aj@suse.de>
31830         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31831         definition via __MAP_ANONYMOUS.
31833         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31834         it's not part of Linux headers.
31836         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31837         (MAP_HUGE_MASK): Define.
31839         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31840         Define.
31841         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31842         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31843         Define.
31844         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31845         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31846         Define.
31847         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31848         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31849         Define.
31850         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31852         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31853         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31854         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31855         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31856         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31857         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31859         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31860         Handle f2fs.
31862         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31863         Handle f2fs and efivarfs.
31865         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31866         f2fs.
31868         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31869         (EFIVARFS_MAGIC): Add.
31870         (F2FS_LINK_MAX): Add.
31872 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31874         * stdio-common/vfprintf.c: Replace __builtin_expect with
31875         __glibc_unlikely.
31877 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31879         [BZ #13550]
31880         * sysdeps/generic/bp-sym.h: Remove file.
31881         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31882         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31883         <bp-sym.h> and <bp-asm.h>.
31884         (__longjmp): Don't use BP_SYM.
31885         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31886         and <bp-asm.h>.
31887         (memcpy): Don't use BP_SYM.
31888         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31889         <bp-sym.h> and <bp-asm.h>.
31890         (memcpy): Don't use BP_SYM.
31891         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31892         <bp-asm.h>.
31893         (memcpy): Don't use BP_SYM.
31894         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31895         <bp-asm.h>.
31896         (memset): Don't use BP_SYM.
31897         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31898         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31899         (__bzero): Don't use BP_SYM.
31900         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31901         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31902         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31903         <bp-sym.h> and <bp-asm.h>.
31904         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31905         pointers.
31906         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31907         <bp-sym.h> and <bp-asm.h>.
31908         (memcpy): Don't use BP_SYM.
31909         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31910         <bp-sym.h> and <bp-asm.h>.
31911         (memset): Don't use BP_SYM.
31912         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31913         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31914         (__bzero): Don't use BP_SYM.
31915         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31916         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31917         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31918         <bp-sym.h> and <bp-asm.h>.
31919         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31920         pointers.
31921         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31922         <bp-sym.h> and <bp-asm.h>.
31923         (memcpy): Don't use BP_SYM.
31924         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31925         <bp-sym.h> and <bp-asm.h>.
31926         (memset): Don't use BP_SYM.
31927         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31928         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31929         (__bzero): Don't use BP_SYM.
31930         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31931         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31932         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31933         <bp-sym.h> and <bp-asm.h>.
31934         (__memchr): Don't use BP_SYM.
31935         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31936         <bp-sym.h> and <bp-asm.h>.
31937         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31938         pointers.
31939         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31940         <bp-sym.h> and <bp-asm.h>.
31941         (memcpy): Don't use BP_SYM.
31942         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31943         <bp-sym.h> and <bp-asm.h>.
31944         (__mempcpy): Don't use BP_SYM.
31945         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31946         <bp-sym.h> and <bp-asm.h>.
31947         (__memrchr): Don't use BP_SYM.
31948         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31949         <bp-sym.h> and <bp-asm.h>.
31950         (memset): Don't use BP_SYM.
31951         (__bzero): Likewise.
31952         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31953         <bp-sym.h> and <bp-asm.h>.
31954         (__rawmemchr): Don't use BP_SYM.
31955         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31956         <bp-sym.h> and <bp-asm.h>.
31957         (__STRCMP): Don't use BP_SYM.
31958         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31959         <bp-sym.h> and <bp-asm.h>.
31960         (strchr): Don't use BP_SYM.
31961         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31962         <bp-sym.h> and <bp-asm.h>.
31963         (__strchrnul): Don't use BP_SYM.
31964         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31965         <bp-sym.h> and <bp-asm.h>.
31966         (strlen): Don't use BP_SYM.
31967         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31968         <bp-sym.h> and <bp-asm.h>.
31969         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31970         pointers.
31971         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31972         <bp-sym.h> and <bp-asm.h>.
31973         (__strnlen): Don't use BP_SYM.
31974         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31975         <bp-sym.h> and <bp-asm.h>.
31976         (__GI__setjmp): Don't use BP_SYM.
31977         (_setjmp): Likewise.
31978         (__sigsetjmp): Likewise.
31979         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31980         (L(start_addresses)): Don't use BP_SYM.
31981         (_start): Likewise.
31982         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31983         <bp-asm.h>.
31984         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31985         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31986         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31987         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31988         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31989         <bp-asm.h>.
31990         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31991         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31992         about bounded pointers.
31993         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31994         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31995         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31996         <bp-asm.h>.
31997         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31998         about bounded pointers.  Remove GKM FIXME comments.
31999         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32000         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
32001         <bp-asm.h>.
32002         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
32003         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
32004         Remove GKM FIXME comments.
32005         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32006         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32007         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
32008         <bp-asm.h>.
32009         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
32010         about bounded pointers.  Remove GKM FIXME comment.
32011         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
32012         and <bp-asm.h>.
32013         (strncmp): Don't use BP_SYM.  Remove comment about bounded
32014         pointers.
32015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
32016         <bp-sym.h> and <bp-asm.h>.
32017         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32018         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
32019         <bp-sym.h> and <bp-asm.h>.
32020         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32021         comment.
32023 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
32025         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
32026         call free(NULL).
32028 2013-03-05  David S. Miller  <davem@davemloft.net>
32030         * po/es.po: Update from translation team.
32032 2013-03-05  Andreas Jaeger  <aj@suse.de>
32034         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
32035         <bits/mman-linux.h>.
32036         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32037         is fine.
32038         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
32039         <bits/mman-linux.h> to end of file.
32040         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32041         is fine.
32042         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
32043         <bits/mman-linux.h> to end of file.
32044         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32045         is fine.
32046         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
32047         <bits/mman-linux.h> to end of file.
32049         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
32050         (MCL_CURRENT, MCL_FUTURE): Define here.
32052 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32054         [BZ #15232]
32055         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
32056         attribute_hidden.
32057         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32059 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32061         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
32062         fourth parameter needed for rt_sigprocmask syscall.
32063         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
32064         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
32065         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
32066         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
32067         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
32068         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
32070 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
32072         [BZ #13550]
32073         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
32074         comment about bounded pointers.
32075         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
32076         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
32078 2013-03-04  Andreas Jaeger  <aj@suse.de>
32080         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
32081         common definitions.
32083         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
32084         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
32085         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
32086         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
32087         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
32088         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
32090 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32092         [BZ #15055]
32093         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
32094         __ieee754_sqrl instead of __sqrl.
32096 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
32098         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
32099         * sysdeps/powerpc/fpu_control.h: ... here.
32100         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
32101         * sysdeps/powerpc/bits/fenvinline.h: ... here.
32102         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
32103         * sysdeps/powerpc/bits/mathinline.h: ... here.
32105 2013-03-01  Roland McGrath  <roland@hack.frob.com>
32107         * elf/dl-hwcaps.c (_dl_important_hwcaps):
32108         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
32109         to just [NEED_DL_SYSINFO_DSO].
32110         * elf/dl-support.c: Likewise.
32111         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
32112         * elf/rtld.c (dl_main): Likewise.
32113         * elf/setup-vdso.h (setup_vdso): Likewise.
32114         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
32115         * sysdeps/unix/sysv/linux/dl-sysdep.c
32116         (_dl_discover_osversion): Likewise.
32118 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
32120         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
32121         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32123 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32125         * NEWS: Mention libm performance improvements and non-x86 PI
32126         futex support.
32128         * csu/libc-start.c (__pthread_initialize_minimal): Change
32129         function arguments.
32130         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32132 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
32134         [BZ #13550]
32135         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32136         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32137         <bp-sym.h> and <bp-asm.h>.
32138         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32139         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32140         and <bp-asm.h>.
32141         (memcpy): Don't use BP_SYM.
32142         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32143         <bp-asm.h>.
32144         (__mpn_add_n): Don't use BP_SYM.
32145         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32146         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32147         and <bp-asm.h>.
32148         (__mpn_addmul_1): Don't use BP_SYM.
32149         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32150         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32151         <bp-sym.h>.
32152         (_setjmp): Don't use BP_SYM.
32153         (__novmx_setjmp): Likewise.
32154         (__GI__setjmp): Likewise.
32155         (__vmx_setjmp): Likewise.
32156         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32157         <bp-sym.h>.
32158         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32159         (__bzero): Don't use BP_SYM.
32160         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32161         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32162         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32163         <bp-sym.h> and <bp-asm.h>.
32164         (memcpy): Don't use BP_SYM.
32165         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
32166         <bp-sym.h> and <bp-asm.h>.
32167         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32168         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
32169         <bp-sym.h> and <bp-asm.h>.
32170         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32171         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32172         <bp-asm.h>.
32173         (__mpn_lshift): Don't use BP_SYM.
32174         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32175         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32176         <bp-asm.h>.
32177         (memset): Don't use BP_SYM.
32178         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32179         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32180         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32181         <bp-asm.h>.
32182         (__mpn_mul_1): Don't use BP_SYM.
32183         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32184         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32185         <bp-sym.h> and <bp-asm.h>.
32186         (memcmp): Don't use BP_SYM.
32187         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32188         <bp-sym.h> and <bp-asm.h>.
32189         (memcpy): Don't use BP_SYM.
32190         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32191         <bp-sym.h> and <bp-asm.h>.
32192         (memset): Don't use BP_SYM.
32193         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32194         <bp-sym.h> and <bp-asm.h>.
32195         (strncmp): Don't use BP_SYM.
32196         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32197         <bp-sym.h> and <bp-asm.h>.
32198         (memcpy): Don't use BP_SYM.
32199         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32200         <bp-sym.h> and <bp-asm.h>.
32201         (memset): Don't use BP_SYM.
32202         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32203         <bp-sym.h> and <bp-asm.h>.
32204         (__memchr): Don't use BP_SYM.
32205         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32206         <bp-sym.h> and <bp-asm.h>.
32207         (memcmp): Don't use BP_SYM.
32208         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32209         <bp-sym.h> and <bp-asm.h>.
32210         (memcpy): Don't use BP_SYM.
32211         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32212         <bp-sym.h> and <bp-asm.h>.
32213         (__mempcpy): Don't use BP_SYM.
32214         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32215         <bp-sym.h> and <bp-asm.h>.
32216         (__memrchr): Don't use BP_SYM.
32217         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32218         <bp-sym.h> and <bp-asm.h>.
32219         (memset): Don't use BP_SYM.
32220         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32221         <bp-sym.h> and <bp-asm.h>.
32222         (__rawmemchr): Don't use BP_SYM.
32223         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32224         <bp-sym.h> and <bp-asm.h>.
32225         (__STRCMP): Don't use BP_SYM.
32226         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32227         <bp-sym.h> and <bp-asm.h>.
32228         (strchr): Don't use BP_SYM.
32229         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32230         <bp-sym.h> and <bp-asm.h>.
32231         (__strchrnul): Don't use BP_SYM.
32232         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32233         <bp-sym.h> and <bp-asm.h>.
32234         (strlen): Don't use BP_SYM.
32235         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32236         <bp-sym.h> and <bp-asm.h>.
32237         (strncmp): Don't use BP_SYM.
32238         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32239         <bp-sym.h> and <bp-asm.h>.
32240         (__strnlen): Don't use BP_SYM.
32241         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32242         <bp-asm.h>.
32243         (__mpn_rshift): Don't use BP_SYM.
32244         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32245         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32246         <bp-sym.h> and <bp-asm.h>.
32247         (__sigsetjmp): Don't use BP_SYM.
32248         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32249         (L(start_addresses)): Don't use BP_SYM.
32250         (_start): Likewise.
32251         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32252         <bp-asm.h>.
32253         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32254         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32255         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32256         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32257         <bp-asm.h>.
32258         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32259         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32260         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32261         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32262         <bp-asm.h>.
32263         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32264         comments.
32265         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32266         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32267         <bp-asm.h>.
32268         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32269         FIXME comments.
32270         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32271         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32272         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32273         <bp-asm.h>.
32274         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32275         comment.
32276         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32277         and <bp-asm.h>.
32278         (strncmp): Don't use BP_SYM,
32279         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32280         <bp-asm.h>.
32281         (__mpn_sub_n): Don't use BP_SYM.
32282         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32283         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32284         and <bp-asm.h>.
32285         (__mpn_submul_1): Don't use BP_SYM.
32286         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32287         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32288         <bp-sym.h> and <bp-asm.h>.
32289         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32291         <bp-sym.h> and <bp-asm.h>.
32292         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32293         comment.
32295 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32297         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32298         Use ZK to minimize writes to Z.
32299         (sub_magnitudes): Simplify code a bit.
32300         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32301         Use ZK to minimize writes to Z.
32302         (sub_magnitudes): Simplify code a bit.
32304 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32306         * csu/gmon-start.c: Add special exception to license text.
32308 2013-02-27  Richard Henderson  <rth@redhat.com>
32310         * scripts/config.guess: Update from config.git.
32311         * scripts/config.sub: Likewise.
32313 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32315         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32317         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32319         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32321         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32323         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32325 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32327         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32328         [$(build-shared = yes].
32330 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32332         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32333         (__mul): Reduce iterations for calculating mantissa.
32335         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32336         MPTWO.
32337         (__mpranred): Likewise.
32339         [BZ #15160]
32340         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32341         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32343 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32345         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32346         Define __attribute__.
32348 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32350         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32351         unused.
32352         * posix/regex_internal.h (__attribute): Remove.
32353         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32354         (re_string_context_at): Likewise.
32355         (bitset_not): Use __attribute__ and mark function as possibly
32356         unused.
32357         (bitset_merge): Likewise.
32358         (bitset_mask): Likewise.
32359         (re_string_char_size_at): Likewise.
32360         (re_string_wchar_at): Likewise.
32361         (re_string_elem_size_at): Likewise.
32363 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32365         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32366         code.
32367         (cc32): Likewise.
32369         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32370         (__acr): Likewise.
32371         (__cpy): Likewise.
32372         (norm): Likewise.
32373         (denorm): Likewise.
32374         (__dbl_mp): Likewise.
32375         (add_magnitudes): Likewise.
32376         (sub_magnitudes): Likewise.
32377         (__mul): Likewise.
32378         (__inv): Likewise.
32380         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32381         style.
32383         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32384         style.
32386         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32387         code.
32389         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32390         up changes with default code.
32391         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32392         Likewise.
32394 2013-02-24  Allan McRae  <allan@archlinux.org>
32396         * manual/socket.texi (The Internet Namespace): Order menu items
32397         to match that in the file.
32399         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32400         node listing of the info page menu.
32402 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32404         [BZ #13550]
32405         * sysdeps/i386/bp-asm.h: Remove file.
32406         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32407         (PARMS): Do not use macros from bp-asm.h.
32408         (S1): Likewise.
32409         (S2): Likewise.
32410         (SIZE): Likewise.
32411         (__mpn_add_n): Do not use BP_SYM
32412         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32413         "bp-asm.h".
32414         (PARMS): Do not use macros from bp-asm.h.
32415         (S1): Likewise.
32416         (SIZE): Likewise.
32417         (__mpn_addmul_1): Do not use BP_SYM
32418         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32419         "bp-asm.h".
32420         (PARMS): Do not use macros from bp-asm.h.
32421         (SIGMSK): Likewise.
32422         (_setjmp): Likewise.  Do not use BP_SYM.
32423         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32424         "bp-asm.h".
32425         (PARMS): Do not use macros from bp-asm.h.
32426         (SIGMSK): Likewise.
32427         (setjmp): Likewise.  Do not use BP_SYM.
32428         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32429         "bp-asm.h".
32430         (PARMS): Do not use macros from bp-asm.h.
32431         (__frexp): Do not use BP_SYM.
32432         (frexp): Likewise.
32433         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32434         "bp-asm.h".
32435         (PARMS): Do not use macros from bp-asm.h.
32436         (__frexpf): Do not use BP_SYM.
32437         (frexpf): Likewise.
32438         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32439         "bp-asm.h".
32440         (PARMS): Do not use macros from bp-asm.h.
32441         (__frexpl): Do not use BP_SYM.
32442         (frexpl): Likewise.
32443         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32444         "bp-asm.h".
32445         (PARMS): Do not use macros from bp-asm.h.
32446         (__remquo): Do not use BP_SYM.
32447         (remquo): Likewise.
32448         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32449         "bp-asm.h".
32450         (PARMS): Do not use macros from bp-asm.h.
32451         (__remquof): Do not use BP_SYM.
32452         (remquof): Likewise.
32453         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32454         "bp-asm.h".
32455         (PARMS): Do not use macros from bp-asm.h.
32456         (__remquol): Do not use BP_SYM.
32457         (remquol): Likewise.
32458         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32459         "bp-asm.h".
32460         (PARMS): Do not use macros from bp-asm.h.
32461         (DEST): Likewise.
32462         (SRC): Likewise.
32463         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32464         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32465         "bp-asm.h".
32466         (PARMS): Do not use macros from bp-asm.h.
32467         (strlen): Do not use BP_SYM.
32468         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32469         "bp-asm.h".
32470         (PARMS): Do not use macros from bp-asm.h.
32471         (S1): Likewise.
32472         (S2): Likewise.
32473         (SIZE): Likewise.
32474         (__mpn_add_n): Do not use BP_SYM.
32475         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32476         "bp-asm.h".
32477         (PARMS): Do not use macros from bp-asm.h.
32478         (S1): Likewise.
32479         (SIZE): Likewise.
32480         (__mpn_addmul_1): Do not use BP_SYM.
32481         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32482         weak_alias.
32483         (bzero): Likewise.
32484         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32485         "bp-asm.h".
32486         (PARMS): Do not use macros from bp-asm.h.
32487         (S): Likewise.
32488         (SIZE): Likewise.
32489         (__mpn_lshift): Do not use BP_SYM.
32490         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32491         "bp-asm.h".
32492         (PARMS): Do not use macros from bp-asm.h.
32493         (DEST): Likewise.
32494         (SRC): Likewise.
32495         (LEN): Likewise.
32496         (memcpy): Likewise.  Do not use BP_SYM.
32497         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32498         libc_hidden_def and weak_alias.
32499         (mempcpy): Do not use BP_SYM in weak_alias.
32500         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32501         "bp-asm.h".
32502         (PARMS): Do not use macros from bp-asm.h.
32503         (DEST): Likewise.
32504         (LEN): Likewise.
32505         [!BZERO_P] (CHR): Likewise.
32506         (memset): Likewise.  Do not use BP_SYM.
32507         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32508         "bp-asm.h".
32509         (PARMS): Do not use macros from bp-asm.h.
32510         (S1): Likewise.
32511         (SIZE): Likewise.
32512         (__mpn_mul_1): Do not use BP_SYM.
32513         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32514         "bp-asm.h".
32515         (PARMS): Do not use macros from bp-asm.h.
32516         (S): Likewise.
32517         (SIZE): Likewise.
32518         (__mpn_rshift): Do not use BP_SYM.
32519         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32520         "bp-asm.h".
32521         (PARMS): Do not use macros from bp-asm.h.
32522         (STR): Likewise.
32523         (CHR): Likewise.
32524         (strchr): Likewise.  Do not use BP_SYM.
32525         (index): Do not use BP_SYM in weak_alias.
32526         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32527         "bp-asm.h".
32528         (PARMS): Do not use macros from bp-asm.h.
32529         (DEST): Likewise.
32530         (SRC): Likewise.
32531         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32532         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32533         "bp-asm.h".
32534         (PARMS): Do not use macros from bp-asm.h.
32535         (strlen): Do not use BP_SYM.
32536         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32537         "bp-asm.h".
32538         (PARMS): Do not use macros from bp-asm.h.
32539         (S1): Likewise.
32540         (S2): Likewise.
32541         (SIZE): Likewise.
32542         (__mpn_sub_n): Do not use BP_SYM.
32543         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32544         "bp-asm.h".
32545         (PARMS): Do not use macros from bp-asm.h.
32546         (S1): Likewise.
32547         (SIZE): Likewise.
32548         (__mpn_submul_1): Do not use BP_SYM.
32549         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32550         "bp-asm.h".
32551         (PARMS): Do not use macros from bp-asm.h.
32552         (S1): Likewise.
32553         (S2): Likewise.
32554         (SIZE): Likewise.
32555         (__mpn_add_n): Do not use BP_SYM.
32556         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32557         weak_alias.
32558         (bzero): Likewise.
32559         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32560         "bp-asm.h".
32561         (PARMS): Do not use macros from bp-asm.h.
32562         (BLK2): Likewise.
32563         (LEN): Likewise.
32564         (memcmp): Do not use BP_SYM.
32565         (bcmp): Do not use BP_SYM in weak_alias.
32566         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32567         "bp-asm.h".
32568         (PARMS): Do not use macros from bp-asm.h.
32569         (DEST): Likewise.
32570         (SRC): Likewise.
32571         (LEN): Likewise.
32572         (memcpy): Likewise.  Do not use BP_SYM.
32573         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32574         "bp-asm.h".
32575         (PARMS): Do not use macros from bp-asm.h.
32576         (DEST): Likewise.
32577         (SRC): Likewise.
32578         (LEN): Likewise.
32579         (memmove): Likewise.  Do not use BP_SYM.
32580         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32581         "bp-asm.h".
32582         (PARMS): Do not use macros from bp-asm.h.
32583         (DEST): Likewise.
32584         (SRC): Likewise.
32585         (LEN): Likewise.
32586         (__mempcpy): Likewise.  Do not use BP_SYM.
32587         (mempcpy): Do not use BP_SYM in weak_alias.
32588         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32589         "bp-asm.h".
32590         (PARMS): Do not use macros from bp-asm.h.
32591         (DEST): Likewise.
32592         (LEN): Likewise.
32593         [!BZERO_P] (CHR): Likewise.
32594         (memset): Likewise.  Do not use BP_SYM.
32595         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32596         "bp-asm.h".
32597         (PARMS): Do not use macros from bp-asm.h.
32598         (STR2): Likewise.
32599         (strcmp): Do not use BP_SYM.
32600         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32601         "bp-asm.h".
32602         (PARMS): Do not use macros from bp-asm.h.
32603         (STR): Likewise.
32604         (DELIM): Likewise.
32605         [USE_AS_STRTOK_R] (SAVE): Likewise.
32606         (FUNCTION): Likewise.  Do not use BP_SYM.
32607         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32608         aliases.
32609         (strtok_r): Likewise.
32610         (__GI___strtok_r): Likewise.
32611         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32612         (PARMS): Do not use macros from bp-asm.h.
32613         (S): Likewise.
32614         (SIZE): Likewise.
32615         (__mpn_lshift): Do not use BP_SYM.
32616         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32617         (PARMS): Do not use macros from bp-asm.h.
32618         (STR): Likewise.
32619         (CHR): Likewise.
32620         (__memchr): Do not use BP_SYM.
32621         (memchr): Do not use BP_SYM in weak_alias.
32622         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32623         (PARMS): Do not use macros from bp-asm.h.
32624         (BLK2): Likewise.
32625         (LEN): Likewise.
32626         (memcmp): Do not use BP_SYM.
32627         (bcmp): Do not use BP_SYM in weak_alias.
32628         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32629         (PARMS): Do not use macros from bp-asm.h.
32630         (S1): Likewise.
32631         (SIZE): Likewise.
32632         (__mpn_mul_1): Do not use BP_SYM.
32633         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32634         "bp-asm.h".
32635         (PARMS): Do not use macros from bp-asm.h.
32636         (STR): Likewise.
32637         (CHR): Likewise.
32638         (__rawmemchr): Do not use BP_SYM.
32639         (rawmemchr): Do not use BP_SYM in weak_alias.
32640         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32641         (PARMS): Do not use macros from bp-asm.h.
32642         (S): Likewise.
32643         (SIZE): Likewise.
32644         (__mpn_rshift): Do not use BP_SYM.
32645         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32646         (PARMS): Do not use macros from bp-asm.h.
32647         (SIGMSK): Likewise.
32648         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32649         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32650         (_start): Do not use BP_SYM.
32651         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32652         (PARMS): Do not use macros from bp-asm.h.
32653         (DEST): Likewise.
32654         (SRC): Likewise.
32655         (__stpcpy): Likewise.  Do not use BP_SYM.
32656         (stpcpy): Do not use BP_SYM in weak_alias.
32657         * sysdeps/i386/stpncpy.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         (SRC): Likewise.
32662         (LEN): Likewise.
32663         (__stpncpy): Likewise.  Do not use BP_SYM.
32664         (stpncpy): Do not use BP_SYM in weak_alias.
32665         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32666         (PARMS): Do not use macros from bp-asm.h.
32667         (STR): Likewise.
32668         (CHR): Likewise.
32669         (strchr): Likewise.  Do not use BP_SYM.
32670         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32671         "bp-asm.h".
32672         (PARMS): Do not use macros from bp-asm.h.
32673         (STR): Likewise.
32674         (CHR): Likewise.
32675         (__strchrnul): Likewise.  Do not use BP_SYM.
32676         (strchrnul): Do not use BP_SYM in weak_alias.
32677         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32678         "bp-asm.h".
32679         (PARMS): Do not use macros from bp-asm.h.
32680         (STOP): Likewise.
32681         (strcspn): Do not use BP_SYM.
32682         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32683         "bp-asm.h".
32684         (PARMS): Do not use macros from bp-asm.h.
32685         (STR): Likewise.
32686         (STOP): Likewise.
32687         (strpbrk): Likewise.  Do not use BP_SYM.
32688         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32689         "bp-asm.h".
32690         (PARMS): Do not use macros from bp-asm.h.
32691         (STR): Likewise.
32692         (CHR): Likewise.
32693         (strrchr): Likewise.  Do not use BP_SYM.
32694         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32695         (PARMS): Do not use macros from bp-asm.h.
32696         (SKIP): Likewise.
32697         (strspn): Do not use BP_SYM.
32698         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32699         (PARMS): Do not use macros from bp-asm.h.
32700         (STR): Likewise.
32701         (DELIM): Likewise.
32702         (SAVE): Likewise.
32703         (FUNCTION): Likewise.  Do not use BP_SYM.
32704         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32705         aliases.
32706         (strtok_r): Likewise.
32707         (__GI___strtok_r): Likewise.
32708         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32709         (PARMS): Do not use macros from bp-asm.h.
32710         (S1): Likewise.
32711         (S2): Likewise.
32712         (SIZE): Likewise.
32713         (__mpn_sub_n): Do not use BP_SYM.
32714         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32715         "bp-asm.h".
32716         (PARMS): Do not use macros from bp-asm.h.
32717         (S1): Likewise.
32718         (SIZE): Likewise.
32719         (__mpn_submul_1): Do not use BP_SYM.
32720         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32721         <bp-sym.h>.
32722         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32723         and <bp-asm.h>.
32724         (PARMS): Do not use macros from bp-asm.h.
32725         (FLAGS): Likewise.
32726         (PTID): Likewise.
32727         (TLS): Likewise.
32728         (CTID): Likewise.
32729         (__clone): Do not use BP_SYM.
32730         (clone): Do not use BP_SYM in weak_alias.
32731         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32732         and <bp-asm.h>.
32733         (PARMS): Do not use macros from bp-asm.h.
32734         (LEN): Likewise.
32735         (__mmap64): Do not use BP_SYM.
32736         (mmap64): Do not use BP_SYM in weak_alias.
32737         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32738         <bp-sym.h> and <bp-asm.h>.
32739         (PARMS): Do not use macros from bp-asm.h.
32740         (__posix_fadvise64_l64): Do not use BP_SYM.
32741         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32742         (PARMS): Do not use macros from bp-asm.h.
32743         (NSOPS): Likewise.
32744         (semtimedop): Do not use BP_SYM.
32745         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32746         and <bp-asm.h>.
32748 2013-02-21  Allan McRae  <allan@archlinux.org>
32750         * manual/message.texi (Charset conversion in gettext):
32751         Move @end statement to beginning of line.
32753 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32755         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32756         static.
32757         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32758         Likewise.
32760         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32761         (denorm): Likewise.
32762         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32763         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32765 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32767         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32768         tail-call to the resolved function if pltexit isn't needed.
32770 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32772         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32773         or Y being zero as being unlikely.
32774         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32775         Likewise.
32777 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32779         * manual/nss.texi (System Databases and Name Service Switch):
32780         Remove frobnicate @pxref.
32782 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32784         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32785         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32787 2013-02-20  Petr Machata  <pmachata@redhat.com>
32789         * elf/elf.h (R_ARM_TARGET1): New macro.
32790         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32791         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32792         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32793         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32794         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32795         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32796         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32797         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32798         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32799         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32800         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32801         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32802         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32803         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32804         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32805         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32806         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32807         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32808         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32809         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32810         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32811         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32812         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32813         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32814         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32815         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32816         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32817         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32818         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32819         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32820         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32821         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32822         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32823         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32824         (R_ARM_THM_GOT_BREL12): Likewise.
32825         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32826         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32827         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32828         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32829         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32830         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32831         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32832         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32833         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32835 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32837         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32838         __attribute_used__ to __attribute__ ((unused)).
32840 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32842         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32843         powerpc mpa.c.
32844         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32845         comment formatting.
32846         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32848 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32850         [BZ #13550]
32851         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32852         Remove macro.
32853         (ENTER): Remove both macro definitions.
32854         (LEAVE): Likewise.
32855         (CHECK_BOUNDS_LOW): Likewise.
32856         (CHECK_BOUNDS_HIGH): Likewise.
32857         (CHECK_BOUNDS_BOTH): Likewise.
32858         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32859         (RETURN_BOUNDED_POINTER): Likewise.
32860         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32861         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32862         (POP_ERRNO_LOCATION_RETURN): Likewise.
32863         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32864         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32865         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32866         macros.
32867         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32868         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32869         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32870         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32871         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32872         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32873         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32874         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32875         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32876         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32877         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32878         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32879         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32880         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32881         removed macros.
32882         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32883         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32884         macros.
32885         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32886         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32887         * sysdeps/i386/i586/memset.S (memset): Likewise.
32888         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32889         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32890         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32891         macros.
32892         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32893         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32894         Change uses of L(2) to L(out).
32895         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32896         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32897         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32898         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32899         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32900         removed macros.
32901         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32902         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32903         macros.
32904         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32905         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32906         (RETURN): Do not use macro LEAVE.
32907         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32908         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32909         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32910         * sysdeps/i386/i686/memset.S (memset): Likewise.
32911         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32912         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32913         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32914         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32915         Likewise.
32916         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32917         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32918         L(1_2) and L(1_3) into L(1).
32919         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32920         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32921         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32922         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32923         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32924         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32925         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32926         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32927         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32928         macros.
32929         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32930         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32931         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32932         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32933         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32934         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32935         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32936         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32937         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32938         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32939         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32940         * sysdeps/i386/strspn.S (strspn): Likewise.
32941         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32942         conditional code.
32943         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32944         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32945         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32946         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32947         L(1_3) into L(1_1).
32948         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32949         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32950         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32951         macros.
32952         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32954 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32956         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32957         macro.
32959 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32961         * math/atest-exp.c (exp_mpn): Remove ROUND.
32962         * math/atest-exp2.c (exp_mpn): Likewise.
32963         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32965         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32966         * stdlib/tst-tls-atexit-lib.c: Likewise.
32967         * stdlib/tst-tls-atexit.c: Likewise.
32969 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32971         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32972         and __attribute_alloc_size__.
32974 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32976         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32977         __attribute_alloc_size__.
32978         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32979         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32981 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32983         * include/programs/xmalloc.h: New file.
32984         * catgets/gencat.c: Include it.
32985         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32986         * elf/pldd.c: Likewise.
32987         * iconv/iconv_charmap.c: Likewise.
32988         * iconv/iconvconfig.c: Likewise.
32989         * iconv/strtab.c: Likewise.
32990         * locale/programs/locale.c: Likewise.
32991         * locale/programs/localedef.h: Likewise.
32992         * locale/programs/simple-hash.c: Likewise.
32993         * nscd/nscd.h: Likewise.
32994         * nss/makedb.c: Likewise.
32995         * sysdeps/generic/ldconfig.h: Likewise.
32997 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32999         * Versions.def: Add GLIBC_2.18.
33000         * include/link.h (struct link_map): New member l_tls_dtor_count.
33001         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
33002         (__call_tls_dtors): Likewise.
33003         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
33004         __cxa_thread_atexit_impl.
33005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
33006         Likewise.
33007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
33008         Likewise.
33009         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
33010         Likewise.
33011         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
33012         Likewise.
33013         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
33014         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
33015         Likewise.
33016         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
33017         Likewise.
33018         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
33019         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
33020         Likewise.
33021         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
33022         (tests): Add test case tst-tls-atexit.
33023         (modules-names): Add shared library for tst-tls-atexit.
33024         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
33025         (GLIBC_PRIVATE): Add __call_tls_dtors.
33026         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
33027         for libstdc++.
33028         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
33029         * stdlib/tst-tls-atexit.c: New test case.
33030         * stdlib/tst-tls-atexit-lib.c: New test case.
33032         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
33034         * elf/Versions (ld): Add _dl_find_dso_for_object.
33035         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
33036         * elf/dl-open.c (_dl_find_dso_for_object): New function.
33037         (dl_open_worker): Use _dl_find_dso_for_object.
33038         * elf/dl-sym.c (do_sym): Likewise.
33039         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
33041 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33043         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
33044         Syntactic changes only.
33045         (_dl_runtime_profile): Do a tail-call to the resolved function.
33047 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
33049         [BZ #13550]
33050         * sysdeps/x86_64/bp-asm.h: Remove file.
33051         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
33052         <bp-sym.h> and <bp-asm.h>.
33053         (__clone): Do not use BP_SYM.
33054         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
33055         <bp-sym.h> and <bp-asm.h>.
33056         * sysdeps/unix/x86_64/sysdep.S: Likewise.
33057         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
33058         "bp-asm.h".
33059         (_setjmp): Do not use BP_SYM.
33060         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
33061         "bp-asm.h".
33062         (setjmp): Do not use BP_SYM.
33063         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
33064         libc_hidden_def.
33065         (mempcpy): Do not use BP_SYM in weak_alias.
33066         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
33067         "bp-asm.h".
33068         (strchr): Do not use BP_SYM.
33069         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
33070         "bp-asm.h".
33071         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
33072         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
33073         (_start): Do not use BP_SYM.
33074         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
33075         "bp-asm.h".
33076         (strcat): Do not use BP_SYM.
33077         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
33078         "bp-asm.h".
33079         (STRCMP): Do not use BP_SYM.
33080         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
33081         "bp-asm.h".
33082         (STRCPY): Do not use BP_SYM.
33083         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
33084         "bp-asm.h".
33085         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
33086         "bp-asm.h".
33087         (FUNCTION): Do not use BP_SYM.
33088         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
33089         weak_alias.
33090         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
33092 2013-02-17  Andreas Jaeger  <aj@suse.de>
33094         * time/Versions: Sort entries.
33095         * string/Versions: Likewise.
33096         * resolv/Versions: Likewise.
33097         * posix/Versions: Likewise.
33098         * iconv/Versions: Likewise.
33099         * elf/Versions: Likewise.
33100         * wcsmbs/Versions: Likewise.
33102 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33104         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
33105         loop termination condition.
33107         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
33108         variable to calculate EZ.
33109         (__sqr): Likewise.
33111         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
33112         the lower precision input.
33114 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
33116         [BZ #13550]
33117         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
33118         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
33119         (run-via-rtld-prefix): Do not handle %-bp tests.
33120         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
33121         (all-object-suffixes): Remove .ob.
33122         (bppfx): Remove variable.
33123         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33124         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33125         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33126         [$(build-bounded) = yes] (libtype.ob): Likewise.
33127         * Makerules (elide-routines.ob): Remove variable.
33128         (do-tests-clean): Do not handle *-bp.out.
33129         (common-mostlyclean): Do not handle *-bp and *-bp.out.
33130         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33131         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33132         (tests): Do not include $(tests-bp.out).
33133         (xtests): Do not include $(xtests-bp.out).
33134         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33135         [$(build-bounded) = yes] ($(addprefix
33136         $(objpfx),$(binaries-bounded))): Remove rule.
33137         ($(objpfx)%-bp.out): Remove rule.
33138         * config.make.in (build-bounded): Remove variable.
33139         * crypt/Makefile [$(build-bounded) = yes]
33140         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33141         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33142         append to variable.
33143         [$(build-bounded) = yes] (install-lib): Likewise.
33144         [$(build-bounded) = yes] (generated): Likewise.
33145         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33146         Remove rule.
33147         * intl/Makefile [$(build-bounded) = yes]
33148         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33149         * math/Makefile [$(build-bounded) = yes]
33150         ($(tests:%=$(objpfx)%-bp): Likewise.
33151         * misc/Makefile [$(build-bounded) = yes]
33152         ($(objpfx)tst-tsearch-bp): Likewise.
33153         * nptl/Makeconfig (bounded-thread-library): Remove variable.
33154         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33155         Remove dependency.
33156         * string/Makefile (o-objects.ob): Remove variable.
33157         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33158         (CFLAGS-.ob): Remove variable.
33159         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33160         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33161         both definitions of variable.
33162         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33163         (ASFLAGS-.ob): Remove variable.
33165 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
33167         [BZ #13550]
33168         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33169         Remove __BOUNDED_POINTERS__ from condition.
33170         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33171         * string/bits/string2.h [!__NO_STRING_INLINES &&
33172         !__BOUNDED_POINTERS__]: Likewise.
33173         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33174         Likewise.
33175         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33176         Remove conditional code.
33177         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33178         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33179         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33180         condition.
33182         [BZ #13550]
33183         * csu/libc-start.c: Do not include <bp-sym.h>.
33184         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33185         * elf/dl-open.c: Do not include <bp-sym.h>.
33186         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33187         * math/fegetenv.c: Do not include <bp-sym.h>.
33188         (fegetenv): Do not use BP_SYM in versioned symbols.
33189         * nptl/sysdeps/pthread/bits/libc-lockP.h
33190         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33191         <bp-sym.h>.
33192         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33193         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33194         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33195         (__pthread_mutex_destroy): Likewise.
33196         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33197         (__pthread_mutex_lock): Likewise.
33198         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33199         (__pthread_mutex_trylock): Likewise.
33200         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33201         (__pthread_mutex_unlock): Likewise.
33202         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33203         (__pthread_mutexattr_init): Likewise.
33204         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33205         (__pthread_mutexattr_destroy): Likewise.
33206         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33207         (__pthread_mutexattr_settype): Likewise.
33208         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33209         (__pthread_rwlock_init): Likewise.
33210         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33211         (__pthread_rwlock_destroy): Likewise.
33212         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33213         (__pthread_rwlock_rdlock): Likewise.
33214         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33215         (__pthread_rwlock_tryrdlock): Likewise.
33216         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33217         (__pthread_rwlock_wrlock): Likewise.
33218         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33219         (__pthread_rwlock_trywrlock): Likewise.
33220         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33221         (__pthread_rwlock_unlock): Likewise.
33222         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33223         (__pthread_key_create): Likewise.
33224         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33225         (__pthread_setspecific): Likewise.
33226         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33227         (__pthread_getspecific): Likewise.
33228         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33229         Likewise.
33230         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33231         (_pthread_cleanup_push_defer): Likewise.
33232         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33233         (_pthread_cleanup_pop_restore): Likewise.
33234         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33235         (pthread_setcancelstate): Likewise.
33236         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33237         <bp-sym.h>.
33238         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33239         (memchr): Do not use BP_SYM in weak_alias.
33240         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33241         (fegetenv): Do not use BP_SYM in versioned symbols.
33242         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33243         (fesetenv): Do not use BP_SYM in versioned symbols.
33244         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33245         (feupdateenv): Do not use BP_SYM in versioned symbols.
33246         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33247         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33248         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33249         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33250         (open64): Do not use BP_SYM in weak_alias.
33251         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33252         (fegetenv): Do not use BP_SYM in versioned symbols.
33253         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33254         (fesetenv): Do not use BP_SYM in versioned symbols.
33255         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33256         (feupdateenv): Do not use BP_SYM in versioned symbols.
33257         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33258         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33259         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33260         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33261         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33262         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33263         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33264         <bp-sym.h>.
33265         (__libc_start_main): Do not use BP_SYM.
33267 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33269         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33270         redundant return line.
33271         (norm): Likewise.
33272         (denorm): Likewise.
33273         (dbl_mp): Likewise.
33274         (sub_magnitudes): Likewise.
33275         (__add): Likewise.
33276         (__sub): Likewise.
33277         (__mul): Likewise.
33278         (__inv): Likewise.
33279         (__dvd): Likewise.
33280         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33281         (norm): Likewise.
33282         (denorm): Likewise.
33283         (dbl_mp): Likewise.
33284         (sub_magnitudes): Likewise.
33285         (__add): Likewise.
33286         (__sub): Likewise.
33287         (__mul): Likewise.
33288         (__inv): Likewise.
33289         (__dvd): Likewise.
33291         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33292         instead of __mul.
33293         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33294         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33295         (cc32): Likewise.
33297         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33298         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33299         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33300         of __mul for squares.
33301         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33302         function
33303         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33304         Likewise.
33305         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33306         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33308 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33310         [BZ #13550]
33311         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33312         code.
33313         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33314         prototype or function definition.  Rename ubp_* variables and
33315         parameters.  Remove argv definitions conditional on
33316         [__BOUNDED_POINTERS__].
33317         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33318         * elf/dl-runtime.c (_dl_fixup): Likewise.
33319         * include/set-hooks.h (RUN_HOOK): Likewise.
33320         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33321         definition.
33322         * string/strcpy.c (strcpy): Do not use __unbounded.
33323         * sysdeps/generic/frame.h (struct layout): Likewise.
33324         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33325         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33326         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33327         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33328         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33329         (__backtrace): Likewise.
33330         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33331         use __ptrvalue.
33332         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33333         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33334         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33335         Likewise.
33336         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33337         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33338         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33339         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33340         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33341         Do not use __unbounded.
33342         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33343         Rename __unboundedrlimits parameter to rlimits in prototype.
33344         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33345         Do not use __unbounded.
33346         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33347         not use __ptrvalue.
33348         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33349         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33350         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33351         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33352         __ptrvalue or __unbounded.
33353         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33354         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33355         use __unbounded.
33356         (__new_msgctl): Do not use __ptrvalue.
33357         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33358         __unbounded.
33359         (__libc_msgrcv): Do not use __ptrvalue.
33360         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33361         startup_info): Do not use __unbounded.
33362         (__libc_start_main): Likewise.  Rename ubp_* variables and
33363         parameters.  Remove argv definitions conditional on
33364         [__BOUNDED_POINTERS__].
33365         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33366         __ptrvalue.
33367         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33368         use __unbounded.
33369         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33370         or __ptrvalue.
33371         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33372         use __unbounded.
33373         (__new_shmctl): Do not use __ptrvalue.
33374         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33375         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33376         Likewise.
33377         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33378         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33379         (__libc_sigaction): Likewise.
33380         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33381         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33382         Likewise.
33383         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33385 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33387         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33389         * string/mempcpy.c: Implement by calling memcpy.
33391 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33393         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33395         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33396         evaluation.
33398         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33399         values in the mantissa.
33401         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33402         minimize writes to Z.
33403         (sub_magnitudes): Simplify code a bit.
33405 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33407         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33408         from the message.  The linker prefixes all warnings with that already.
33410 2013-02-12  Andreas Schwab  <schwab@suse.de>
33412         [BZ #15078]
33413         * posix/regexec.c (extend_buffers): Add parameter min_len.
33414         (check_matching): Pass minimum needed length.
33415         (clean_state_log_if_needed): Likewise.
33416         (get_subexp): Likewise.
33417         * posix/Makefile (tests): Add bug-regex34.
33418         (bug-regex34-ENV): Define.
33419         * posix/bug-regex34.c: New file.
33421         [BZ #11561]
33422         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33423         elements compare against the byte sequence of it, not its name.
33424         * posix/Makefile (tests): Add bug-regex35.
33425         (bug-regex35-ENV): Define.
33426         * posix/bug-regex35.c: New file.
33428 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33430         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33431         comment.
33432         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33433         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33434         (CHECK_EOL): Add undef.
33436 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33438         * bits/stdlib-bsearch.h: New file.
33439         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33440         * stdlib/stdlib.h: Likewise.
33442 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33444         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33445         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33446         declaration.
33447         * manual/search.texi (Array Search Function): Add missing const in
33448         lfind prototype.
33449         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33450         declaration to use rlim_t.
33451         (Basic Scheduling Functions): Remove erroneous const from
33452         sched_getparam prototype.  Remove erroneous * from
33453         sched_get_priority_max and sched_get_priority_min prototypes.
33454         (Resource Usage): Fix summary @comment on vtimes to refer to
33455         sys/vtimes.h rather than vtimes.h.
33456         Add missing *s in vtimes prototype.
33457         (Limits on Resources): Fix ulimit prototype to return long int.
33458         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33459         prototypes to use long int rather than double.
33460         (BSD Random): Fix initstate and setstate to use char *, not void *.
33461         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33462         prototype to make second argument 'struct aiocb64 *const[]'.
33463         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33464         (Status of AIO Operations): Remove erroneous const in aio_return and
33465         aio_return64 prototypes.
33466         (Synchronizing I/O): Fix sync prototype to return void.
33467         * manual/startup.texi (Suboptions): Remove an erroneous const in
33468         getsubopt prototype.
33469         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33470         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33471         use size_t rather than int.
33472         (Scanning All Users): Likewise for getpwent_r.
33473         (Setting Groups): Add missing const to setgroups prototype.
33474         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33475         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33476         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33477         'const void *' rather than 'const char *'.
33478         (Host Address Functions): Likewise for inet_ntop.
33479         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33480         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33481         ssize_t for return value.
33482         (Sending Data): Likewise for send, sendto, sendmsg.
33483         (Socket Option Functions): Add a missing const in setsockopt prototype.
33484         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33485         use wchar_t for the argument.
33486         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33487         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33488         take no arguments.
33489         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33490         double/float/long double for second argument.
33491         Fix return types of significand, significandf, significandl.
33492         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33493         argument in fchmod prototype.
33494         (File Owner): Use uid_t and gid_t in fchown prototype.
33495         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33496         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33497         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33498         use 'const struct dirent **' as argument types to CMP function pointer
33499         argument.
33500         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33501         (File Times): Fix summary magic @comment for struct utimbuf and utime
33502         to refer to utime.h, not time.h.
33503         * manual/string.texi (Argz Functions): Add missing const in
33504         argz_extract and argz_next prototypes.
33505         (Finding Tokens in a String): Likewise for basename.
33506         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33507         (Copying and Concatenation): Fix typo in wmemmove prototype.
33508         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33509         (Signal Stack): Remove erroneous const in sigstack prototype.
33510         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33511         prototype.
33512         (Simple Calendar Time): Likewise for stime.
33513         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33514         prototype.
33515         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33516         say sys/sysctl.h instead.
33517         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33518         and vsyslog prototypes.
33520 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33522         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33523         Remove.
33525 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33527         * misc/sys/mman.h: Fix typo in mremap comment.
33529 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33531         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33532         the '\0' terminator.
33534 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33536         [BZ #13550]
33537         * debug/segfault.c: Don't include <bp-checks.h>.
33538         * sysdeps/generic/bp-checks.h: Remove file.
33539         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33540         (__GETDENTS): Don't use CHECK_N.
33541         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33542         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33543         (__getgroups): Don't use CHECK_N.
33544         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33545         (setgroups): Don't use CHECK_N.
33546         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33547         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33548         (__libc_msgrcv): Don't use CHECK_N.
33549         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33550         (__libc_msgsnd): Don't use CHECK_N.
33551         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33552         <bp-checks.h>.
33553         (__libc_pread): Don't use CHECK_N.
33554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33555         include <bp-checks.h>.
33556         (__libc_pread64): Don't use CHECK_N.
33557         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33558         include <bp-checks.h>.
33559         (__libc_pwrite): Don't use CHECK_N.
33560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33561         include <bp-checks.h>.
33562         (__libc_pwrite64): Don't use CHECK_N.
33563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33564         <bp-checks.h>.
33565         (__libc_pread): Don't use CHECK_N.
33566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33567         include <bp-checks.h>.
33568         (__libc_pread64): Don't use CHECK_N.
33569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33570         include <bp-checks.h>.
33571         (__libc_pwrite): Don't use CHECK_N.
33572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33573         include <bp-checks.h>.
33574         (__libc_pwrite64): Don't use CHECK_N.
33575         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33576         (do_pread): Don't use CHECK_N.
33577         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33578         (do_pread64): Don't use CHECK_N.
33579         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33580         (do_pwrite): Don't use CHECK_N.
33581         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33582         (do_pwrite64): Don't use CHECK_N.
33583         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33584         (__libc_readv): Don't use CHECK_N.
33585         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33586         (semop): Don't use CHECK_N.
33587         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33588         <bp-checks.h>.
33589         (semtimedop): Don't use CHECK_N.
33590         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33591         (__libc_pread): Don't use CHECK_N.
33592         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33593         <bp-checks.h>.
33594         (__libc_pread64): Don't use CHECK_N.
33595         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33596         <bp-checks.h>.
33597         (__libc_pwrite): Don't use CHECK_N.
33598         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33599         <bp-checks.h>.
33600         (__libc_pwrite64): Don't use CHECK_N.
33601         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33602         <bp-checks.h>.
33603         (__libc_msgrcv): Don't use CHECK_N.
33604         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33605         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33606         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33607         (__libc_writev): Don't use CHECK_N.
33609 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33611         * string/strcpy.c: Removed unused variable.
33613         * Makeconfig (+sysdep-includes): Define with := rather than =.
33614         Use an existing include/ subdir of each sysdeps dir before it.
33616 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33618         * nscd/connection.c (register_traced_file): Comment function.
33619         [HAVE_INOTIFY] (union __inev): Define.
33620         [HAVE_INOTIFY] (inotify_check_files): New function.
33621         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33622         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33623         clear_db_cache.
33624         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33626 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33628         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33629         loaded if not already and that a failure is permanent.
33631 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33633         [BZ #15006]
33634         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33635         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33637 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33639         [BZ #13550]
33640         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33641         (CHECK_1_NULL_OK): Likewise.
33642         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33643         (__fxstat): Do not use CHECK_1.
33644         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33645         <bp-checks.h>.
33646         (___fxstat64): Do not use CHECK_1.
33647         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33648         <bp-checks.h>.
33649         (__fxstatat): Do not use CHECK_1.
33650         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33651         <bp-checks.h>.
33652         (__fxstatat64): Do not use CHECK_1.
33653         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33654         <bp-checks.h>.
33655         (__fxstat): Do not use CHECK_1.
33656         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33657         <bp-checks.h>.
33658         (__fxstatat): Do not use CHECK_1.
33659         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33660         <bp-checks.h>.
33661         (__getresgid): Do not use CHECK_1.
33662         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33663         <bp-checks.h>.
33664         (__getresuid): Do not use CHECK_1.
33665         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33666         <bp-checks.h>.
33667         (__lxstat): Do not use CHECK_1.
33668         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33669         <bp-checks.h>.
33670         (__old_msgctl): Do not use CHECK_1.
33671         (__new_msgctl): Likewise.
33672         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33673         <bp-checks.h>.
33674         (__new_setrlimit): Do not use CHECK_1.
33675         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33676         <bp-checks.h>.
33677         (__old_shmctl): Do not use CHECK_1.
33678         (__new_shmctl): Likewise.
33679         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33680         <bp-checks.h>.
33681         (__xstat): Do not use CHECK_1.
33682         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33683         (__lxstat): Do not use CHECK_1.
33684         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33685         <bp-checks.h>.
33686         (___lxstat64): Do not use CHECK_1.
33687         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33688         (__old_msgctl): Do not use CHECK_1.
33689         (__new_msgctl): Likewise.
33690         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33691         <bp-checks.h>.
33692         (__gettimeofday): Do not use CHECK_1.
33693         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33694         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33695         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33696         <bp-checks.h>.
33697         (__gettimeofday): Do not use CHECK_1.
33698         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33699         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33700         (__new_shmctl): Do not use CHECK_1.
33701         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33702         <bp-checks.h>.
33703         (do_sigtimedwait): Do not use CHECK_1.
33704         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33705         <bp-checks.h>.
33706         (do_sigwaitinfo): Do not use CHECK_1.
33707         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33708         <bp-checks.h>.
33709         (msgctl): Do not use CHECK_1.
33710         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33711         <bp-checks.h>.
33712         (shmctl): Do not use CHECK_1.
33713         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33714         (ustat): Do not use CHECK_1.
33715         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33716         <bp-checks.h>.
33717         (__fxstat): Do not use CHECK_1.
33718         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33719         <bp-checks.h>.
33720         (__fxstatat): Do not use CHECK_1.
33721         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33722         <bp-checks.h>.
33723         (__lxstat): Do not use CHECK_1.
33724         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33725         <bp-checks.h>.
33726         (__xstat): Do not use CHECK_1.
33727         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33728         (__xstat): Do not use CHECK_1.
33729         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33730         (___xstat64): Do not use CHECK_1.
33732         [BZ #13550]
33733         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33734         definitions.
33735         (CHECK_BOUNDS_HIGH): Likewise.
33736         * string/strcpy.c: Do not include <bp-checks.h>.
33737         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33739 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33741         * nscd/nscd-client.h (__nscd_drop_map_ref):
33742         Add __attribute__ ((unused)).
33743         * nis/nss-nisplus.h (niserr2nss): Likewise.
33745         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33746         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33748         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33749         Remove inline keyword.
33750         * include/rounding-mode.h (round_away): Likewise.
33751         * libio/wfileops.c (adjust_wide_data): Likewise.
33752         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33753         (__m128i_strloadu_tolower): Likewise.
33754         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33755         (__m128i_strloadu_tolower): Likewise.
33756         * time/mktime.c (ydhms_diff): Likewise.
33757         * locale/elem-hash.h (elem_hash): Likewise.
33758         * locale/setlocale.c (setdata): Likewise.
33759         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33760         (re_string_wchar_at): Likewise.
33761         (bitset_not, bitset_merge, bitset_mask): Likewise.
33762         [!(__GNUC__ > 3)] (inline): Remove macro.
33763         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33764         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33765         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33766         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33767         * string/memcmp.c (memcmp_bytes): Likewise.
33768         * locale/programs/locarchive.c (compute_hashval): Likewise.
33769         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33770         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33771         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33772         * nss/getent.c (print_rpc, print_protocols): Likewise.
33773         (print_passwd, print_group, print_aliases): Likewise.
33774         * nis/nss-nisplus.h (niserr2nss): Likewise.
33775         * nscd/connections.c (restart_p): Likewise.
33776         Change return type to bool.
33778 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33780         * Makeconfig (all-Depend-files): Add existing
33781         $(sorted-subdirs:=/Depend) files.
33782         (all-subdirs): Remove nss.
33783         * sysdeps/unix/inet/Subdirs: Add it here instead.
33784         * hesiod/Depend: New file.
33786         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33787         instead of calling alloca.
33789         * io/lseek.c (__lseek): Rename to __libc_lseek.
33790         Define __lseek as an alias.
33792         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33794 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33796         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33797         else clause and remove check for non-standard endianness.
33799 2013-02-04  David S. Miller  <davem@davemloft.net>
33801         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33803 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33805         [BZ #13550]
33806         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33807         (__ubp_memchr): Remove prototype.
33808         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33809         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33810         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33811         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33812         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33813         Remove alias.
33814         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33815         (__ubp_memchr): Likewise.
33816         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33817         (__ubp_memchr): Likewise.
33818         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33819         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33820         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33821         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33822         CHECK_STRING.
33823         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33824         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33825         (__getcwd): Do not use CHECK_STRING.
33826         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33827         <bp-checks.h>.
33828         (__real_chown): Do not use CHECK_STRING.
33829         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33830         <bp-checks.h>.
33831         (fchownat): Do not use CHECK_STRING.
33832         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33833         CHECK_STRING.
33834         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33835         <bp-checks.h>.
33836         (__lchown): Do not use CHECK_STRING.
33837         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33838         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33839         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33840         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33842         include <bp-checks.h>.
33843         (truncate64): Do not use CHECK_STRING.
33844         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33845         <bp-checks.h>.
33846         (__real_chown): Do not use CHECK_STRING.
33847         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33848         <bp-checks.h>.
33849         (__lchown): Do not use CHECK_STRING.
33850         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33851         <bp-checks.h>.
33852         (__chown): Do not use CHECK_STRING.
33853         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33854         <bp-checks.h>.
33855         (truncate64): Do not use CHECK_STRING.
33856         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33857         Likewise.
33858         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33859         (__xmknod): Do not use CHECK_STRING.
33860         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33861         <bp-checks.h>.
33862         (__xmknodat): Do not use CHECK_STRING.
33863         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33864         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33866 2013-02-04  Andreas Schwab  <schwab@suse.de>
33868         [BZ #14142]
33869         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33870         * include/netdb.h: Likewise for h_errno.
33871         * elf/tst-stackguard1.c: Include <tls.h>.
33873 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33875         * elf/link.h (struct link_map): Extend the l_addr comment.
33876         * include/link.h (struct link_map): Likewise.
33878 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33880         [BZ #13550]
33881         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33882         (BOUNDED_1): Remove macro.
33883         * debug/backtrace.c: Don't include <bp-checks.h>.
33884         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33885         (__backtrace): Likewise.
33886         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33887         <bp-checks.h>.
33888         (__backtrace): Don't use BOUNDED_1.
33889         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33890         <bp-checks.h>.
33891         (__backtrace): Don't use BOUNDED_1.
33892         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33893         (__backtrace): Don't use BOUNDED_1.
33894         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33895         (shmat): Don't use BOUNDED_N.
33897 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33899         [BZ #13550]
33900         * sysdeps/generic/bp-start.h: Remove file.
33901         * csu/libc-start.c: Don't include <bp-start.h>.
33902         (LIBC_START_MAIN): Set up __environ directly instead of using
33903         INIT_ARGV_and_ENVIRON.
33904         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33905         <bp-start.h>.
33907         [BZ #13550]
33908         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33909         definitions.
33910         (CHECK_FCNTL): Likewise.
33911         (CHECK_N_PAGES): Likewise.
33913         [BZ #13550]
33914         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33915         definitions.
33916         (CHECK_SIGSET_NULL_OK): Likewise.
33917         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33918         <bp-checks.h>.
33919         (sigpending): Don't use CHECK_SIGSET.
33920         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33921         <bp-checks.h>.
33922         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33923         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33924         <bp-checks.h>.
33925         (do_sigsuspend): Don't use CHECK_SIGSET.
33926         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33927         use CHECK_SIGSET.
33928         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33929         (do_sigwait): Don't use CHECK_SIGSET.
33930         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33931         use CHECK_SIGSET.
33932         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33933         include <bp-checks.h>.
33934         (sigpending): Don't use CHECK_SIGSET.
33935         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33936         include <bp-checks.h>.
33937         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33938         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33939         <bp-checks.h>.
33940         (sigpending): Don't use CHECK_SIGSET.
33941         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33942         <bp-checks.h>.
33943         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33945         [BZ #13550]
33946         * sysdeps/generic/bp-semctl.h: Remove file.
33947         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33948         <bp-checks.h> and <bp-semctl.h>.
33949         (__old_semctl): Don't use CHECK_SEMCTL.
33950         (__new_semctl): Likewise.
33951         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33952         and <bp-semctl.h>.
33953         (__old_semctl): Don't use CHECK_SEMCTL.
33954         (__new_semctl): Likewise.
33955         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33956         <bp-checks.h> and <bp-semctl.h>.
33957         (__old_semctl): Don't use CHECK_SEMCTL.
33958         (__new_semctl): Likewise.
33959         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33960         <bp-checks.h> and <bp-semctl.h>.
33961         (semctl): Don't use CHECK_SEMCTL.
33963         [BZ #13550]
33964         * Makerules (elide-bp-thunks): Remove variable.
33965         (elide-routines.oS): Don't use $(elide-bp-thunks).
33966         (elide-routines.os): Likewise.
33967         (elide-routines.o): Likewise.
33968         (elide-routines.op): Likewise.
33969         (elide-routines.og): Likewise.
33970         (objects): Don't use $(bp-thunks).
33971         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33972         include.
33973         (common-generated): Do not add s-proto-bp.d.
33974         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33975         (int): Likewise.
33976         (typ): Likewise.
33977         Do not generate makefile rules for bounded-pointer thunks.
33978         * sysdeps/generic/bp-thunks.h: Remove file.
33979         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33980         * sysdeps/unix/s-proto-bp.S: Likewise.
33982         [BZ #15062]
33983         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33984         parts of result separately when argument is not close to line from
33985         -i to i and one part of argument is small.
33986         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33987         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33988         * math/libm-test.inc (cacos_test): Add more tests.
33989         (casin_test): Likewise.
33990         (casinh_test): Likewise.
33991         * sysdeps/i386/fpu/libm-test-ulps: Update.
33992         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33994 2013-01-31  David S. Miller  <davem@davemloft.net>
33996         * po/de.po: Update from translation team.
33998 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
34000         * time/tzfile.c: Include stdint.h for SIZE_MAX.
34002 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
34004         * configure.in (_AC_PROG_CC_C89): New definition.
34005         * configure: Regenerate.
34007         * configure.in (AC_PROG_CPP): New definition.
34008         * configure: Regenerate.
34010 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34012         * debug/tst-backtrace.h: New file.
34013         * debug/tst-backtrace2.c: Include tst-backtrace.h.
34014         (ret): Remove variable.
34015         (x): Likewise.
34016         (FAIL): Remove macro.
34017         (NO_INLINE): Likewise.
34018         (fn1): Use match function instead of strstr.
34019         * debug/tst-backtrace3.c: Include tst-backtrace.h.
34020         (ret): Remove variable.
34021         (x): Likewise.
34022         (FAIL): Remove macro.
34023         (NO_INLINE): Likewise.
34024         (fn): Use match function instead of strstr.
34025         * debug/tst-backtrace4.c: Include tst-backtrace.h.
34026         (ret): Remove variable.
34027         (x): Likewise.
34028         (FAIL): Remove macro.
34029         (NO_INLINE): Likewise.
34030         (handle_signal): Use match function instead of strstr.
34031         * debug/tst-backtrace5.c: Include tst-backtrace.h.
34032         (ret): Remove variable.
34033         (x): Likewise.
34034         (FAIL): Remove macro.
34035         (NO_INLINE): Likewise.
34036         (handle_signal): Use match function instead of strstr.
34038 2013-01-23  Roland McGrath  <roland@hack.frob.com>
34040         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
34042 2013-01-23  David S. Miller  <davem@davemloft.net>
34044         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
34045         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
34046         argument of CAS if possible.
34047         * sysdeps/sparc/sparc64/bits/atomic.h
34048         (__arch_compare_and_exchange_val_32_acq): Likewise.
34049         (__arch_compare_and_exchange_val_64_acq): Likewise.
34051 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
34053         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
34054         * sysdeps/posix/ulimit.c: ... this.
34055         Include <limits.h>.
34056         * sysdeps/unix/bsd/ulimit.c: Remove file.
34058 2013-01-23  Adam Conrad  <adconrad@0c3.net>
34060         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
34061         (LDFLAGS-tst-array5): Likewise.
34063 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34065         [BZ #15036]
34066         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
34067         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
34068         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
34069         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
34071 2013-01-21  David S. Miller  <davem@davemloft.net>
34073         * sysdeps/sparc/backtrace.c: New file.
34074         * sysdeps/sparc/sparc32/backtrace.h: New file.
34075         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
34076         * sysdeps/sparc/sparc64/backtrace.h: New file.
34077         * sysdeps/sparc/sparc64/backtrace.c: Delete.
34078         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
34079         -funwind-tables.
34081 2013-01-21  Andreas Schwab  <schwab@suse.de>
34083         [BZ #15020]
34084         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
34085         closed its stdout.
34087 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
34089         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
34090         "mpa2.h".
34091         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34093 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
34094             Mark Mitchell  <mark@codesourcery.com>
34095             Tom de Vries  <tom@codesourcery.com>
34096             Paul Pluzhnikov  <ppluzhnikov@google.com>
34098         * debug/tst-backtrace2.c: New file.
34099         * debug/tst-backtrace3.c: Likewise.
34100         * debug/tst-backtrace4.c: Likewise.
34101         * debug/tst-backtrace5.c: Likewise.
34102         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
34103         (CFLAGS-tst-backtrace3.c): Likewise.
34104         (CFLAGS-tst-backtrace4.c): Likewise.
34105         (CFLAGS-tst-backtrace5.c): Likewise.
34106         (LDFLAGS-tst-backtrace2): Likewise.
34107         (LDFLAGS-tst-backtrace3): Likewise.
34108         (LDFLAGS-tst-backtrace4): Likewise.
34109         (LDFLAGS-tst-backtrace5): Likewise.
34110         (tests): Add new tests tst-backtrace2, tst-backtrace3,
34111         tst-backtrace4 and tst-backtrace5.
34113 2013-01-18  Anton Blanchard  <anton@samba.org>
34114             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
34116         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
34117         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
34118         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
34119         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
34120         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34121         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
34122         "+r" and remove output regs list as redundant.  Add explicit inline
34123         asm to specify register of return val to work around compiler codegen
34124         bug.  Remove (int) cast on return value.  Add return type parameter to
34125         use in macro so that this macro does not truncate return value for
34126         64-bit values.
34127         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34128         pass to INTERNAL_VSYSCALL_NCS.
34129         (INLINE_VSYSCALL): Add 'long int' as return type to
34130         INTERNAL_VSYSCALL_NCS macro invocation.
34131         (INTERNAL_VSYSCALL): Add 'long int' as return type to
34132         INTERNAL_VSYSCALL_NCS macro invocation.
34133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34135 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34137         [BZ #14496]
34138         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34139         Fix application of SIMD FP exception mask.
34141         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34142         mp_no from a power of two.
34143         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34144         __mpexp_twomm1.  Use __pow_mp.
34146         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34147         multiplication.
34149 2013-01-17  David S. Miller  <davem@davemloft.net>
34151         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34153 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34155         [BZ #15023]
34156         * include/complex.h: Condition contents on [!_COMPLEX_H].
34157         (__kernel_casinhf): New prototype.
34158         (__kernel_casinh): Likewise.
34159         (__kernel_casinhl): Likewise.
34160         * math/Makefile (libm_calls): Add k_casinh.
34161         * math/k_casinh.c: New file.
34162         * math/k_casinhf.c: Likewise.
34163         * math/k_casinhl.c: Likewise.
34164         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34165         finite nonzero arguments.
34166         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34167         finite nonzero arguments.
34168         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34169         finite nonzero arguments.
34170         * math/s_casinh.c: Do not include <float.h>.
34171         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34172         * math/s_casinhf.c: Do not include <float.h>.
34173         (__casinhf): Move code for finite nonzero arguments to
34174         k_casinhf.c.
34175         * math/s_casinhl.c: Do not include <float.h>.
34176         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34177         redefine.
34178         (__casinhl): Move code for finite nonzero arguments to
34179         k_casinhl.c.
34180         * math/libm-test.inc (cacos_test): Add more tests.
34181         * sysdeps/i386/fpu/libm-test-ulps: Update.
34182         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34184 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
34186         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34187         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34188         [!HAVE_MREMAP]: Remove [defined linux] case.
34189         * malloc/arena.c: Do not include <malloc-sysdep.h>.
34191 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34193         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34195 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
34197         * elf/elf.h (R_386_SIZE32): New relocation.
34198         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34199         R_386_SIZE32.
34200         (elf_machine_rela): Likewise.
34201         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34202         R_X86_64_SIZE64 and R_X86_64_SIZE32.
34204 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34206         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34207         (FP_FAST_FMA): Do not define.
34208         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34209         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34210         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34211         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34212         !_SOFT_FLOAT]: Likewise.
34213         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34214         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34215         value.
34216         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34217         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34218         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34219         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34220         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34221         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34222         file.
34224 2013-01-16  Andreas Schwab  <schwab@suse.de>
34226         [BZ #14327]
34227         * include/stdlib.h (__mktemp): Add declaration.
34228         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34229         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34231 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34233         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34234         definitions.
34235         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34236         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34237         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34238         definitions here.
34239         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34240         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34241         definitions.
34242         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34243         and ONE.
34244         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34245         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34246         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34247         definitions.
34248         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34249         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34250         definitions.
34251         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34253         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34255 2013-01-15  David S. Miller  <davem@davemloft.net>
34257         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34258         trunc{,f} to libm-sysdep_routes.
34259         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34260         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34261         file.
34262         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34263         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34264         file.
34265         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34266         file.
34267         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34268         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34269         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34270         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34271         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34272         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34273         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34274         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34276         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34277         nearbyint{,f} to libm-sysdep_routes.
34278         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34279         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34280         New file.
34281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34282         file.
34283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34284         New file.
34285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34286         file.
34287         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34288         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34289         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34290         file.
34291         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34292         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34293         file.
34294         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34295         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34296         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34298         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34299         libc_feholdexcept and libc_fesetenv.
34301 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34303         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34305 2013-01-14  David S. Miller  <davem@davemloft.net>
34307         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34308         (SPARC_ASM_VIS2_IFUNC): Likewise.
34309         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34310         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34311         use of 'siam' instruction.
34312         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34313         Likewise.
34314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34315         Likewise.
34316         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34317         Likewise.
34318         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34319         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34320         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34321         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34323         file.
34324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34325         file.
34326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34327         file.
34328         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34329         file.
34330         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34331         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34332         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34333         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34335         new VIS2 routines.
34336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34339         Likewise.
34340         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34341         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34342         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34343         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34345         routines to libm-sysdep_routines.
34346         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34349         fdim/fdimf to libm-sysdep_routines.
34350         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34351         file.
34352         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34353         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34354         file.
34355         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34356         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34357         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34358         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34359         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34360         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34361         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34363 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34365         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34366         to optimize copies.
34368         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34369         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34370         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34372         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34373         local variable MPTWO.
34374         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34375         Likewise.
34377 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34379         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34380         GLOB_NOESCAPE.
34382 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34384         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34386 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34388         * manual/pattern.texi (glob_t): Document gl_flags.
34389         (glob64_t): Likewise.
34391 2013-01-11  David S. Miller  <davem@davemloft.net>
34393         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34394         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34395         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34396         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34397         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34398         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34399         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34400         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34401         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34402         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34403         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34404         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34405         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34407         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34408         sparc V9 rather than using V8 code.
34409         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34410         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34412         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34413         Move to...
34414         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34415         Here.
34417 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34419         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34420         not in the main loop.
34421         * configure: Regenerated.
34423 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34425         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34426         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34427         to just #else.
34428         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34429         [!__GLIBC_HAVE_LONG_LONG] case.
34430         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34431         condition to just #else.
34432         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34433         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34434         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34435         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34436         unconditional.
34437         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34438         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34439         #elif condition to just #else.
34440         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34441         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34442         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34443         #elif condition to just #else.
34445 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34447         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34448         (EF_MIPS_ARCH_64): Fix value.
34449         (EF_MIPS_ARCH_32R2): New.
34450         (EF_MIPS_ARCH_64R2): New.
34452 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34454         * Makeconfig (+link-pie-before-libc): New.
34455         (+link-pie-after-libc): Likewise.
34456         (+link-pie-tests): Likewise.
34457         (+link-pie): Rewritten.
34458         (link-before-libc): Remove $(config-LDFLAGS).
34459         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34460         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34461         (config-LDFLAGS): Renamed to ...
34462         (rtld-LDFLAGS): This.
34463         (rtld-tests-LDFLAGS): New macro.
34464         (link-libc-rpath-link): Likewise.
34465         (link-libc-tests-rpath-link): Likewise.
34466         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34467         (link-libc): Prepand $(link-libc-rpath-link).
34468         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34469         (test-program-prefix): New macro.
34470         (test-via-rtld-prefix): Likewise.
34471         (test-program-cmd): Likewise.
34472         (host-test-program-cmd): Likewise.
34473         * Makefile ($(common-objpfx)testrun.sh): Replace
34474         $(run-program-prefix) with $(test-program-prefix).
34475         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34476         $(rtld-LDFLAGS).
34477         ($(common-objpfx)shlib.lds): Likewise.
34478         (build-module-helper): Likewise.
34479         ($(common-objpfx)format.lds): Likewise.
34480         * Rules (binaries-pie-tests): New.
34481         (binaries-pie-notests): Likewise.
34482         (binaries-pie): Rewritten.
34483         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34484         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34485         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34486         (make-test-out): Replace $(host-built-program-cmd) with
34487         $(host-test-program-cmd).
34488         * config.make.in (build-hardcoded-path-in-tests): New variable.
34489         * configure.in (--enable-hardcoded-path-in-tests): New configure
34490         option.
34491         (hardcoded_path_in_tests): New AC_SUBST.
34492         * configure: Regenerated.
34493         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34494         $(built-program-cmd) with $(test-program-cmd).
34495         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34496         (test_program_cmd): This.
34497         * elf/Makefile ($(objpfx)order.out): Run test with
34498         $(test-program-prefix).
34499         ($(objpfx)order2.out): Likewise.
34500         ($(objpfx)tst-initorder.out): Likewise.
34501         ($(objpfx)tst-initorder2.out): Likewise.
34502         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34503         $(test-program-cmd).
34504         ($(objpfx)tst-array1-static.out): Likewise.
34505         ($(objpfx)tst-array2.out): Likewise.
34506         ($(objpfx)tst-array3.out): Likewise.
34507         ($(objpfx)tst-array4.out): Likewise.
34508         ($(objpfx)tst-array5.out): Likewise.
34509         ($(objpfx)tst-array5-static.out): Likewise.
34510         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34511         $(test-program-cmd).
34512         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34513         $(run-program-prefix) with $(test-program-prefix).
34514         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34515         (test_program_prefix): This.
34516         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34517         $(run-program-prefix) with $(test-program-prefix).
34518         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34519         (test_program_prefix): This.
34520         * iconvdata/tst-tables.sh: Likewise.
34521         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34522         $(run-program-prefix) with $(test-program-prefix).
34523         ($(objpfx)tst-translit.out): Likewise.
34524         ($(objpfx)tst-gettext2.out): Likewise.
34525         ($(objpfx)tst-gettext4.out): Likewise.
34526         ($(objpfx)tst-gettext6.out): Likewise.
34527         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34528         (test_program_prefix): This.
34529         * intl/tst-gettext2.sh: Likewise.
34530         * intl/tst-gettext4.sh  Likewise.
34531         * intl/tst-gettext6.sh: Likewise.
34532         * intl/tst-translit.sh: Likewise.
34533         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34534         with $(test-program-cmd).
34535         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34536         $(run-program-prefix) with $(test-program-prefix).
34537         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34538         (test_program_prefix): This.
34539         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34540         $(run-program-prefix) with $(test-program-prefix).
34541         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34542         (test_program_prefix): This.
34543         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34544         * posix/Makefile ($(objpfx)globtest.out): Replace
34545         $(run-via-rtld-prefix) and $(test-wrapper) with
34546         $(test-program-prefix) and $(test-via-rtld-prefix).
34547         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34548         $(test-program-prefix).
34549         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34550         $(host-test-program-cmd).
34551         (tst-spawn-ARGS): Likewise.
34552         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34553         $(test-program-prefix).
34554         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34555         (test_via_rtld_prefix): This.
34556         (test_wrapper): Renamed to ...
34557         (test_program_prefix): This.
34558         (run_program_prefix): Replaced by test_program_prefix.
34559         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34560         (test_program_prefix): This.
34561         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34562         with $(host-test-program-cmd).
34563         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34564         $(run-program-prefix) with $(test-program-prefix).
34565         ($(objpfx)tst-printf.out): Likewise.
34566         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34567         $(test-program-cmd).
34568         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34569         (test_program_prefix): This.
34570         * stdio-common/tst-unbputc.sh: Likewise.
34571         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34572         $(run-program-prefix) with $(test-program-prefix).
34573         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34574         (test_program_prefix): This.
34575         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34576         $(built-program-cmd) with $(test-program-cmd).
34578 2013-01-11  Andreas Jaeger  <aj@suse.de>
34580         [BZ #15003]
34581         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34582         value. Sync with Linux 3.7.
34584 2013-01-10  David S. Miller  <davem@davemloft.net>
34586         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34587         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34588         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34590 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34592         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34593         never set.
34594         * configure: Regenerated.
34596 2013-01-10  David S. Miller  <davem@davemloft.net>
34598         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34599         sparc V9 rather than using V8 code.
34600         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34601         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34603 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34605         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34606         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34607         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34608         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34609         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34610         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34611         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34612         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34613         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34614         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34615         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34616         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34617         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34618         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34619         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34620         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34621         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34622         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34623         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34624         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34625         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34626         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34627         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34628         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34629         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34630         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34631         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34633 2013-01-10  David S. Miller  <davem@davemloft.net>
34635         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34637 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34639         * posix/Makefile (tests-static): New variable.
34640         (tests): Add $(tests-static).
34641         (tst-exec-static-ARGS): New variable.
34642         (tst-spawn-static-ARGS): Likewise.
34643         * posix/tst-exec-static.c: New file.
34644         * posix/tst-spawn-static.c: Likewise.
34645         * posix/tst-exec.c: Support run directly.
34646         * posix/tst-spawn.c: Likewise.
34648 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34650         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34651         long.
34652         * math/bits/mathcalls.h (llrint): Likewise.
34653         (llround): Likewise.
34654         * stdlib/stdlib.h (struct drand48_data): Likewise.
34655         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34656         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34657         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34658         Likewise.
34659         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34660         Likewise.
34661         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34662         (elf_greg_t): Likewise.
34663         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34664         (__jmp_buf): Likewise.
34665         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34666         definitions.
34667         (llrint): Likewise, for all definitions.
34668         (llrintl): Likewise.
34670         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34671         Remove [__GNUC__] condition.
34672         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34673         condition to just [__USE_ISOC99].
34674         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34676 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34678         [BZ #14200]
34679         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34680         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34681         defined.
34682         (_POSIX_V6_ILP32_OFF32): Likewise.
34683         (_XBS5_ILP32_OFF32): Likewise.
34684         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34685         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34687 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34689         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34691         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34692         doubles __mpexp_twomm1.  Adjust usage.
34693         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34694         Remove.
34696 2013-01-10  Andreas Schwab  <schwab@suse.de>
34698         [BZ #14964]
34699         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34700         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34702 2013-01-09  David S. Miller  <davem@davemloft.net>
34704         [BZ #15003]
34705         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34706         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34707         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34708         (TCP_FASTOPEN): Define.
34709         (tcp_repair_opt): New structure.
34710         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34711         enum values.
34712         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34713         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34714         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34715         (tcp_cookie_transactions): New structure.
34717 2013-01-09  Anton Blanchard  <anton@samba.org>
34719         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34720         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34721         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34722         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34724 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34726         * include/features.h (__USE_ANSI): Remove.
34728 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34730         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34732         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34734 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34736         * sysdeps/s390/fpu/libm-test-ulps: Update.
34738         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34740         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34741         (__acr): Likewise.
34742         (__cpy): Likewise.
34743         (norm): Likewise.
34744         (denorm): Likewise.
34745         (__mp_dbl): Likewise.
34746         (__dbl_mp): Likewise.
34747         (add_magnitudes): Likewise.
34748         (sub_magnitudes): Likewise.
34749         (__add): Likewise.
34750         (__sub): Likewise.
34751         (__mul): Likewise.
34752         (__inv): Likewise.
34753         (__dvd): Likewise.
34754         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34755         (__acr): Likewise.
34756         (__cpy): Likewise.
34757         (norm): Likewise.
34758         (denorm): Likewise.
34759         (__mp_dbl): Likewise.
34760         (__dbl_mp): Likewise.
34761         (add_magnitudes): Likewise.
34762         (sub_magnitudes): Likewise.
34763         (__add): Likewise.
34764         (__sub): Likewise.
34765         (__mul): Likewise.
34766         (__inv): Likewise.
34767         (__dvd): Likewise.
34768         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34769         (__acr): Likewise.
34770         (__cpy): Likewise.
34771         (norm): Likewise.
34772         (denorm): Likewise.
34773         (__mp_dbl): Likewise.
34774         (__dbl_mp): Likewise.
34775         (add_magnitudes): Likewise.
34776         (sub_magnitudes): Likewise.
34777         (__add): Likewise.
34778         (__sub): Likewise.
34779         (__mul): Likewise.
34780         (__inv): Likewise.
34781         (__dvd): Likewise.
34783 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34785         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34786         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34787         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34788         2 && __USE_EXTERN_INLINES]: Likewise.
34790 2013-01-08  Andreas Jaeger  <aj@suse.de>
34792         [BZ# 14985]
34793         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34794         Remove.
34795         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34796         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34798 2013-01-07  Anton Blanchard  <anton@samba.org>
34800         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34801         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34802         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34803         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34804         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34805         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34806         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34807         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34808         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34809         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34810         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34811         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34812         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34813         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34814         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34815         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34816         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34817         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34818         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34819         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34820         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34821         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34822         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34823         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34824         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34825         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34826         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34827         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34828         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34829         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34830         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34831         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34832         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34833         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34834         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34835         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34836         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34837         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34838         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34839         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34840         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34841         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34842         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34844 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34846         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34847         (__MALLOC_PMT): Likewise.
34848         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34849         [__GNUC__], only on [_LIBC].
34850         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34851         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34852         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34853         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34854         forward declaration.
34855         (realloc_hook_ini): Likewise.
34856         (memalign_hook_ini): Likewise.
34857         (__libc_memalign): Do not use __MALLOC_PMT in variable
34858         declaration.
34859         (__libc_valloc): Likewise.
34860         (__libc_pvalloc): Likewise.
34861         (__libc_calloc): Likewise.
34862         (__posix_memalign): Likewise.
34864         [BZ #14996]
34865         * math/s_casinh.c: Include <float.h>.
34866         (__casinh): Do not do computation with squaring and square root
34867         for large arguments.
34868         * math/s_casinhf.c: Include <float.h>.
34869         (__casinhf): Do not do computation with squaring and square root
34870         for large arguments.
34871         * math/s_casinhl.c: Include <float.h>.
34872         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34873         (__casinhl): Do not do computation with squaring and square root
34874         for large arguments.
34875         * math/libm-test.inc (casin_test): Add more tests.
34876         (casinh_test): Likewise.
34877         * sysdeps/i386/fpu/libm-test-ulps: Update.
34878         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34880 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34882         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34883         (__x86_64_raw_data_cache_size): Likewise.
34884         (__x86_64_data_cache_size_half): Likewise.
34885         (__x86_64_raw_data_cache_size_half): Likewise.
34886         (__x86_64_shared_cache_size): Likewise.
34887         (__x86_64_raw_shared_cache_size): Likewise.
34888         (__x86_64_shared_cache_size_half): Likewise.
34889         (__x86_64_raw_shared_cache_size_half): Likewise.
34890         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34891         to ...
34892         (__x86_data_cache_size): This.
34893         (__x86_64_raw_data_cache_size): Renamed to ...
34894         (__x86_raw_data_cache_size): This.
34895         (__x86_64_data_cache_size_half): Renamed to ...
34896         (__x86_data_cache_size_half): This.
34897         (__x86_64_raw_data_cache_size_half): Renamed to ...
34898         (__x86_raw_data_cache_size_half): This.
34899         (__x86_64_shared_cache_size): Renamed to ...
34900         (__x86_shared_cache_size): This.
34901         (__x86_64_raw_shared_cache_size): Renamed to ...
34902         (__x86_raw_shared_cache_size): This.
34903         (__x86_64_shared_cache_size_half): Renamed to ...
34904         (__x86_shared_cache_size_half): This.
34905         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34906         (__x86_raw_shared_cache_size_half): This.
34907         * sysdeps/x86_64/memcpy.S: Updated.
34908         * sysdeps/x86_64/memset.S: Likewise.
34909         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34910         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34911         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34913 2013-01-04  David S. Miller  <davem@davemloft.net>
34915         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34917 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34919         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34920         1 to avoid redefinition warning.
34921         (__USE_GNU): Don't define.
34922         (init_signaling_nan): Protoize.
34924         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34926 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34928         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34929         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34930         (__cpymn): Likewise.
34931         (norm): Remove commented code.
34932         (denorm): Likewise.
34933         (__mp_dbl): Likewise.
34934         (__inv): Likewise.
34935         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34936         (__cpymn): Likewise.
34937         (norm): Remove commented code.
34938         (denorm): Likewise.
34939         (__mp_dbl): Likewise.
34940         (__inv): Likewise.
34942         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34943         mp_no value for 1.0 and 2.0.
34944         (norm): Use RADIXI instead of radixi.d.
34945         (denorm): Likewise.
34946         (__mul): Use 0.0 instead of zero.d.
34947         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34948         mp_no value for 1.0 and 2.0.
34949         (norm): Use RADIXI instead of radixi.d.
34950         (denorm): Likewise.
34951         (__mul): Use 0.0 instead of zero.d.
34953 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34955         [BZ #14994]
34956         * math/s_casinh.c (__casinh): Reduce finite argument to first
34957         quadrant then set signs of results at the end.
34958         * math/s_casinhf.c (__casinhf): Likewise.
34959         * math/s_casinhl.c (__casinhl): Likewise.
34960         * math/libm-test.inc (casin_test): Add more tests.
34961         (casinh_test): Likewise.
34962         * sysdeps/i386/fpu/libm-test-ulps: Update.
34963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34965 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34967         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34969         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34971         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34972         declarations.
34973         (denorm): Likewise.
34974         (__mp_dbl): Likewise.
34975         (__inv): Likewise.
34977         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34978         and adjust the header comment.
34980         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34981         variable name from declaration.
34983 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34985         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34986         Initialize COMMON_CPUID_INDEX_7 element.
34987         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34988         (CPUID_RTM): Likewise.
34989         (HAS_RTM): Likewise.
34990         (COMMON_CPUID_INDEX_7): New enum.
34992 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34994         [BZ #14981]
34995         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34996         size is zero, record memory as freed.
34998 2013-01-03  Andreas Jaeger  <aj@suse.de>
35000         * po/ia.po: Add new Interlingua translation.
35002 2012-01-03  Allan McRae  <allan@archlinux.org>
35004         * locale/programs/localedef.c: Fix description of '--posix' flag.
35006 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
35008         * NEWS: Update dates in second copyright notice.
35009         * README: Update copyright dates in example.
35010         * manual/libc.texinfo: Update copyright dates.
35011         * scripts/test-installation.pl: Update copyright date in --version
35012         output.
35014         * hurd/ctty-input.c: Fix copyright notice formatting.
35015         * hurd/ctty-output.c: Likewise.
35016         * hurd/dtable.c: Likewise.
35017         * hurd/hurd-raise.c: Likewise.
35018         * hurd/hurdprio.c: Likewise.
35019         * hurd/msgportdemux.c: Likewise.
35020         * misc/sys/file.h: Likewise.
35021         * misc/sys/ioctl.h: Likewise.
35022         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
35023         * sysdeps/mach/hurd/chdir.c: Likewise.
35024         * sysdeps/mach/hurd/fchdir.c: Likewise.
35025         * sysdeps/mach/hurd/rename.c: Likewise.
35026         * sysdeps/mach/hurd/rmdir.c: Likewise.
35027         * sysdeps/mach/hurd/seekdir.c: Likewise.
35028         * sysdeps/mach/hurd/setsid.c: Likewise.
35029         * sysdeps/posix/wait3.c: Likewise.
35031         * All files with FSF copyright notices: Update copyright dates
35032         using scripts/update-copyrights.
35033         * intl/plural.c: Regenerated.
35034         * locale/programs/charmap-kw.h: Likewise.
35035         * locale/programs/locfile-kw.h: Likewise.
35037 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
35039         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
35040         four values.
35042         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
35043         calculation loop and add branch prediction.
35045         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
35046         check access beyond bounds of m1np.
35048         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35049         MPTWO.
35050         (__inv): Remove local variable MPTWO to use the global
35051         constant.
35052         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
35053         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35054         variable MPTWO.
35055         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
35056         MP3HALFS static const.
35058 2013-01-01  David S. Miller  <davem@davemloft.net>
35060         * po/ca.po: Update from translation team.
35062 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
35064         * scripts/update-copyrights: New file.
35065         * Makeconfig: Reformat copyright notice.
35066         * ctype/ctype.h: Likewise.
35067         * debug/swprintf_chk.c: Likewise.
35068         * elf/dl-cache.c: Likewise.
35069         * elf/dl-debug.c: Likewise.
35070         * elf/dl-object.c: Likewise.
35071         * grp/initgroups.c: Likewise.
35072         * hurd/Makefile: Likewise.
35073         * hurd/hurd/signal.h: Likewise.
35074         * hurd/hurdfault.c: Likewise.
35075         * hurd/hurdioctl.c: Likewise.
35076         * hurd/hurdlookup.c: Likewise.
35077         * hurd/intr-msg.c: Likewise.
35078         * iconv/gconv_open.c: Likewise.
35079         * libio/swprintf.c: Likewise.
35080         * locale/lc-ctype.c: Likewise.
35081         * locale/nl_langinfo.c: Likewise.
35082         * mach/Machrules: Likewise.
35083         * mach/Makefile: Likewise.
35084         * malloc/obstack.h: Likewise.
35085         * manual/Makefile: Likewise.
35086         * manual/tsort.awk: Likewise.
35087         * misc/bits/stab.def: Likewise.
35088         * nis/nis_print_group_entry.c: Likewise.
35089         * nis/nis_table.c: Likewise.
35090         * nis/nss_compat/compat-pwd.c: Likewise.
35091         * nis/nss_compat/compat-spwd.c: Likewise.
35092         * po/Makefile: Likewise.
35093         * posix/fnmatch.c: Likewise.
35094         * posix/regex.h: Likewise.
35095         * resolv/Makefile: Likewise.
35096         * resolv/nss_dns/dns-network.c: Likewise.
35097         * resolv/res_hconf.c: Likewise.
35098         * scripts/gen-sorted.awk: Likewise.
35099         * soft-fp/soft-fp.h: Likewise.
35100         * stdio-common/printf.h: Likewise.
35101         * stdlib/monetary.h: Likewise.
35102         * stdlib/random.c: Likewise.
35103         * stdlib/random_r.c: Likewise.
35104         * sysdeps/generic/Makefile: Likewise.
35105         * sysdeps/gnu/Makefile: Likewise.
35106         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
35107         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
35108         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
35109         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
35110         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
35111         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
35112         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35113         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35114         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35115         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35116         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
35117         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
35118         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
35119         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
35120         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
35121         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
35122         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35123         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35124         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35125         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35126         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35127         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35128         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35129         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35130         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35131         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35132         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35133         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35134         * sysdeps/mach/hurd/errnos.awk: Likewise.
35135         * sysdeps/mach/hurd/fork.c: Likewise.
35136         * sysdeps/mach/hurd/getcwd.c: Likewise.
35137         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35138         * sysdeps/mach/hurd/mmap.c: Likewise.
35139         * sysdeps/mach/hurd/utimes.c: Likewise.
35140         * sysdeps/mach/hurd/xmknod.c: Likewise.
35141         * sysdeps/posix/profil.c: Likewise.
35142         * sysdeps/posix/readdir_r.c: Likewise.
35143         * sysdeps/powerpc/bits/mathdef.h: Likewise.
35144         * sysdeps/powerpc/bits/setjmp.h: Likewise.
35145         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35146         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35147         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35148         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35149         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35150         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35151         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35152         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35153         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35154         * sysdeps/pthread/lio_listio.c: Likewise.
35155         * sysdeps/sparc/dl-procinfo.h: Likewise.
35156         * sysdeps/unix/i386/sysdep.S: Likewise.
35157         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35158         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35159         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35160         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35161         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35162         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35163         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35164         * sysdeps/unix/sysv/linux/speed.c: Likewise.
35165         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35166         * sysdeps/wordsize-32/divdi3.c: Likewise.
35167         * time/sys/time.h: Likewise.
35168         * wcsmbs/Makefile: Likewise.
35170 2013-01-01  David S. Miller  <davem@davemloft.net>
35172         * po/fr.po: Update from translation team.
35174         * catgets/gencat.c: Update copyright year.
35175         * csu/version.c: Likewise.
35176         * debug/catchsegv.sh: Likewise.
35177         * debug/pcprofiledump.c: Likewise.
35178         * debug/xtrace.sh: Likewise.
35179         * elf/ldconfig.c: Likewise.
35180         * elf/ldd.bash.in: Likewise.
35181         * elf/pldd.c: Likewise.
35182         * elf/sotruss.ksh: Likewise.
35183         * elf/sprof.c: Likewise.
35184         * iconv/iconv_prog.c: Likewise.
35185         * iconv/iconvconfig.c: Likewise.
35186         * locale/programs/locale.c: Likewise.
35187         * locale/programs/localedef.c: Likewise.
35188         * login/programs/pt_chown.c: Likewise.
35189         * malloc/memusage.sh: Likewise.
35190         * malloc/memusagestat.c: Likewise.
35191         * malloc/mtrace.pl: Likewise.
35192         * nscd/nscd.c: Likewise.
35193         * nss/getent.c: Likewise.
35194         * nss/makedb.c: Likewise.
35195         * posix/getconf.c: Likewise.
35197 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
35199         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35200         numbers.
35202 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
35204         * math/bits/mathcalls.h (modf): Use __nonnull.
35206 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35208         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35209         (split): Use macro CN instead of the bare value.
35210         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35211         could be used.
35212         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35213         instead of the bare value.
35214         (power1): Likewise.
35216 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35218         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35219         __ATAN_TWOM.
35220         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35222         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35223         their values.
35224         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35225         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35226         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35227         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35229 2012-12-28  Andreas Jaeger  <aj@suse.de>
35231         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35232         values are from Linux 3.7.
35234         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35235         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35237 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35239         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35240         TRUE case.
35242         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35243         (norm): Likewise.
35244         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35245         variables with preprocessor constants.
35246         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35247         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35248         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35250 2012-12-27  Bruno Haible  <bruno@clisp.org>
35252         [BZ #14317]
35253         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35254         only if needed.
35256 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35258         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35259         and use variable directly.
35260         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35262         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35263         MPONE.
35264         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35265         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35266         variable MPONE.
35267         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35268         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35269         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35270         include directive.  Remove local variable MPONE.
35271         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35272         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35273         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35275 2012-12-25  David S. Miller  <davem@davemloft.net>
35277         * version.h (RELEASE): Set to "development".
35278         (VERSION): Set to "2.17.90".
35279         * NEWS: Add 2.18 section.
35281 2012-12-21  David S. Miller  <davem@davemloft.net>
35283         * po/hr.po: Update from translation team.
35285 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35287         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35289 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35291         * NEWS:  Mention new memcpy for MIPS.
35293 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35295         * manual/contrib.texi (Contributors): Spelling correction.
35297 2012-12-15  David S. Miller  <davem@davemloft.net>
35299         * po/ru.po: Update from translation team.
35301 2012-12-13  David S. Miller  <davem@davemloft.net>
35303         * NEWS: Mention IFUNC testsuite enhancements.
35305         * po/pl.po: Update from translation team.
35306         * po/bg.po: Likewise.
35308         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35309         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35311 2012-12-11  David S. Miller  <davem@davemloft.net>
35313         * po/sv.po: Update from translation team.
35315         * po/vi.po: Update from translation team.
35317         * po/cs.po: Update from translation team.
35319         * po/de.po: Update from translation team.
35320         * po/eo.po: Likewise.
35321         * po/nl.po: Likewise.
35323 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35325         [BZ #14246]
35326         * manual/argp.texi (Argp Helper Functions): Move node to follow
35327         Argp Parsing State.
35329         [BZ #14872]
35330         * manual/conf.texi (Limits on File System Capacity): Mention if
35331         terminating null is included in the max size.
35333 2012-12-10  Andreas Jaeger  <aj@suse.de>
35335         * po/cs.po: Update from translation team.
35337 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35339         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35340         void pointer and cast to uintptr_t.
35341         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35342         path.
35343         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35344         * sysdeps/s390/s390-64/memset.S: Likewise.
35346 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35348         [BZ #14833]
35349         * menual/message.texi (Message Translation): Fix typos.
35350         (Helper programs for gettext): Likewise.
35352 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35354         [BZ #14898]
35355         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35356         Change to -1.
35358 2012-12-07  David S. Miller  <davem@davemloft.net>
35360         * po/libc.pot: Update.
35362 2012-12-07  Richard Henderson  <rth@redhat.com>
35364         [BZ #10114]
35365         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35366         normal/normal case to before the switch.
35367         (_FP_DIV): Likewise.
35369 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35370             Mike Frysinger  <vapier@gentoo.org>
35372         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35373         check for __NR_fadvise64_64.
35375 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35377         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35378         0, not just to plain "0" as a statement.
35379         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35380         with cw.
35382 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35384         * NEWS: Use sourceware.org in Bugzilla URL.
35386 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35389         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35391         * stdio-common/tst-put-error.c (do_test): Add newline to the
35392         padded test to ensure flush.
35394 2012-12-05  Jeff Law  <law@redhat.com>
35396         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35398 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35400         * README: Don't refer to ports add-on as distributed separately.
35401         Mention AArch64 in list of systems supported in the ports add-on.
35403         * LICENSES: Add more non-FSF copyright and license notices.
35405         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35406         ((unused)).
35408         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35410         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35411         10000 as width of padded output.
35413 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35415         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35417         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35418         variable LX with __attribute__ ((unused)).
35419         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35420         Likewise.
35421         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35422         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35423         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35424         with __attribute__ ((unused)).
35426 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35428         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35430 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35432         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35433         (CFLAGS-nldbl-acos.c): New variable.
35434         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35435         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35436         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35437         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35438         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35439         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35440         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35441         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35442         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35443         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35444         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35445         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35446         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35447         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35448         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35449         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35450         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35451         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35452         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35453         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35454         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35455         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35456         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35457         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35458         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35459         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35460         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35461         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35462         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35463         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35464         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35465         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35466         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35467         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35468         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35469         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35470         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35471         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35472         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35473         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35474         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35475         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35476         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35477         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35478         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35479         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35480         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35481         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35482         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35483         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35484         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35485         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35486         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35487         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35488         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35489         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35490         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35491         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35492         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35493         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35494         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35495         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35496         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35497         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35498         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35499         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35500         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35501         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35502         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35503         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35504         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35505         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35506         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35507         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35508         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35509         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35510         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35511         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35512         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35513         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35514         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35515         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35516         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35517         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35518         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35519         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35520         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35521         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35522         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35523         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35524         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35525         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35526         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35527         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35528         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35529         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35530         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35533         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35535         [BZ #14914]
35536         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35537         whole low double instead of just low 47 bits when splitting values
35538         into two parts.
35540 2012-12-03  Allan McRae  <allan@archlinux.org>
35542         * manual/stdio.texi (Predefined Printf Handlers): Remove
35543         @hsep and @vsep usage.
35545 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35547         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35548         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35550 2012-12-03  Jeff Law  <law@redhat.com>
35552         * time/sys/time.h (settimeofday): Do not mark TV argument
35553         as __nonnull.
35555 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35557         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35558         when currently writing and seek to current position when not.
35559         * libio/Makefile (tests): Remove bug-fclose1.
35560         * libio/bug-fclose1.c: Delete.
35562 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35564         * manual/arith.texi (feenableexcept): Fix typo.
35565         (fedisableexcept): Likewise.
35567 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35569         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35570         second, differently-typed declaration, rather than a cast.
35572 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35574         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35575         * include/rpc/svc.h: ... here.
35577 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35579         [BZ #13013]
35580         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35581         depending n and resplen2 to catch cases where answer
35582         equals answerp2.
35584 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35586         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35587         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35589 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35591         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35593 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35595         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35597 2012-11-28  Jeff Law  <law@redhat.com>
35599         [BZ #13761]
35600         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35601         dataset_temporary.  Track alloca usage into alloca_used.
35602         If dataset is large allocate and release it via malloc/free.
35604 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35606         [BZ #14197]
35607         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35609 2012-11-28  David S. Miller  <davem@davemloft.net>
35611         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35613 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35615         [BZ #14803]
35616         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35617         of pi/2 rounded to nearest to 64 bits.
35618         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35619         nearest to 64 bits.
35620         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35621         bits.
35623 2012-11-28  Jeff Law <law@redhat.com>
35624             Martin Osvald <mosvald@redhat.com>
35626         [BZ #14889]
35627         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35628         * sunrpc/svc.c: Include time.h.
35629         (__svc_accept_failed): New function.
35630         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35631         any reason other than EINTR, call __svc_accept_failed.
35632         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35633         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35635 2012-11-28  Andreas Schwab  <schwab@suse.de>
35637         * scripts/abilist.awk: Also handle indirect functions in .opd
35638         section.
35640 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35642         [BZ #13881]
35643         * sysdeps/x86/fpu/powl_helper.c: New file.
35644         * sysdeps/x86/fpu/Makefile: Likewise.
35645         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35646         (p3): New object.
35647         (__ieee754_powl): Use __powl_helper for finite arguments except
35648         integer exponents below 8.
35649         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35650         (p3): New object.
35651         (__ieee754_powl): Use __powl_helper for finite arguments except
35652         integer exponents below 8.
35653         * math/libm-test.inc (pow_test): Add more tests and enable some
35654         previously disabled tests.
35655         * sysdeps/i386/fpu/libm-test-ulps: Update.
35656         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35658 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35659             Carlos O'Donell  <carlos_odonell@mentor.com>
35661         * nss/makedb.c (is_prime): Assert that input is odd and greater
35662         than 4.  Note that fact in a comment too.
35663         (next_prime): Add 4 to input.
35665 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35667         [BZ #11741]
35668         * libio/Makefile (tests): Add test case tst-fwrite-error.
35669         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35670         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35671         * libio/tst-fwrite-error.c: New test case.
35673 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35675         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35676         before casting to void *.
35677         * include/libc-internal.h (__pointer_type): New macro.
35678         (__integer_if_pointer_type_sub): Likewise.
35679         (__integer_if_pointer_type): Likewise.
35680         (cast_to_integer): Likewise.
35681         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35682         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35683         before casting to atomic64_t.
35684         (atomic_exchange_acq): Likewise.
35685         (__arch_exchange_and_add_body): Likewise.
35686         (__arch_add_body): Likewise.
35687         (atomic_add_negative): Likewise.
35688         (atomic_add_zero): Likewise.
35690 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35692         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35693         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35694         (add_fdes): Likewise.
35695         (linear_search_fdes): Likewise.
35696         (binary_search_unencoded_fdes): Likewise.
35698 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35700         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35702 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35704         * configure.in: Autodetect C++ header directories.
35705         * configure: Regenerated.
35707 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35709         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35711 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35713         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35715 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35717         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35718         LDBL_MANT_DIG == 106]: Disable some tests.
35719         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35720         Likewise.
35721         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35722         Likewise.
35724         [BZ #14871]
35725         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35726         input for small inputs.  Return +/- pi/2 for large inputs.
35727         * math/libm-test.inc (atan_test): Add more tests.
35729         * sysdeps/generic/unwind-dw2-fde-glibc.c
35730         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35731         __attribute__ ((unused)).
35733         [BZ #14645]
35734         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35735         x * y if x and y are nonzero and z is zero.
35737         [BZ #14811]
35738         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35739         nonzero exponents with absolute value below 0x1p-117 to +/-
35740         0x1p-117.
35742         [BZ #14869]
35743         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35744         up arguments below 2**-450, not just those below 2**-500.
35745         * math/libm-test.inc (hypot_test): Add another test.
35747         [BZ #14868]
35748         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35749         Return a+b for ratio over 2**120, not 2**60.
35750         * math/libm-test.inc (hypot_test): Add another test.
35752         * math/libm-test.inc (clog_test): Use
35753         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35754         (clog10_test): Likewise.
35756         [BZ #6778]
35757         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35759 2012-11-22  Andreas Schwab  <schwab@suse.de>
35761         * sysdeps/i386/fpu/libm-test-ulps: Update.
35763 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35765         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35766         printf output with newline.
35768 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35770         [BZ #14865]
35771         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35772         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35773         -z nodlopen, -z initfirst and -z execstack support.
35774         * configure: Regenerated.
35776         * elf/elf.h (DF_1_NODIRECT): New macro.
35777         (DF_1_IGNMULDEF): Likewise.
35778         (DF_1_NOKSYMS): Likewise.
35779         (DF_1_NOHDR): Likewise.
35780         (DF_1_EDITED): Likewise.
35781         (DF_1_NORELOC): Likewise.
35782         (DF_1_SYMINTPOSE): Likewise.
35783         (DF_1_GLOBAUDIT): Likewise.
35784         (DF_1_SINGLETON): Likewise.
35785         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35786         DT_1_SUPPORTED_MASK bits.
35787         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35789 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35791         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35793 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35795         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35796         macro.
35798         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35799         (sendmmsg): Move declarations...
35800         * socket/sys/socket.h: ... here.
35801         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35802         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35803         include it from...
35804         * socket/recvmmsg.c: ... this new file.
35805         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35806         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35807         definition of __sendmmsg hidden.
35808         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35809         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35810         Move ENOSYS stub into and include it from...
35811         * socket/sendmmsg.c: ... this new file.
35812         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35813         (sysdep_routines): Move recvmmsg and sendmmsg...
35814         * socket/Makefile (routines): ... here.
35815         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35816         (GLIBC_PRIVATE): Add __sendmmsg.
35817         * include/sys/socket.h (__sendmmsg): Add declarations.
35818         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35819         sendmmsg.
35821 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35823         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35824         variable I1 with __attribute__ ((unused)).
35825         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35827 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35829         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35830         DUMMY variables with __attribute__ ((unused)).
35832         * bits/byteswap.h: Include <bits/types.h>.
35833         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35835 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35837         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35838         string_t.  Do not manually set errno.
35839         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35840         length with __strnlen.  Make sure to both set errno and return it on
35841         failure.
35843 2012-11-19  David S. Miller  <davem@davemloft.net>
35845         With help from Joseph Myers.
35846         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35847         very large arguments properly.
35848         * math/libm-test.inc (atan_test): New tests.
35849         (atan2_test): New tests.
35850         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35851         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35853 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35855         [BZ #14856]
35856         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35857         Define to 3.
35859         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35860         [POSIX] (EADDRNOTAVAIL): Likewise.
35861         [POSIX] (EAFNOSUPPORT): Likewise.
35862         [POSIX] (EALREADY): Likewise.
35863         [POSIX] (ECONNABORTED): Likewise.
35864         [POSIX] (ECONNREFUSED): Likewise.
35865         [POSIX] (ECONNRESET): Likewise.
35866         [POSIX] (EDESTADDRREQ): Likewise.
35867         [POSIX] (EDQUOT): Likewise.
35868         [POSIX] (EHOSTUNREACH): Likewise.
35869         [POSIX] (EIDRM): Likewise.
35870         [POSIX] (EISCONN): Likewise.
35871         [POSIX] (ELOOP): Likewise.
35872         [POSIX] (EMULTIHOP): Likewise.
35873         [POSIX] (ENETDOWN): Likewise.
35874         [POSIX] (ENETUNREACH): Likewise.
35875         [POSIX] (ENOBUFS): Likewise.
35876         [POSIX] (ENODATA): Likewise.
35877         [POSIX] (ENOLINK): Likewise.
35878         [POSIX] (ENOMSG): Likewise.
35879         [POSIX] (ENOPROTOOPT): Likewise.
35880         [POSIX] (ENOSR): Likewise.
35881         [POSIX] (ENOSTR): Likewise.
35882         [POSIX] (ENOTCONN): Likewise.
35883         [POSIX] (ENOTSOCK): Likewise.
35884         [POSIX] (EOPNOTSUPP): Likewise.
35885         [POSIX] (EOVERFLOW): Likewise.
35886         [POSIX] (EPROTO): Likewise.
35887         [POSIX] (EPROTONOSUPPORT): Likewise.
35888         [POSIX] (EPROTOTYPE): Likewise.
35889         [POSIX] (ESTALE): Likewise.
35890         [POSIX] (ETIME): Likewise.
35891         [POSIX] (ETXTBSY): Likewise.
35892         [POSIX] (EWOULDBLOCK): Likewise.
35893         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35894         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35895         [POSIX] (SEEK_CUR): Likewise.
35896         [POSIX] (SEEK_END): Likewise.
35897         [POSIX || UNIX98] (mode_t): Do not require.
35898         [POSIX] (off_t): Likewise.
35899         [POSIX] (pid_t): Likewise.
35900         [POSIX] (sys/stat.h): Do not allow header.
35901         [POSIX] (unistd.h): Likewise.
35902         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35903         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35904         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35905         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35906         require.
35907         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35908         sigevent): Specify elements.
35909         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35910         entry.
35911         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35912         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35914         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35915         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35916         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35917         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35918         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35919         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35920         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35921         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35922         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35923         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35924         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35925         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35926         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35927         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35928         Likewise.
35929         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35930         Likewise.
35931         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35932         Likewise.
35933         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35934         Likewise.
35935         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35936         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35937         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35938         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35939         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35940         Specify lower bound on value.
35941         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35942         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35943         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35944         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35945         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35946         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35947         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35948         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35949         value.
35950         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35951         as optional.
35952         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35953         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35954         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35955         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35956         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35957         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35958         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35959         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35960         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35961         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35962         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35963         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35964         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35965         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35966         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35967         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35968         entry.
35969         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35970         optional.
35971         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35972         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35973         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35974         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35975         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35976         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35977         Likewise.
35978         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35979         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35980         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35981         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35982         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35983         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35984         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35985         as optional.
35986         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35987         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35988         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35989         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35990         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35991         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35992         specify as optional.
35993         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35994         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35995         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35996         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35997         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35998         [XPG3] (NL_LANGMAX): Likewise.
35999         [POSIX || XPG3] (NL_MSGMAX): Likewise.
36000         [POSIX || XPG3] (NL_NMAX): Likewise.
36001         [POSIX || XPG3] (NL_SETMAX): Likewise.
36002         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
36003         [XPG3] (NZERO): Likewise.
36004         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
36005         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
36006         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
36007         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
36008         (REG_ERANGE): Expect.
36009         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
36010         optional-constant.
36011         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
36012         Use (void) in prototype.
36013         [POSIX] (*_t): Allow.
36014         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
36015         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
36016         (WRDE_BADVAL): Expect.
36018         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
36019         expect.
36020         [XPG3 || XPG4] (O_RSYNC): Likewise.
36021         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
36022         Likewise.
36023         [XPG3 || XPG4] (pthread_sigmask): Likewise.
36024         [XPG3 || XPG4] (sigqueue): Likewise.
36025         [XPG3 || XPG4] (sigtimedwait): Likewise.
36026         [XPG3 || XPG4] (sigwaitinfo): Likewise.
36027         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
36028         [XPG3 || XPG4] (vsnprintf): Likewise.
36029         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
36030         Likewise.
36031         [XPG3 || XPG4] (blksize_t): Likewise.
36032         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
36033         Likewise.
36034         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
36035         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
36036         [XPG3 || XPG4] (struct itimerspec): Likewise.
36037         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
36038         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
36039         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
36040         [XPG3 || XPG4] (clockid_t): Likewise.
36041         [XPG3 || XPG4] (timer_t): Likewise.
36042         [XPG3 || XPG4] (clock_getres): Likewise.
36043         [XPG3 || XPG4] (clock_gettime): Likewise.
36044         [XPG3 || XPG4] (clock_settime): Likewise.
36045         [XPG3 || XPG4] (nanosleep): Likewise.
36046         [XPG3 || XPG4] (timer_create): Likewise.
36047         [XPG3 || XPG4] (timer_delete): Likewise.
36048         [XPG3 || XPG4] (timer_gettime): Likewise.
36049         [XPG3 || XPG4] (timer_getoverrun): Likewise.
36050         [XPG3 || XPG4] (timer_settime): Likewise.
36051         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
36052         [XPG3 || XPG4] (getlogin_r): Likewise.
36053         [XPG3 || XPG4] (pread): Likewise.
36054         [XPG3 || XPG4] (pthread_atfork): Likewise.
36055         [XPG3 || XPG4] (pwrite): Likewise.
36057         [BZ #14835]
36058         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
36059         <bits/siginfo.h>.
36061 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36063         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
36064         finalizing MALLSTREAM.
36066         * sysdeps/mach/hurd/syncfs.c: New file.
36068 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
36070         [BZ #14719]
36071         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
36072         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
36073         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
36074         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
36075         (_nss_dns_gethostbyname4_r): Likewise.
36076         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
36077         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
36079 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
36081         [BZ #13763]
36082         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
36084 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
36086         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
36087         * elf/cache.c (print_entry): Print ",AArch64" for
36088         FLAG_AARCH64_LIB64
36090         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
36091         * elf/cache.c (print_entry): Print ",hard-float" for
36092         FLAG_ARM_LIBHF.
36094 2012-11-18  David S. Miller  <davem@davemloft.net>
36096         With help from Joseph Myers.
36097         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
36098         cutoff to 2**-13.
36099         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
36100         cutoff to 2**-25.
36101         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
36102         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
36103         small.
36104         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
36105         * math/libm-test.inc (y0_test): New tests.
36106         (y1_test): New tests.
36107         * sysdeps/i386/fpu/libm-test-ulps: Update.
36108         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36109         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36111 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
36113         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
36114         64-bit targets.
36115         * configure: Regenerated.
36117 2012-11-17  David S. Miller  <davem@davemloft.net>
36119         [BZ #14811]
36120         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
36121         nonzero exponents with absolute value below 0x1p-128 to +/-
36122         0x1p-128.
36124 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
36126         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36128         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36130         * posix/getconf-speclist.c: New file.
36131         * posix/posix-envs.def: Likewise.
36132         * posix/confstr.c (START_ENV_GROUP): New macro.
36133         (END_ENV_GROUP): Likewise.
36134         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36135         (KNOWN_PRESENT_ENV_STRING): Likewise.
36136         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36137         (UNKNOWN_ENVIRONMENT): Likewise.
36138         (confstr): Include posix-envs.def instead of handling
36139         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36140         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36141         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36142         (END_ENV_GROUP): Likewise.
36143         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36144         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36145         (UNKNOWN_ENVIRONMENT): Likewise.
36146         (__sysconf): Include posix-envs.def instead of handling associated
36147         cases directly here.
36148         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36149         preprocessing getconf-speclist.c rather than running getconf or
36150         generating empty file.
36152 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
36154         * scripts/check-local-headers.sh: Ignore 'mach' headers.
36156 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
36158         [BZ #14672]
36159         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36161 2012-11-16  David S. Miller  <davem@davemloft.net>
36163         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36164         smaller than LDBL_EPSILON/2.0L, just return xm1.
36166 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
36168         * elf/tst-array1.c (init): Set constructor priority to 1000.
36169         (fini): Set destructor priority to 1000.
36170         * elf/tst-array2dep.c: Likewise.
36172 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36174         [BZ #11741]
36175         * libio/fileops.c (_IO_new_file_write): Correctly return error.
36176         (_IO_new_file_xsputn): Also return EOF if none of the input
36177         data was written when overflow failed.
36178         * libio/iopadn.c (_IO_padn): Likewise.
36179         * libio/iowpadn.c (_IO_wpadn): Likewise.
36180         * stdio-common/tst-put-error.c: Add copyright notice.
36181         (do_test): Add case for printing padded string.
36182         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36183         _IO_padn returned error.
36184         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36185         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36186         return EOF.
36188 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36190         * libio/libioP.h: Add comment note that the references to C++
36191         bits are now obsolete.
36193 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36195         * math/libm-test.inc (check_complex): Use asprintf.
36197 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
36199         * debug/pcprofiledump.c (print_version): Update copyright year.
36200         * malloc/memusagestat.c (print_version): Likewise.
36202 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
36204         [BZ #14831]
36205         * elf/Makefile (tests): Add tst-audit8.
36206         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36207         ($(objpfx)tst-audit8.out): New target.
36208         (tst-audit8-ENV): New variable.
36209         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36210         audit if l_reloc_result is NULL.
36211         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36212         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36213         * elf/tst-audit8.c: New file.
36215 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36217         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36218         * misc/Makefile (CFLAGS-select.c): Define.
36219         * posix/Makefile (CFLAGS-pause.c): Define.
36221 2012-11-13  David S. Miller  <davem@davemloft.net>
36223         * crypt/Makefile: Move test targets after toplevel Rules
36224         inclusion.  Grab any necessary sysdep routines when linking.
36225         * crypt/md5.c (md5_process_block): Remove define, we will always
36226         name it __md5_process_block.
36227         (md5_finish_ctx): Update md5_process_block call.
36228         (md5_stream): Likewise.
36229         (md5_process_bytes): Likewise.
36230         (md5_process_block): Rename to __md5_process_block and move to ...
36231         * crypt/md5-block.c: ... here.
36232         * crypt/sha256.c (sha256_process_block): Move to ...
36233         * crypt/sha256-block.c: ... here.
36234         * crypt/sha512.c (sha512_process_block): Move to ...
36235         * crypt/sha512-block.c: ... here.
36236         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36237         path.
36238         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36239         * sysdeps/sparc/sparc64/multiarch/Makefile
36240         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36241         crypt subdir.
36242         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36243         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36244         multiarch changes.
36245         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36246         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36247         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36248         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36249         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36250         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36251         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36252         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36253         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36254         file.
36255         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36256         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36257         file.
36258         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36260 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36262         * timezone/tzselect.ksh: Update from tzcode git revision
36263         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36264         * timezone/zdump.c: Likewise.
36265         * timezone/zic.c: Likewise.
36266         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36267         in TZVERSION setting, not $(PKGVERSION).
36268         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36269         REPORT_BUGS_TO settings.
36271         [BZ #14838]
36272         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36273         macro.
36275 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36277         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36278         detection to immediately after _FP_ROUND().
36279         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36280         bits are 0.
36282 2012-11-11  David S. Miller  <davem@davemloft.net>
36284         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36285         inttypes.h
36286         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36287         __close rather than their public counterparts.
36289 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36291         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36292         file.
36293         [UNIX98] (sem_timedwait): Do not expect.
36294         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36295         [XPG4 || UNIX98] (sockatmark): Do not expect.
36296         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36297         (clock_getcpuclockid): Do not expect.
36298         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36299         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36300         Do not expect.
36301         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36302         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36303         [UNIX98] (vwscanf): Likewise.
36304         [UNIX98] (vswscanf): Likewise.
36306 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36308         * timezone/version.h: Remove file.
36309         * timezone/README: Do not refer to version.h.
36310         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36311         $(objpfx)version.h.
36312         ($(objpfx)zdump.o): Likewise.
36313         ($(objpfx)version.h): New target.
36315         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36316         2012i.
36317         * timezone/README: Don't mention modification to tzselect.ksh.
36318         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36319         work on unmodified tzselect.ksh.  Substitute version numbers in
36320         tzselect.ksh.
36322         * Makefile (format-me): Remove.
36323         (INSTALL): Adjust indentation.  Use commands directly instead of
36324         using $(format-me).
36326         * aclocal.m4 (ACX_PKGVERSION): New macro.
36327         (ACX_BUGURL): Likewise.
36328         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36329         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36330         (REPORT_BUGS_TO): Likewise.
36331         * configure: Regenerated.
36332         * config.h.in (PKGVERSION): New macro.
36333         (REPORT_BUGS_TO): Likewise.
36334         * config.make.in (PKGVERSION): New variable.
36335         (PKGVERSION_TEXI): Likewise.
36336         (REPORT_BUGS_TO): Likewise.
36337         (REPORT_BUGS_TEXI): Likewise.
36338         * Makefile (format-me): Use -I$(common-objpfx)manual.
36339         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36340         ($(common-objpfx)manual/%): New target.
36341         (manual/%): Remove target.
36342         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36343         (print_version): Use PKGVERSION.
36344         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36345         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36346         and REPORT_BUGS_TO.
36347         ($(objpfx)xtrace): Likewise.
36348         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36349         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36350         (print_version): Use PKGVERSION.
36351         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36352         (do_version): Use PKGVERSION.
36353         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36354         REPORT_BUGS_TO.
36355         (common-ldd-rewrite): Likewise.
36356         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36357         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36358         (print_version): Use PKGVERSION.
36359         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36360         * elf/pldd.c (argp_program_bug_address): Remove variable.
36361         (more_help): New function.
36362         (argp): Use more_help.
36363         (print_version): Use PKGVERSION.
36364         * elf/sln.c (main): Use PKGVERSION.
36365         (usage): Use REPORT_BUGS_TO.
36366         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36367         (top level): Use PKGVERSION.
36368         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36369         (print_version): Use PKGVERSION.
36370         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36371         (print_version): Use PKGVERSION.
36372         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36373         (print_version): Use PKGVERSION.
36374         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36375         (print_version): Use PKGVERSION.
36376         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36377         (print_version): Use PKGVERSION.
36378         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36379         (print_version): Use PKGVERSION.
36380         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36381         and BUGURL.
36382         ($(objpfx)memusage): Likewise.
36383         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36384         (do_version): Use PKGVERSION.
36385         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36386         (print_version): Use PKGVERSION.
36387         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36388         ($PKGVERSION): New variable.
36389         ($REPORT_BUGS_TO): Likewise.
36390         (usage): Use $REPORT_BUGS_TO.
36391         (top level): Use $PKGVERSION.
36392         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36393         ($(objpfx)pkgvers.texi): New rule.
36394         ($(objpfx)stamp-pkgvers): Likewise.
36395         * manual/install.texi: Include pkgvers.texi.
36396         (--with-pkgversion): Document new configure option.
36397         (--with-bugurl): Likewise.
36398         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36399         than necessarily for this particular distribution.  Use
36400         REPORT_BUGS_TO for where to report bugs.
36401         * INSTALL: Regenerated.
36402         * manual/libc.texinfo: Include pkgvers.texi.
36403         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36404         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36405         (print_version): Use PKGVERSION.
36406         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36407         (print_version): Use PKGVERSION.
36408         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36409         (print_version): Use PKGVERSION.
36410         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36411         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36412         macro.
36413         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36414         (print_version): Use PKGVERSION.
36415         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36416         (print_version): Use PKGVERSION.
36417         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36418         and PKGVERSION.
36420         * timezone/checktab.awk: Update from tzcode 2012i.
36421         * timezone/ialloc.c: Likewise.
36422         * timezone/private.h: Likewise.
36423         * timezone/scheck.c: Likewise.
36424         * timezone/tzfile.h: Likewise.
36425         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36426         (TZVERSION): Hardcode tzcode version number.
36427         * timezone/zdump.c: Update from tzcode 2012i.
36428         * timezone/zic.c: Likewise.
36429         * timezone/version.h: New file.
36430         * timezone/README: Describe version.h.  Update upstream location.
36432         [BZ #14824]
36433         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36434         (mktemp): Enable declaration.
36435         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36436         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36437         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36438         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36439         Likewise.
36440         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36441         Likewise.
36442         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36443         Likewise.
36444         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36445         Likewise.
36446         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36447         Likewise.
36448         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36449         Likewise.
36451         [BZ #14821]
36452         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36453         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36454         for copies of such integer values.
36455         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36456         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36458 2012-11-09  Andreas Jaeger  <aj@suse.de>
36460         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36461         definitions and declarations that are provided by
36462         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36464 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36466         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36467         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36468         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36469         definition.
36471 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36473         * elf/elf.h: Update comment before AArch64 relocations.
36475 2012-11-07  David S. Miller  <davem@davemloft.net>
36477         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36478         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36479         (__start_context): Declare.
36480         (__makecontext_ret): Delete.
36481         (__makecontext): Hook up __start_context instead of
36482         __makecontext_ret.
36483         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36484         (sysdep_routines): Add __start_context when in stdlib.
36486 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36488         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36489         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36490         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36491         hardcoded "nm".
36492         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36493         (READELF): New variable.  Use it instead of hardcoded "readelf".
36495 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36497         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36498         * sysdeps/x86/Makefile: Here.
36499         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36500         * sysdeps/x86/tst-xmmymm.sh: This.
36502 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36504         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36505         expectations.
36506         [UNIX98] (pthread_barrier_t): Do not expect.
36507         [UNIX98] (pthread_barrierattr_t): Likewise.
36508         [UNIX98] (pthread_spinlock_t): Likewise.
36509         [UNIX98] (pthread_barrier_destroy): Likewise.
36510         [UNIX98] (pthread_barrier_init): Likewise.
36511         [UNIX98] (pthread_barrier_wait): Likewise.
36512         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36513         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36514         [UNIX98] (pthread_barrierattr_init): Likewise.
36515         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36516         [UNIX98] (pthread_getcpuclockid): Likewise.
36517         [UNIX98] (pthread_mutex_timedlock): Likewise.
36518         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36519         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36520         [UNIX98] (pthread_sigmask): Likewise.
36521         [UNIX98] (pthread_spin_destroy): Likewise.
36522         [UNIX98] (pthread_spin_init): Likewise.
36523         [UNIX98] (pthread_spin_lock): Likewise.
36524         [UNIX98] (pthread_spin_trylock): Likewise.
36525         [UNIX98] (pthread_spin_unlock): Likewise.
36526         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36527         Do not expect.
36528         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36529         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36530         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36531         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36532         [XPG3 || XPG4] (pthread_key_t): Likewise.
36533         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36534         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36535         [XPG3 || XPG4] (pthread_once_t): Likewise.
36536         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36537         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36538         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36539         [XPG3 || XPG4] (pthread_t): Likewise.
36541         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36542         not expect.
36543         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36545         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36546         Change function return type to int.
36548         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36549         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36550         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36551         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36552         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36553         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36554         [!POSIX] (posix_madvise): Likewise.
36555         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36556         && !UNIX98].
36557         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36558         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36559         (mode_t): Likewise.
36560         (posix_mem_offset): Likewise.
36561         (posix_typed_mem_get_info): Likewise.
36562         (posix_typed_mem_open): Likewise.
36564         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36565         Change condition to [XOPEN2K8].
36567         * conform/conformtest.pl: Preprocess allow-header data with -x c
36568         instead of from stdin.
36569         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36570         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36571         [C99-based standards] (cerfc): Likewise.
36572         [C99-based standards] (cexp2): Likewise.
36573         [C99-based standards] (cexpm1): Likewise.
36574         [C99-based standards] (clog10): Likewise.
36575         [C99-based standards] (clog1p): Likewise.
36576         [C99-based standards] (clog2): Likewise.
36577         [C99-based standards] (clgamma): Likewise.
36578         [C99-based standards] (ctgamma): Likewise.
36579         [C99-based standards] (cerff): Likewise.
36580         [C99-based standards] (cerfcf): Likewise.
36581         [C99-based standards] (cexp2f): Likewise.
36582         [C99-based standards] (cexpm1f): Likewise.
36583         [C99-based standards] (clog10f): Likewise.
36584         [C99-based standards] (clog1pf): Likewise.
36585         [C99-based standards] (clog2f): Likewise.
36586         [C99-based standards] (clgammaf): Likewise.
36587         [C99-based standards] (ctgammaf): Likewise.
36588         [C99-based standards] (cerfl): Likewise.
36589         [C99-based standards] (cerfcl): Likewise.
36590         [C99-based standards] (cexp2l): Likewise.
36591         [C99-based standards] (cexpm1l): Likewise.
36592         [C99-based standards] (clog10l): Likewise.
36593         [C99-based standards] (clog1pl): Likewise.
36594         [C99-based standards] (clog2l): Likewise.
36595         [C99-based standards] (clgammal): Likewise.
36596         [C99-based standards] (ctgammal): Likewise.
36597         * conform/data/inttypes.h-data [C99-based standards]: Include
36598         stdint.h-data.  Remove all expectations for stdint.h contents.
36599         [C99-based standards] (PRI*): Do not allow.
36600         [C99-based standards] (SCN*): Likewise.
36601         [C99-based standards] (*_t): Likewise.
36602         [C99-based-standards] (PRId8): Expect macro.
36603         [C99-based-standards] (PRIi8): Likewise.
36604         [C99-based-standards] (PRIo8): Likewise.
36605         [C99-based-standards] (PRIu8): Likewise.
36606         [C99-based-standards] (PRIx8): Likewise.
36607         [C99-based-standards] (PRIX8): Likewise.
36608         [C99-based-standards] (SCNd8): Likewise.
36609         [C99-based-standards] (SCNi8): Likewise.
36610         [C99-based-standards] (SCNo8): Likewise.
36611         [C99-based-standards] (SCNu8): Likewise.
36612         [C99-based-standards] (SCNx8): Likewise.
36613         [C99-based-standards] (PRIdLEAST8): Likewise.
36614         [C99-based-standards] (PRIiLEAST8): Likewise.
36615         [C99-based-standards] (PRIoLEAST8): Likewise.
36616         [C99-based-standards] (PRIuLEAST8): Likewise.
36617         [C99-based-standards] (PRIxLEAST8): Likewise.
36618         [C99-based-standards] (PRIXLEAST8): Likewise.
36619         [C99-based-standards] (SCNdLEAST8): Likewise.
36620         [C99-based-standards] (SCNiLEAST8): Likewise.
36621         [C99-based-standards] (SCNoLEAST8): Likewise.
36622         [C99-based-standards] (SCNuLEAST8): Likewise.
36623         [C99-based-standards] (SCNxLEAST8): Likewise.
36624         [C99-based-standards] (PRIdFAST8): Likewise.
36625         [C99-based-standards] (PRIiFAST8): Likewise.
36626         [C99-based-standards] (PRIoFAST8): Likewise.
36627         [C99-based-standards] (PRIuFAST8): Likewise.
36628         [C99-based-standards] (PRIxFAST8): Likewise.
36629         [C99-based-standards] (PRIXFAST8): Likewise.
36630         [C99-based-standards] (SCNdFAST8): Likewise.
36631         [C99-based-standards] (SCNiFAST8): Likewise.
36632         [C99-based-standards] (SCNoFAST8): Likewise.
36633         [C99-based-standards] (SCNuFAST8): Likewise.
36634         [C99-based-standards] (SCNxFAST8): Likewise.
36635         [C99-based-standards] (PRId16): Likewise.
36636         [C99-based-standards] (PRIi16): Likewise.
36637         [C99-based-standards] (PRIo16): Likewise.
36638         [C99-based-standards] (PRIu16): Likewise.
36639         [C99-based-standards] (PRIx16): Likewise.
36640         [C99-based-standards] (PRIX16): Likewise.
36641         [C99-based-standards] (SCNd16): Likewise.
36642         [C99-based-standards] (SCNi16): Likewise.
36643         [C99-based-standards] (SCNo16): Likewise.
36644         [C99-based-standards] (SCNu16): Likewise.
36645         [C99-based-standards] (SCNx16): Likewise.
36646         [C99-based-standards] (PRIdLEAST16): Likewise.
36647         [C99-based-standards] (PRIiLEAST16): Likewise.
36648         [C99-based-standards] (PRIoLEAST16): Likewise.
36649         [C99-based-standards] (PRIuLEAST16): Likewise.
36650         [C99-based-standards] (PRIxLEAST16): Likewise.
36651         [C99-based-standards] (PRIXLEAST16): Likewise.
36652         [C99-based-standards] (SCNdLEAST16): Likewise.
36653         [C99-based-standards] (SCNiLEAST16): Likewise.
36654         [C99-based-standards] (SCNoLEAST16): Likewise.
36655         [C99-based-standards] (SCNuLEAST16): Likewise.
36656         [C99-based-standards] (SCNxLEAST16): Likewise.
36657         [C99-based-standards] (PRIdFAST16): Likewise.
36658         [C99-based-standards] (PRIiFAST16): Likewise.
36659         [C99-based-standards] (PRIoFAST16): Likewise.
36660         [C99-based-standards] (PRIuFAST16): Likewise.
36661         [C99-based-standards] (PRIxFAST16): Likewise.
36662         [C99-based-standards] (PRIXFAST16): Likewise.
36663         [C99-based-standards] (SCNdFAST16): Likewise.
36664         [C99-based-standards] (SCNiFAST16): Likewise.
36665         [C99-based-standards] (SCNoFAST16): Likewise.
36666         [C99-based-standards] (SCNuFAST16): Likewise.
36667         [C99-based-standards] (SCNxFAST16): Likewise.
36668         [C99-based-standards] (PRId32): Likewise.
36669         [C99-based-standards] (PRIi32): Likewise.
36670         [C99-based-standards] (PRIo32): Likewise.
36671         [C99-based-standards] (PRIu32): Likewise.
36672         [C99-based-standards] (PRIx32): Likewise.
36673         [C99-based-standards] (PRIX32): Likewise.
36674         [C99-based-standards] (SCNd32): Likewise.
36675         [C99-based-standards] (SCNi32): Likewise.
36676         [C99-based-standards] (SCNo32): Likewise.
36677         [C99-based-standards] (SCNu32): Likewise.
36678         [C99-based-standards] (SCNx32): Likewise.
36679         [C99-based-standards] (PRIdLEAST32): Likewise.
36680         [C99-based-standards] (PRIiLEAST32): Likewise.
36681         [C99-based-standards] (PRIoLEAST32): Likewise.
36682         [C99-based-standards] (PRIuLEAST32): Likewise.
36683         [C99-based-standards] (PRIxLEAST32): Likewise.
36684         [C99-based-standards] (PRIXLEAST32): Likewise.
36685         [C99-based-standards] (SCNdLEAST32): Likewise.
36686         [C99-based-standards] (SCNiLEAST32): Likewise.
36687         [C99-based-standards] (SCNoLEAST32): Likewise.
36688         [C99-based-standards] (SCNuLEAST32): Likewise.
36689         [C99-based-standards] (SCNxLEAST32): Likewise.
36690         [C99-based-standards] (PRIdFAST32): Likewise.
36691         [C99-based-standards] (PRIiFAST32): Likewise.
36692         [C99-based-standards] (PRIoFAST32): Likewise.
36693         [C99-based-standards] (PRIuFAST32): Likewise.
36694         [C99-based-standards] (PRIxFAST32): Likewise.
36695         [C99-based-standards] (PRIXFAST32): Likewise.
36696         [C99-based-standards] (SCNdFAST32): Likewise.
36697         [C99-based-standards] (SCNiFAST32): Likewise.
36698         [C99-based-standards] (SCNoFAST32): Likewise.
36699         [C99-based-standards] (SCNuFAST32): Likewise.
36700         [C99-based-standards] (SCNxFAST32): Likewise.
36701         [C99-based-standards] (PRId64): Likewise.
36702         [C99-based-standards] (PRIi64): Likewise.
36703         [C99-based-standards] (PRIo64): Likewise.
36704         [C99-based-standards] (PRIu64): Likewise.
36705         [C99-based-standards] (PRIx64): Likewise.
36706         [C99-based-standards] (PRIX64): Likewise.
36707         [C99-based-standards] (SCNd64): Likewise.
36708         [C99-based-standards] (SCNi64): Likewise.
36709         [C99-based-standards] (SCNo64): Likewise.
36710         [C99-based-standards] (SCNu64): Likewise.
36711         [C99-based-standards] (SCNx64): Likewise.
36712         [C99-based-standards] (PRIdLEAST64): Likewise.
36713         [C99-based-standards] (PRIiLEAST64): Likewise.
36714         [C99-based-standards] (PRIoLEAST64): Likewise.
36715         [C99-based-standards] (PRIuLEAST64): Likewise.
36716         [C99-based-standards] (PRIxLEAST64): Likewise.
36717         [C99-based-standards] (PRIXLEAST64): Likewise.
36718         [C99-based-standards] (SCNdLEAST64): Likewise.
36719         [C99-based-standards] (SCNiLEAST64): Likewise.
36720         [C99-based-standards] (SCNoLEAST64): Likewise.
36721         [C99-based-standards] (SCNuLEAST64): Likewise.
36722         [C99-based-standards] (SCNxLEAST64): Likewise.
36723         [C99-based-standards] (PRIdFAST64): Likewise.
36724         [C99-based-standards] (PRIiFAST64): Likewise.
36725         [C99-based-standards] (PRIoFAST64): Likewise.
36726         [C99-based-standards] (PRIuFAST64): Likewise.
36727         [C99-based-standards] (PRIxFAST64): Likewise.
36728         [C99-based-standards] (PRIXFAST64): Likewise.
36729         [C99-based-standards] (SCNdFAST64): Likewise.
36730         [C99-based-standards] (SCNiFAST64): Likewise.
36731         [C99-based-standards] (SCNoFAST64): Likewise.
36732         [C99-based-standards] (SCNuFAST64): Likewise.
36733         [C99-based-standards] (SCNxFAST64): Likewise.
36734         [C99-based-standards] (PRIdMAX): Likewise.
36735         [C99-based-standards] (PRIiMAX): Likewise.
36736         [C99-based-standards] (PRIoMAX): Likewise.
36737         [C99-based-standards] (PRIuMAX): Likewise.
36738         [C99-based-standards] (PRIxMAX): Likewise.
36739         [C99-based-standards] (PRIXMAX): Likewise.
36740         [C99-based-standards] (SCNdMAX): Likewise.
36741         [C99-based-standards] (SCNiMAX): Likewise.
36742         [C99-based-standards] (SCNoMAX): Likewise.
36743         [C99-based-standards] (SCNuMAX): Likewise.
36744         [C99-based-standards] (SCNxMAX): Likewise.
36745         [C99-based-standards] (PRIdPTR): Likewise.
36746         [C99-based-standards] (PRIiPTR): Likewise.
36747         [C99-based-standards] (PRIoPTR): Likewise.
36748         [C99-based-standards] (PRIuPTR): Likewise.
36749         [C99-based-standards] (PRIxPTR): Likewise.
36750         [C99-based-standards] (PRIXPTR): Likewise.
36751         [C99-based-standards] (SCNdPTR): Likewise.
36752         [C99-based-standards] (SCNiPTR): Likewise.
36753         [C99-based-standards] (SCNoPTR): Likewise.
36754         [C99-based-standards] (SCNuPTR): Likewise.
36755         [C99-based-standards] (SCNxPTR): Likewise.
36756         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36757         allow.
36758         * conform/data/stdint.h-data: Update comments to clarify
36759         requirements.
36760         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36761         type.
36762         [C99-based standards] (INT8_MAX): Likewise.
36763         [C99-based standards] (INT16_MIN): Likewise.
36764         [C99-based standards] (INT16_MAX): Likewise.
36765         [C99-based standards] (INT32_MIN): Likewise.
36766         [C99-based standards] (INT32_MAX): Likewise.
36767         [C99-based standards] (INT64_MIN): Likewise.
36768         [C99-based standards] (INT64_MAX): Likewise.
36769         [C99-based standards] (UINT8_MAX): Likewise.
36770         [C99-based standards] (UINT16_MAX): Likewise.
36771         [C99-based standards] (UINT32_MAX): Likewise.
36772         [C99-based standards] (UINT64_MAX): Likewise.
36773         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36774         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36775         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36776         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36777         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36778         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36779         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36780         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36781         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36782         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36783         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36784         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36785         [C99-based standards] (INT_FAST8_MIN): Likewise.
36786         [C99-based standards] (INT_FAST8_MAX): Likewise.
36787         [C99-based standards] (INT_FAST16_MIN): Likewise.
36788         [C99-based standards] (INT_FAST16_MAX): Likewise.
36789         [C99-based standards] (INT_FAST32_MIN): Likewise.
36790         [C99-based standards] (INT_FAST32_MAX): Likewise.
36791         [C99-based standards] (INT_FAST64_MIN): Likewise.
36792         [C99-based standards] (INT_FAST64_MAX): Likewise.
36793         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36794         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36795         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36796         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36797         [C99-based standards] (INTPTR_MIN): Likewise.
36798         [C99-based standards] (INTPTR_MAX): Likewise.
36799         [C99-based standards] (UINTPTR_MAX): Likewise.
36800         [C99-based standards] (INTMAX_MIN): Likewise.
36801         [C99-based standards] (INTMAX_MAX): Likewise.
36802         [C99-based standards] (UINTMAX_MAX): Likewise.
36803         [C99-based standards] (PTRDIFF_MIN): Likewise.
36804         [C99-based standards] (PTRDIFF_MAX): Likewise.
36805         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36806         [C99-based standards] (SIZE_MAX): Likewise.
36807         [C99-based standards] (WCHAR_MAX): Likewise.
36808         [C99-based standards] (WINT_MAX): Likewise.
36809         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36810         constraint on value.
36811         [C99-based standards] (WCHAR_MIN): Likewise.
36812         [C99-based standards] (WINT_MIN): Likewise.
36813         [C99-based standards] (*_t): Allow.
36814         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36815         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36816         Include math.h-data and complex.h-data.  Remove all expectations
36817         of math.h and complex.h contents.
36818         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36819         at end of line.
36820         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36821         (struct tm): Expect tag.
36822         [C99-based-standards] (wcstof): Expect function.
36823         [C99-based-standards] (wcstold): Likewise.
36824         [C99-based-standards] (wcstoll): Likewise.
36825         [C99-based-standards] (wcstoull): Likewise.
36826         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36827         macro-int-constant.  Specify type.
36828         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36829         constraint on value.
36830         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36831         Specify type.
36832         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36833         Specify value.
36834         [ISO C standards]: Do not allow headers.
36835         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36836         wcs[abcdefghijklmnopqrstuvwxyz]*.
36837         [ISO C standards] (*_t): Do not allow.
36838         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36839         Expect function.
36840         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36841         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36842         Specify type.
36843         [ISO C standards]: Do not allow headers.
36844         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36845         is[abcdefghijklmnopqrstuvwxyz]*.
36846         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36847         to[abcdefghijklmnopqrstuvwxyz]*.
36848         [ISO C standards] (*_t): Do not allow.
36849         * conform/data/stdalign.h-data: New file.
36850         * conform/data/stdbool.h-data: Likewise.
36851         * conform/data/stdnoreturn.h-data: Likewise.
36853 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36855         [BZ #14815]
36856         * manual/filesys.texi (Directory Entries): Typo fix.
36857         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36859 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36861         * elf/elf.h (EM_AARCH64): New macro.
36862         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36863         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36864         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36865         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36866         (R_AARCH64_TLSDESC): Likewise.
36867         (NT_ARM_TLS): Likewise.
36868         (NT_ARM_HW_BREAK): Likewise.
36869         (NT_ARM_HW_WATCH): Likewise.
36871 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36873         [BZ #14811]
36874         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36875         (__ieee754_powl): Saturate nonzero exponents with absolute value
36876         below 0x1p-79 to +/- 0x1p-79.
36877         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36878         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36879         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36880         nonzero exponents with absolute value below 0x1p-32 to +/-
36881         0x1p-32.
36882         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36883         (__ieee754_powl): Saturate nonzero exponents with absolute value
36884         below 0x1p-79 to +/- 0x1p-79.
36885         * math/libm-test.inc (pow_test): Add more tests.
36887 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36889         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36890         _dl_s390_cap_flags with kernel. Increase string length.
36891         (_dl_s390_platforms): Add z196 and zEC12.
36893 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36895         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36896         Change XOPEN21K to XOPEN2K.
36898 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36900         * string/memmove.c: Use memcpy when possible.
36902 2012-11-06  Andreas Jaeger  <aj@suse.de>
36904         * po/eo.po: Update from translation team.
36906 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36908         [BZ #14793]
36909         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36910         exponent and small x and y exponents, scale x or y up.  Increase
36911         by 2 the exponent used in scaling up.
36912         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36913         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36914         * math/libm-test.inc (fma_test): Add more tests.
36915         (fma_test_towardzero): Likewise.
36916         (fma_test_downward): Likewise.
36917         (fma_test_upward): Likewise.
36919 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36921         [BZ #14805]
36922         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36923         fenv_t *.
36925         [BZ #14801]
36926         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36927         namespace for names of struct fields.
36928         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36929         fenv_t fields.
36930         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36931         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36933 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36935         [BZ #3665]
36936         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36938 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36940         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36941         PTR_DEMANGLE.
36943         [BZ #5246]
36944         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36945         PTR_DEMANGLE.
36947 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36949         [BZ #14797]
36950         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36951         definitely overflow as x * y not x * y + z.
36952         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36953         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36954         * math/libm-test.inc (fma_test): Add more tests.
36955         (fma_test_towardzero): Likewise.
36956         (fma_test_downward): Likewise.
36957         (fma_test_upward): Likewise.
36959 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36961         [BZ #157]
36963         * include/stub-tag.h: Remove file.
36964         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36965         '#include' of it.
36966         * manual/maint.texi (Porting): Don't reference it.
36967         * Makerules ($(objpfx)stubs): Likewise.
36968         * dirent/closedir.c: Don't include <stub-tag.h>.
36969         * dirent/dirfd.c: Likewise.
36970         * dirent/fdopendir.c: Likewise.
36971         * dirent/getdents.c: Likewise.
36972         * dirent/getdents64.c: Likewise.
36973         * dirent/opendir.c: Likewise.
36974         * dirent/readdir.c: Likewise.
36975         * dirent/readdir64.c: Likewise.
36976         * dirent/readdir64_r.c: Likewise.
36977         * dirent/readdir_r.c: Likewise.
36978         * dirent/rewinddir.c: Likewise.
36979         * dirent/seekdir.c: Likewise.
36980         * dirent/telldir.c: Likewise.
36981         * gmon/profil.c: Likewise.
36982         * grp/setgroups.c: Likewise.
36983         * inet/if_index.c: Likewise.
36984         * io/access.c: Likewise.
36985         * io/chdir.c: Likewise.
36986         * io/chmod.c: Likewise.
36987         * io/chown.c: Likewise.
36988         * io/close.c: Likewise.
36989         * io/dup.c: Likewise.
36990         * io/dup2.c: Likewise.
36991         * io/dup3.c: Likewise.
36992         * io/euidaccess.c: Likewise.
36993         * io/faccessat.c: Likewise.
36994         * io/fchdir.c: Likewise.
36995         * io/fchmod.c: Likewise.
36996         * io/fchmodat.c: Likewise.
36997         * io/fchown.c: Likewise.
36998         * io/fchownat.c: Likewise.
36999         * io/fcntl.c: Likewise.
37000         * io/flock.c: Likewise.
37001         * io/fstatfs.c: Likewise.
37002         * io/fstatfs64.c: Likewise.
37003         * io/fstatvfs.c: Likewise.
37004         * io/fstatvfs64.c: Likewise.
37005         * io/futimens.c: Likewise.
37006         * io/fxstat.c: Likewise.
37007         * io/fxstat64.c: Likewise.
37008         * io/fxstatat.c: Likewise.
37009         * io/fxstatat64.c: Likewise.
37010         * io/getcwd.c: Likewise.
37011         * io/isatty.c: Likewise.
37012         * io/lchmod.c: Likewise.
37013         * io/lchown.c: Likewise.
37014         * io/link.c: Likewise.
37015         * io/linkat.c: Likewise.
37016         * io/lseek.c: Likewise.
37017         * io/lseek64.c: Likewise.
37018         * io/lxstat64.c: Likewise.
37019         * io/mkdir.c: Likewise.
37020         * io/mkdirat.c: Likewise.
37021         * io/mkfifo.c: Likewise.
37022         * io/mkfifoat.c: Likewise.
37023         * io/open.c: Likewise.
37024         * io/open64.c: Likewise.
37025         * io/openat.c: Likewise.
37026         * io/openat64.c: Likewise.
37027         * io/pipe.c: Likewise.
37028         * io/pipe2.c: Likewise.
37029         * io/poll.c: Likewise.
37030         * io/posix_fadvise.c: Likewise.
37031         * io/posix_fadvise64.c: Likewise.
37032         * io/posix_fallocate.c: Likewise.
37033         * io/posix_fallocate64.c: Likewise.
37034         * io/read.c: Likewise.
37035         * io/readlink.c: Likewise.
37036         * io/readlinkat.c: Likewise.
37037         * io/rmdir.c: Likewise.
37038         * io/sendfile.c: Likewise.
37039         * io/sendfile64.c: Likewise.
37040         * io/statfs.c: Likewise.
37041         * io/statfs64.c: Likewise.
37042         * io/statvfs.c: Likewise.
37043         * io/statvfs64.c: Likewise.
37044         * io/symlink.c: Likewise.
37045         * io/symlinkat.c: Likewise.
37046         * io/ttyname.c: Likewise.
37047         * io/ttyname_r.c: Likewise.
37048         * io/umask.c: Likewise.
37049         * io/unlink.c: Likewise.
37050         * io/unlinkat.c: Likewise.
37051         * io/utime.c: Likewise.
37052         * io/utimensat.c: Likewise.
37053         * io/write.c: Likewise.
37054         * io/xmknod.c: Likewise.
37055         * io/xmknodat.c: Likewise.
37056         * io/xstat.c: Likewise.
37057         * io/xstat64.c: Likewise.
37058         * login/getpt.c: Likewise.
37059         * login/grantpt.c: Likewise.
37060         * login/unlockpt.c: Likewise.
37061         * math/e_acoshl.c: Likewise.
37062         * math/e_acosl.c: Likewise.
37063         * math/e_asinl.c: Likewise.
37064         * math/e_atan2l.c: Likewise.
37065         * math/e_atanhl.c: Likewise.
37066         * math/e_coshl.c: Likewise.
37067         * math/e_expl.c: Likewise.
37068         * math/e_fmodl.c: Likewise.
37069         * math/e_gammal_r.c: Likewise.
37070         * math/e_hypotl.c: Likewise.
37071         * math/e_j0l.c: Likewise.
37072         * math/e_j1l.c: Likewise.
37073         * math/e_jnl.c: Likewise.
37074         * math/e_lgammal_r.c: Likewise.
37075         * math/e_log10l.c: Likewise.
37076         * math/e_log2l.c: Likewise.
37077         * math/e_logl.c: Likewise.
37078         * math/e_powl.c: Likewise.
37079         * math/e_rem_pio2l.c: Likewise.
37080         * math/e_sinhl.c: Likewise.
37081         * math/e_sqrtl.c: Likewise.
37082         * math/fclrexcpt.c: Likewise.
37083         * math/fedisblxcpt.c: Likewise.
37084         * math/feenablxcpt.c: Likewise.
37085         * math/fegetenv.c: Likewise.
37086         * math/fegetexcept.c: Likewise.
37087         * math/fegetround.c: Likewise.
37088         * math/feholdexcpt.c: Likewise.
37089         * math/fesetenv.c: Likewise.
37090         * math/fesetround.c: Likewise.
37091         * math/feupdateenv.c: Likewise.
37092         * math/fgetexcptflg.c: Likewise.
37093         * math/fraiseexcpt.c: Likewise.
37094         * math/fsetexcptflg.c: Likewise.
37095         * math/ftestexcept.c: Likewise.
37096         * math/k_cosl.c: Likewise.
37097         * math/k_rem_pio2l.c: Likewise.
37098         * math/k_sinl.c: Likewise.
37099         * math/k_tanl.c: Likewise.
37100         * math/s_asinhl.c: Likewise.
37101         * math/s_atanl.c: Likewise.
37102         * math/s_cbrtl.c: Likewise.
37103         * math/s_erfl.c: Likewise.
37104         * math/s_expm1l.c: Likewise.
37105         * math/s_log1pl.c: Likewise.
37106         * math/s_tanhl.c: Likewise.
37107         * misc/acct.c: Likewise.
37108         * misc/brk.c: Likewise.
37109         * misc/chflags.c: Likewise.
37110         * misc/chroot.c: Likewise.
37111         * misc/fchflags.c: Likewise.
37112         * misc/fgetxattr.c: Likewise.
37113         * misc/flistxattr.c: Likewise.
37114         * misc/fremovexattr.c: Likewise.
37115         * misc/fsetxattr.c: Likewise.
37116         * misc/fsync.c: Likewise.
37117         * misc/ftruncate.c: Likewise.
37118         * misc/futimes.c: Likewise.
37119         * misc/futimesat.c: Likewise.
37120         * misc/getdomain.c: Likewise.
37121         * misc/getdtsz.c: Likewise.
37122         * misc/gethostid.c: Likewise.
37123         * misc/gethostname.c: Likewise.
37124         * misc/getloadavg.c: Likewise.
37125         * misc/getpagesize.c: Likewise.
37126         * misc/getsysstats.c: Likewise.
37127         * misc/getxattr.c: Likewise.
37128         * misc/gtty.c: Likewise.
37129         * misc/ioctl.c: Likewise.
37130         * misc/lgetxattr.c: Likewise.
37131         * misc/listxattr.c: Likewise.
37132         * misc/llistxattr.c: Likewise.
37133         * misc/lremovexattr.c: Likewise.
37134         * misc/lsetxattr.c: Likewise.
37135         * misc/lutimes.c: Likewise.
37136         * misc/madvise.c: Likewise.
37137         * misc/mincore.c: Likewise.
37138         * misc/mlock.c: Likewise.
37139         * misc/mlockall.c: Likewise.
37140         * misc/mmap.c: Likewise.
37141         * misc/mprotect.c: Likewise.
37142         * misc/msync.c: Likewise.
37143         * misc/munlock.c: Likewise.
37144         * misc/munlockall.c: Likewise.
37145         * misc/munmap.c: Likewise.
37146         * misc/preadv.c: Likewise.
37147         * misc/preadv64.c: Likewise.
37148         * misc/ptrace.c: Likewise.
37149         * misc/pwritev.c: Likewise.
37150         * misc/pwritev64.c: Likewise.
37151         * misc/readv.c: Likewise.
37152         * misc/reboot.c: Likewise.
37153         * misc/remap_file_pages.c: Likewise.
37154         * misc/removexattr.c: Likewise.
37155         * misc/revoke.c: Likewise.
37156         * misc/select.c: Likewise.
37157         * misc/setdomain.c: Likewise.
37158         * misc/setegid.c: Likewise.
37159         * misc/seteuid.c: Likewise.
37160         * misc/sethostid.c: Likewise.
37161         * misc/sethostname.c: Likewise.
37162         * misc/setregid.c: Likewise.
37163         * misc/setreuid.c: Likewise.
37164         * misc/setxattr.c: Likewise.
37165         * misc/sstk.c: Likewise.
37166         * misc/stty.c: Likewise.
37167         * misc/swapoff.c: Likewise.
37168         * misc/swapon.c: Likewise.
37169         * misc/sync.c: Likewise.
37170         * misc/syncfs.c: Likewise.
37171         * misc/syscall.c: Likewise.
37172         * misc/truncate.c: Likewise.
37173         * misc/ualarm.c: Likewise.
37174         * misc/usleep.c: Likewise.
37175         * misc/ustat.c: Likewise.
37176         * misc/utimes.c: Likewise.
37177         * misc/vhangup.c: Likewise.
37178         * misc/writev.c: Likewise.
37179         * posix/_exit.c: Likewise.
37180         * posix/alarm.c: Likewise.
37181         * posix/execve.c: Likewise.
37182         * posix/fexecve.c: Likewise.
37183         * posix/fork.c: Likewise.
37184         * posix/fpathconf.c: Likewise.
37185         * posix/getaddrinfo.c: Likewise.
37186         * posix/getegid.c: Likewise.
37187         * posix/geteuid.c: Likewise.
37188         * posix/getgid.c: Likewise.
37189         * posix/getgroups.c: Likewise.
37190         * posix/getlogin.c: Likewise.
37191         * posix/getlogin_r.c: Likewise.
37192         * posix/getpgid.c: Likewise.
37193         * posix/getpid.c: Likewise.
37194         * posix/getppid.c: Likewise.
37195         * posix/getresgid.c: Likewise.
37196         * posix/getresuid.c: Likewise.
37197         * posix/getsid.c: Likewise.
37198         * posix/getuid.c: Likewise.
37199         * posix/glob64.c: Likewise.
37200         * posix/nanosleep.c: Likewise.
37201         * posix/pathconf.c: Likewise.
37202         * posix/pause.c: Likewise.
37203         * posix/posix_madvise.c: Likewise.
37204         * posix/pread.c: Likewise.
37205         * posix/pread64.c: Likewise.
37206         * posix/pwrite.c: Likewise.
37207         * posix/pwrite64.c: Likewise.
37208         * posix/sched_getaffinity.c: Likewise.
37209         * posix/sched_getp.c: Likewise.
37210         * posix/sched_gets.c: Likewise.
37211         * posix/sched_primax.c: Likewise.
37212         * posix/sched_primin.c: Likewise.
37213         * posix/sched_rr_gi.c: Likewise.
37214         * posix/sched_setaffinity.c: Likewise.
37215         * posix/sched_setp.c: Likewise.
37216         * posix/sched_sets.c: Likewise.
37217         * posix/sched_yield.c: Likewise.
37218         * posix/setgid.c: Likewise.
37219         * posix/setlogin.c: Likewise.
37220         * posix/setpgid.c: Likewise.
37221         * posix/setresgid.c: Likewise.
37222         * posix/setresuid.c: Likewise.
37223         * posix/setsid.c: Likewise.
37224         * posix/setuid.c: Likewise.
37225         * posix/sleep.c: Likewise.
37226         * posix/spawni.c: Likewise.
37227         * posix/sysconf.c: Likewise.
37228         * posix/times.c: Likewise.
37229         * posix/wait.c: Likewise.
37230         * posix/wait3.c: Likewise.
37231         * posix/wait4.c: Likewise.
37232         * posix/waitpid.c: Likewise.
37233         * resolv/gai_sigqueue.c: Likewise.
37234         * resource/getpriority.c: Likewise.
37235         * resource/getrlimit.c: Likewise.
37236         * resource/getrusage.c: Likewise.
37237         * resource/nice.c: Likewise.
37238         * resource/setpriority.c: Likewise.
37239         * resource/setrlimit.c: Likewise.
37240         * resource/ulimit.c: Likewise.
37241         * rt/aio_cancel.c: Likewise.
37242         * rt/aio_fsync.c: Likewise.
37243         * rt/aio_read.c: Likewise.
37244         * rt/aio_sigqueue.c: Likewise.
37245         * rt/aio_suspend.c: Likewise.
37246         * rt/aio_write.c: Likewise.
37247         * rt/clock_getres.c: Likewise.
37248         * rt/clock_gettime.c: Likewise.
37249         * rt/clock_nanosleep.c: Likewise.
37250         * rt/clock_settime.c: Likewise.
37251         * rt/lio_listio.c: Likewise.
37252         * rt/mq_close.c: Likewise.
37253         * rt/mq_getattr.c: Likewise.
37254         * rt/mq_notify.c: Likewise.
37255         * rt/mq_open.c: Likewise.
37256         * rt/mq_receive.c: Likewise.
37257         * rt/mq_send.c: Likewise.
37258         * rt/mq_setattr.c: Likewise.
37259         * rt/mq_timedreceive.c: Likewise.
37260         * rt/mq_timedsend.c: Likewise.
37261         * rt/mq_unlink.c: Likewise.
37262         * rt/shm_open.c: Likewise.
37263         * rt/shm_unlink.c: Likewise.
37264         * rt/timer_create.c: Likewise.
37265         * rt/timer_delete.c: Likewise.
37266         * rt/timer_getoverr.c: Likewise.
37267         * rt/timer_gettime.c: Likewise.
37268         * rt/timer_settime.c: Likewise.
37269         * setjmp/__longjmp.c: Likewise.
37270         * setjmp/setjmp.c: Likewise.
37271         * signal/kill.c: Likewise.
37272         * signal/killpg.c: Likewise.
37273         * signal/raise.c: Likewise.
37274         * signal/sigaction.c: Likewise.
37275         * signal/sigaltstack.c: Likewise.
37276         * signal/sigblock.c: Likewise.
37277         * signal/sigignore.c: Likewise.
37278         * signal/sigintr.c: Likewise.
37279         * signal/signal.c: Likewise.
37280         * signal/sigpause.c: Likewise.
37281         * signal/sigpending.c: Likewise.
37282         * signal/sigqueue.c: Likewise.
37283         * signal/sigreturn.c: Likewise.
37284         * signal/sigset.c: Likewise.
37285         * signal/sigsetmask.c: Likewise.
37286         * signal/sigstack.c: Likewise.
37287         * signal/sigsuspend.c: Likewise.
37288         * signal/sigtimedwait.c: Likewise.
37289         * signal/sigvec.c: Likewise.
37290         * signal/sigwait.c: Likewise.
37291         * signal/sigwaitinfo.c: Likewise.
37292         * signal/sysv_signal.c: Likewise.
37293         * socket/accept.c: Likewise.
37294         * socket/accept4.c: Likewise.
37295         * socket/bind.c: Likewise.
37296         * socket/connect.c: Likewise.
37297         * socket/getpeername.c: Likewise.
37298         * socket/getsockname.c: Likewise.
37299         * socket/getsockopt.c: Likewise.
37300         * socket/isfdtype.c: Likewise.
37301         * socket/listen.c: Likewise.
37302         * socket/recv.c: Likewise.
37303         * socket/recvfrom.c: Likewise.
37304         * socket/recvmsg.c: Likewise.
37305         * socket/send.c: Likewise.
37306         * socket/sendmsg.c: Likewise.
37307         * socket/sendto.c: Likewise.
37308         * socket/setsockopt.c: Likewise.
37309         * socket/shutdown.c: Likewise.
37310         * socket/sockatmark.c: Likewise.
37311         * socket/socket.c: Likewise.
37312         * socket/socketpair.c: Likewise.
37313         * stdio-common/ctermid.c: Likewise.
37314         * stdio-common/cuserid.c: Likewise.
37315         * stdio-common/remove.c: Likewise.
37316         * stdio-common/rename.c: Likewise.
37317         * stdio-common/renameat.c: Likewise.
37318         * stdio-common/tempname.c: Likewise.
37319         * stdlib/getcontext.c: Likewise.
37320         * stdlib/makecontext.c: Likewise.
37321         * stdlib/setcontext.c: Likewise.
37322         * stdlib/swapcontext.c: Likewise.
37323         * stdlib/system.c: Likewise.
37324         * streams/fattach.c: Likewise.
37325         * streams/fdetach.c: Likewise.
37326         * streams/getmsg.c: Likewise.
37327         * streams/getpmsg.c: Likewise.
37328         * streams/putmsg.c: Likewise.
37329         * streams/putpmsg.c: Likewise.
37330         * sysdeps/unix/bsd/getpt.c: Likewise.
37331         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37332         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37333         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37335         Likewise.
37336         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37337         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37338         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37339         * sysvipc/msgctl.c: Likewise.
37340         * sysvipc/msgget.c: Likewise.
37341         * sysvipc/msgrcv.c: Likewise.
37342         * sysvipc/msgsnd.c: Likewise.
37343         * sysvipc/semctl.c: Likewise.
37344         * sysvipc/semget.c: Likewise.
37345         * sysvipc/semop.c: Likewise.
37346         * sysvipc/semtimedop.c: Likewise.
37347         * sysvipc/shmat.c: Likewise.
37348         * sysvipc/shmctl.c: Likewise.
37349         * sysvipc/shmdt.c: Likewise.
37350         * sysvipc/shmget.c: Likewise.
37351         * termios/tcdrain.c: Likewise.
37352         * termios/tcflow.c: Likewise.
37353         * termios/tcflush.c: Likewise.
37354         * termios/tcgetattr.c: Likewise.
37355         * termios/tcgetpgrp.c: Likewise.
37356         * termios/tcsendbrk.c: Likewise.
37357         * termios/tcsetattr.c: Likewise.
37358         * termios/tcsetpgrp.c: Likewise.
37359         * time/adjtime.c: Likewise.
37360         * time/clock.c: Likewise.
37361         * time/getitimer.c: Likewise.
37362         * time/gettimeofday.c: Likewise.
37363         * time/setitimer.c: Likewise.
37364         * time/settimeofday.c: Likewise.
37365         * time/stime.c: Likewise.
37366         * time/time.c: Likewise.
37368 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37370         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37371         /usr/old/bin.
37373         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37374         instead of spaces.
37375         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37377 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37379         [BZ #14796]
37380         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37381         FE_TONEAREST before applying Dekker multiplication and Knuth
37382         addition.  Clear inexact exceptions and check for exact zero
37383         results afterwards.
37384         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37385         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37386         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37387         * math/libm-test.inc (fma_test): Add more tests.
37388         (fma_test_towardzero): Likewise.
37389         (fma_test_downward): Likewise.
37390         (fma_test_upward): Likewise.
37391         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37392         function.
37393         (libc_fesetround): New macro.
37394         (libc_fesetroundf): Likewise.
37395         (libc_fesetroundl): Likewise.
37396         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37397         function.
37398         (libc_fesetround_387): Likewise.
37399         (libc_fesetroundf): New macro.
37400         (libc_fesetround): Likewise.
37401         (libc_fesetroundl): Likewise.
37402         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37403         function.
37404         (libc_fesetroundf): New macro.
37405         (libc_fesetround): Likewise.
37406         (libc_fesetroundl): Likewise.
37407         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37408         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37409         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37410         libm_hidden_ver.
37411         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37412         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37413         libm_hidden_def.
37414         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37415         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37416         libm_hidden_ver.
37417         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37418         libm_hidden_def.
37420         [BZ #3439]
37421         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37422         integer constant usable in #if and use that to give value to enum
37423         constant.
37424         (FE_DIVBYZERO): Likewise.
37425         (FE_UNDERFLOW): Likewise.
37426         (FE_OVERFLOW): Likewise.
37427         (FE_INVALID): Likewise.
37428         (FE_INVALID_SNAN): Likewise.
37429         (FE_INVALID_ISI): Likewise.
37430         (FE_INVALID_IDI): Likewise.
37431         (FE_INVALID_ZDZ): Likewise.
37432         (FE_INVALID_IMZ): Likewise.
37433         (FE_INVALID_COMPARE): Likewise.
37434         (FE_INVALID_SOFTWARE): Likewise.
37435         (FE_INVALID_SQRT): Likewise.
37436         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37437         (FE_TONEAREST): Likewise.
37438         (FE_TOWARDZERO): Likewise.
37439         (FE_UPWARD): Likewise.
37440         (FE_DOWNWARD): Likewise.
37441         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37442         (FE_DIVBYZERO): Likewise.
37443         (FE_OVERFLOW): Likewise.
37444         (FE_UNDERFLOW): Likewise.
37445         (FE_INEXACT): Likewise.
37446         (FE_TONEAREST): Likewise.
37447         (FE_DOWNWARD): Likewise.
37448         (FE_UPWARD): Likewise.
37449         (FE_TOWARDZERO): Likewise.
37450         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37451         (FE_UNDERFLOW): Likewise.
37452         (FE_OVERFLOW): Likewise.
37453         (FE_DIVBYZERO): Likewise.
37454         (FE_INVALID): Likewise.
37455         (FE_TONEAREST): Likewise.
37456         (FE_TOWARDZERO): Likewise.
37457         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37458         (FE_OVERFLOW): Likewise.
37459         (FE_UNDERFLOW): Likewise.
37460         (FE_DIVBYZERO): Likewise.
37461         (FE_INEXACT): Likewise.
37462         (FE_TONEAREST): Likewise.
37463         (FE_TOWARDZERO): Likewise.
37464         (FE_UPWARD): Likewise.
37465         (FE_DOWNWARD): Likewise.
37466         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37467         (FE_DIVBYZERO): Likewise.
37468         (FE_OVERFLOW): Likewise.
37469         (FE_UNDERFLOW): Likewise.
37470         (FE_INEXACT): Likewise.
37471         (FE_TONEAREST): Likewise.
37472         (FE_DOWNWARD): Likewise.
37473         (FE_UPWARD): Likewise.
37474         (FE_TOWARDZERO): Likewise.
37476 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37478         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37480 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37482         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37483         commands.  Quote $PWD.
37484         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37485         -x" by "export".
37486         (remove_newlines): Remove.
37488 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37490         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37491         * stdlib/stdlib.h (atof): Moved to ...
37492         * include/bits/stdlib-float.h: Here.  New file.
37493         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37494         * stdlib/bits/stdlib-float.h: New file.
37495         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37496         -mno-sse -mno-mmx.
37497         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37498         <xmmintrin.h>.
37500 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37502         * conform/conformtest.pl (@headers): Add fenv.h.
37503         * conform/data/fenv.h-data: New file.
37504         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37505         include of <math/fenv.h>.
37507         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37508         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37509         && !UNIX98].  Enables tests for XOPEN2K8.
37510         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37511         POSIX2008]: Likewise.
37513         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37514         (struct rusage): Do not expect type or its members.
37516         [BZ #3439]
37517         * math/math.h (FP_NAN): Define macro to integer constant usable in
37518         #if and use that to give value to enum constant.
37519         (FP_INFINITE): Likewise.
37520         (FP_ZERO): Likewise.
37521         (FP_SUBNORMAL): Likewise.
37522         (FP_NORMAL): Likewise.
37524 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37526         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37527         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37528         arguments.
37530 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37532         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37533         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37534         autoconf-time if not.
37535         * configure.in: Remove AC_PREREQ.
37537 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37539         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37540         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37541         of the internal implementation.
37543 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37545         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37546         except include of <misc/sys/syslog.h>.
37548 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37551         function returns with a NULL context exit with zero.
37553 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37555         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37557 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37559         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37560         (run_program_cmd): This.
37561         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37562         (tst_langinfo): New variable.  Use it.
37564 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37566         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37567         floating point opcodes.
37569 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37571         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37572         variable.
37574         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37576         * sysdeps/mach/hurd/powerpc: Remove directory.
37577         * sysdeps/mach/powerpc: Likewise.
37579 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37581         * scripts/check-local-headers.sh: Ignore c++ headers.
37583 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37585         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37586         __libc_cleanup_region_start argument.
37588 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37590         [BZ #14784]
37591         [BZ #14785]
37592         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37593         x * y using scaling, not as x * y + z.
37594         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37595         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37596         * math/libm-test.inc (fma_test): Add more tests.
37597         (fma_test_towardzero): Likewise.
37598         (fma_test_downward): Likewise.
37599         (fma_test_upward): Likewise.
37601 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37603         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37605 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37607         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37608         New variable.
37610 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37612         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37614 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37616         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37617         Fix sort order.
37618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37619         Likewise.
37621 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37623         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37624         Fix the order of the list for glibc 2.17.
37625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37626         Likewise.
37628 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37630         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37632 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37634         [BZ #14610]
37635         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37636         for low part of x being zero before using __atanl (y).
37637         * math/libm-test.inc (atan2_test): Add another test.
37639         * manual/install.texi (Configuring and compiling): Document
37640         general use of test-wrapper and test-wrapper-env.
37641         * INSTALL: Regenerated.
37643         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37644         (__fma): Do not extract and scale down low bits on after-rounding
37645         systems when result rounded to normal precision would have normal
37646         exponent.
37647         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37648         (__fmal): Do not extract and scale down low bits on after-rounding
37649         systems when result rounded to normal precision would have normal
37650         exponent.
37651         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37652         (__fmal): Do not extract and scale down low bits on after-rounding
37653         systems when result rounded to normal precision would have normal
37654         exponent.
37655         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37656         macro.
37657         (fma_test): Add more tests.
37658         (fma_test_towardzero): Likewise.
37659         (fma_test_downward): Likewise.
37660         (fma_test_upward): Likewise.
37662 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37664         * sysdeps/i386/tininess.h: Renamed to ...
37665         * sysdeps/x86/tininess.h: This.
37666         * sysdeps/x86_64/tininess.h: Removed.
37668 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37670         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37671         input.  Use $(build-program-cmd).
37672         ($(objpfx)tst-array1-static.out): Likewise.
37673         ($(objpfx)tst-array2.out): Likewise.
37674         ($(objpfx)tst-array3.out): Likewise.
37675         ($(objpfx)tst-array4.out): Likewise.
37676         ($(objpfx)tst-array5.out): Likewise.
37677         ($(objpfx)tst-array5-static.out): Likewise.
37679 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37681         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37682         if defined.
37684         * nss/nsswitch.h (nss_interface_function): Provide new
37685         macro for use with NSS functions.
37686         * grp/initgroups.c: Use new macro.
37687         * nss/getXXbyYY.c: Likewise.
37688         * nss/getXXbyYY_r.c: Likewise.
37689         * nss/getXXent.c: Likewise.
37690         * nss/getXXent_r.c: Likewise.
37691         * sysdeps/posix/getaddrinfo.c: Likewise.
37693 2012-10-30  Andreas Jaeger  <aj@suse.de>
37695         * po/ru.po: Update Russion translation from translation project.
37697 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37699         [BZ #14152]
37700         [BZ #14783]
37701         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37702         result and shift together with sticky bit instead of replicating
37703         round-to-nearest rounding.
37704         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37705         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37706         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37707         missing underflow exceptions.
37708         (fma_test_towardzero): Add more tests.
37709         (fma_test_downward): Likewise.
37710         (fma_test_upward): Likewise.
37712         [BZ #14047]
37713         * sysdeps/generic/tininess.h: New file.
37714         * sysdeps/i386/tininess.h: Likewise.
37715         * sysdeps/sh/tininess.h: Likewise.
37716         * sysdeps/x86_64/tininess.h: Likewise.
37717         * stdlib/tst-strtod-underflow.c: Likewise.
37718         * stdlib/tst-tininess.c: Likewise.
37719         * stdlib/strtod_l.c: Include <tininess.h>.
37720         (round_and_return): Do not set errno for exact underflow cases.
37721         Force an underflow exception when setting errno for underflow.
37722         Determine underflow based on rounding to normal precision if
37723         TININESS_AFTER_ROUNDING.
37724         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37725         ERANGE for exact underflow cases.
37726         * stdlib/Makefile (tests): Add tst-tininess and
37727         tst-strtod-underflow.
37728         ($(objpfx)tst-tininess): Use $(link-libm).
37729         ($(objpfx)tst-strtod-underflow): Likewise.
37731 2012-10-30  Andreas Jaeger  <aj@suse.de>
37733         [BZ#14767]
37734         * elf/Makefile (tests): Remove conditional for have-initfini-array
37735         since this is now always required and the variable does not exist
37736         anymore.
37737         (tests-static): Likewise.
37738         (modules-names): Likewise.
37740         * po/eo.po: Add Esperanto translation from translation project.
37742         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37743         merged with constructor/destructor.
37744         (init_array): Likewise.
37745         * elf/tst-array2dep.c (fini_array): Likewise.
37746         (init_array): Likewise.
37748 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37750         * manual/message.texi: Delete @cartouche tags.
37752 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37754         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37755         EOPNOTSUPP.
37756         * sysdeps/mach/hurd/fsync.c: Likewise.
37758         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37759         [_POSIX_REALTIME_SIGNALS]: Change condition to
37760         [_POSIX_REALTIME_SIGNALS > 0].
37762 2012-10-27  Andreas Jaeger  <aj@suse.de>
37764         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37765         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37766         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37767         [__WORDSIZE != 64]: Likewise.
37769 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37771         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37772         *  iconvdata/tst-tables.sh: Likewise.
37774 2012-10-25  David S. Miller  <davem@davemloft.net>
37776         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37777         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37778         of strtoull.
37780         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37781         ifunc-impl-list.c
37782         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37783         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37784         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37785         file.
37787 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37789         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37790         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37791         __getdirentries.
37793 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37794             Jim Blandy  <jimb@codesourcery.com>
37796         * scripts/cross-test-ssh.sh: New file.
37797         * manual/install.texi (Configuring and compiling): Document use of
37798         cross-test-ssh.sh.
37799         * INSTALL: Regenerated.
37801 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37803         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37804         EOPNOTSUPP.
37806 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37808         * Makeconfig (run-program-prefix): Fix comment.
37810 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37811             Jim Blandy  <jimb@codesourcery.com>
37813         * Makeconfig (test-wrapper): New variable,
37814         (test-wrapper-env): Likewise.
37815         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37816         (run-built-tests): Define to yes.
37817         (run-program-prefix): Use $(test-wrapper).
37818         (built-program-cmd): Likewise.
37819         * Rules (make-test-out): Use $(test-wrapper-env) and
37820         $(host-built-program-cmd).
37821         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37822         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37823         tst-pathopt.sh.
37824         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37825         $(test-wrapper-env) to tst-rtld-load-self.sh.
37826         ($(objpfx)order2.out): Use $(test-wrapper).
37827         ($(objpfx)tst-initorder.out): Likewise.
37828         ($(objpfx)tst-initorder2.out): Likewise.
37829         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37830         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37831         (test_wrapper_env): New variable.  Use it to run ld.so.
37832         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37833         Use it to run ld.so.
37834         (test_wrapper_env): Likewise.
37835         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37836         $(test-wrapper) to run-iconv-test.sh.
37837         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37838         (ICONV): Use $test_wrapper.
37839         * posix/Makefile ($(objpfx)globtest.out): Pass
37840         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37841         globtest.sh, not $(run-program-prefix).
37842         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37843         (test_wrapper): Likewise.
37844         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37845         set together with run_via_rtld_prefix.
37846         (run_program_prefix): Define in terms of test_wrapper and
37847         run_via_rtld_prefix.
37849 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37851         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37852         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37853         Targets removed.
37855         [BZ #14743]
37856         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37857         Declare __clock_getres, __clock_gettime, __clock_settime,
37858         __clock_nanosleep, and __clock_getcpuclockid.
37859         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37860         Remove librt_hidden_def (clock_gettime).
37861         * sysdeps/unix/clock_gettime.c: Likewise.
37862         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37863         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37864         * rt/clock_getres.c: Define __clock_getres as an alias.
37865         * sysdeps/posix/clock_getres.c: Likewise.
37866         * rt/clock_settime.c: Define __clock_settime as an alias.
37867         * sysdeps/unix/clock_settime.c: Likewise.
37868         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37869         * sysdeps/unix/clock_nanosleep.c: Likewise.
37870         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37871         * rt/clock-compat.c: New file.
37872         * rt/Makefile (librt-routines): Add clock-compat and move
37873         $(clock-routines) to ...
37874         (routines): ... here, new variable.
37875         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37876         Don't add get_clockfreq here.
37877         * rt/Versions (libc: GLIBC_2.17): New version set.
37878         Add clock_* symbols here.
37879         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37880         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37881         (GLIBC_2.17): Add clock_* symbols.
37882         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37883         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37884         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37885         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37886         Likewise.
37887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37888         Likewise.
37889         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37890         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37891         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37892         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37893         * NEWS: Mention the move.
37895         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37896         Use __open, __read, __close rather than their public counterparts.
37897         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37898         (__get_clockfreq_via_cpuinfo): Likewise.
37899         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37900         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37902         * config.h.in (HAVE_IFUNC): New #undef.
37903         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37904         was successful.
37905         * configure: Regenerated.
37907 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37909         * configure.in: Move READELF check to start of file.
37910         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37911         libc_cv_asm_gnu_indirect_function in the process.
37912         * configure: Regenerated.
37914 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37916         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37917         send the output to /dev/null.
37918         (libc_cv_cc_with_libunwind): Likewise.
37919         (libc_cv_as_noexecstack): Likewise.
37920         * configure: Regenerate.
37922 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37924         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37926         * posix/globtest.sh (TMPDIR): Do not set.
37927         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37928         (testout): Likewise.
37930 2012-10-24  Andreas Jaeger  <aj@suse.de>
37932         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37933         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37934         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37935         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37936         posix_fadvise64, posix_fallocate64.
37938         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37939         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37940         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37941         Likewise.
37942         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37943         Likewise.
37944         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37946         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37947         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37948         <bits/fcntl-linux.h>.
37949         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37951         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37952         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37953         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37954         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37955         [__WORDSIZE != 64]: Likewise.
37957 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37959         * Makeconfig (run-built-tests): New variable.
37960         * Rules [$(cross-compiling) = yes]: Change condition to
37961         [$(run-built-tests) = no].
37962         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37963         to [$(run-built-tests) = yes].
37964         * elf/Makefile [$(cross-compiling) = no]: Likewise
37965         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37966         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37967         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37968         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37969         * io/Makefile [$(cross-compiling) = no]: Likewise.
37970         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37971         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37972         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37973         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37974         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37975         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37976         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37977         * string/Makefile [$(cross-compiling) = no]: Likewise.
37979         * posix/Makefile ($(objpfx)globtest.out): Pass
37980         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37981         $(rtld-installed-name).
37982         * posix/globtest.sh (elf_objpfx): Remove variable.
37983         (rtld_installed_name): Likewise.
37984         (library_path): Likewise.
37985         (run_program_prefix): New variable.  Use for running globtest
37986         binary.
37988 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37989             Joseph Myers  <joseph@codesourcery.com>
37991         * Makeconfig (host-built-program-cmd): New variable.
37992         * elf/Makefile (tst-stackguard1-ARGS): Use
37993         $(host-built-program-cmd).
37994         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37995         (tst-spawn-ARGS): Likewise.
37996         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37998 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37999             Jim Blandy  <jimb@codesourcery.com>
38001         * Makeconfig (run-via-rtld-prefix): New variable.
38002         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
38003         (built-program-cmd): Likewise.
38005 2012-10-22  Andreas Jaeger  <aj@suse.de>
38007         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
38008         __O_RSYNC if it exists, otherwise to O_SYNC.
38010 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
38011             Joseph Myers  <joseph@codesourcery.com>
38013         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
38014         /dev/null.
38015         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
38016         from /dev/null
38017         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
38018         /dev/null.
38020 2012-10-22  Andreas Jaeger  <aj@suse.de>
38022         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
38023         Define always.
38024         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
38026         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
38027         bits/fcntl-linux.h.
38029         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
38030         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
38032         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
38033         to __O_LARGEFILE.
38034         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
38035         to __O_LARGEFILE.
38037 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
38038             Joseph Myers  <joseph@codesourcery.com>
38040         * config.make.in (NM): New variable.
38042 2012-10-21  Andreas Jaeger  <aj@suse.de>
38044         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
38045         definitions and declarations that are provided by
38046         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
38048 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38050         [BZ #14683]
38051         * elf/Makefile (tests-static): Add tst-leaks1-static.
38052         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
38053         ($(objpfx)tst-leaks1-static): New rule.
38054         ($(objpfx)tst-leaks1-static-mem): Likewise.
38055         (tst-leaks1-static-ENV): New macro.
38056         * elf/dl-open.c (dl_open_worker): Check the main application
38057         only if SHARED is defined.
38058         * elf/tst-leaks1-static.c: New file.
38060 2012-10-20  Andreas Jaeger  <aj@suse.de>
38062         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
38063         generic values for Linux.
38064         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
38065         and declarations that are provided by <bits/fcntl-linux.h> and
38066         include <bits/fcntl-linux.h>.
38067         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
38068         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
38070 2012-10-20  Roland McGrath  <roland@hack.frob.com>
38072         * io/fcntl.h: Move include of <bits/types.h> to the top and
38073         include it unconditionally.
38075 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38077         * wcsmbs/Makefile (tests-ifunc): New variable.
38078         (tests): Add $(tests-ifunc).
38079         * wcsmbs/test-wcschr-ifunc.c: New file.
38080         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
38081         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
38082         * wcsmbs/test-wcslen-ifunc.c: Likewise.
38083         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
38084         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
38086         * string/Makefile (tests-ifunc): New variable.
38087         (tests): Add $(tests-ifunc).
38088         * string/test-memccpy.c (TEST_NAME): New macro.
38089         * string/test-memchr.c (TEST_NAME): Likewise.
38090         * string/test-memcmp.c (TEST_NAME): Likewise.
38091         * string/test-memcpy.c (TEST_NAME): Likewise.
38092         * string/test-memmem.c (TEST_NAME): Likewise.
38093         * string/test-memmove.c (TEST_NAME): Likewise.
38094         * string/test-memset.c (TEST_NAME): Likewise.
38095         * string/test-rawmemchr.c (TEST_NAME): Likewise.
38096         * string/test-stpcpy.c (TEST_NAME): Likewise.
38097         * string/test-stpncpy.c (TEST_NAME): Likewise.
38098         * string/test-strcasecmp.c (TEST_NAME): Likewise.
38099         * string/test-strcasestr.c (TEST_NAME): Likewise.
38100         * string/test-strcat.c (TEST_NAME): Likewise.
38101         * string/test-strchr.c (TEST_NAME): Likewise.
38102         * string/test-strcmp.c(TEST_NAME): Likewise.
38103         * string/test-strcpy.c (TEST_NAME): Likewise.
38104         * string/test-strcspn.c (TEST_NAME): Likewise.
38105         * string/test-strlen.c (TEST_NAME): Likewise.
38106         * string/test-strncasecmp.c (TEST_NAME): Likewise.
38107         * string/test-strncmp.c (TEST_NAME): Likewise.
38108         * string/test-strncpy.c (TEST_NAME): Likewise.
38109         * string/test-strnlen.c (TEST_NAME): Likewise.
38110         * string/test-strpbrk.c (TEST_NAME): Likewise.
38111         * string/test-strrchr.c (TEST_NAME): Likewise.
38112         * string/test-strspn.c (TEST_NAME): Likewise.
38113         * string/test-strstr.c (TEST_NAME): Likewise.
38114         * string/test-bcopy-ifunc.c: New file.
38115         * string/test-bzero-ifunc.c: Likewise.
38116         * string/test-memccpy-ifunc.c: Likewise.
38117         * string/test-memchr-ifunc.c: Likewise.
38118         * string/test-memcmp-ifunc.c: Likewise.
38119         * string/test-memcpy-ifunc.c: Likewise.
38120         * string/test-memmem-ifunc.c: Likewise.
38121         * string/test-memmove-ifunc.c: Likewise.
38122         * string/test-mempcpy-ifunc.c: Likewise.
38123         * string/test-memset-ifunc.c: Likewise.
38124         * string/test-rawmemchr-ifunc.c: Likewise.
38125         * string/test-stpcpy-ifunc.c: Likewise.
38126         * string/test-stpncpy-ifunc.c: Likewise.
38127         * string/test-strcasecmp-ifunc.c: Likewise.
38128         * string/test-strcasestr-ifunc.c: Likewise.
38129         * string/test-strcat-ifunc.c: Likewise.
38130         * string/test-strchr-ifunc.c: Likewise.
38131         * string/test-strchrnul-ifunc.c: Likewise.
38132         * string/test-strcmp-ifunc.c: Likewise.
38133         * string/test-strcpy-ifunc.c: Likewise.
38134         * string/test-strcspn-ifunc.c: Likewise.
38135         * string/test-strlen-ifunc.c: Likewise.
38136         * string/test-strncasecmp-ifunc.c: Likewise.
38137         * string/test-strncat-ifunc.c: Likewise.
38138         * string/test-strncmp-ifunc.c: Likewise.
38139         * string/test-strncpy-ifunc.c: Likewise.
38140         * string/test-strnlen-ifunc.c: Likewise.
38141         * string/test-strpbrk-ifunc.c: Likewise.
38142         * string/test-strrchr-ifunc.c: Likewise.
38143         * string/test-strspn-ifunc.c: Likewise.
38144         * string/test-strstr-ifunc.c: Likewise.
38146         * debug/Makefile (tests-ifunc): New variable.
38147         (tests): Add $(tests-ifunc).
38148         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38149         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38150         * debug/test-stpcpy_chk-ifunc.c: New file.
38151         * debug/test-strcpy_chk-ifunc.c: Likewise.
38153 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
38155         [BZ #13601]
38156         * elf/dl-load.c (open_verify): Retry read if the entire ELF
38157         header is not read in.
38159 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
38161         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
38162         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
38163         directly.  Pass built executable to script as
38164         $(built-program-cmd).
38165         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
38166         $testprogram without using LD_LIBRARY_PATH and $ldso.
38168         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38169         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38170         $(rtld-installed-name).
38171         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38172         (rtld_installed_name): Likewise.
38173         (library_path): Likewise.
38174         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
38175         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38176         $(run-program-prefix) to tst-tables.sh.
38177         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
38178         it to run tst-table-from and tst-table-to.
38179         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38180         Pass it to tst-table.sh.
38181         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38182         $(run-program-prefix) to tst-gettext.sh.
38183         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38184         tst-translit.sh.
38185         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38186         tst-gettext2.sh.
38187         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
38188         to run tst-gettext.
38189         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
38190         to run tst-gettext2.
38191         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
38192         to run tst-translit.
38193         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38194         $(run-program-prefix) to tst-mtrace.sh.
38195         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
38196         to run tst-mtrace.
38197         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38198         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38199         $(rtld-installed-name).
38200         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38201         (rtld_installed_name): Likewise.
38202         (run_program_prefix): New variable.  Use it to run wordexp-test.
38204         * Makeconfig (ARCH): Remove all definitions.
38205         (machine): Likewise.
38206         [ARCH]: Remove conditional code.
38207         [!objdir]: Give error.
38208         [!objdir] (objpfx): Remove.
38209         [!objdir] (common-objpfx): Likewise.
38210         [!objdir] (common-objdir): Likewise.
38211         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38212         AC_CONFIG_FILES call.
38213         * configure: Regenerated.
38215         [BZ #13888]
38216         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38217         or TMPDIR.
38218         (testout): Likewise.
38220         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38221         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38222         $(rtld-installed-name).
38223         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38224         (rtld_installed_name): Likwise.
38225         (runit): Remove function.
38226         (run_getconf): New variable,  Use it for running getconf binary.
38228 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38230         [BZ #14716]
38231         * string/test-memmem.c (check_result): New function.
38232         (do_one_test): Use it.
38233         (check1): New function.
38234         (test_main): Use it.
38236 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38238         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38240 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38242         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38243         (_G_LSEEK64): Likewise.
38244         (_G_MMAP64): Likewise.
38245         (_G_FSTAT64): Likewise.
38246         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38247         (_G_LSEEK64): Likewise.
38248         (_G_MMAP64): Likewise.
38249         (_G_FSTAT64): Likewise.
38250         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38251         unconditional.  Call __mmap64 directly.
38252         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38253         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38254         __lseek64 directly.
38255         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38256         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38257         __mmap64 directly.
38258         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38259         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38260         __lseek64 directly.
38261         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38262         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38263         __lseek64 directly.
38264         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38265         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38266         __lseek64 directly.
38267         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38268         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38269         __fxstat64 directly.
38270         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38271         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38272         unconditional.
38273         (freopen64) [!_G_OPEN64]: Remove conditional code.
38274         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38275         unconditional.
38276         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38277         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38278         unconditional.
38279         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38280         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38281         unconditional.
38282         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38283         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38284         unconditional.
38285         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38286         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38287         unconditional.
38288         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38289         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38290         unconditional.
38291         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38292         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38293         unconditional.
38294         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38296 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38298         [BZ #12140]
38299         * manual/memory.texi (Malloc Tunable Parameters): Add note
38300         about free list pointers overwriting some perturb bytes.
38301         Wording suggested by Roland McGrath.
38303 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38305         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38306         (lgamma_test): Likewise.
38307         (tgamma_test): Likewise.
38309 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38311         [BZ #14700]
38312         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38313         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38315 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38317         * NEWS: Mention BZ #14716.
38318         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38319         when removing AVAILABLE1_USES_J macro.
38321 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38323         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38324         (__bswap_64): __uint64_t for unsigned 64-bit int.
38326 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38328         * include/string.h (memmem): Declare libc hidden alias.
38329         * string/memmem.c (memmem): Define libc hidden alias.
38330         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38331         __read, __close instead of open, read, close.
38333 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38335         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38336         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38337         global and hidden.
38338         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38339         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38340         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38341         Likewise.
38342         (__rawmemchr_sse2): Likewise.
38343         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38344         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38345         (__strchr_sse2): Likewise.
38346         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38347         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38348         (__strcasecmp_sse2): Likewise.
38349         (__strncasecmp_sse2): Likewise.
38350         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38351         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38352         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38353         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38354         (__strrchr_sse2): Likewise.
38355         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38356         ifunc-impl-list.c.
38357         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38358         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38359         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38360         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38361         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38362         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38363         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38364         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38365         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38366         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38367         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38368         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38369         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38370         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38371         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38372         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38373         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38374         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38375         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38376         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38377         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38378         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38379         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38380         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38381         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38382         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38383         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38384         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38385         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38386         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38388         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38389         global and hidden.
38390         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38391         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38392         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38393         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38394         Likewise.
38395         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38396         Likewise.
38397         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38398         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38399         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38400         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38401         ifunc-impl-list.c.
38402         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38403         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38404         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38405         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38406         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38407         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38408         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38409         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38410         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38411         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38412         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38413         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38414         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38415         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38416         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38417         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38418         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38419         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38420         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38421         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38422         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38423         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38424         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38425         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38426         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38427         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38428         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38429         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38430         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38431         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38432         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38433         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38434         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38435         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38436         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38437         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38438         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38439         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38440         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38441         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38442         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38444         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38445         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38446         * include/ifunc-impl-list.h: New file.
38447         * misc/ifunc-impl-list.c: Likewise.
38448         * misc/Makefile (routines): Add ifunc-impl-list.
38449         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38450         * string/test-string.h: Include <ifunc-impl-list.h>.
38451         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38452         TEST_NAME]: New variables.
38453         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38454         are defined.
38455         (test_init): Call __libc_ifunc_impl_list to initialize
38456         func_list if TEST_IFUNC and TEST_NAME are defined.
38458         * string/Makefile (strop-tests): Add bcopy and bzero.
38459         * string/test-bcopy.c: New file.
38460         * string/test-bzero.c: Likewise.
38461         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38462         defined.
38463         * string/test-memset.c: Support bzero test if TEST_BZERO is
38464         defined.
38465         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38466         __libc_memmove.
38467         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38468         __libc_memset.
38469         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38470         of memset.
38472 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38474         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38475         * configure: Regenerated.
38477         * Makeconfig (+link-static-before-libc): Don't include
38478         $(link-static-libc).
38480         * libio/libio.h (_IO_pos_t): Remove.
38482 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38484         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38485         McGrath.
38487 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38489         * crypt/crypt-entry.c: Include fips-private.h.
38490         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38491         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38492         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38493         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38495 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38497         * crypt/crypt-private.h: Include stdbool.h.
38498         (_ufc_setup_salt_r): Return bool.
38499         * crypt/crypt-entry.c: Include errno.h.
38500         (__crypt_r): Return NULL with EINVAL for bad salt.
38501         * crypt/crypt_util.c (bad_for_salt): New.
38502         (_ufc_setup_salt_r): Check that salt is long enough and within
38503         the specified alphabet.
38504         * crypt/badsalttest.c: New file.
38505         * crypt/Makefile (tests): Add it.
38506         ($(objpfx)badsalttest): New.
38508 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38510         * NEWS: Add entry for BZ #14602.
38512 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38514         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38515         type-generic.
38516         * math/libm-test.inc: Update comment listing what functions and
38517         macros are tested.
38518         (isgreater_test): New function.
38519         (isgreaterequal_test): Likewise.
38520         (isless_test): Likewise.
38521         (islessequal_test): Likewise.
38522         (islessgreater_test): Likewise.
38523         (isunordered_test): Likewise.
38524         (main): Call the new functions.
38526 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38528         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38529         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38530         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38531         * sysdeps/i386/configure: Regenerated.
38532         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38533         * sysdeps/mach/configure: Regenerated.
38534         * sysdeps/mach/hurd/configure: Regenerated.
38535         * sysdeps/powerpc/configure: Regenerated.
38536         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38537         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38538         * sysdeps/s390/s390-32/configure: Regenerated.
38539         * sysdeps/s390/s390-64/configure: Regenerated.
38540         * sysdeps/sh/configure: Regenerated.
38541         * sysdeps/sparc/configure: Regenerated.
38542         * sysdeps/unix/sysv/linux/configure: Regenerated.
38543         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38544         * sysdeps/x86_64/configure: Regenerated.
38546         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38547         defined.  Don't check if MAP is NULL.
38549 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38551         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38552         (_G_stat64): Likewise.
38553         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38554         (_G_stat64): Likewise.
38555         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38556         instead of struct _G_stat64.
38557         * libio/fileops.c (mmap_remap_check): Likewise.
38558         (decide_maybe_mmap): Likewise.
38559         (_IO_new_file_seekoff): Likewise.
38560         (_IO_file_stat): Likewise.
38561         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38562         _G_off64_t.
38563         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38564         instead of struct _G_stat64.
38565         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38567 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38569         [BZ #14602]
38570         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38571         Replace with ...
38572         (CHECK_EOL): New macro.
38573         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38574         CHECK_EOL.
38575         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38576         Replace with CHECK_EOL.
38577         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38578         Replace with CHECK_EOL.
38580 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38582         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38583         type-generic.
38584         * math/libm-test.inc: Update comment listing what functions and
38585         macros are tested.
38586         (finite_test): New function.
38587         (isinf_test): Likewise.
38588         (isnan_test): Likewise.
38589         (fpclassify_test): Test subnormal input.
38590         (isfinite_test): Likewise.
38591         (isnormal_test): Likewise.
38592         (main): Call the new functions.
38594 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38596         [BZ #14660]
38597         * Makerules (%.dynsym): Force C locale when running
38598         $(OBJDUMP) --dynamic-syms.
38600 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38602         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38603         <stdint.h>.
38605 2012-10-06  David S. Miller  <davem@davemloft.net>
38607         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38608         upper 32-bits of the length value in %o2 since we use branch-on-register
38609         tests which consider the entire 64-bit register.
38611 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38613         * string/test-strstr.c (check2): Add a test for page boundary.
38615 2012-10-05  David S. Miller  <davem@davemloft.net>
38617         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38618         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38619         file.
38620         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38621         sysdep_routines.
38622         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38623         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38624         and bzero when HWCAP_SPARC_CRYPTO is present.
38626 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38628         [BZ #14602]
38629         * string/test-strstr.c (check2): New function.
38630         (test_main): Call check2.
38632         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38633         and bug-strchr1.
38634         * string/bug-strcasestr1.c (do_test): Moved to ...
38635         * string/test-strcasestr.c (check1): Here.  New function.
38636         (do_one_test): Break out result checking code into ...
38637         (check_result): This.  New function.
38638         (do_one_test): Call check_result.
38639         (test_main): Call check1.
38640         * string/bug-strchr1.c (do_test): Moved to ...
38641         * string/test-strchr.c (check1): Here.  New function.
38642         (do_one_test): Break out result checking code into ...
38643         (check_result): This.  New function.
38644         (do_one_test): Call check_result.
38645         (test_main): Call check1.
38646         * string/bug-strstr1.c (main): Moved to ...
38647         * string/test-strstr.c (check1): Here.  New function.
38648         (do_one_test): Break out result checking code into ...
38649         (check_result): This.  New function.
38650         (do_one_test): Call check_result.
38651         (test_main): Call check1.
38652         * string/bug-strcasestr1.c: Removed.
38653         * string/bug-strchr1.c: Likewise.
38654         * string/bug-strstr1.c: Likewise.
38656         * elf/Makefile (dl-routines): Add hwcaps.
38657         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38658         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38659         (_dl_important_hwcaps): Moved to ...
38660         * elf/dl-hwcaps.c: Here.  New file.
38661         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38663         [BZ #14557]
38664         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38665         if IS_IN_rtld isn't defined.
38667         * elf/dl-support.c (_dl_sysinfo_map): New.
38668         Include "get-dynamic-info.h" and "setup-vdso.h".
38669         (_dl_non_dynamic_init): Call setup_vdso.
38670         * elf/dynamic-link.h: Don't include <assert.h>.
38671         (elf_get_dynamic_info): Moved to ...
38672         * elf/get-dynamic-info.h: Here.  New file.
38673         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38674         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38675         * elf/setup-vdso.h: Here.  New file.
38676         * elf/rtld.c: Include "setup-vdso.h".
38677         (dl_main): Call setup_vdso.
38679 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38681         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38682         creal in comment listing functions tested.  List finite, isinf,
38683         isnan, isless, islessequal, isgreater, isgreaterequal,
38684         islessgreater, isunordered, lgamma_r and pow10 as functions and
38685         macros not tested.  Mention which functions not tested are aliases
38686         for other functions.  Fix typo.  Note that signs of NaNs are not
38687         tested.
38689         * scripts/config.guess: Update from config.git.
38690         * scripts/config.sub: Likewise.
38692 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38694         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38695         * misc/madvise.c (madvise): Renamed to __madvise.
38696         Make madvise a weak alias.
38697         * include/sys/mman.h: Declare __madvise.
38698         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38699         * sysdeps/unix/syscalls.list
38700         (madvise): Make __madvise the strong name, and madvise a weak alias.
38701         * sysdeps/unix/sysv/linux/syscalls.list
38702         (madvise, mmap): Remove redundant entries.
38703         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38704         * malloc/malloc.c (mtrim): Likewise.
38705         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38707 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38709         * sysdeps/mach/hurd/dl-cache.c: File removed.
38710         * config.h.in (USE_LDCONFIG): New #undef.
38711         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38712         * configure: Regenerated.
38713         * elf/Makefile (dl-routines): Add dl-cache only under
38714         [$(use-ldconfig) = yes].
38715         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38716         cache on [USE_LDCONFIG].
38717         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38718         [USE_LDCONFIG].
38719         * elf/rtld.c (dl_main): Likewise.
38721 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38723         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38724         _SC_LEVEL4_CACHE_LINESIZE.
38726 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38728         * sysdeps/unix/bsd/confstr.h: File removed.
38730 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38732         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38733         sys/sdt-config.h.
38735 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38737         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38738         Make 'mapoff' field ElfW(Off) rather than off_t.
38740 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38742         * nscd/Makefile: Remove nscd-cflags and all its users.
38743         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38744         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38746         [BZ #10631]
38747         * malloc.c (malloc_printerr): Clarify error message.
38749 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38751         [BZ #14648]
38752         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38753         Set bit_FMA_Usable if FMA is supported.
38754         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38755         macro.
38756         (bit_FMA4_Usable): Updated.
38757         (index_FMA_Usable): New macro.
38758         (CPUID_FMA): Likewise
38759         (HAS_FMA): Defined with bit_FMA_Usable.
38761 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38763         * bits/types.h (__swblk_t): Type removed.
38764         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38765         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38766         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38767         (__SWBLK_T_TYPE): Likewise.
38768         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38769         (__SWBLK_T_TYPE): Likewise.
38770         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38771         (__SWBLK_T_TYPE): Likewise.
38772         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38773         (__SWBLK_T_TYPE): Likewise.
38775 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38776             Honza Horak <hhorak@redhat.com>
38778         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38779         (xdr_mapname): Use YPMAXMAP as maxsize.
38780         (xdr_peername): Use YPMAXPEER as maxsize.
38781         (xdr_keydat): Use YPAXRECORD as maxsize.
38782         (xdr_valdat): Use YPMAXRECORD as maxsize.
38784 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38786         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38788         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38789         * csu/init-first.c: ... here.
38790         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38791         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38792         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38793         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38794         * sysdeps/i386/init-first.c: File removed.
38795         * sysdeps/sh/init-first.c: File removed.
38797 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38799         [BZ #14645]
38800         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38801         if x * y might underflow to zero and z is zero.
38802         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38803         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38804         * math/libm-test.inc (min_subnorm_value): New variable.
38805         (fma_test): Add more tests.
38806         (fma_test_towardzero): Likewise.
38807         (fma_test_downward): Likewise
38808         (fma_test_upward): Likewise.
38809         (initialize): Set min_subnorm_value.
38811 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38813         [BZ #14638]
38814         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38815         0 + 0.
38816         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38817         mode for addition resulting in exact zero.
38818         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38819         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38820         exact 0 + 0.
38821         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38822         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38823         * math/libm-test.inc (fma_test): Add more tests.
38824         (fma_test_towardzero): New function.
38825         (fma_test_downward): Likewise.
38826         (fma_test_upward): Likewise.
38827         (main): Call the new functions.
38829 2012-09-28  David S. Miller  <davem@davemloft.net>
38831         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38833 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38835         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38836         instead of SIGALRM.
38838         * sysdeps/gnu/_G_config.h: Moved to ...
38839         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38840         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38841         * sysdeps/generic/_G_config.h: ... here.
38843         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38845         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38847         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38848         Conditionalize target on [libnss_test1.so-version].
38850         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38852         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38853         (elfobjdir): Move out of conditionals.
38855         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38856         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38857         (__nss_lookup_function): Conditionalize label remove_from_tree on
38858         [!DO_STATIC_NSS || SHARED], matching its only use.
38860 2012-09-28  David S. Miller  <davem@davemloft.net>
38862         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38863         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38864         file.
38865         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38866         sysdep_routines.
38867         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38868         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38869         when HWCAP_SPARC_CRYPTO is present.
38871 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38873         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38875 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38877         [BZ #6530]
38878         * stdio-common/vfprintf.c (process_string_arg): Revert
38879         2000-07-22 change.
38881 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38883         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38884         for testcase.
38885         * stdio-common/tst-sprintf.c: Include <locale.h>
38886         (main): Test sprintf's handling of incomplete multibyte
38887         characters.
38889 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38891         * elf/dl-runtime.c (VERSYMIDX): Removed.
38892         * elf/dl-version.c (VERSYMIDX): Likewise.
38893         * elf/do-rel.h (VERSYMIDX): Likewise.
38894         (VALIDX): Likewise.
38895         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38896         * elf/rtld.c (VALIDX): Likewise.
38897         (ADDRIDX): Likewise.
38898         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38899         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38900         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38901         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38902         (VALIDX): Likewise.
38903         (ADDRIDX): Likewise.
38905 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38907         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38909 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38911         [BZ #11438]
38912         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38913         to global scope.
38914         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38915         addresses are in the same scope as 192.0.2/24.
38916         * posix/gai.conf: Document new scope table defaults.
38918 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38920         [BZ #5298]
38921         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38922         for ftell.  Compute offsets from write pointers instead.
38923         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38925 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38927         [BZ #14543]
38928         * libio/Makefile (tests): New test case tst-fseek.
38929         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38930         combination works in wide mode.
38931         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38932         state when the external buffer state changes.
38934 2012-09-27  David S. Miller  <davem@davemloft.net>
38936         [BZ #14376]
38937         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38938         pass reloc->r_addend in as the 'high' argument to
38939         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38941         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38943 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38945         * rt/tst-aio2.c: Include <pthread.h>.
38946         * rt/tst-aio3.c: Likewise.
38948 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38950         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38952 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38954         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38955         contents on [SHARED].
38957 2012-09-26  Marek Polacek  <polacek@redhat.com>
38959         [BZ #14530]
38960         [BZ #13741]
38961         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38962         for C++ and GCC <4.3 as well as for non GCC compilers.
38964 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38966         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38968 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38970         * Makefile.in (all, install): Declare with .PHONY.
38971         Reported by Michael Hope <michael.hope@linaro.org>.
38973 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38975         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38976         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38977         system header.
38978         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38979         Likewise.
38980         (sydep_routines): Add the new and the internal functions.
38981         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38982         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38983         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38984         (GLIBC_2.17): Add the new function.
38985         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38986         (GLIBC_2.17): Likewise.
38987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38988         (GLIBC_2.17): Likewise.
38989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38990         (GLIBC_2.17): Likewise.
38991         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38993 2012-09-25  Alan Modra  <amodra@gmail.com>
38995         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38996         Add release barrier before setting once_control to say
38997         initialisation is done.  Add hints on lwarx.  Use macro in
38998         place of isync.
38999         (clear_once_control): Add release barrier.
39001 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39003         [BZ #13629]
39004         * math/s_clog.c (__clog): Handle more values close to |z| = 1
39005         specially.
39006         * math/s_clog10.c (__clog10): Likewise.
39007         * math/s_clog10f.c (__clog10f): Likewise.
39008         * math/s_clog10l.c (__clog10l): Likewise.
39009         * math/s_clogf.c (__clogf): Likewise.
39010         * math/s_clogl.c (__clogl): Likewise.
39011         * math/Makefile (libm-calls): Add x2y2m1.
39012         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
39013         (__x2y2m1): Likewise.
39014         (__x2y2m1l): Likewise.
39015         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
39016         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
39017         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
39018         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
39019         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
39020         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
39021         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
39022         * sysdeps/i386/fpu/libm-test-ulps: Update.
39023         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39025         [BZ #14621]
39026         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
39027         int as type of variable DEPTH.
39028         (glob): Use size_t instead of int as type of variables NEWCOUNT
39029         and OLD_PATHC.
39031 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39033         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39034         Add s_sincosf-sse2.
39035         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
39036         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
39037         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
39038         macros for using routine as __sincosf_ia32.
39039         Use macro for function declaration and weak_alias.
39040         * sysdeps/i386/fpu/libm-test-ulps: Update.
39042         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
39043         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39045         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
39046         subnormal argument.
39047         * math/s_cexpf.c (__cexpf): Likewise.
39048         * math/s_csinf.c (__csinf): Likewise.
39049         * math/s_csinhf.c (__csinhf): Likewise.
39050         * math/s_ctanf.c (__ctanf): Likewise.
39051         * math/s_ctanhf.c (__ctanhf): Likewise.
39052         * math/s_ccosh.c (__ccoshf): Likewise.
39053         * math/s_cexp.c (__cexpl): Likewise.
39054         * math/s_csin.c (__csin): Likewise.
39055         * math/s_csinh.c (__csinh): Likewise.
39056         * math/s_ctan.c (__ctan): Likewise.
39057         * math/s_ctanh.c (ctanh): Likewise.
39058         * math/s_ccoshl.c (__ccoshl): Likewise.
39059         * math/s_cexpl.c (__cexpl): Likewise.
39060         * math/s_csinl.c (__csinl): Likewise.
39061         * math/s_csinhl.c (__csinhl): Likewise.
39062         * math/s_ctanl.c (__ctanl): Likewise.
39063         * math/s_ctanhl.c (__ctanhl): Likewise.
39065 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39067         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
39068         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
39069         (_IO_off_t): Define to __off_t, not _G_off_t.
39070         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
39071         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
39072         (_IO_wint_t): Define to wint_t, not _G_wint_t.
39073         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
39074         type of __dummy and __dummy2 fields.
39075         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
39076         (_G_ssize_t): Likewise.
39077         (_G_off_t): Likewise.
39078         (_G_pid_t): Likewise.
39079         (_G_uid_t): Likewise.
39080         (_G_wchar_t): Likewise.
39081         (_G_wint_t): Likewise.
39082         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
39083         (_G_ssize_t): Likewise.
39084         (_G_off_t): Likewise.
39085         (_G_pid_t): Likewise.
39086         (_G_uid_t): Likewise.
39087         (_G_wchar_t): Likewise.
39088         (_G_wint_t): Likewise.
39089         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
39090         (_G_ssize_t): Likewise.
39091         (_G_off_t): Likewise.
39092         (_G_pid_t): Likewise.
39093         (_G_uid_t): Likewise.
39094         (_G_wchar_t): Likewise.
39095         (_G_wint_t): Likewise.
39097 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39099         * malloc/arena.c: Include malloc-sysdep.h.
39100         (shrink_heap): Use check_may_shrink_heap to decide if madvise
39101         is sufficient to shrink the heap or an unmap is needed.
39102         * sysdeps/generic/malloc-sysdep.h: New file.  Define
39103         new function check_may_shrink_heap.
39104         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
39105         new function check_may_shrink_heap.
39107 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39109         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
39110         comments.
39112 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
39114         * catgets/test-gencat.sh: Add "set -e".
39115         * elf/tst-pathopt.sh: Likewise.
39116         * grp/tst_fgetgrent.sh: Likewise.
39117         * iconvdata/run-iconv-test.sh: Likewise.
39118         * intl/tst-gettext.sh: Likewise.
39119         * intl/tst-gettext2.sh: Likewise.
39120         * intl/tst-gettext4.sh: Likewise.
39121         * intl/tst-gettext6.sh: Likewise.
39122         * intl/tst-translit.sh: Likewise.
39123         * io/ftwtest-sh: Likewise.
39124         * libio/test-freopen.sh: Likewise.
39125         * malloc/tst-mtrace.sh: Likewise.
39126         * posix/globtest.sh: Likewise.
39127         * posix/tst-getconf.sh: Likewise.
39128         * posix/wordexp-tst.sh: Likewise.
39129         * stdio-common/tst-printf.sh: Likewise.
39130         * stdio-common/tst-unbputc.sh: Likewise.
39131         * stdlib/tst-fmtmsg.sh: Likewise.
39132         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39133         * catgets/Makefile: Do not specify -e option when running
39134         testsuite shell scripts.
39135         * elf/Makefile: Likewise.
39136         * grp/Makefile: Likewise.
39137         * iconvdata/Makefile: Likewise.
39138         * intl/Makefile: Likewise.
39139         * io/Makefile: Likewise.
39140         * libio/Makefile: Likewise.
39141         * malloc/Makefile: Likewise.
39142         * posix/Makefile: Likewise.
39143         * stdio-common/Makefile: Likewise.
39144         * stdlib/Makefile: Likewise.
39145         * sysdeps/x86_64/Makefile: Likewise.
39147         * io/ftwtest-sh: Add copyright header.
39148         * posix/globtest.sh: Likewise.
39149         * posix/tst-getconf.sh: Likewise.
39150         * posix/wordexp-tst.sh: Likewise.
39151         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39153 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
39155         [BZ #13679]
39156         * Makeconfig (+link): Defined as $(+link-static) if
39157         $(build-shared) isn't yes.
39158         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39159         isn't yes.
39160         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39162         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39164         [BZ #14562]
39165         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39166         new chunk size with MALLOC_ALIGN_MASK.
39168 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
39170         [BZ #5044]
39171         * stdio-common/printf_fphex.c: Include <stdbool.h> and
39172         <rounding-mode.h>.
39173         (__printf_fphex): Determine rounding using get_rounding_mode and
39174         round_away.
39175         * stdio-common/tst-printf-round.c (struct hex_test): New
39176         structure.
39177         (hex_tests): New variable.
39178         (test_hex_in_one_mode): New function.
39179         (do_test): Also run tests for hex float output.
39181 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
39183         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39184         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39185         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39186         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39187         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39188         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39189         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39190         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39192 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
39194         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39195         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39196         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39197         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39199 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
39201         [BZ #14579]
39202         * elf/rtld.c (dl_main): Limit the check for self loading to normal
39203         mode only.
39204         * elf/tst-rtld-load-self.sh: New test.
39205         * elf/Makefile: Run it.
39207 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39209         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39210         (tst-writev-ENV): Remove.
39211         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39213 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39215         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39217 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39219         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39220         unconditional.
39221         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39222         Likewise.
39223         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39224         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39225         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39226         Likewise.
39228 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39230         [BZ #14587]
39231         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39232         * config.make.in (have-cpp-asm-debuginfo): Removed.
39233         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39234         * configure: Regenerated.
39236 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39238         [BZ #5044]
39239         * stdio-common/printf_fp.c: Include <stdbool.h> and
39240         <rounding-mode.h>.
39241         (___printf_fp): Determine rounding using get_rounding_mode and
39242         round_away.
39243         * stdio-common/tst-printf-round.c: New file.
39244         * stdio-common/Makefile (tests): Add tst-printf-round.
39245         (link-libm): New variable.
39246         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39248 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39250         [BZ #14576]
39251         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39252         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39253         Likewise.
39254         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39255         Likewise.
39257 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39259         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39260         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39261         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39262         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39264 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39266         [BZ #14518]
39267         * include/rounding-mode.h: New file.
39268         * sysdeps/generic/get-rounding-mode.h: Likewise.
39269         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39270         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39271         (MAX_VALUE): New macro.
39272         (MIN_VALUE): Likewise.
39273         (overflow_value): New function.
39274         (underflow_value): Likewise.
39275         (round_and_return): Use overflow_value and underflow_value to
39276         determine return values in overflow and underflow cases.  Use
39277         round_away to determine rounding depending on rounding mode.
39278         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39279         determine return values in overflow and underflow cases.
39280         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39281         (struct test_results): New structure.
39282         (struct test): Use struct test_results to store expected results
39283         for all rounding modes.
39284         (TEST): Include expected results for all rounding modes.
39285         (test_in_one_mode): New function.
39286         (do_test): Use test_in_one_mode to compute and check results.
39287         Check results for all rounding modes.
39288         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39289         $(link-libm).
39291 2012-12-09  Allan McRae  <allan@archlinux.org>
39293         * sysdeps/i386/fpu/libm-test-ulps: Update
39295 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39297         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39298         (_G_int32_t): Likewise.
39299         (_G_uint16_t): Likewise.
39300         (_G_uint32_t): Likewise.
39301         (_G_HAVE_BOOL): Likewise.
39302         (_G_HAVE_ATEXIT): Likewise.
39303         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39304         (_G_HAVE_IO_FILE_OPEN): Likewise.
39305         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39306         (_G_int32_t): Likewise.
39307         (_G_uint16_t): Likewise.
39308         (_G_uint32_t): Likewise.
39309         (_G_HAVE_BOOL): Likewise.
39310         (_G_HAVE_ATEXIT): Likewise.
39311         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39312         (_G_HAVE_IO_FILE_OPEN): Likewise.
39313         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39314         (_G_int32_t): Likewise.
39315         (_G_uint16_t): Likewise.
39316         (_G_uint32_t): Likewise.
39317         (_G_HAVE_BOOL): Likewise.
39318         (_G_HAVE_ATEXIT): Likewise.
39319         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39320         (_G_HAVE_IO_FILE_OPEN): Likewise.
39322 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39324         * csu/libc-tls.c: Update copyright years.
39326 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39328         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39329         [!_G_USING_THUNKS]: Remove conditional code.
39330         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39331         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39333         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39334         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39335         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39336         (_G_VTABLE_LABEL_PREFIX): Likewise.
39337         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39338         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39339         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39340         (_G_VTABLE_LABEL_PREFIX): Likewise.
39341         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39342         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39343         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39344         (_G_VTABLE_LABEL_PREFIX): Likewise.
39345         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39347 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39349         * libio/Makefile: Include ../Makeconfig before tests.
39350         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39351         only if $(build-shared) is yes.
39353         * iconv/gconv_db.c: Update copyright years.
39355 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39357         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39358         unwind info if defined PIC. Fix special cases description.
39359         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39361         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39362         DP_HI_MASK entry.
39363         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39365 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39367         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39369         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39370         is NULL.
39372         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39373         (LDLIBS-tst-chk4): This.
39374         (LDFLAGS-tst-chk5): Renamed to ...
39375         (LDLIBS-tst-chk5): This.
39376         (LDFLAGS-tst-chk6): Renamed to ...
39377         (LDLIBS-tst-chk6): This.
39378         (LDFLAGS-tst-lfschk4): Renamed to ...
39379         (LDLIBS-tst-lfschk4): This.
39380         (LDFLAGS-tst-lfschk5): Renamed to ...
39381         (LDLIBS-tst-lfschk5): This.
39382         (LDFLAGS-tst-lfschk6): Renamed to ...
39383         (LDLIBS-tst-lfschk6): This.
39385         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39386         on $(common-objpfx)soversions.mk.
39388 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39390         [BZ #10014]
39391         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39392         example host name.
39394 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39396         * malloc/arena.c (arena_get_retry): New function that gets
39397         another arena for the caller to try its request on.
39398         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39399         current arena cannot fulfill the request.
39400         (__libc_memalign): Likewise.
39401         (__libc_memalign): Likewise.
39402         (__libc_pvalloc): Likewise.
39403         (__libc_calloc): Likewise.
39405 2012-09-05  John Tobey  <john.tobey@gmail.com>
39407         [BZ #13542]
39408         * manual/arith.texi (Operations on Complex): Fix description
39409         of carg branch cut.
39411 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39413         [BZ #10014]
39414         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39415         host name.
39417         [BZ #10038]
39418         * manual/memory.texi (Memory): Make order of menu items match
39419         order of sections.
39421 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39423         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39424         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39425         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39427 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39429         * csu/libc-tls.c (static_dtv): Renamed to ...
39430         (_dl_static_dtv): This.  Make it global.
39431         (_dl_initial_dtv): Removed.
39432         (__libc_setup_tls): Updated.
39433         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39434         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39435         DL_INITIAL_DTV.
39437 2012-09-06  Petr Machata  <pmachata@redhat.com>
39439         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39440         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39441         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39442         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39444 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39446         [BZ #14545]
39447         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39448         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39449         freeing dtv[-1].
39451 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39453         [BZ #14544]
39454         * Makeconfig (link-static-before-libc): Replace $(+prector)
39455         with $(+prectorT).
39456         (link-static-after-libc): Replace $(+postctor) with
39457         $(+postctorT).
39458         (link-bounded): Replace $(+prector)/$(+postctor) with
39459         $(+prectorT)/$(+postctorT).
39460         (+prectorT): New macro.
39461         (+postctorT): Likewise.
39463 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39465         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39466         (round_str): Handle values above the maximum for IBM long double
39467         as inexact.
39468         * stdlib/tst-strtod-round.c (tests): Regenerated.
39470 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39472         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39473         assembler flag.
39474         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39475         zarch_nohighgprs around the zarch optimized routines.
39476         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39477         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39478         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39479         for zarch.
39481 2012-09-05  David S. Miller  <davem@davemloft.net>
39483         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39485         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39486         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39487         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39488         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39489         entries.
39491 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39493         * malloc/arena.c: Fold copyright years.
39494         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39496 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39498         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39500 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39502         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39504 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39506         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39507         change internal state upon failure.
39509 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39511         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39512         * malloc/memusage.c (mmap): Likewise.
39513         (mmap64, mremap): Likewise.  Adjust name in comment.
39515 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39517         * libio/fileops.c: Fix typos in comments.
39518         * libio/oldfileops.c: Likewise.
39519         * libio/wfileops.c: Likewise.
39521 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39523         [BZ #1349]
39524         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39525         (tst-malloc-usable-ENV): Set environment for test case.
39526         * malloc/hooks.c (malloc_check_get_size): New function to get
39527         requested size.
39528         * malloc/malloc.c (musable): Use malloc_check_get_size.
39529         * malloc/tst-malloc-usable.c: New test case.
39531 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39533         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39535 2012-09-05  Allan McRae  <allan@archlinux.org>
39537         [BZ #13966]
39538         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39539         determine header location.
39540         * configure: Regenerated.
39542 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39544         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39545         float format.
39546         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39547         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39548         format.
39549         (test): Regenerate.
39551 2012-09-04  David S. Miller  <davem@davemloft.net>
39553         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39554         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39555         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39557 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39559         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39560         failures.
39562         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39564 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39566         [BZ #9914]
39567         * libio/iogetdelim.c: Include <limits.h>.
39568         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39569         + len + 1 would overflow.
39571 2012-09-03  Andreas Jaeger  <aj@suse.de>
39573         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39574         * sysdeps/i386/fpu/libm-test-ulps: Update.
39576 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39578         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39579         Add s_sinf-sse2, s_conf-sse2.
39581         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39582         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39583         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39584         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39586         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39587         for using routine as __sinf_ia32.
39588         Use macro for function declaration and weak_alias.
39589         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39590         for using routine as __cosf_ia32.
39591         Use macro for function declaration and weak_alias.
39593         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39594         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39596         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39597         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39598         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39600         * math/libm-test.inc (cos_test): Add more test cases.
39601         (sin_test): Likewise.
39602         (sincos_test): Likewise.
39604 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39606         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39607         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39608         hidden.
39609         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39611 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39613         [BZ #14538]
39614         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39615         first element of the GOT.
39616         (elf_machine_load_address): Return the difference between
39617         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39619 2012-09-01  Allan McRae  <allan@archlinux.org>
39621         [BZ #13412]
39622         * configure.in (AWK): Require gawk version 3.0 or later.
39623         * configure: Regenerated.
39625 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39627         * sysdeps/unix/sysv/linux/kernel-features.h
39628         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39629         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39630         [__NR_clock_getres]: Make code unconditional.
39631         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39632         (clock_getcpuclockid): Remove code left unreachable by removal of
39633         conditionals.
39634         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39635         code unconditional.
39636         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39637         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39638         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39639         Make code unconditional.
39640         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39641         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39642         * sysdeps/unix/sysv/linux/clock_settime.c
39643         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39644         conditional code.
39645         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39646         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39648 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39650         [BZ #14476]
39651         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39652         scripts/test-installation.pl.
39654         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39655         and $ld_so_version if it is set.
39657 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39659         [BZ #14516]
39660         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39661         failure if reading from procfs failed.
39662         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39664 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39666         * sysdeps/unix/sysv/linux/kernel-features.h
39667         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39668         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39669         Remove conditional code.
39670         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39671         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39672         Remove conditional code.
39673         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39674         * sysdeps/unix/sysv/linux/i386/fxstat.c
39675         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39676         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39677         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39678         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39679         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39680         * sysdeps/unix/sysv/linux/i386/lxstat.c
39681         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39682         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39683         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39684         Remove conditional code.
39685         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39686         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39687         Remove conditional code.
39688         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39689         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39690         <kernel-features.h>.
39691         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39692         Remove.
39693         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39694         Remove conditional code.
39695         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39696         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39697         Remove conditional.
39699 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39701         [BZ #5400]
39702         * NEWS: Add fixed bug number.
39704 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39706         [BZ #14519]
39707         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39708         underflowing exponent in case of negative sign.
39709         * stdlib/tst-strtod-round-data: Add more tests.
39710         * stdlib/tst-strtod-round.c (tests): Regenerated.
39712         [BZ #3479]
39713         * stdlib/strtod_l.c (NDIG): Remove.
39714         (HEXNDIG): Likewise.
39715         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39716         smallest representable value.
39717         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39718         lie within an exact representation of 1/2 ulp of the result.
39719         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39720         unconditionally.
39721         (TENS_P9_IDX): Define unconditionally.
39722         (TENS_P9_SIZE): Likewise.
39723         (TENS_P10_IDX): Likewise.
39724         (TENS_P10_SIZE): Likewise.
39725         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39726         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39727         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39728         entries for 10^2^13 and 10^2^14.
39729         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39730         (TENS_P13_IDX): Define.
39731         (TENS_P13_SIZE): Likewise.
39732         (TENS_P14_IDX): Likewise.
39733         (TENS_P14_SIZE): Likewise.
39734         (_fpioconst_pow10): Change array size to
39735         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39736         unconditional.
39737         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39738         1024]: Add entries for 10^2^13 and 10^2^14.
39739         [LAST_POW10 > _LAST_POW10]: Remove #error.
39740         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39741         (_fpioconst_pow10): Change array size to
39742         FPIOCONST_POW10_ARRAY_SIZE.
39743         * stdlib/gen-fpioconst.c: New file.
39744         * stdlib/gen-tst-strtod-round.c: Likewise.
39745         * stdlib/tst-strtod-round-data: Likewise.
39746         * stdlib/tst-strtod-round.c: Likewise.
39747         * stdlib/Makefile (tests): Add tst-strtod-round.
39749         [BZ #14459]
39750         * stdlib/strtod_l.c: Include <stdint.h>.
39751         (NDEBUG): Do not define.
39752         (round_and_return): Change EXPONENT parameter to type intmax_t.
39753         Rearrange calculations to avoid internal overflow possibilities.
39754         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39755         Rearrange calculations to avoid internal overflow possibilities.
39756         Assert that number fits inside MPNSIZE limbs.
39757         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39758         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39759         calculations and add assertions to avoid internal overflow
39760         possibilities.  Add casts to avoid signed/unsigned operations.
39761         * stdlib/tst-strtod-overflow.c: New file.
39762         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39764 2012-08-25  Marek Polacek  <polacek@redhat.com>
39766         * time/time.h: Fix some typos in comments.
39768 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39770         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39771         * posix/tst-rfc3484-2.c: Likewise.
39772         * posix/tst-rfc3484-3.c: Likewise.
39774 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39776         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39777         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39779 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39781         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39782         #include of fxstatat64.c.
39784 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39786         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39787         * shadow/getspent_r.c: Likewise.
39788         * shadow/getspnam.c: Likewise.
39789         * shadow/getspnam_r.c: Likewise.
39790         * gshadow/getsgent.c: Likewise.
39791         * gshadow/getsgent_r.c: Likewise.
39792         * gshadow/getsgnam.c: Likewise.
39793         * gshadow/getsgnam_r.c: Likewise.
39794         * inet/getnetbyad.c: Likewise.
39795         * inet/getnetbyad_r.c: Likewise.
39796         * inet/getnetbynm.c: Likewise.
39797         * inet/getnetbynm_r.c: Likewise.
39798         * inet/getnetent.c: Likewise.
39799         * inet/getnetent_r.c: Likewise.
39800         * inet/getproto.c: Likewise.
39801         * inet/getproto_r.c: Likewise.
39802         * inet/getprtent.c: Likewise.
39803         * inet/getprtent_r.c: Likewise.
39804         * inet/getprtname.c: Likewise.
39805         * inet/getprtname_r.c: Likewise.
39806         * inet/getrpcbyname.c: Likewise.
39807         * inet/getrpcbyname_r.c: Likewise.
39808         * inet/getrpcbynumber.c: Likewise.
39809         * inet/getrpcbynumber_r.c: Likewise.
39810         * inet/getrpcent.c: Likewise.
39811         * inet/getrpcent_r.c: Likewise.
39812         * inet/getaliasent.c: Likewise.
39813         * inet/getaliasent_r.c: Likewise.
39814         * inet/getaliasname.c: Likewise.
39815         * inet/getaliasname_r.c: Likewise.
39816         * nscd/getgrgid_r.c: Likewise.
39817         * nscd/getgrnam_r.c: Likewise.
39818         * nscd/gethstbyad_r.c: Likewise.
39819         * nscd/gethstbynm3_r.c: Likewise.
39820         * nscd/getpwnam_r.c: Likewise.
39821         * nscd/getpwuid_r.c: Likewise.
39822         * nscd/getsrvbynm_r.c: Likewise.
39823         * nscd/getsrvbypt_r.c: Likewise.
39824         * nscd/gai.c: Likewise.
39826         * configure.in (build_nscd): New substituted variable, set
39827         by --disable-build-nscd and defaults to $use_nscd.
39828         * configure: Regenerated.
39829         * config.make.in (build-nscd): New substituted variable.
39830         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39831         Change conditional to require [$(build-nscd) = yes] as well.
39832         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39834         [BZ# 13696]
39835         * configure.in (use_nscd): New substituted variable, set by
39836         --disable-nscd.  If enabled, define USE_NSCD.
39837         * configure: Regenerated.
39838         * config.h.in: Add USE_NSCD.
39839         * config.make.in (use-nscd): New substituted variable.
39840         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39841         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39842         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39843         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39844         (CFLAGS-getgrnam_r.c): Likewise.
39845         (CFLAGS-initgroups.c): Likewise.
39846         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39847         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39848         Variables removed.
39849         * inet/getnetgrent_r.c
39850         (nscd_setnetgrent): New function, broken out of ...
39851         (setnetgrent): ... here.  Call it.
39852         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39853         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39854         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39855         * nscd/Makefile (routines, aux): Move definitions after include of
39856         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39857         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39858         Conditionalize on [USE_NSCD].
39859         (is_nscd, nscd_init_cb): Likewise.
39860         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39861         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39862         * nss/nss_db/db-init.c: Likewise.
39863         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39864         [USE_NSCD].
39865         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39866         (make_request): Use it.
39867         (cache_valid_p): New function.
39868         (__check_pf): Use it.
39869         * NEWS: Add item for --disable-nscd.
39871 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39873         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39874         to support sed >= 4.2.1-20-ga9bf076.
39875         * configure: Regenerated.
39877 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39879         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39880         Conditionalize whole body on [IREL].
39882 2012-08-22  Jeff Law <law@redhat.com>
39884         [BZ #14505]
39885         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39886         if the family is PF_UNSPEC.
39888 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39890         * Makerules (lib-version): Rename from V.
39891         (install-lib-nosubdir): Change V to lib-version.
39893 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39895         [BZ #14252]
39896         * powerpc32/power6/wcschr.c: New file.
39897         * powerpc32/power6/wcscpy.c: New file.
39898         * powerpc32/power6/wcsrchr.c: New file.
39899         * powerpc64/power6/wcschr.c: New file.
39900         * powerpc64/power6/wcscpy.c: New file.
39901         * powerpc64/power6/wcsrchr.c: New file.
39903 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39905         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39906         (two_way_short_needle): Use it.
39907         * string/strstr.c (AVAILABLE1_USES_J): Define.
39908         * string/strcasestr.c: Likewise.
39910         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39911         array references.
39912         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39914         [BZ #11607]
39915         * NEWS: Add an entry.
39916         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39917         define their defaults.
39918         (two_way_short_needle): Detect end-of-string on-the-fly.
39919         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39920         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39921         * string/bug-strcasestr1.c: New test.
39922         * string/Makefile: Run it.
39924 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39926         [BZ #11607]
39927         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39928         the first character.
39930 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39932         * csu/elf-init.c (__libc_csu_irel): Function removed.
39933         * csu/libc-start.c (apply_irel): New function.
39934         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39936 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39938         * sysdeps/unix/sysv/linux/kernel-features.h
39939         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39940         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39941         <kernel-features.h>.
39942         [__NR_fadvise64_64]: Make code unconditional.
39943         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39944         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39945         !__NR_fadvise64_64)]: Likewise.
39946         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39947         !__NR_fadvise64_64))]: Likewise.
39948         [__NR_fadvise64]: Make code unconditional.
39949         [!__NR_fadvise64]: Remove conditional code.
39950         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39951         <kernel-features.h>.
39952         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39953         unconditional.
39954         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39955         conditional code.
39956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39957         not include <kernel-features.h>.
39958         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39959         unconditional.
39960         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39961         conditional code.
39962         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39963         include <kernel-features.h>.
39964         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39965         unconditional.
39966         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39967         conditional code.
39969 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39971         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39972         slight instruction rearrangements per scrollpipe analysis.
39973         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39975 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39977         * manual/syslog.texi (syslog; vsyslog, closelog):
39978         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39979         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39981         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39982         DSOCAPS to match condition on defining it.
39984 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39986         * sysdeps/unix/sysv/linux/kernel-features.h
39987         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39988         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39989         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39990         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39992         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39993         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39994         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39995         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39996         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39998         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39999         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
40001         * sysdeps/unix/sysv/linux/kernel-features.h
40002         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
40003         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
40004         unconditional.
40005         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40006         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
40007         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40008         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40009         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
40010         Make code unconditional.
40011         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40012         (__mmap64) [!__NR_mmap2]: Likewise.
40013         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
40014         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
40015         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40016         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
40017         [__NR_mmap2]: Make code unconditional.
40018         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
40019         (__mmap64) [!__NR_mmap2]: Likewise.
40021 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
40023         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
40025 2012-08-18  Andreas Jaeger  <aj@suse.de>
40027         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
40029 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40031         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
40032         * include/unistd.h (__have_sock_cloexec): Likewise.
40033         (__have_pipe2): Likewise.
40034         (__have_dup3): Likewise.
40036 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40038         [BZ #9685]
40039         * include/unistd.h (__have_pipe2): Change define into an extern int.
40040         (__have_dup3): Likewise.
40041         * socket/have_sock_cloexec.c: Include fcntl.h.
40042         (__have_pipe2): New variable.
40043         (__have_dup3): Likewise.
40045 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
40047         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
40049 2012-08-17  Marek Polacek  <polacek@redhat.com>
40051         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
40052         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
40054 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40056         * configure.in: Add AC_SUBST for sysheaders.
40057         * configure: Regenerated.
40058         * config.make.in (sysheaders): New substituted variable.
40060         * sysdeps/unix/mkfifo.c: Moved ...
40061         * sysdeps/posix/mkfifo.c: ... here.
40062         * sysdeps/unix/mkfifoat.c: Moved ...
40063         * sysdeps/posix/mkfifoat.c: ... here.
40065         * sysdeps/unix/utime.c: Moved ...
40066         * sysdeps/posix/utime.c: ... here.
40068         * sysdeps/unix/time.c: Moved ...
40069         * sysdeps/posix/time.c: ... here.
40070         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
40071         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
40073         * sysdeps/unix/nice.c: Moved ...
40074         * sysdeps/posix/nice.c: ... here.
40076         * sysdeps/unix/alarm.c: Moved ...
40077         * sysdeps/posix/alarm.c: ... here.
40079         * intl/Makefile ($(codeset_mo)): Depend on the input file.
40081 2012-08-17  Jeff Law <law@redhat.com>
40083         * intl/Makefile (codeset_mo): New variable.
40084         ($(codeset_mo)): New target.
40085         (tst-codeset.out): Depend on that.  Remove explicit rule.
40086         (tst-gettext3.out, tst-gettext5.out): Likewise.
40087         (LOCPATH-ENV, tst-codeset-ENV): New variables.
40088         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
40089         * intl/tst-codeset.sh: Remove.
40090         * intl/tst-gettext3.sh: Likewise.
40091         * intl/tst-gettext5.sh: Likewise.
40093 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40095         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
40096         * sysdeps/unix/syscalls.list: ... here.
40098         * sysdeps/posix/getaddrinfo.c
40099         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
40100         (gaiconf_init, gaiconf_reload): Use them.
40101         [!_STATBUF_ST_NSEC]
40102         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
40103         Define using time_t rather than struct timespec.
40105         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
40106         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
40107         Macros removed.
40108         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
40109         [!NO_THREADS].
40110         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
40111         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
40112         Likewise.
40114         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
40115         __libc_cleanup_push argument.
40117         * bits/param.h: New file.
40118         * misc/sys/param.h: New file.
40119         * include/sys/param.h: New file.
40120         * misc/Makefile (headers): Add bits/param.h.
40121         * sysdeps/generic/sys/param.h: File removed.
40122         * sysdeps/unix/sysv/linux/bits/param.h: New file.
40123         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40124         * sysdeps/mach/hurd/bits/param.h: New file.
40125         * sysdeps/mach/hurd/sys/param.h: File removed.
40127         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40128         last change.
40130         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40131         [_IO_MTSAFE_IO].
40132         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40133         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40134         New macros.
40136         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40137         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40138         rather than -D_IO_MTSAFE_IO conditionally.
40139         * stdio-common/Makefile (CPPFLAGS): Likewise.
40140         * wcsmbs/Makefile (CPPFLAGS): Likewise.
40141         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40142         Use $(libio-mtsafe).
40143         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40144         of -D_IO_MTSAFE_IO.
40145         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40146         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40147         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40148         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40149         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40150         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40151         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40152         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40153         (CFLAGS-fread_u_chk.c): Likewise.
40154         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40155         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40156         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40157         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40158         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40159         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40160         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40161         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40162         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40164         * libio/Makefile: Test [$(libc-reentrant) = yes]
40165         instead of [$(filter %REENTRANT, $(defines)) nonempty].
40167         * Makeconfig
40168         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40169         * sysdeps/pthread/configure: File removed.
40170         * sysdeps/pthread/Makeconfig: New file.
40171         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40172         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40174 2012-08-16  Gary Benson  <gbenson@redhat.com>
40176         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40177         unmapping the first object in a namespace.
40179 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40181         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40182         (__internal_setnetgrent): ... this.  Add internal_function to
40183         definition.  Add libc_hidden_def.
40184         (setnetgrent): Update caller.
40185         (internal_endnetgrent): Renamed to ...
40186         (__internal_endnetgrent): ... this.  Add internal_function to
40187         definition.  Add libc_hidden_def.
40188         (endnetgrent): Update caller.
40189         (internal_getnetgrent_r): Renamed to ...
40190         (__internal_getnetgrent_r): ... this.  Add internal_function to
40191         definition.  Add libc_hidden_def.
40192         (__getnetgrent_r): Update caller.
40193         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
40195 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40197         * stdlib/longlong.h: Update from GCC.
40199 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40201         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40202         on _QL, which is set by umul_ppmm but never used.
40203         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40204         variables, which are set by GMP macros but never used.
40205         * stdio-common/_itowa.c (_itowa): Likewise.
40206         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40207         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40209 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40211         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40212         struct La_sh_regs is not constant.
40213         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40214         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40215         and struct La_sparc64_regs are not constant.
40217 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40219         * sysdeps/unix/sysv/linux/kernel-features.h
40220         (__ASSUME_POSIX_TIMERS): Remove.
40221         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40222         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40223         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40224         Make code unconditional.
40225         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40226         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40227         Make code unconditional.
40228         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40229         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40230         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40231         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40232         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40233         Make code unconditional.
40234         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40235         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40236         (__libc_missing_posix_timers): Remove.
40238 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40240         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40241         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40243         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40245         * elf/dl-sym.c: Include <stdlib.h>.
40247         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40248         constants, which avoids warnings in 32-bit builds.
40250         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40251         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40253         * misc/lseek.c: File moved to ...
40254         * io/lseek.c: ... here.
40256         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40258         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40259         shifting LEN more than 31 bits at once.
40261 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40263         [BZ #14195]
40264         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40265         segmentation fault for a case of two empty input strings.
40266         * string/test-strncasecmp.c (check1): Renamed to...
40267         (bz12205): ...this.
40268         (bz14195): Add new testcase for two empty input strings and N > 0.
40269         (test_main): Call new testcase, adapt for renamed function.
40271 2012-08-15  Andreas Jaeger  <aj@suse.de>
40273         [BZ #14090]
40274         * crypt/md5test2.c: New test, based on test supplied by Serge
40275         Belyshev <belyshev@depni.sinp.msu.ru>.
40276         * crypt/Makefile (xtests): Add md5test-giant..
40277         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40279 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40281         [BZ #14090]
40282         * crypt/md5.c (md5_process_block): Don't assume the buffer
40283         length is less than 2**32.
40284         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40285         length is less than 2**64.
40287 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40289         * string/str-two-way.h: Include <sys/param.h>.
40290         (MAX): Macro removed.
40292         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40293         Move #define and #undef of memmove to just before and after
40294         including <string.h>.
40296         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40297         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40298         and after including <string.h>.  Move declarations of
40299         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40300         to before #include "string/memmove.c".
40302         * include/dirent.h: Declare __getdirentries.
40304         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40305         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40307 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40309         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40310         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40311         * sysdeps/i386/configure: Regenerated.
40312         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40313         STABS_CURRENT_FILE, and STABS_FUN.
40314         (END): Remove call to STABS_FUN_END.
40315         (STABS_CURRENT_FILE1): Delete.
40316         (STABS_CURRENT_FILE): Likewise.
40317         (STABS_FUN): Likewise.
40318         (STABS_FUN_END): Likewise.
40319         (STABS_FUN2): Likewise.
40320         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40321         * sysdeps/x86_64/configure: Regenerated.
40323 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40325         * elf/dl-open.c: Include <atomic.h>.
40326         * elf/dl-lookup.c: Likewise.
40328 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40330         * sysdeps/unix/sysv/linux/kernel-features.h
40331         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40332         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40333         unconditionally.
40334         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40335         unconditionally.
40336         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40337         condition on __ASSUME_CLONE_THREAD_FLAGS.
40339 2012-08-14  Andreas Jaeger  <aj@suse.de>
40341         * sysdeps/i386/fpu/libm-test-ulps: Update.
40343 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40345         * include/atomic.h (atomic_exchange_and_add): Split into ...
40346         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40347         New atomic macros.
40349 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40351         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40353 2012-08-13  Jeff Law <law@redhat.com>
40355         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40356         null byte in the output string.
40358 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40360         * sysdeps/unix/sysv/linux/kernel-features.h
40361         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40362         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40363         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40364         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40365         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40366         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40367         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40369 2012-08-09  Jeff Law <law@redhat.com>
40371         [BZ #13939]
40372         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40373         When avoid_arena is set, don't retry in the that arena.  Pick the
40374         next one, whatever it might be.
40375         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40376         (arena_lock): Pass in new parameter to arena_get2.
40377         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40378         arena_get2.
40379         (__libc_malloc): Unify retrying after main arena failure with
40380         __libc_memalign version.
40381         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40383 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40385         [BZ #14166]
40386         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40387         to __redirect_strstr.
40388         (__strstr_sse42): Use typeof __redirect_strstr.
40389         (__strstr_ia32): Likewise.
40390         (__libc_strstr): New prototype.
40391         (strstr): Renamed to ...
40392         (__libc_strstr): This.
40393         (strstr): New strong alias of __libc_strstr.
40394         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40395         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40396         __redirect_time.
40397         Include <time.h>.
40398         (__libc_time): New prototype.
40399         (time_ifunc): Replace time with __libc_time.
40400         (time): New strong alias and hidden definition of __libc_time.
40401         (__GI_time): Remove strong alias.
40402         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40403         Include <stddef.h>.
40404         (memmove): Redefined to __redirect_memmove.
40405         (__memmove_sse2): Use typeof __redirect_memmove.
40406         (__memmove_ssse3): Likewise.
40407         (__memmove_ssse3_back): Likewise.
40408         (__libc_memmove): New prototype.
40409         (memmove): Renamed to ...
40410         (__libc_memmove): This.
40411         (memmove): New strong alias of __libc_memmove.
40413 2012-08-08  Mark Salter  <msalter@redhat.com>
40415         * elf/elf.h
40416         (R_MN10300_TLS_GD): Define.
40417         (R_MN10300_TLS_LD): Likewise.
40418         (R_MN10300_TLS_LDO): Likewise.
40419         (R_MN10300_TLS_GOTIE): Likewise.
40420         (R_MN10300_TLS_IE): Likewise.
40421         (R_MN10300_TLS_LE): Likewise.
40422         (R_MN10300_TLS_DTPMOD): Likewise.
40423         (R_MN10300_TLS_DTPOFF): Likewise.
40424         (R_MN10300_TLS_TPOFF): Likewise.
40425         (R_MN10300_SYM_DIFF): Likewise.
40426         (R_MN10300_ALIGN): Likewise.
40427         (R_MN10300_NUM): Update.
40429 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40431         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40432         Remove.
40434 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40436         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40438         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40439         sysdeps/unix -> sysdeps/posix move.
40440         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40442 2012-08-07      Allan McRae     <allan@archlinux.org>
40444         [BZ #14303]
40445         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40446         (SUNOS_CPP): Likewise.
40447         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40448         not found.
40449         (open_input): Call CPP using execvp.
40451 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40453         * sysdeps/unix/sysv/linux/kernel-features.h
40454         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40455         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40456         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40457         (__ASSUME_WAITID_SYSCALL): Likewise.
40458         * sysdeps/unix/sysv/linux/dl-execstack.c
40459         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40460         code unconditional.
40461         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40462         conditional code.
40463         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40464         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40465         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40466         code.
40467         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40468         unconditional.
40469         [__ASSUME_WAITID_SYSCALL]: Likewise.
40470         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40472 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40474         * sysdeps/unix/closedir.c: Renamed to ...
40475         * sysdeps/posix/closedir.c: ... here.
40476         * sysdeps/unix/dirfd.c: Renamed to ...
40477         * sysdeps/posix/dirfd.c: ... here.
40478         * sysdeps/unix/dirstream.h: Renamed to ...
40479         * sysdeps/posix/dirstream.h: ... here.
40480         * sysdeps/unix/fdopendir.c: Renamed to ...
40481         * sysdeps/posix/fdopendir.c: ... here.
40482         * sysdeps/unix/opendir.c: Renamed to ...
40483         * sysdeps/posix/opendir.c: ... here.
40484         * sysdeps/unix/readdir.c: Renamed to ...
40485         * sysdeps/posix/readdir.c: ... here.
40486         * sysdeps/unix/readdir_r.c: Renamed to ...
40487         * sysdeps/posix/readdir_r.c: ... here.
40488         * sysdeps/unix/rewinddir.c: Renamed to ...
40489         * sysdeps/posix/rewinddir.c: ... here.
40490         * sysdeps/unix/seekdir.c: Renamed to ...
40491         * sysdeps/posix/seekdir.c: ... here.
40492         * sysdeps/unix/telldir.c: Renamed to ...
40493         * sysdeps/posix/telldir.c: ... here.
40494         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40495         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40496         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40497         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40499         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40500         * bits/fcntl.h: ... here.
40502         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40503         not 0.
40504         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40505         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40506         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40507         (struct flock): Move l_start, l_len to the beginning.
40508         Use __pid_t for l_pid.
40509         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40510         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40511         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40512         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40513         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40514         [__USE_LARGEFILE64] (struct flock64): New type.
40515         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40517         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40518         * bits/dirent.h: ... here.
40520         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40521         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40523 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40525         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40526         Change from 2.6.0 to 2.6.16.
40527         * sysdeps/unix/sysv/linux/configure: Regenerated.
40528         * sysdeps/unix/sysv/linux/kernel-features.h
40529         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40530         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40531         version.
40532         (__ASSUME_UTIMES): Likewise.
40533         (__ASSUME_CLONE_STOPPED): Remove.
40534         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40535         architectures, not kernel version.
40536         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40537         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40538         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40539         (__ASSUME_WAITID_SYSCALL): Likewise.
40540         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40541         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40542         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40543         refer to older versions.
40545 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40547         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40548         Define alphasort64 as an alias.
40549         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40550         Define versionsort64 as an alias.
40551         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40552         Define scandir64 as an alias.
40553         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40554         Define scandirat64 as an alias.
40555         * dirent/alphasort64.c (alphasort64):
40556         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40557         * dirent/versionsort64.c: Likewise.
40558         * dirent/scandir64.c: Likewise.
40559         * dirent/scandirat64.c: Likewise.
40560         * sysdeps/wordsize-64/alphasort.c: File removed.
40561         * sysdeps/wordsize-64/alphasort64.c: File removed.
40562         * sysdeps/wordsize-64/scandir.c: File removed.
40563         * sysdeps/wordsize-64/scandir64.c: File removed.
40564         * sysdeps/wordsize-64/scandirat.c: File removed.
40565         * sysdeps/wordsize-64/scandirat64.c: File removed.
40566         * sysdeps/wordsize-64/versionsort.c: File removed.
40567         * sysdeps/wordsize-64/versionsort64.c: File removed.
40568         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40569         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40570         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40571         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40572         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40573         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40574         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40575         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40577         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40578         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40579         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40580         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40581         [defined __arch64__ || defined __sparcv9]
40582         (__INO_T_MATCHES_INO64_T): New macro.
40583         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40584         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40585         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40586         * sysdeps/unix/sysv/linux/bits/dirent.h
40587         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40588         (_DIRENT_MATCHES_DIRENT64): New macro.
40590         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40591         Define lockf64 as an alias.
40592         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40593         Define fseeko64 as an alias.
40594         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40595         Define ftello64 as an alias.
40596         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40597         Define _IO_fgetpos64 and fgetpos64 as aliases.
40598         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40599         Define _IO_fsetpos64 and fsetpos64 as aliases.
40600         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40601         Conditionalize body on this.
40602         * libio/fseeko64.c: Likewise.
40603         * libio/ftello64.c: Likewise.
40604         * libio/iofgetpos64.c: Likewise.
40605         * libio/iofsetpos64.c: Likewise.
40606         * sysdeps/wordsize-64/lockf.c: File removed.
40607         * sysdeps/wordsize-64/lockf64.c: File removed.
40608         * sysdeps/wordsize-64/fseeko.c: File removed.
40609         * sysdeps/wordsize-64/fseeko64.c: File removed.
40610         * sysdeps/wordsize-64/ftello.c: File removed.
40611         * sysdeps/wordsize-64/ftello64.c: File removed.
40612         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40613         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40614         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40615         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40616         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40617         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40618         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40619         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40620         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40621         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40622         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40623         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40624         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40625         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40627         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40628         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40629         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40630         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40631         [defined __arch64__ || defined __sparcv9]
40632         (__OFF_T_MATCHES_OFF64_T): New macro.
40633         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40634         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40635         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40636         (__OFF_T_MATCHES_OFF64_T): New macro.
40638 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40640         * stdlib/secure-getenv.c (__secure_getenv): Replace
40641         GLIBC_2_16 with GLIBC_2_17.
40643 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40645         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40646         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40648 2012-08-03  David S. Miller  <davem@davemloft.net>
40650         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40652 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40654         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40655         Remove.
40656         (__ASSUME_CORRECT_SI_PID): Likewise.
40657         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40658         (__ASSUME_TMPFS_NAME): Likewise.
40659         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40660         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40661         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40662         (HAVE_AUX_SECURE): Make definition unconditional.
40663         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40664         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40666 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40668         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40669         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40670         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40671         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40672         __eloop_threshold instead of SYMLOOP_MAX.
40674         * sysdeps/generic/eloop-threshold.h: New file.
40675         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40676         of MAXSYMLINKS.
40677         * elf/chroot_canon.c (chroot_canon): Likewise.
40679 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40681         [BZ #13717]
40682         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40683         Change to 2.6.0 everywhere.
40684         * sysdeps/unix/sysv/linux/configure: Regenerated.
40685         * sysdeps/unix/sysv/linux/kernel-features.h
40686         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40687         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40688         kernel versions.
40689         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40690         (__ASSUME_FUTEX_REQUEUE): Remove.
40691         (__ASSUME_STATFS64): Define unconditionally.
40692         (__ASSUME_AT_SECURE): Likewise.
40693         (__ASSUME_CORRECT_SI_PID): Likewise.
40694         (__ASSUME_TGKILL): Define without depending on kernel version for
40695         i386.
40696         (__ASSUME_UTIMES): Likewise.
40697         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40698         kernel version.
40699         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40700         (__ASSUME_TMPFS_NAME): Likewise.
40701         * README: Update reference to Linux kernel versions.
40703 2012-08-02  Marek Polacek  <polacek@redhat.com>
40705         [BZ# 14150]
40706         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40707         libc_cv_asm_type_prefix with %.
40708         * configure: Regenerated.
40709         * include/libc-symbols.h: Remove comment about
40710         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40711         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40712         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40713         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40714         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40715         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40716         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40717         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40718         * elf/tst-unique2mod1.c: Likewise.
40719         * elf/tst-unique1mod2.c: Likewise.
40720         * elf/tst-unique1mod1.c: Likewise.
40721         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40722         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40723         Replace ASM_TYPE_DIRECTIVE with .type.
40724         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40725         * sysdeps/i386/sysdep.h: Likewise.
40726         * sysdeps/x86_64/sysdep.h: Likewise.
40727         * sysdeps/sh/sysdep.h: Likewise.
40728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40729         Do not define ASM_TYPE_DIRECTIVE.
40730         * sysdeps/powerpc/sysdep.h: Likewise.
40731         * sysdeps/powerpc/powerpc32/sysdep.h:
40732         Replace ASM_TYPE_DIRECTIVE with .type.
40733         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40734         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40735         * sysdeps/i386/fpu/e_powf.S: Likewise.
40736         * sysdeps/i386/fpu/e_expl.S: Likewise.
40737         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40738         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40739         * sysdeps/i386/fpu/e_pow.S: Likewise.
40740         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40741         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40742         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40743         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40744         * sysdeps/i386/fpu/e_log2.S: Likewise.
40745         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40746         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40747         * sysdeps/i386/fpu/e_powl.S: Likewise.
40748         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40749         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40750         * sysdeps/i386/fpu/e_logl.S: Likewise.
40751         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40752         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40753         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40754         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40755         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40756         * sysdeps/i386/fpu/e_log.S: Likewise.
40757         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40758         * sysdeps/i386/fpu/e_logf.S: Likewise.
40759         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40760         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40761         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40762         * sysdeps/i386/fpu/e_log10.S: Likewise.
40763         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40764         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40765         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40766         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40767         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40768         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40769         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40770         * sysdeps/i386/i686/strtok.S: Likewise.
40771         * sysdeps/i386/i386-mcount.S: Likewise.
40772         * sysdeps/i386/strtok.S: Likewise.
40773         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40774         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40775         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40776         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40777         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40778         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40779         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40780         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40781         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40782         * sysdeps/x86_64/_mcount.S: Likewise.
40783         * sysdeps/x86_64/strtok.S: Likewise.
40784         * sysdeps/sh/_mcount.S: Likewise.
40786 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40788         * libio/iofopen.c: Include <fcntl.h>.
40789         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40790         (_IO_fopen64, fopen64): Define as aliases.
40791         * libio/iofopen64.c: Include <fcntl.h>.
40792         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40793         Conditionalize body on this.
40794         * sysdeps/wordsize-64/iofopen.c: File removed.
40795         * sysdeps/wordsize-64/iofopen64.c: File removed.
40797 2012-08-01  Marek Polacek  <polacek@redhat.com>
40799         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40800         Use dlfcn directly instead of a variable.
40801         (binfmt-subdir): Do not define.
40802         (dlfcn): Likewise.
40804 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40806         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40807         Remove all definitions.
40808         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40809         <kernel-features.h>.
40810         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40811         (miss_F_GETOWN_EX): Remove all definitions.
40812         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40813         macro definition.
40814         [!__ASSUME_FCNTL64]: Remove conditional code.
40815         [__ASSUME_FCNTL64]: Make code unconditional.
40816         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40817         <kernel-features.h>.
40818         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40819         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40820         (lockf64) [__NR_fcntl64]: Make code unconditional.
40821         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40823         * sysdeps/unix/sysv/linux/kernel-features.h
40824         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40825         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40826         Make code unconditional.
40827         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40828         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40829         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40830         [__NR_vfork]: Make code unconditional.
40831         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40832         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40834         [__NR_vfork]: Make code unconditional.
40835         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40836         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40838 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40840         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40841         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40843         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40844         Define mkstemp64 as an alias.
40845         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40846         Define mkstemps64 as an alias.
40847         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40848         Define mkostemp64 as an alias.
40849         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40850         Define mkostemps64 as an alias.
40851         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40852         Conditionalize body on this.
40853         * misc/mkostemp64.c: Likewise.
40854         * misc/mkostemps64.c: Likewise.
40855         * misc/mkstemps64.c: Likewise.
40856         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40857         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40858         * sysdeps/wordsize-64/mkostemp.c: File removed.
40859         * sysdeps/wordsize-64/mkstemp.c: File removed.
40860         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40861         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40862         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40863         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40865         [BZ #14138]
40866         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40867         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40868         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40869         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40871         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40872         compat_symbol macros from <shlib-compat.h> rather than the underlying
40873         default_symbol_version and symbol_version macros, so that DEFAULT
40874         lines in shlib-versions are respected.
40875         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40877 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40879         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40880         Declare with warn_unused_result.
40881         (setgid, setregid, setegid, setresgid): Likewise.
40882         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40883         Likewise.
40884         * WUR-REPORT: Remove set*id functions.
40886 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40888         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40890 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40892         [BZ #10191]
40893         * include/sys/socket.h (__libc_accept, __libc_accept4):
40894         Add attribute_hidden.
40895         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40897         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40898         use of PTR_MANGLE.
40899         * inet/getnetgrent_r.c (setup): Likewise.
40901         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40903 2012-07-31  David S. Miller  <davem@davemloft.net>
40905         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40907 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40909         [BZ #13629]
40910         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40911         value between 1.0 and 2.0 and smaller part has absolute value less
40912         than 1.0.
40913         * math/s_clog10.c (__clog10): Likewise.
40914         * math/s_clog10f.c (__clog10f): Likewise.
40915         * math/s_clog10l.c (__clog10l): Likewise.
40916         * math/s_clogf.c (__clogf): Likewise.
40917         * math/s_clogl.c (__clogl): Likewise.
40918         * math/libm-test.inc (clog_test): Add more tests.
40919         (clog10_test): Likewise.
40920         * sysdeps/i386/fpu/libm-test-ulps: Update.
40921         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40923 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40925         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40926         Exit with zero in case no suitable GID is found, and write a
40927         message to standard error.
40929 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40931         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40932         rather than to 1.
40933         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40934         (MAXPATHLEN): Removed.
40935         (NOGROUP, NODEV): New macros.
40936         (setbit, clrbit, isset, isclr): New macros.
40937         (howmany, roundup, powerof2): New macros.
40938         (DEV_BSIZE): New macro.
40940         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40941         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40943         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40944         definition on [!__NO_LONG_DOUBLE_MATH].
40946         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40947         PTR_MANGLE and PTR_DEMANGLE.
40949         * socket/accept4.c (accept4): Rename to __libc_accept4.
40950         Define accept4 as a weak alias.
40952         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40953         on [_DIRENT_HAVE_D_TYPE].
40954         * io/ftw.c (ftw_dir): Likewise.
40956         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40958         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40960         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40961         Use the BSD numbers rather than the arbitrary ones we had.
40962         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40963         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40964         (SIGXCPU, SIGXFSZ): New macros.
40965         (_NSIG): Now 32.
40967         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40968         initializer on [_LIBC_REENTRANT].
40970         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40971         definitions inside [_POSIX_MAPPED_FILES].
40973         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40975         * dirent/opendir.c: Include <fcntl.h>.
40977         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40978         (__libc_getspecific): Likewise.
40979         (__libc_key_create): Likewise.
40981         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40982         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40983         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40984         (tmpfile64): Define as alias.
40985         * sysdeps/wordsize-64/tmpfile.c: File removed.
40986         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40987         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40988         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40990         * stdio-common/vfscanf.c: Include <stdbool.h>.
40991         * nss/makedb.c: Likewise.
40992         * stdio-common/_i18n_number.h: Likewise.
40993         * argp/argp-help.c: Likewise.
40994         * posix/wordexp.c: Likewise.
40995         * sysdeps/posix/spawni.c: Likewise.
40996         * nss/nss_files/files-initgroups.c: Likewise.
40997         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40998         * nss/nss_files/files-initgroups.c: Likewise.
40999         * nss/nss_db/db-netgrp.c: Likewise.
41000         * nss/nss_db/db-initgroups.c: Likewise.
41001         * io/fchmodat.c: Include <sys/stat.h>.
41003         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
41004         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
41006         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
41007         [HAVE_MMAP].
41009         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
41010         Add multiple inclusion protection.
41012 2012-07-27  David S. Miller  <davem@davemloft.net>
41014         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41016 2012-07-27  Gary Benson  <gbenson@redhat.com>
41018         [BZ #14298]
41019         * elf/rtld.c: Include <stap-probe.h>.
41020         (dl_main): Added static probes "init_start" and "init_complete".
41021         * elf/dl-load.c: Include <stap-probe.h>.
41022         (lose): Take new parameter "nsid".
41023         Added static probe "map_failed".
41024         (_dl_map_object_from_fd): Pass namespace id to lose.
41025         Added static probe "map_start".
41026         (open_verify): Pass namespace id to lose.
41027         * elf/dl-open.c: Include <stap-probe.h>.
41028         (dl_open_worker) Added static probes "map_complete", "reloc_start"
41029         and "reloc_complete".
41030         * elf/dl-close.c: Include <stap-probe.h>.
41031         (_dl_close_worker): Added static probes "unmap_start" and
41032         "unmap_complete".
41033         * elf/rtld-debugger-interface.txt: New file documenting the above.
41035 2012-07-26  Roland McGrath  <roland@hack.frob.com>
41037         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
41038         rather than a string variable.
41039         * sunrpc/rpc_main.c (h_output): Likewise.
41040         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
41042 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
41044         * inet/check_native.c: New file.
41046 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
41048         [BZ #13629]
41049         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
41050         if larger part has absolute value 1.0.
41051         * math/s_clog10.c (__clog10): Likewise.
41052         * math/s_clog10f.c (__clog10f): Likewise.
41053         * math/s_clog10l.c (__clog10l): Likewise.
41054         * math/s_clogf.c (__clogf): Likewise.
41055         * math/s_clogl.c (__clogl): Likewise.
41056         * math/libm-test.inc (clog_test): Add more tests.
41057         (clog10_test): Likewise.
41058         * sysdeps/i386/fpu/libm-test-ulps: Update.
41059         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41061         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
41062         (pltexit): Likewise.
41063         (La_regs): Likewise.
41064         (La_retval): Likewise.
41065         (int_retval): Likewise.
41066         Update #error for removed macros to refer only to definitions in
41067         tst-audit.h.
41068         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
41069         macro.
41070         (pltexit): Likewise.
41071         (La_regs): Likewise.
41072         (La_retval): Likewise.
41073         (int_retval): Likewise.
41074         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
41075         macro.
41076         (pltexit): Likewise.
41077         (La_regs): Likewise.
41078         (La_retval): Likewise.
41079         (int_retval): Likewise.
41080         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
41081         macro.
41082         (pltexit): Likewise.
41083         (La_regs): Likewise.
41084         (La_retval): Likewise.
41085         (int_retval): Likewise.
41086         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
41087         macro.
41088         (pltexit): Likewise.
41089         (La_regs): Likewise.
41090         (La_retval): Likewise.
41091         (int_retval): Likewise.
41092         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
41093         macro.
41094         (pltexit): Likewise.
41095         (La_regs): Likewise.
41096         (La_retval): Likewise.
41097         (int_retval): Likewise.
41098         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
41099         macro.
41100         (pltexit): Likewise.
41101         (La_regs): Likewise.
41102         (La_retval): Likewise.
41103         (int_retval): Likewise.
41104         * sysdeps/generic/tst-audit.h: Update comment to refer only to
41105         macro definitions in tst-audit.h.
41106         * sysdeps/i386/tst-audit.h: New file.
41107         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
41108         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
41109         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
41110         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
41111         * sysdeps/sh/tst-audit.h: Likewise.
41112         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
41113         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
41114         * sysdeps/x86_64/tst-audit.h: Likewise.
41116 2012-07-26  Andreas Jaeger  <aj@suse.de>
41118         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
41119         ptrace.
41121         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
41122         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41123         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41124         PTRACE_O_MASK.
41125         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41126         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41127         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41129         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41130         value.
41132         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41133         _sigsys.
41134         (si_call_addr, si_syscall, si_arch): Define new macro.
41135         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41136         _sigsys.
41137         (si_call_addr, si_syscall, si_arch): Define new marcro.
41138         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41139         _sigsys.
41140         (si_call_addr, si_syscall, si_arch): Define new macro.
41141         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41142         _sigsys.
41143         (si_call_addr, si_syscall, si_arch): Define new macro.
41145 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41147         [BZ #13717]
41148         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41149         Change to 2.4.21 where previously 2.4.1.
41150         * sysdeps/unix/sysv/linux/configure: Regenerated.
41151         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41152         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41153         Linux kernel version.
41154         (__ASSUME_STD_AUXV): Remove.
41155         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41156         kernel version.
41157         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41158         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41159         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41160         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41161         (__ASSUME_NETLINK_SUPPORT): Likewise.
41162         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41163         (__no_netlink_support): Remove conditional definition.
41164         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41165         Remove.
41166         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41167         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41168         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41169         (if_nameindex_ioctl): Remove.
41170         (if_nameindex_netlink): Do not handle __no_netlink_support.
41171         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41172         code.
41173         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41174         Remove conditional code.
41175         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41176         code.
41177         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41178         unconditional.
41179         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41180         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41181         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41182         Remove.
41183         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41184         [!__ASSUME_STD_AUXV]: Remove conditional code.
41185         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41186         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41187         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41188         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41189         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41190         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41191         code.
41192         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41194         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41195         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41196         conditional code.
41197         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41199         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41200         code.
41201         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41202         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41203         conditional code.
41204         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41205         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41206         code unconditional.
41207         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41208         conditional code.
41209         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41210         unconditional.
41211         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41212         conditional code.
41213         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41214         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41215         unconditional.
41216         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41217         conditional code.
41218         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41219         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41220         code unconditional.
41221         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41222         conditional code.
41223         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41224         unconditional.
41225         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41226         conditional code.
41227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41228         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41229         code unconditional.
41230         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41231         conditional code.
41232         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41233         unconditional.
41234         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41235         conditional code.
41237 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41239         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41240         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41241         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41242         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41243         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41244         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41245         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41246         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41247         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41248         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41249         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41250         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41251         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41252         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41253         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41254         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41255         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41256         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41257         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41258         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41259         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41260         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41261         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41263 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41265         * Versions.def: Add GLIBC_2.17.
41266         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41267         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41268         Introduce __libc_secure_getenv.
41269         * stdlib/Versions (2.17): Add secure_getenv
41270         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41271         * stdlib/secure-getenv.c: Rename __secure_getenv to
41272         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41273         symbol __secure_getenv for GLIBC_2.0.
41274         * stdlib/tst-secure-getenv.c: New.
41275         * stdlib/Makefile (tests): Add testcase.
41276         * manual/startup.texi (Environment Access): Document
41277         secure_getenv.
41278         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41279         __libc_secure_getenv.
41280         * inet/ruserpass.c (ruserpass): Likewise.
41281         * malloc/mtrace.c (mtrace): Likewise.
41282         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41283         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41284         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41285         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41286         HAVE_SECURE_GETENV.
41287         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41288         __secure_getenv to __libc_secure_getenv.
41289         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41290         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41291         Likewise.
41292         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41293         Likewise.
41294         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41295         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41296         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41297         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41298         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41299         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41300         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41302 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41304         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41305         (struct La_i86_retval): Likewise.
41306         (struct La_x86_64_regs): Likewise.
41307         (struct La_x86_64_retval): Likewise.
41308         (struct La_x32_regs): Likewise.
41309         (struct La_x32_retval): Likewise.
41310         (struct La_ppc32_regs): Likewise.
41311         (struct La_ppc32_retval): Likewise.
41312         (struct La_ppc64_regs): Likewise.
41313         (struct La_ppc64_retval): Likewise.
41314         (struct La_sh_regs): Likewise.
41315         (struct La_sh_retval): Likewise.
41316         (struct La_s390_32_regs): Likewise.
41317         (struct La_s390_32_retval): Likewise.
41318         (struct La_s390_64_regs): Likewise.
41319         (struct La_s390_64_retval): Likewise.
41320         (struct La_sparc32_regs): Likewise.
41321         (struct La_sparc32_retval): Likewise.
41322         (struct La_sparc64_regs): Likewise.
41323         (struct La_sparc64_retval): Likewise.
41324         (struct audit_ifaces): Remove architecture-specific pltenter and
41325         pltexit members.
41326         * sysdeps/i386/ldsodefs.h: New file.
41327         * sysdeps/powerpc/ldsodefs.h: Likewise.
41328         * sysdeps/s390/ldsodefs.h: Likewise.
41329         * sysdeps/sh/ldsodefs.h: Likewise.
41330         * sysdeps/sparc/ldsodefs.h: Likewise.
41331         * sysdeps/x86_64/ldsodefs.h: Likewise.
41333 2012-07-25  Marek Polacek  <polacek@redhat.com>
41335         [BZ #6808]
41336         * math/libm-test.inc (yn_test): Add another test.
41337         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41338         to ERANGE when the result is +-Inf.
41339         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41340         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41341         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41342         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41344 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41346         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41347         equal to 0.
41348         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41349         clock_t.
41350         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41352 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41354         * configure.in <sysdeps resolving>: Correct printing
41355         Implies_before.
41356         * configure: Regenerate.
41358 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41360         * math/w_ilogb.c: Include <limits.h>.
41361         * math/w_ilogbl.c: Likewise.
41363 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41365         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41366         va_copy.  Document allowing for unavailable va_copy only as
41367         pre-C99 compatibility.
41368         * manual/string.texi (Copying and Concatenation): Use va_copy
41369         instead of __va_copy in concat example.
41371 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41373         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41374         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41375         it if not null.
41377         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41378         with O_NOLINK passed to __file_name_lookup.
41380         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41381         with O_NOLINK passed to __file_name_lookup.
41383         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41384         negative N or less than NGIDS.
41386         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41387         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41388         enough.  Use memcpy instead of strncpy.
41390 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41392         * elf/Makefile (check-data): Remove.
41393         (localplt.data): New vpath directive.
41394         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41395         instead of $(check-data).
41396         * scripts/data/localplt-generic.data: Move to ...
41397         * sysdeps/generic/localplt.data: ... here.
41398         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41399         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41400         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41402         ... here.
41403         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41405         ... here.
41406         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41408         ... here.
41409         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41410         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41411         ... here.
41412         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41413         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41414         ... here.
41415         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41416         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41417         ... here.
41419 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41421         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41422         PPC32 and PPC64 files.
41423         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41424         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41426 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41428         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41429         __makecontext_ret to ...
41430         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41431         ... here and call exit if uc_link is NULL.  New file.
41432         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41433         __makecontext_ret.S.
41434         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41435         __makecontext_ret to ...
41436         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41437         ... here and call exit if uc_link is NULL.  New file.
41438         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41439         __makecontext_ret.S.
41441 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41443         * elf/elf.h (R_390_IRELATIVE): New definition.
41444         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41445         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41446         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41447         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41448         (elf_machine_lazy_rel): Likewise.
41449         * sysdeps/s390/dl-irel.h: New file.
41450         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41451         * sysdeps/s390/s390-64/memset.S: New asm code.
41452         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41453         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41454         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41455         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41456         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41457         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41458         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41459         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41460         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41461         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41462         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41463         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41464         * sysdeps/s390/s390-32/memset.S: New asm code.
41465         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41467 2012-07-17  Marek Polacek  <polacek@redhat.com>
41469         [BZ #14349]
41470         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41471         * sysdeps/s390/s390-64/configure.in: Likewise.
41472         * sysdeps/sparc/configure.in: Likewise.
41473         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41474         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41475         * sysdeps/i386/configure.in: Likewise.
41476         * sysdeps/x86_64/configure.in: Likewise.
41477         * sysdeps/sh/configure.in: Likewise.
41478         * sysdeps/s390/s390-32/configure: Regenerated.
41479         * sysdeps/s390/s390-64/configure: Likewise.
41480         * sysdeps/x86_64/configure: Likewise.
41481         * sysdeps/sh/configure: Likewise.
41482         * sysdeps/powerpc/powerpc64/configure: Likewise.
41483         * sysdeps/powerpc/powerpc32/configure: Likewise.
41484         * sysdeps/sparc/configure: Likwise.
41485         * sysdeps/i386/configure: Likewise.
41487         * elf/dl-open.c: Comment fixes.
41489 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41491         * Makefile [CXX] (check-data): Remove.
41492         [CXX] (c++-types.data): New vpath directive.
41493         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41494         vpath.  Do not allow for C++ type data being missing.
41495         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41496         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41497         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41498         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41499         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41500         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41501         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41503         ... here.
41504         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41505         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41506         ... here.
41507         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41508         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41509         ... here.
41510         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41511         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41512         ... here.
41513         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41514         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41515         ... here.
41516         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41517         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41518         ... here.
41519         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41520         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41521         ... here.
41522         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41523         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41525         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41526         definitions to architecture-specific files.
41527         (TLS_IE): Likewise.
41528         (TLS_LD): Likewise.
41529         (TLS_GD): Likewise.
41530         * sysdeps/i386/tls-macros.h: New file.
41531         * sysdeps/powerpc/tls-macros.h: Likewise.
41532         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41533         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41534         * sysdeps/sh/tls-macros.h: Likewise.
41535         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41536         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41537         * sysdeps/x86_64/tls-macros.h: Likewise.
41539 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41541         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41542         zero value for regular exit case.
41544         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41545         (__start_context): Preserve zero value for regular exit case.
41547 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41548             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41550         * manual/setjmp.texi (setcontext): Clarify normal process
41551         termination when uc_link is the null pointer.
41552         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41553         exit call.
41555 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41557         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41558         preprocessor.  Test for each exception mask separately.
41560 2012-07-16  Andreas Jaeger  <aj@suse.de>
41562         * po/ru.po: Update from translation team.
41564 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41566         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41567         equal to 0.
41568         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41569         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41570         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41571         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41572         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41574 2012-07-13  Andreas Jaeger  <aj@suse.de>
41576         * po/fr.po: Update from translation team.
41578 2012-07-12  Marek Polacek  <polacek@redhat.com>
41580         [BZ #14173]
41581         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41582         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41583         loop condition.
41585 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41587         [BZ #13717]
41588         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41589         Change to 2.4.1 where previously 2.4.0.
41590         * sysdeps/unix/sysv/linux/configure: Regenerated.
41591         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41592         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41593         version.
41594         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41595         (__ASSUME_AT_CLKTCK): Remove.
41596         (__ASSUME_AT_PAGESIZE): Likewise.
41597         (__ASSUME_AT_XID): Likewise.
41598         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41599         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41600         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41601         unconditionally.
41602         (HAVE_AUX_PAGESIZE): Likewise.
41603         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41604         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41605         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41607 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41609         [BZ #14307]
41610         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41611         the temporary buffer used to invoke __gethostbyname2_r,
41612         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41613         host_data / struct gaih_addrtuple.
41614         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41615         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41616         header file nss/nsswitch.h.
41617         * nss/nsswitch.h (global scope): Add definition of implementation
41618         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41619         resolv/nss_dns/dns-host.c).
41621 2012-07-11  Andreas Jaeger  <aj@suse.de>
41623         * po/fr.po: Update from translation team.
41625         * po/sv.po: Update from translation team
41626         * po/fr.po: Another update from translation team.
41628 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41630         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41631         for subnormals or multiply small sinh result by itself.
41632         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41633         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41635 2012-07-11  David S. Miller  <davem@davemloft.net>
41637         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41639 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41641         [BZ #14347]
41642         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41643         (INTERNAL_MARK): Shift it here.
41645 2012-07-10  Marek Polacek  <polacek@redhat.com>
41647         [BZ #14151]
41648         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41649         libc_cv_asm_global_directive with .globl.
41650         * configure: Regenerated.
41651         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41652         with .globl.
41653         * sysdeps/i386/configure: Regenerated.
41654         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41655         with .globl.
41656         * sysdeps/x86_64/configure: Regenerated.
41657         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41658         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41659         * elf/tst-unique2mod2.c: Likewise.
41660         * elf/tst-unique2mod1.c: Likewise.
41661         * elf/tst-unique1mod2.c: Likewise.
41662         * elf/tst-unique1mod1.c: Likewise.
41663         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41664         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41665         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41666         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41667         * sysdeps/mach/sysdep.h: Likewise.
41668         * sysdeps/i386/sysdep.h: Likewise.
41669         * sysdeps/i386/i386-mcount.S: Likewise.
41670         * sysdeps/x86_64/_mcount.S: Likewise.
41671         * sysdeps/x86_64/sysdep.h: Likewise.
41672         * sysdeps/sh/_mcount.S: Likewise.
41673         * sysdeps/sh/sysdep.h: Likewise.
41674         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41675         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41676         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41677         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41678         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41679         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41680         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41681         * locale/localeinfo.h: Likewise.
41682         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41683         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41685 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41687         [BZ #14336]
41688         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41689         system".
41690         * manual/message.texi (The Uniforum approach): Likewise.
41691         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41692         (glibc iconv Implementation): Likewise.
41694 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41696         [BZ #14337]
41697         * math/s_clog.c (__clog): Avoid scaling a value down where that
41698         could result in underflow.
41699         * math/s_clog10.c (__clog10): Likewise.
41700         * math/s_clog10f.c (__clog10f): Likewise.
41701         * math/s_clog10l.c (__clog10l): Likewise.
41702         * math/s_clogf.c (__clogf): Likewise.
41703         * math/s_clogl.c (__clogl): Likewise.
41704         * math/libm-test.inc (clog_test): Add more tests.
41705         (clog10_test): Likewise.
41706         * sysdeps/i386/fpu/libm-test-ulps: Update.
41707         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41709 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41711         [BZ #14283]
41712         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41713         by 7 not 8 to examine high bit of fractional part.
41715         [BZ #14042]
41716         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41717         for call to __mcount_internal.
41718         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41719         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41720         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41722 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41724         [BZ #14154]
41725         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41726         approximation for values within 0x1p-13f of an odd multiple of
41727         pi/4.
41728         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41729         exception.  Add more tests.
41730         * sysdeps/i386/fpu/libm-test-ulps: Update.
41732         [BZ #6778]
41733         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41734         inputs and return -1 for them.  Do not check for +Inf in case not
41735         reachable for +Inf.
41736         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41737         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41738         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41739         and return -1 for them.  Do not check for +Inf in case not
41740         reachable for +Inf.
41741         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41742         define.
41743         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41744         and return -1 for them.  Do not check for +Inf in case not
41745         reachable for +Inf.
41746         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41747         spurious underflow.
41748         * sysdeps/i386/fpu/libm-test-ulps: Update.
41749         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41751 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41753         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41755 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41757         [BZ #14157]
41758         [BZ #14331]
41759         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41760         could result in spurious underflow.  Scale down values above
41761         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41762         * math/s_csqrtf.c (__csqrtf): Likewise.
41763         * math/s_csqrtl.c (__csqrtl): Likewise.
41764         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41765         spurious underflow.
41766         * sysdeps/i386/fpu/libm-test-ulps: Update.
41767         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41769 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41771         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41772         xopen-msg.sed.
41773         * catgets/xopen-msg.awk: New file.
41774         * catgets/xopen-msg.sed: Removed.
41776         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41777         po2text.sed.
41778         * intl/po2test.awk: New file.
41779         * intl/po2test.sed: Removed.
41781 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41783         [BZ #14328]
41784         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41785         or multiply small sinh result by itself.
41786         * math/s_ctanf.c (__ctanf): Likewise.
41787         * math/s_ctanh.c (__ctanh): Likewise.
41788         * math/s_ctanhf.c (__ctanhf): Likewise.
41789         * math/s_ctanhl.c (__ctanhl): Likewise.
41790         * math/s_ctanl.c (__ctanl): Likewise.
41791         * math/libm-test.inc (ctan_test_tonearest): New function.
41792         (ctan_test_towardzero): Likewise.
41793         (ctan_test_downward): Likewise.
41794         (ctan_test_upward): Likewise.
41795         (ctanh_test_tonearest): Likewise.
41796         (ctanh_test_towardzero): Likewise.
41797         (ctanh_test_downward): Likewise.
41798         (ctanh_test_upward): Likewise.
41799         (main): Call these new functions.
41800         * sysdeps/i386/fpu/libm-test-ulps: Update.
41801         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41803 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41805         * .gitignore: Delete /ports entry.
41807 2012-07-03  Andreas Jaeger  <aj@suse.de>
41809         * po/bg.po: Update from translation team.
41810         * po/cs.po: Likewise.
41811         * po/de.po: Likewise.
41812         * po/hr.po: Likewise.
41813         * po/nl.pl: Likewise.
41814         * po/pl.po: Likewise.
41815         * po/vi.po: Likewise.
41817 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41819         * Makeconfig [!+link] (+link-before-libc): New variable.
41820         [!+link] (+link-after-libc): Likewise.
41821         [!+link] (+link-tests): Likewise.
41822         [!+link] (+link): Define in terms of $(+link-before-libc) and
41823         $(+link-after-libc).
41824         [!+link-static] (+link-static-before-libc): New variable.
41825         [!+link-static] (+link-static-after-libc): Likewise.
41826         [!+link-static] (+link-static-tests): Likewise.
41827         [!+link-static] (+link-static): Define in terms of
41828         $(+link-static-before-libc) and $(+link-static-after-libc).
41829         [build-shared] (link-libc-before-gnulib): New variable.
41830         [build-shared] (link-libc-tests): Likewise.
41831         [build-shared] (link-libc): Define in terms of
41832         $(link-libc-before-gnulib).
41833         [!build-shared] (link-libc-tests): New variable.
41834         (link-libc-static-tests): New variable.
41835         [!gnulib] (gnulib-arch): New variable.
41836         [!gnulib] (gnulib-tests): Likewise.
41837         [!gnulib] (static-gnulib-arch): Likewise.
41838         [!gnulib] (static-gnulib-tests): Likewise.
41839         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41840         Define with "=" instead of ":=".
41841         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41842         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41843         * Rules (binaries-all-notests): New variable.
41844         (binaries-all-tests): Likewise.
41845         (binaries-static-notests): Likewise.
41846         (binaries-static-tests): Likewise.
41847         (binaries-all): Define using $(binaries-all-notests) and
41848         $(binaries-all-tests).
41849         (binaries-static): Define using $(binaries-static-notests) and
41850         $(binaries-static-tests).
41851         (binaries-shared-tests): New variable.
41852         (binaries-shared-notests): Likewise.
41853         (binaries-shared): Remove variable.
41854         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41855         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41856         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41857         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41858         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41859         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41860         * elf/Makefile (sln-modules): New variable.
41861         (extra-objs): Add $(sln-modules:=.o).
41862         (ldconfig-modules): Add static-stubs.
41863         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41864         * elf/static-stubs.c: New file.
41866         [BZ #14283]
41867         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41868         by 7 not 8 to examine high bit of fractional part.  Use volatile
41869         variables when splitting into final array of floats if
41870         __FLT_EVAL_METHOD__ != 0.
41871         * math/libm-test.inc (cos_test): Add another test.
41872         (sin_test): Likewise.
41873         * sysdeps/i386/fpu/libm-test-ulps: Update.
41875         [BZ #14273]
41876         * math/libm-test.inc (cosh_test): Add more tests.
41878         * version.h (RELEASE): Set to "development".
41879         (VERSION): Set to "2.16.90".
41881 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41883         * NEWS: Update copyright. Remove last-updated date.
41884         Mention math library bug fixes and timezone data changes.
41885         * README: Mention GNU/Hurd, x32, and HPPA support status.
41887 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41889         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41891 2012-06-27  Andreas Jaeger  <aj@suse.de>
41893         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41895 2012-06-25  Andreas Jaeger  <aj@suse.de>
41897         * sysdeps/s390/fpu/libm-test-ulps: Update.
41899 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41900             Thomas Schwinge  <thomas@codesourcery.com>
41902         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41903         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41904         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41905         fanotify_mark.
41907 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41909         * sysdeps/mach/start.c: Remove file.
41910         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41911         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41912         * sysdeps/sh/init-first.c: Likewise.
41914         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41915         registers for frame unwinding purposes, add CFI directives.
41916         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41917         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41918         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41919         Likewise.
41921         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41922         __fortify_fail returning.
41923         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41925         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41926         sysdeps/sh/____longjmp_chk.S.
41927         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41928         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41929         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41930         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41932         * sysdeps/sh/abort-instr.h: New file.
41933         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41934         process in case exit returns.
41936         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41937         initialize the GOT register before use.
41939         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41940         calculation of ARGC > 4.
41942         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41943         meaningful names to some local labels.
41945 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41946             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41948         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41949         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41950         (__arch_compare_and_exchange_val_16_acq): Likewise.
41951         (__arch_compare_and_exchange_val_32_acq): Likewise.
41952         (atomic_exchange_and_add): Fix gUSA sequence.
41953         (atomic_add): Likewise.
41954         (atomic_add_negative): Likewise.
41955         (atomic_add_zero): Likewise.
41956         (atomic_bit_test_set): Likewise.
41958 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41960         [BZ #13579]
41961         * include/link.h (struct link_map): Add l_free_initfini.
41962         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41963         l_initfini.
41964         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41965         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41966         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41967         set.
41969 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41971         * configure.in: Use AC_LANG_SOURCE.
41972         * configure: Regenerate.
41974 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41976         * configure.in (libc_cv_localstatedir): New substituted variable.
41977         * configure: Regenerated.
41978         * config.make.in (localstatedir): New variable, substituted from
41979         libc_cv_localstatedir.
41980         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41981         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41982         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41983         * sysdeps/gnu/configure: Regenerated.
41985 2012-06-21  Jeff Law  <law@redhat.com>
41987         [BZ #14277]
41988         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41989         free.  Simplify list management for _LIBC case.
41991 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41993         [BZ #14273]
41994         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41995         Clear sign bit of 64-bit integer value before comparing against
41996         overflow value.
41998         * sysdeps/mach/configure: Regenerated.
42000 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
42002         [BZ #14278]
42003         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
42005 2012-06-21  Jeff Law  <law@redhat.com>
42007         [BZ #13882]
42008         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
42009         uint16_t for elements in the "seen" array to avoid char overflows.
42010         * elf/dl-fini.c (_dl_sort_fini): Likewise.
42011         * elf/dl-open.c (dl_open_worker): Likewise.
42013 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
42015         * scripts/list-sources.sh: Scan PORTS for translations.
42016         * po/libc.pot: Regenerated.
42018 2012-06-21  Andreas Jaeger  <aj@suse.de>
42020         [BZ #12194]
42021         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
42022         warning.
42023         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
42024         * bits/byteswap-16.h (__bswap_16): Likewise.
42025         * bits/byteswap.h (__bswap_constant_16): Likewise.
42027 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
42029         [BZ #14117]
42030         * sysdeps/i386/fpu_control.h: Removed.
42031         * sysdeps/x86_64/fpu_control.h: Moved to ...
42032         * sysdeps/x86/fpu_control.h: Here.
42034         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
42035         (_FPU_SETCW): Likewise.
42037 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
42039         [BZ #14117]
42040         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
42041         * sysdeps/x86/fpu/bits/mathinline.h: This.
42042         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
42044         [BZ #14050]
42045         [BZ #14117]
42046         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
42047         functions if __x86_64__ is defined.
42049 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
42051         * string/endian.h: Add !__ASSEMBLER__ condition for including
42052         conversion interfaces.
42054 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
42056         [BZ #14241]
42057         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
42058         of ABS(x) in calculating zero to negative powers other than odd
42059         integers.
42060         * math/libm-test.inc (pow_test): Add more tests.
42062 2012-06-15  Andreas Jaeger  <aj@suse.de>
42064         * manual/contrib.texi (Contributors): Update entry of Liubov
42065         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
42066         Machado Filho.
42068 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
42070         * string/string.h: Add __wur to GNU version of strerror_r.
42072 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
42074         [BZ #14229]
42075         * string/Makefile (tests): Add tst-strtok_r.
42076         * string/tst-strtok_r.c: New file.
42077         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
42078         RAX_LP/RDX_LP on SAVE_PTR.
42080 2012-06-14  Roland McGrath  <roland@hack.frob.com>
42082         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
42084 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
42086         * libm_test.inc (csqrt_test): Allow more spurious underflow
42087         exceptions.
42088         (j0_test): Likewise.
42089         (j1_test): Likewise.
42090         (y0_test): Likewise.
42091         (y1_test): Likewise.
42093 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
42095         * po/Makefile (libc.pot): Use UTF-8 charset.
42097 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
42099         [BZ #14210]
42100         Suppress sign-conversion warning from FD_SET.
42101         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
42102         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
42103         not unsigned long int.
42104         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
42106 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
42108         [BZ #14050]
42109         [BZ #14117]
42110         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
42111         __extern_always_inline instead of __extern_inline.
42112         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
42113         (__signbit): Likewise.
42114         (__signbitl): Support C++ namespace.
42115         (lrintf): New inline function.
42116         (lrint): Likewise.
42117         (llrintf): Likewise.
42118         (llrint): Likewise.
42119         (fmaxf): Likewise.
42120         (fmax): Likewise.
42121         (fminf): Likewise.
42122         (fmin): Likewise.
42123         (rint): Likewise.
42124         (rintf): Likewise.
42125         (ceil): Likewise.
42126         (ceilf): Likewise.
42127         (floor): Likewise.
42128         (floorf): Likewise.
42129         (nearbyint): Likewise.
42130         (nearbyintf): Likewise.
42132 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
42134         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42135         non-default versions.
42137 2012-06-11  Roland McGrath  <roland@hack.frob.com>
42139         [BZ #14218]
42140         * manual/argp.texi (Argp): Reword argp_parse description slightly.
42142 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
42144         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42145         (FE_UPWARD, FE_DOWNWARD): Don't define.
42146         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42147         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42149         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42150         reading it.
42151         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42152         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42154 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42156         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42157         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42158         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42159         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42161 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
42163         [BZ #14117]
42164         * sysdeps/i386/fpu/bits/fenv.h: Removed.
42165         * sysdeps/i386/fpu/Implies: New file.
42166         * sysdeps/x86_64/fpu/Implies: Likewise.
42167         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42168         * sysdeps/x86/fpu/bits/fenv.h: This.
42170         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42171         __SSE_MATH__.
42173 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
42175         [BZ #14134]
42176         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42177         character 0xffff that matches the last element of the
42178         conversion table.
42180 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42182         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42183         fmodl commit.
42185 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42187         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42188         values higher than 25.6283.
42190 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42192         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42193         subnormal exponent extraction and add some __builtin_expect.
42194         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42195         Fix for subnormal mantissa calculation.
42197 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
42199         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42200         cpu2 is -1 and errno is not ENOSYS.
42202 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
42204         [BZ #14117]
42205         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42206         * sysdeps/x86/bits/string.h: This.
42207         * sysdeps/x86_64/bits/string.h: Removed.
42209         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42210         if not compiling for x86-64, but compiling for >= i486.
42212         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42213         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42215         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42216         New macro from Linux kernel 3.4.0.
42217         (FP_XSTATE_MAGIC2): Likewise.
42218         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42219         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42220         (struct _fpx_sw_bytes): New struct.
42221         (struct _xsave_hdr): Likewise.
42222         (struct _ymmh_state): Likewise.
42223         (struct _xstate): Likewise.
42225         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42226         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42227         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42228         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42229         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42230         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42232         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42233         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42234         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42235         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42236         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42237         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42239 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42241         [BZ #13743]
42242         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42243         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42244         (sysdep_headers): Include sys/platform/ppc.h.
42245         * sysdeps/powerpc/test-gettimebase.c: Test for
42246         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42247         * manual/Makefile (appendices): Include platform.texi.
42248         * manual/contrib.texi (Contributors): Update @node pointers.
42249         * manual/maint.texi (Maintenance): Likewise.
42250         (Platform): New node.
42251         * manual/platform.texi: New file.  Document the new features.
42253 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42254             Jakub Jelinek  <jakub@redhat.com>
42256         [BZ #14188]
42257         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42258         where __builtin_expect is unavailable.
42260 2012-06-03  David S. Miller  <davem@davemloft.net>
42262         * stdlib/longlong.h: Updated from GCC.
42264 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42266         [BZ #14042]
42267         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42268         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42269         __mcount_internal.
42270         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42271         (GLIBC_2.16): Likewise.
42273 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42275         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42277 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42279         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42280         (default-abi): New variable.
42281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42282         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42283         variable.
42284         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42285         Likewise.
42286         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42287         Likewise.
42288         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42289         Likewise.
42291         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42292         definition.  Document in comment.
42294 2012-06-01  David S. Miller  <davem@davemloft.net>
42296         * stdlib/longlong.h: Updated from GCC.
42298 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42300         [BZ #14117]
42301         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42302         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42303         sys/debugreg.h sys/io.h here.
42304         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42305         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42306         sys/io.h.
42307         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42308         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42309         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42310         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42311         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42312         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42314         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42315         Define only if __x86_64__ is defined.
42317 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42319         [BZ #14048]
42320         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42321         Use int64_t for variable i.
42322         * math/libm-test.inc (fmod_test): Add more tests.
42324         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42325         z computation is not scheduled after fetestexcept.
42326         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42327         Use math_force_eval instead of asm to ensure calculation scheduled
42328         before exception test.
42329         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42330         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42332 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42334         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42335         computation is not scheduled after fetestexcept.
42337 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42339         [BZ #14117]
42340         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42341         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42343 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42345         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42346         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42348 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42350         [BZ #14117]
42351         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42352         <bits/wordsize.h>.
42353         (__WCHAR_MIN): Support __WORDSIZE == 64.
42354         (__WCHAR_MAX): Likewise.
42356         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42357         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42359         [BZ #14183]
42360         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42361         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42363         [BZ #14117]
42364         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42365         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42367         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42368         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42370         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42371         Defined to 1 if __x86_64__ isn't defined.
42372         (_STAT_VER_LINUX_OLD): New.
42373         (st_atime): Remove duplicate.
42374         (st_mtime): Likewise.
42375         (st_ctime): Likewise.
42377 2012-05-31  David S. Miller  <davem@davemloft.net>
42379         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42380         entries.
42382 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42384         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42385         gen-libm-test.pl.
42387         [BZ #14132]
42388         * elf/dl-reloc.c: Include <_itoa.h>.
42389         (_dl_reloc_bad_type): Remove use of INTUSE.
42390         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42391         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42392         * stdio-common/psiginfo.c (psiginfo): Likewise.
42393         * stdio-common/psignal.c (psignal): Likewise.
42394         * string/strsignal.c (strsignal): Likewise.
42395         * include/signal.h (_sys_siglist): Declare hidden proto.
42396         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42397         INTVARDEF with libc_hidden_data_def.
42398         * stdio-common/itoa-udigits.c: Likewise.
42399         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42400         (_itoa_lower_digits_internal): Remove declaration.
42401         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42402         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42403         (_sys_sigabbrev_internal): Remove aliases.
42404         (_sys_siglist): Define hidden alias.
42406 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42408         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42409         bits/sysctl.h.
42411 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42413         [BZ #14117]
42414         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42415         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42417         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42418         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42419         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42420         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42421         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42422         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42424         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42425         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42426         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42428         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42429         with __addr.
42430         (insw): Likewise.
42431         (insl): Likewise.
42432         (outsb): Likewise.
42433         (outsw): Likewise.
42434         (outsl): Likewise.
42436         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42437         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42438         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42440         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42441         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42442         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42443         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42444         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42445         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42447         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42448         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42450         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42451         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42453         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42454         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42455         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42457         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42458         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42459         to ...
42460         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42462         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42463         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42464         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42466         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42467         for x86-64.
42468         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42470 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42472         * math/math.h (M_El): Use two more decimal places.
42473         (M_LOG2El): Likewise.
42474         (M_LOG10El): Likewise.
42475         (M_LN2l): Likewise.
42476         (M_LN10l): Likewise.
42477         (M_PIl): Likewise.
42478         (M_PI_2l): Likewise.
42479         (M_PI_4l): Likewise.
42480         (M_1_PIl): Likewise.
42481         (M_2_PIl): Likewise.
42482         (M_2_SQRTPIl): Likewise.
42483         (M_SQRT2l): Likewise.
42484         (M_SQRT1_2l): Likewise.
42486 2012-05-31  David S. Miller  <davem@davemloft.net>
42488         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42489         values between float registers.
42490         * sysdeps/sparc/sparc64/memset.S: Likewise.
42491         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42493 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42495         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42496         -D_FORTIFY_SOURCE=1.
42497         (CPPFLAGS-tst-longjmp_chk.c): Define.
42498         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42499         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42500         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42501         CFLAGS-tst-wchar-h.c.
42503 2012-05-31  Marek Polacek  <polacek@redhat.com>
42505         [BZ #14132]
42506         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42507         __endmntent_internal): Remove declaration.
42508         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42509         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42510         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42512 2012-05-30  David S. Miller  <davem@davemloft.net>
42514         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42515         (___Q_simulate_exceptions): Use real FP ops rather than writing
42516         into the %fsr.
42517         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42518         Likewise.
42520 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42522         [BZ #14117]
42523         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42524         * sysdeps/x86/bits/xtitypes.h: This.
42526         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42527         * sysdeps/x86/bits/wordsize.h: This.
42529         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42530         * sysdeps/x86/bits/huge_vall.h: This.
42532         * sysdeps/i386/bits/select.h: Removed.
42533         * sysdeps/x86_64/bits/select.h: Renamed to ...
42534         * sysdeps/x86/bits/select.h: This.
42536         * sysdeps/i386/bits/setjmp.h: Removed.
42537         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42538         * sysdeps/x86/bits/setjmp.h: This.
42540         * sysdeps/i386/bits/mathdef.h: Removed.
42541         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42542         * sysdeps/x86/bits/mathdef.h: This.
42544 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42546         [BZ #14132]
42547         * include/sys/socket.h (__connect_internal)
42548         (__libc_sa_len_internal): Remove declaration.
42549         (__connect, __libc_sa_len): Declare hidden_proto.
42550         (SA_LEN): Remove use of INTUSE.
42551         * socket/connect.c: Add libc_hidden_def.
42552         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42553         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42554         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42555         alias.
42556         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42557         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42558         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42559         of adding _internal alias.
42561 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42563         [BZ #14117]
42564         * sysdeps/i386/bits/link.h: Removed.
42565         * sysdeps/i386/bits/linkmap.h: Likewise.
42566         * sysdeps/x86_64/bits/link.h: Renamed to ...
42567         * sysdeps/x86/bits/link.h: This.
42568         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42569         * sysdeps/x86/bits/linkmap.h: This.
42571         * sysdeps/i386/bits/endian.h: Removed.
42572         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42573         * sysdeps/x86/bits/endian.h: This.
42575         * sysdeps/i386/bits/byteswap.h: Removed.
42576         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42577         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42578         * sysdeps/x86/bits/byteswap.h: This.
42579         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42580         * sysdeps/x86/bits/byteswap-16.h: This.
42581         * sysdeps/i386/Implies: Add x86.
42582         * sysdeps/x86_64/Implies: Likewise.
42584 2012-05-30  David S. Miller  <davem@davemloft.net>
42586         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42587         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42588         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42589         (FP_TRAPPING_EXCEPTIONS): Define.
42590         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42591         (FP_TRAPPING_EXCEPTIONS): Define.
42592         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42593         subnormals only when inexact has been signalled or underflow
42594         exceptions are enabled.
42595         (_FP_PACK_CANONICAL): Likewise.
42597 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42599         [BZ #14183]
42600         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42601         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42603 2012-05-30  Richard Henderson  <rth@twiddle.net>
42605         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42606         with #ifndef NOT_IN_libc.
42608         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42609         marked to avoid plt entry.
42611 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42613         [BZ #14112]
42614         * Makeconfig (default-abi): New macro.
42615         (abi-includes): Likewise.
42616         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42617         $(abi-$(default-abi)-lib-soname) for soname if defined.
42618         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42619         abi-variants.
42620         * Makefile (installed-stubs): Likewise.
42621         * include/stubs-biarch.h: Removed.
42622         * scripts/lib-names.awk: Only handle one library at a time.
42623         * scripts/soversions.awk: Remove WORDSIZE support.
42624         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42625         entries.
42626         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42627         Removed.
42628         (syscall-list-default-condition): Likewise.
42629         (syscall-list-default-condition): Likewise.
42630         (syscall-list-includes): Likewise.
42631         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42632         syscall-list-* with abi-*.  Handle undefined abi-variants.
42633         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42634         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42635         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42636         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42637         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42638         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42639         Removed.
42640         (syscall-list-32-options): Likewise.
42641         (syscall-list-32-condition): Likewise.
42642         (syscall-list-64-options): Likewise.
42643         (syscall-list-64-condition): Likewise.
42644         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42645         macro.
42646         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42647         Renamed to ...
42648         (abi-*): This.
42649         (abi-64-ld-soname): New macro.
42650         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42651         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42652         Renamed to ...
42653         (abi-*): This.
42654         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42655         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42657 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42659         * sysdeps/unix/sysv/linux/kernel-features.h
42660         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42661         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42662         include <kernel-features.h>.
42663         [!__NR_ftruncate64]: Remove conditional code.
42664         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42665         [__NR_ftruncate64]: Make code unconditional.
42666         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42667         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42668         include <kernel-features.h>.
42669         [!__NR_ftruncate64]: Remove conditional code.
42670         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42671         [__NR_ftruncate64]: Make code unconditional.
42672         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42674         include <kernel-features.h>.
42675         [!__NR_ftruncate64]: Remove conditional code.
42676         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42677         [__NR_ftruncate64]: Make code unconditional.
42678         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42680         include <kernel-features.h>.
42681         [!__NR_ftruncate64]: Remove conditional code.
42682         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42683         [__NR_ftruncate64]: Make code unconditional.
42684         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42686         * configure.in (libc_cv_fpie): Weaken to a compile test using
42687         LIBC_TRY_CC_OPTION.
42688         * configure: Regenerated.
42690 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42692         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42693         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42694         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42695         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42696         Refreshed.
42697         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42698         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42699         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42700         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42701         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42702         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42703         Refreshed.
42705 2012-05-27  David S. Miller  <davem@davemloft.net>
42707         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42708         (___Q_zero): New.
42709         (__Q_simulate_exceptions): Return void.  Change to simulate
42710         exceptions by writing into the %fsr.
42711         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42712         (__Qp_handle_exceptions): Likewise.
42713         (numbers): Delete.
42714         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42715         __Qp_handle_exceptions.
42716         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42717         __Qp_handle_exceptions.
42718         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42719         as unused and give dummy FP_RND_NEAREST initializer.
42720         (FP_INHIBIT_RESULTS): Define.
42721         (___Q_simulate_exceptions): Update declaration.
42722         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42723         formatting.
42724         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42725         as unused and give dummy FP_RND_NEAREST initializer.
42726         (__Qp_handle_exceptions): Update declaration.
42727         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42728         formatting.
42730 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42732         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42733         the temporary FPU control word.
42734         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42735         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42736         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42737         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42738         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42739         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42740         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42741         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42742         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42743         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42744         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42746 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42748         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42749         fields.
42751 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42753         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42754         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42755         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42756         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42757         Likewise.
42758         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42759         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42760         Likewise.
42762 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42764         * po/h.po: Update from translation team.
42766 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42768         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42770         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42771         handling of denormals.
42772         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42773         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42774         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42775         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42776         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42777         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42778         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42779         Likewise.
42781 2012-05-26  Marek Polacek  <polacek@redhat.com>
42783         [BZ #14152]
42784         * math/libm-test.inc (fma_test): Don't always expect underflow
42785         exception.
42787 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42789         [BZ #12416]
42790         * elf/tst-execstack.c: Include stackinfo.h.
42791         (do_test): Adjust test case to ensure that pthread_getattr_np
42792         behaviour remains the same after marking stack executable.
42794 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42796         * sysdeps/unix/sysv/linux/kernel-features.h
42797         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42798         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42799         kernel-features.h.
42800         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42801         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42802         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42803         kernel-features.h.
42804         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42805         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42807 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42809         * configure.in: Define the default includes to being none.
42810         * configure: Regenerated.
42812 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42814         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42815         * sysdeps/x86_64/setjmp.S: Likewise.
42816         * sysdeps/i386/bsd-setjmp.S: Likewise.
42817         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42818         * sysdeps/i386/setjmp.S: Likewise.
42819         * sysdeps/i386/__longjmp.S: Likewise.
42820         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42821         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42823         * include/stap-probe.h: New file.
42824         * configure.in: Handle --enable-systemtap.
42825         * configure: Regenerated.
42826         * config.h.in (USE_STAP_PROBE): New #undef.
42827         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42828         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42829         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42831 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42833         [BZ #13717]
42834         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42835         to 2.4.0 where earlier.
42836         * sysdeps/unix/sysv/linux/configure: Regenerated.
42837         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42838         <kernel-features.h>.
42839         [__ASSUME_32BITUIDS]: Make code unconditional.
42840         [!__ASSUME_32BITUIDS]: Remove conditional code.
42841         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42842         <kernel-features.h>.
42843         [__ASSUME_32BITUIDS]: Make code unconditional.
42844         [!__ASSUME_32BITUIDS]: Remove conditional code.
42845         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42846         [__ASSUME_32BITUIDS]: Make code unconditional.
42847         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42848         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42849         <kernel-features.h>.
42850         [__ASSUME_32BITUIDS]: Make code unconditional.
42851         [!__ASSUME_32BITUIDS]: Remove conditional code.
42852         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42853         <kernel-features.h>.
42854         [__ASSUME_32BITUIDS]: Make code unconditional.
42855         [!__ASSUME_32BITUIDS]: Remove conditional code.
42856         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42857         <kernel-features.h>.
42858         [__ASSUME_32BITUIDS]: Make code unconditional.
42859         [!__ASSUME_32BITUIDS]: Remove conditional code.
42860         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42861         <kernel-features.h>.
42862         [__ASSUME_32BITUIDS]: Make code unconditional.
42863         [!__ASSUME_32BITUIDS]: Remove conditional code.
42864         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42865         <kernel-features.h>.
42866         [__ASSUME_32BITUIDS]: Make code unconditional.
42867         [!__ASSUME_32BITUIDS]: Remove conditional code.
42868         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42869         <kernel-features.h>.
42870         [__ASSUME_32BITUIDS]: Make code unconditional.
42871         [!__ASSUME_32BITUIDS]: Remove conditional code.
42872         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42873         <kernel-features.h>.
42874         [__ASSUME_32BITUIDS]: Make code unconditional.
42875         [!__ASSUME_32BITUIDS]: Remove conditional code.
42876         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42877         <kernel-features.h>.
42878         [__ASSUME_32BITUIDS]: Make code unconditional.
42879         [!__ASSUME_32BITUIDS]: Remove conditional code.
42880         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42881         <kernel-features.h>.
42882         [__ASSUME_32BITUIDS]: Make code unconditional.
42883         [!__ASSUME_32BITUIDS]: Remove conditional code.
42884         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42885         <kernel-features.h>.
42886         [__ASSUME_32BITUIDS]: Make code unconditional.
42887         [!__ASSUME_32BITUIDS]: Remove conditional code.
42888         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42889         <kernel-features.h>.
42890         [__NR_setresgid] (__setresgid): Do not declare.
42891         [__ASSUME_32BITUIDS]: Make code unconditional.
42892         [!__ASSUME_32BITUIDS]: Remove conditional code.
42893         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42894         <kernel-features.h>.
42895         [__NR_setresuid] (__setresuid): Do not declare.
42896         [__ASSUME_32BITUIDS]: Make code unconditional.
42897         [!__ASSUME_32BITUIDS]: Remove conditional code.
42898         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42899         <kernel-features.h>.
42900         [__ASSUME_32BITUIDS]: Make code unconditional.
42901         [!__ASSUME_32BITUIDS]: Remove conditional code.
42902         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42903         <kernel-features.h>.
42904         [__ASSUME_32BITUIDS]: Make code unconditional.
42905         [!__ASSUME_32BITUIDS]: Remove conditional code.
42906         * sysdeps/unix/sysv/linux/i386/setgid.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/setgroups.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/setregid.c: Do not include
42915         <kernel-features.h>.
42916         [__ASSUME_32BITUIDS]: Make code unconditional.
42917         [!__ASSUME_32BITUIDS]: Remove conditional code.
42918         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42919         <kernel-features.h>.
42920         [__ASSUME_32BITUIDS]: Make code unconditional.
42921         [!__ASSUME_32BITUIDS]: Remove conditional code.
42922         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42923         <kernel-features.h>.
42924         [__ASSUME_32BITUIDS]: Make code unconditional.
42925         [!__ASSUME_32BITUIDS]: Remove conditional code.
42926         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42927         <kernel-features.h>.
42928         [__ASSUME_32BITUIDS]: Make code unconditional.
42929         [!__ASSUME_32BITUIDS]: Remove conditional code.
42930         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42931         <kernel-features.h>.
42932         [__ASSUME_32BITUIDS]: Make code unconditional.
42933         [!__ASSUME_32BITUIDS]: Remove conditional code.
42934         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42935         <kernel-features.h>.
42936         [__ASSUME_32BITUIDS]: Make code unconditional.
42937         [!__ASSUME_32BITUIDS]: Remove conditional code.
42938         * sysdeps/unix/sysv/linux/kernel-features.h
42939         (__ASSUME_SETRESUID_SYSCALL): Remove.
42940         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42941         (__ASSUME_32BITUIDS): Likewise.
42942         (__ASSUME_LDT_WORKS): Likewise.
42943         (__ASSUME_O_DIRECTORY): Likewise.
42944         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42945         architecture but not kernel version.
42946         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42947         (__ASSUME_MMAP2_SYSCALL): Likewise.
42948         (__ASSUME_STAT64_SYSCALL): Likewise.
42949         (__ASSUME_IPC64): Likewise.
42950         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42951         <kernel-features.h>.
42952         [__ASSUME_32BITUIDS]: Make code unconditional.
42953         [!__ASSUME_32BITUIDS]: Remove conditional code.
42954         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42955         <kernel-features.h>.
42956         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42957         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42958         132096]: Remove conditional code.
42959         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42960         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42961         <kernel-features.h>.
42962         [__ASSUME_32BITUIDS]: Make code unconditional.
42963         [!__ASSUME_32BITUIDS]: Remove conditional code.
42964         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42965         <kernel-features.h>.
42966         [__ASSUME_32BITUIDS]: Make code unconditional.
42967         [!__ASSUME_32BITUIDS]: Remove conditional code.
42968         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42969         <kernel-features.h>.
42970         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42971         unconditional.
42972         (__setresgid): Do not declare.
42973         [__ASSUME_32BITUIDS]: Make code unconditional.
42974         [!__ASSUME_32BITUIDS]: Remove conditional code.
42975         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42976         <kernel-features.h>.
42977         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42978         unconditional.
42979         (__setresuid): Do not declare.
42980         [__ASSUME_32BITUIDS]: Make code unconditional.
42981         [!__ASSUME_32BITUIDS]: Remove conditional code.
42982         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42983         <kernel-features.h>.
42984         [__ASSUME_32BITUIDS]: Make code unconditional.
42985         [!__ASSUME_32BITUIDS]: Remove conditional code.
42986         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42987         <kernel-features.h>.
42988         [__ASSUME_32BITUIDS]: Make code unconditional.
42989         [!__ASSUME_32BITUIDS]: Remove conditional code.
42991 2012-05-25  Richard Henderson  <rth@twiddle.net>
42993         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42994         dl_hwcap to ifunc resolver.
42995         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42996         elf_ifunc_invoke.
42997         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42998         dl_hwcap to ifunc resolver.
42999         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
43001 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43003         [BZ #14153]
43004         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
43005         for |x| <= 2**-26, not 2**-57.
43006         * math/libm-test.inc (acos_test): Do not allow spurious underflow
43007         exception.
43009 2012-05-24  Jeff Law  <law@redhat.com>
43011         * stdio-common/Makefile (tests): Add bug25.
43012         * stdio-common/bug25.c: New test.
43014 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43016         [BZ #13576]
43017         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
43018         multiple of MALLOC_ALIGNMENT in size.
43019         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
43021 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43023         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
43024         Require >= 256.
43025         (FILENAME_MAX): Use macro-int-constant.
43026         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
43027         (_IOFBF): Use macro-int-constant.
43028         (_IOLBF): Likewise.
43029         (_IONBF): Likewise.
43030         (SEEK_CUR): Likewise.
43031         (SEEK_END): Likewise.
43032         (SEEK_SET): Likewise.
43033         (TMP_MAX): Likewise.
43034         (EOF): Use macro-int-constant.  Require < 0.
43035         (NULL): Use macro-constant.  Require == 0.
43036         (stdin): Require type to be FILE *.
43037         (stdout): Likewise.
43038         (stderr): Likewise.
43039         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
43040         macro-int-constant.
43041         (EXIT_SUCCESS): Likewise.
43042         (NULL): Use macro-constant.  Require == 0.
43043         (RAND_MAX): Use macro-int-constant.
43044         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
43045         [C99-based standards] (strtof): Require function.
43046         [C99-based standards] (strtold): Likewise.
43047         [C99-based standards] (strtoll): Likewise.
43048         [C99-based standards] (strtoull): Likewise.
43049         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
43050         [ISO || ISO99 || ISO11] (limits.h): Likewise.
43051         [ISO || ISO99 || ISO11] (math.h): Likewise.
43052         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
43053         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
43054         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43056 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
43058         [BZ #14132]
43059         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
43060         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
43061         * intl/dgettext.c (DCGETTEXT): Likewise.
43062         * intl/gettext.c (DCGETTEXT): Likewise.
43063         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
43064         * posix/regex_internal.h (gettext): Likewise.
43065         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
43066         Remove declaration.
43067         * include/argz.h (__argz_count_internal)
43068         (__argz_stringify_internal): Remove declaration.
43069         (__argz_count, __argz_stringify): Declare hidden proto.
43070         * intl/dcgettext.c: Remove use of INTDEF.
43071         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
43072         * string/argz-stringify.c: Likewise.
43073         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43074         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43075         Declare hidden proto.
43076         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43077         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43078         Declare hidden proto.
43079         * include/stdio.h (__asprintf_internal): Don't declare.
43080         (__asprintf): Don't define as macro.  Declare hidden proto.
43081         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
43082         (__fsetlocking): Declare hidden proto.
43083         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
43084         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
43085         hidden proto.
43086         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
43087         (_IO_setlinebuf): Remove use of INTUSE.
43088         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
43089         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
43090         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
43091         Remove declaration.
43092         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
43093         (_IO_do_flush): Remove use of INTUSE.
43094         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
43095         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
43096         (_IO_adjust_column, _IO_least_wmarker)
43097         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
43098         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
43099         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
43100         (_IO_default_doallocate, _IO_wdefault_doallocate)
43101         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
43102         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
43103         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
43104         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
43105         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
43106         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
43107         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
43108         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
43109         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
43110         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
43111         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
43112         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
43113         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
43114         proto.
43115         (_IO_flush_all_internal, _IO_adjust_column_internal)
43116         (_IO_default_uflow_internal, _IO_default_finish_internal)
43117         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
43118         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
43119         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
43120         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
43121         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
43122         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43123         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43124         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43125         (_IO_file_close_internal, _IO_file_close_it_internal)
43126         (_IO_file_underflow_internal, _IO_file_overflow_internal)
43127         (_IO_file_init_internal, _IO_file_attach_internal)
43128         (_IO_file_fopen_internal, _IO_file_read_internal)
43129         (_IO_file_sync_internal, _IO_file_seek_internal)
43130         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43131         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43132         (_IO_str_underflow_internal, _IO_str_overflow_internal)
43133         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43134         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43135         (_IO_list_all_internal, _IO_link_in_internal)
43136         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43137         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43138         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43139         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43140         (_IO_do_write_internal, _IO_padn_internal)
43141         (_IO_getline_info_internal, _IO_getline_internal)
43142         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43143         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43144         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43145         (_IO_vfscanf_internal, _IO_vfprintf_internal)
43146         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43147         (_IO_init_internal, _IO_un_link_internal): Don't declare.
43148         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43149         with libc_hidden_ver, remove use of INTUSE.
43150         * libio/genops.c: Likewise.
43151         * libio/freopen.c: Likewise.
43152         * libio/freopen64.c: Likewise.
43153         * libio/iofclose.c: Likewise.
43154         * libio/iofdopen.c: Likewise.
43155         * libio/iofflush.c: Likewise.
43156         * libio/iofflush_u.c: Likewise.
43157         * libio/iofgets.c: Likewise.
43158         * libio/iofgets_u.c: Likewise.
43159         * libio/iofopen.c: Likewise.
43160         * libio/iofopncook.c: Likewise.
43161         * libio/iofread.c: Likewise.
43162         * libio/iofread_u.c: Likewise.
43163         * libio/ioftell.c: Likewise.
43164         * libio/iofwrite.c: Likewise.
43165         * libio/iogetline.c: Likewise.
43166         * libio/iogets.c: Likewise.
43167         * libio/iogetwline.c: Likewise.
43168         * libio/iopadn.c: Likewise.
43169         * libio/iopopen.c: Likewise.
43170         * libio/ioseekoff.c: Likewise.
43171         * libio/ioseekpos.c: Likewise.
43172         * libio/iosetbuffer.c: Likewise.
43173         * libio/iosetvbuf.c: Likewise.
43174         * libio/ioungetc.c: Likewise.
43175         * libio/ioungetwc.c: Likewise.
43176         * libio/iovdprintf.c: Likewise.
43177         * libio/iovsprintf.c: Likewise.
43178         * libio/iovsscanf.c: Likewise.
43179         * libio/memstream.c: Likewise.
43180         * libio/obprintf.c: Likewise.
43181         * libio/oldfileops.c: Likewise.
43182         * libio/oldiofclose.c: Likewise.
43183         * libio/oldiofdopen.c: Likewise.
43184         * libio/oldiofopen.c: Likewise.
43185         * libio/oldiopopen.c: Likewise.
43186         * libio/oldstdfiles.c: Likewise.
43187         * libio/putc.c: Likewise.
43188         * libio/setbuf.c: Likewise.
43189         * libio/setlinebuf.c: Likewise.
43190         * libio/stdfiles.c: Likewise.
43191         * libio/strops.c: Likewise.
43192         * libio/vasprintf.c: Likewise.
43193         * libio/vscanf.c: Likewise.
43194         * libio/vsnprintf.c: Likewise.
43195         * libio/vswprintf.c: Likewise.
43196         * libio/wfiledoalloc.c: Likewise.
43197         * libio/wfileops.c: Likewise.
43198         * libio/wgenops.c: Likewise.
43199         * libio/wmemstream.c: Likewise.
43200         * libio/wstrops.c: Likewise.
43201         * libio/__fpurge.c: Likewise.
43202         * libio/__fsetlocking.c: Likewise.
43203         * assert/assert.c: Likewise.
43204         * debug/fgets_chk.c: Likewise.
43205         * debug/fgets_u_chk.c: Likewise.
43206         * debug/fread_chk.c: Likewise.
43207         * debug/fread_u_chk.c: Likewise.
43208         * debug/gets_chk.c: Likewise.
43209         * debug/obprintf_chk.c: Likewise.
43210         * debug/vasprintf_chk.c: Likewise.
43211         * debug/vdprintf_chk.c: Likewise.
43212         * debug/vsnprintf_chk.c: Likewise.
43213         * debug/vsprintf_chk.c: Likewise.
43214         * malloc/mtrace.c: Likewise.
43215         * misc/error.c: Likewise.
43216         * misc/syslog.c: Likewise.
43217         * stdio-common/asprintf.c: Likewise.
43218         * stdio-common/fxprintf.c: Likewise.
43219         * stdio-common/getw.c: Likewise.
43220         * stdio-common/isoc99_fscanf.c: Likewise.
43221         * stdio-common/isoc99_scanf.c: Likewise.
43222         * stdio-common/isoc99_vfscanf.c: Likewise.
43223         * stdio-common/isoc99_vscanf.c: Likewise.
43224         * stdio-common/isoc99_vsscanf.c: Likewise.
43225         * stdio-common/printf-prs.c: Likewise.
43226         * stdio-common/printf_fp.c: Likewise.
43227         * stdio-common/printf_fphex.c: Likewise.
43228         * stdio-common/printf_size.c: Likewise.
43229         * stdio-common/putw.c: Likewise.
43230         * stdio-common/scanf.c: Likewise.
43231         * stdio-common/sprintf.c: Likewise.
43232         * stdio-common/tmpfile.c: Likewise.
43233         * stdio-common/vfprintf.c: Likewise.
43234         * stdio-common/vfscanf.c: Likewise.
43235         * stdlib/strfmon_l.c: Likewise.
43236         * sunrpc/openchild.c: Likewise.
43237         * sunrpc/xdr_stdio.c: Likewise.
43238         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43239         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43241 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43243         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43245         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43246         in the third column, to generate for the shared library an IFUNC
43247         that uses _dl_vdso_vsym.
43248         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43249         * Makeconfig (object-suffixes-noshared): New variable.
43251         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43252         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43253         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43254         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43256         [BZ #14132]
43257         * include/sys/time.h (__gettimeofday): Remove macro.
43258         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43259         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43260         Remove INTDEF.
43261         (__gettimeofday): Add libc_hidden_def.
43262         (gettimeofday): Add libc_hidden_weak.
43263         * sysdeps/mach/gettimeofday.c: Likewise.
43264         * sysdeps/posix/gettimeofday.c: Likewise.
43265         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43266         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43267         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43268         (__gettimeofday_internal): Remove strong_alias.
43269         (__gettimeofday): Add libc_hidden_def.
43270         (gettimeofday): Add libc_hidden_weak.
43271         * sysdeps/unix/syscalls.list (gettimeofday):
43272         Remove __gettimeofday_internal alias.
43274 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43275             H.J. Lu  <hongjiu.lu@intel.com>
43277         [BZ #12495]
43278         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43279         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43280         (largebin_index_32_big): New.
43281         (largebin_index): Use it for 16-byte alignment.
43282         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43283         correction with front_misalign.
43285 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43287         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43288         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43289         Likewise.
43290         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43291         Likewise.
43292         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43293         Likewise.
43294         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43295         Likewise.
43296         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43297         Likewise.
43298         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43299         Likewise.
43300         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43301         Likewise.
43302         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43303         Likewise.
43304         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43305         Likewise.
43306         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43307         Likewise.
43308         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43309         Likewise.
43310         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43311         Likewise.
43313         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43314         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43316 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43318         [BZ #10846]
43319         [BZ #14036]
43320         * math/libm-test.inc (exp_test): Add test from bug 14036.
43321         (pow_test): Add test from bug 10846.
43323         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43324         and other flags.
43325         (special_function): Do not include flags in test name.
43326         (parse_args): Likewise.
43327         * sysdeps/i386/fpu/libm-test-ulps: Update.
43328         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43329         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43330         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43331         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43333         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43334         exceptions.
43335         * math/libm-test.inc ("Philosophy"): Update comment about
43336         exception testing.
43337         (UNDERFLOW_EXCEPTION): New macro.
43338         (UNDERFLOW_EXCEPTION_OK): Likewise.
43339         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43340         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43341         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43342         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43343         (INVALID_EXCEPTION_OK): Update value.
43344         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43345         (OVERFLOW_EXCEPTION_OK): Likewise.
43346         (IGNORE_ZERO_INF_SIGN): Likewise.
43347         (test_exceptions): Handle underflow exceptions.
43348         (acos_test): Update for underflow exception expectations.
43349         (cexp_test): Likewise.
43350         (clog_test): Likewise.
43351         (clog10_test): Likewise.
43352         (csqrt_test): Likewise.
43353         (ctan_test): Likewise.
43354         (ctanh_test): Likewise.
43355         (exp_test): Likewise.
43356         (exp10_test): Likewise.
43357         (exp2_test): Likewise.
43358         (expm1_test): Likewise.
43359         (fma_test): Likewise.
43360         (j0_test): Likewise.
43361         (jn_test): Likewise.
43362         (nexttoward_test): Likewise.
43363         (pow_test): Likewise.
43364         (scalbn_test): Likewise.
43365         (scalbln_test): Likewise.
43366         (tan_test): Likewise.
43367         (y1_test): Likewise.
43368         * sysdeps/i386/fpu/libm-test-ulps: Update.
43369         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43371 2012-05-23  David S. Miller  <davem@davemloft.net>
43373         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43374         (__libc_sigaction): Remove unused local variables.
43376 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43378         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43380 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43382         mktime: avoid signed integer overflow
43383         * time/mktime.c (__mktime_internal): Do not mishandle the case
43384         where diff == INT_MIN.
43386         mktime: simplify computation of average
43387         * time/mktime.c (ranged_convert): Use new time_t_avg function
43388         instead of rolling our own (probably-slower) code.
43390         mktime: do not assume signed right shift propagates sign bit
43391         * time/mktime.c (isdst_differ): New static function.
43392         (__mktime_internal): No need to normalize tm_isdst now.
43393         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43394         tm_isdst values.
43396         mktime: merge another wrapv change from gnulib
43397         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43398         from some compilers.
43400         mktime: remove incorrect attempt at unusual arithmetics
43401         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43402         The code didn't really work on such machines anyway.
43403         (TYPE_MINIMUM): Assume two's complement.
43404         (twos_complement_arithmetic): Verify that long_int and time_t
43405         are two's complement (or unsigned, in the latter case).
43407         mktime: check signed shifts on long_int and time_t, too
43408         * time/mktime.c (SHR): Check that shifts work as desired
43409         on the types long_int and time_t too, as SHR is used on
43410         such types.
43412         mktime: do not assume 'long' is wide enough
43413         * time/mktime.c (verify): Move decl up.
43414         (long_int): New type.
43415         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43416         to remove assumption in the code that 'long' is wide enough to
43417         store year values.  This assumption is not true on x32 and on
43418         some non-glibc platforms.
43420         mktime: merge wrapv change from gnulib
43421         * time/mktime.c (WRAPV): New macro.
43422         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43423         (guess_time_tm, __mktime_internal): Do not assume that signed
43424         integer overflow wraps around; modern compilers generate code
43425         where this assumption is no longer valid.
43427 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43429         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43430         Replace "jmp L(pseudo_end)" with "ret".
43431         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43432         Likewise.
43434 2012-05-23  Andreas Jaeger  <aj@suse.de>
43436         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43437         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43439 2012-05-23  Andreas Jaeger  <aj@suse.de>
43440             Maximilian Attems  <max@stro.at>
43442         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43443         New macros.
43445 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43447         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43448         code so that pseudo_end is just ret and the stack pointer is
43449         correct also for static library in error case.
43451 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43453         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43454         move to syscalls.list.
43455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43460         * manual/install.texi (Running make install): Do not mention Linux
43461         kernel version for which pt_chown is not needed.
43462         (Linux): Do not mention problems with nscd with 2.0 kernels.
43463         * INSTALL: Regenerated.
43465 2012-05-23  Andreas Jaeger  <aj@suse.de>
43467         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43468         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43469         macro.
43470         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43471         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43472         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43473         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43474         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43475         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43476         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43477         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43478         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43479         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43480         * sysdeps/unix/sysv/linux/bits/in.h
43481         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43483 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43485         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43486         (PREPARE_VERSION): Just use assert instead, it will be elided
43487         under [NDEBUG] anyway.
43489 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43491         * sysdeps/unix/sysv/linux/Makefile: Include
43492         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43493         (sysdep_routines): Remove sysctl.
43494         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43495         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43496         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43497         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43498         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43500 2012-05-22  Andreas Jaeger  <aj@suse.de>
43502         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43503         that pseudo_end is just ret and the stack pointer is correct also
43504         for static library in error case.
43506 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43508         [BZ #14122]
43509         * nss/nsswitch.c (defconfig_entries): New variable.
43510         (__nss_database_lookup): Don't leak defconfig entries.
43511         (nss_parse_service_list): Don't leak on error paths.
43512         (free_database_entries): New function.
43513         (free_defconfig): New function.
43514         (free_mem): Move common code to free_database_entries.
43516 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43518         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43519         Add arch_prctl.
43520         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43522         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43523         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43524         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43525         New macro.
43526         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43527         (INTERNAL_SYSCALL_TYPES): Likewise.
43528         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43529         (LOAD_REGS_TYPES_[1-6]): Likewise.
43530         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43531         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43533 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43535         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43536         copysignl for GLIBC_2_0.
43537         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43538         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43539         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43540         logbl for GLIBC_2_0.
43541         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43542         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43544 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43546         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43547         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43549         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43550         Use "neg %eax".
43552         * time/mktime.c: Update copyright years.
43554 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43556         mktime: merge comment-quoting-style change from gnulib
43557         * time/mktime.c: Quote 'like this' in comments.
43558         The GNU coding standards suggest that we no longer quote `like this',
43559         as "`" and "'" are typically rendered asymmetrically nowadays.
43560         The typical gnulib style is to quote 'like this' when quoting
43561         code, and "like this" when quoting English.
43563         * time/mktime.c (compile-command): Add "-I.".
43565         mktime: merge mktime-internal.h change from gnulib
43566         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43568         mktime: merge time_r change from gnulib
43569         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43571         mktime: merge DEBUG change from gnulib
43572         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43573         case system <time.h> has a #define.
43575         mktime: merge <sys/types.h> change from gnulib
43576         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43577         since <time.t> is now guaranteed to define time_t.
43579         mktime: merge HAVE_CONFIG_H change from gnulib
43580         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43582 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43584         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43585         Use "neg %eax".
43587         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43588         __rlim_t cast.
43589         (struct rusage): Use anonymous union to pad each field to
43590         __syscall_slong_t.
43592 2012-05-21  David S. Miller  <davem@davemloft.net>
43594         * Makefules (o-iterator): Remove .s cases.
43595         (compile-command.s): Delete.
43596         (COMPILE.s): Delete.
43597         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43599 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43601         * configure.in (libc_cv_predef_stack_protector): Only consider
43602         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43603         * configure: Regenerated.
43605 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43607         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43608         New macro.  Use R*LP on int and pointer.
43609         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43610         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43611         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43612         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43614         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43615         [__WORDSIZE_TIME64_COMPAT32] instead of
43616         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43617         (struct utmp): Likewise.
43618         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43619         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43620         Renamed to ...
43621         (__WORDSIZE_TIME64_COMPAT32): This.
43622         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43623         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43624         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43625         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43626         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43627         (__WORDSIZE_TIME64_COMPAT32): New macro.
43629 2012-05-21  Andreas Jaeger  <aj@suse.de>
43631         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43632         only if [SHARED]. Add prototype for __wcschr_ia32.
43634 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43636         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43637         of %rbp unmolested in the jmp_buf while mangling the low bits.
43638         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43639         unmolested high bits of %rbp while demangling the low bits.
43640         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43642 2012-05-21  Andreas Jaeger  <aj@suse.de>
43644         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43645         * sunrpc/svc_simple.c: Use it for registerrpc.
43646         * sunrpc/xcrypt.c: Use it for passwd2des.
43648         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43650 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43652         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43653         Don't define if [__SYSCALL_WORDSIZE != 32].
43654         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43655         New macro.
43657 2012-05-21  Bruno Haible  <bruno@clisp.org>
43658             Andreas Jaeger  <aj@suse.de>
43660         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43661         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43662         inptr and inend for must_buffer_ch.
43663         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43664         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43665         * stdio-common/Makefile (tests): Remove bug15.
43666         (bug15-ENV): Remove macro.
43667         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43668         anymore.
43670 2012-05-19  Andreas Jaeger  <aj@suse.de>
43671             Roland McGrath  <roland@hack.frob.com>
43673         * manual/contrib.texi: Completely rewritten. It contains now an
43674         alphabetical list of contributors and their contributions.
43676 2012-05-21  Richard Henderson  <rth@twiddle.net>
43678         * misc/getauxval.c (__getauxval): Use unsigned long int.
43679         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43680         (getauxval): Use unsigned long int.
43682 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43684         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43686 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43688         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43689         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43690         __alignof__ (long double).
43692 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43694         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43696 2012-05-20  Richard Henderson  <rth@twiddle.net>
43698         * misc/getauxval.c: New file.
43699         * misc/sys/auxv.h: New file.
43700         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43701         (routines): Add getauxval.
43702         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43703         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43704         * elf/dl-sysdep.c (_dl_auxv): Remove.
43705         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43706         * elf/dl-support.c (_dl_auxv): New variable.
43707         (_dl_aux_init): Initialize it.
43708         * manual/startup.texi (Auxiliary Vector): New node.
43709         * sysdeps/generic/bits/hwcap.h: New file.
43710         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43711         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43712         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43713         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43714         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43715         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43716         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43717         Update.
43718         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43719         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43720         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43721         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43722         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43723         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43724         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43725         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43727 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43729         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43731 2012-05-19  David S. Miller  <davem@davemloft.net>
43733         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43735 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43737         [BZ #14123]
43738         * math/s_ccosh.c: Include <float.h>
43739         (__ccosh): Avoid internal overflow calculating sinh and cosh
43740         values before multiplying by sin and cos values.
43741         * math/s_ccoshf.c: Likewise.
43742         * math/s_ccoshl.c: Likewise.
43743         * math/s_csin.c: Likewise.
43744         * math/s_csinf.c: Likewise.
43745         * math/s_csinl.c: Likewise.
43746         * math/s_csinh.c: Likewise.
43747         * math/s_csinhf.c: Likewise.
43748         * math/s_csinhl.c: Likewise.
43749         * math/libm-test.inc (ccos_test): Add more tests.
43750         (ccosh_test): Likewise.
43751         (csin_test): Likewise.
43752         (csinh_test): Likewise.
43753         * sysdeps/i386/fpu/libm-test-ulps: Update.
43754         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43756 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43758         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43759         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43761         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43763 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43765         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43766         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43767         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43768         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43769         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43770         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43771         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43772         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43773         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43774         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43775         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43776         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43777         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43778         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43779         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43780         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43781         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43782         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43783         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43784         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43785         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43786         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43787         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43788         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43789         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43790         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43791         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43792         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43793         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43794         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43795         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43797 2012-05-18  Andreas Jaeger  <aj@suse.de>
43799         * csu/.gitignore: Delete.
43801 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43803         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43804         (timex): Use __syscall_slong_t.
43806 2012-05-18  Andreas Jaeger  <aj@suse.de>
43807             Carlos O'Donell  <carlos_odonell@mentor.com>
43809         * manual/install.texi (Configuring and compiling): Update
43810         description about files modified in the source directory.
43811         * INSTALL: Regenerated.
43813 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43815         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43816         value.  Use "or" to set return value to -1.
43817         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43818         negate return value.
43820 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43822         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43823         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43824         failure if the compiler has Graphite support disabled.
43825         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43826         Likewise.
43827         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43828         (CFLAGS-memmove.c): Likewise.
43829         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43830         Likewise.
43832 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43834         * sysdeps/x86_64/x32/_itoa.h: New file.
43836         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43837         getdents system call only if kernel and user dirents have the
43838         same d_ino and d_off.
43840         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43841         LLONG_MAX != LONG_MAX.
43842         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43843         (_fitoa_word): Likewise.
43845         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43846         years.
43847         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43848         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43849         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43851         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43852         include <bits/wordsize.h>.  Check __x86_64__ instead of
43853         __WORDSIZE.
43854         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43855         if __x86_64__ is defined.  Use anonymous union on fpstate.
43857         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43858         anonymous union.
43860 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43862         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43863         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43864         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43865         Refer to _rtld_local_ro instead of _rtld_global_ro.
43866         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43867         Likewise.
43868         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43869         Likewise.
43870         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43871         Likewise.
43872         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43873         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43874         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43876         * sysdeps/powerpc/powerpc32/dl-machine.c
43877         (__elf_machine_runtime_setup) [PROF]: Don't reference
43878         _dl_prof_resolve.
43880 2012-05-18  Andreas Jaeger  <aj@suse.de>
43882         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43883         function only available for GCCs before 3.4 since GCC 3.4
43884         introduced a builtin.
43885         (lrint): Likewise.
43886         (llrintf): Likewise.
43887         (llrint): Likewise.
43888         (fmaxf): Likewise.
43889         (fmax): Likewise.
43890         (fminf): Likewise.
43891         (fmin): Likewise.
43892         (rint): Likewise.
43893         (rintf): Likewise.
43894         (nearbyint): Likewise.
43895         (nearbyintf): Likewise.
43896         (ceil): Likewise.
43897         (ceilf): Likewise.
43898         (floor): Likewise.
43899         (floorf): Likewise.
43901 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43903         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43904         on both fields and cast pointer to __syscall_ulong_t.
43906         * bits/types.h (__fsword_t): New type.
43907         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43908         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43909         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43910         (__FSWORD_T_TYPE): Likewise.
43911         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43912         (__FSWORD_T_TYPE): Likewise.
43913         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43914         (__FSWORD_T_TYPE): Likewise.
43915         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43916         (__FSWORD_T_TYPE): Likewise.
43917         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43918         __SWORD_TYPE with __fsword_t.
43919         (statfs64): Likewise.
43921 2012-05-17  David S. Miller  <davem@davemloft.net>
43923         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43925 2012-05-17  Andreas Jaeger  <aj@suse.de>
43927         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43928         warning.
43930 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43932         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43934 2012-05-17  Andreas Jaeger  <aj@suse.de>
43936         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43937         when it is used.
43939 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43941         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43943 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43945         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43946         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43948 2012-05-17  Andreas Jaeger  <aj@suse.de>
43949             Carlos O'Donell  <carlos_odonell@mentor.com>
43951         [BZ #14059]
43952         * sysdeps/x86_64/multiarch/init-arch.h
43953         (bit_YMM_Usable): Rename to...
43954         (bit_AVX_Usable): ... this.
43955         (bit_FMA4_Usable): New macro.
43956         (bit_XMM_state): New macro.
43957         (bit_YMM_state): New macro.
43958         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43959         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43960         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43961         (CPUID_OSXSAVE): New macro.
43962         (CPUID_AVX): New macro.
43963         (CPUID_FMA4): New macro.
43964         (index_YMM_Usable): Rename to...
43965         (index_AVX_Usable): ... this.
43966         (HAS_AVX): Use HAS_ARCH_FEATURE.
43967         (HAS_FMA4): Likewise.
43968         (HAS_YMM_USABLE): Remove.
43969         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43970         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43971         are present.
43972         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43973         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43974         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43975         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43976         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43978 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43980         * math/libm-test.c: Support platforms without multiple rounding modes.
43981         * math/bug-nextafter.c: Support platforms without FP exceptions.
43982         * math/bug-nexttoward.c: Likewise.
43983         * math/test-fenv.c: Likewise.
43984         * math/test-misc.c: Likewise.
43985         * stdlib/bug-getcontext.c: Likewise.
43987 2012-05-17  Andreas Jaeger  <aj@suse.de>
43989         * manual/examples/search.c (critter_cmp): Change signature to
43990         avoid warnings.
43991         * manual/string.texi (Collation Functions): Likewise.
43993 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43995         * bits/types.h: Fold copyright years.
43996         * bits/typesizes.h: Likewise.
43997         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43998         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43999         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
44000         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
44001         * time/time.h: Likewise.
44003 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
44005         [BZ #208]
44006         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
44007         in instead of returning them.  Return void.
44008         (__libc_mallinfo): Accumulate over all arenas.
44009         (__malloc_stats): Adjust for change in int_mallinfo interface.
44011 2012-05-16  Roland McGrath  <roland@hack.frob.com>
44013         [BZ #10375]
44014         * configure.in (NM): Add AC_CHECK_TOOL for it.
44015         (libc_extra_cflags): New substituted variable.
44016         Check for -fstack-protector being used implicitly.
44017         * configure: Regenerated.
44018         * config.make.in (config-extra-cflags): New variable,
44019         gets @libc_extra_cflags@.
44020         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
44022         [BZ #10375]
44023         * configure.in: Check for _FORTIFY_SOURCE being predefined.
44024         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
44025         * configure: Regenerated.
44026         * config.make.in (CPPUNDEFS): New substituted variable.
44027         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
44028         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
44029         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
44031 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44033         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
44034         (mq_attr): Use __syscall_slong_t.
44036 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44038         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
44039         Check __x86_64__ instead of __WORDSIZE.
44040         (_STAT_VER_LINUX): Likewise.
44041         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
44042         __syscall_ulong_t and __syscall_slong_t.
44043         (stat64): Likewise.
44045 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44047         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
44049 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44051         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
44053 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44055         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
44056         __syscall_ulong_t.
44058         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
44059         include <bits/wordsize.h>.  Check __x86_64__ instead of
44060         __WORDSIZE.
44061         (greg_t): Use "__extension__ long long int" if __x86_64__ is
44062         defined.
44063         (mcontext_t): Replace "unsigned long" with "unsigned long long".
44065         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
44066         include <bits/wordsize.h>.  Check __x86_64__ instead of
44067         __WORDSIZE.
44068         (user_regs_struct): Use "__extension__ unsigned long long"
44069         instead of "unsigned long" if __x86_64__ is defined.
44070         (user): Likewise.  Pad after pointer field if __ILP32__ is
44071         defined.
44073 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
44075         * configure.in (makeinfo): Require version 4.5 or later.  Allow
44076         versions 5 to 9.
44077         * configure: Regenerated.
44078         * manual/install.texi (texinfo): Increase version requirement to
44079         4.5 or later.
44080         * INSTALL: Regenerated.
44082         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
44084 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44086         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
44088         * sysdeps/x86_64/x32/ffs.c: New file.
44090         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
44091         __syscall_ulong_t.
44092         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
44093         defined.  Use __syscall_ulong_t.
44094         (shminfo): Use __syscall_ulong_t.
44095         (shm_info): Likewise.
44097         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
44098         __syscall_ulong_t.
44100         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
44101         <bits/wordsize.h>.
44102         (msgqnum_t): Use __syscall_ulong_t.
44103         (msglen_t): Likewise.
44104         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
44105         __syscall_ulong_t.
44107         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
44108         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44110         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
44112         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
44113         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
44115         * sysvipc/sys/msg.h (msgbuf): Replace long int with
44116         __syscall_slong_t.
44118         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
44119         include <bits/wordsize.h>.  Check __x86_64__ instead of
44120         __WORDSIZE.
44122         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44123         "unsigned long long int" if __x86_64__ is defined.
44124         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44126         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44127         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44128         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44130         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44131         <stdint.h>.
44132         (GET_PC): Cast to uintptr_t first.
44133         (GET_FRAME): Likewise.
44134         (GET_STACK): Likewise.
44136         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44137         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44138         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44139         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44140         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44141         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44142         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44143         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44144         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44145         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44146         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44147         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44148         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44149         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44150         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44151         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44152         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44153         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44154         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44155         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44156         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44157         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44158         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44159         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44160         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44161         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44162         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44163         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44164         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44166 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
44168         * Makerules (+depfiles): Also collect depfiles from .oS in
44169         $(extra-objs).
44170         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44171         .oS, $(libnldbl-routines)).
44173         * Makerules (native-compile-mkdep-flags): Define.
44174         * sunrpc/Makefile (extra-objs): Add $(addprefix
44175         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44176         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44177         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
44178         calling $(make-target-directory).
44180 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44182         * bits/types.h (__snseconds_t): Removed.
44183         * time/time.h (struct timespec): Replace __snseconds_t with
44184         __syscall_slong_t.
44185         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44186         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44187         Likewise.
44188         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44189         (__SNSECONDS_T_TYPE): Likewise.
44190         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44191         (__SNSECONDS_T_TYPE): Likewise.
44192         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44193         (__SNSECONDS_T_TYPE): Likewise.
44195 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44197         * sysdeps/mach/hurd/bits/typesizes.h
44198         (__SYSCALL_SLONG_TYPE): New macro.
44199         (__SYSCALL_ULONG_TYPE): Likewise.
44201 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44203         * bits/types.h (__syscall_slong_t): New type.
44204         (__syscall_ulong_t): Likewise.
44206         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44207         (__SYSCALL_ULONG_TYPE): Likewise.
44208         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44209         (__SYSCALL_SLONG_TYPE): Likewise.
44210         (__SYSCALL_ULONG_TYPE): Likewise.
44211         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44212         (__SYSCALL_SLONG_TYPE): Likewise.
44213         (__SYSCALL_ULONG_TYPE): Likewise.
44214         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44215         (__SYSCALL_SLONG_TYPE): Likewise.
44216         (__SYSCALL_ULONG_TYPE): Likewise.
44218 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44220         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44221         Add sigaltstack-offsets.sym.
44222         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44223         <sigaltstack-offsets.h>.
44224         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44225         longjmp_msg pointer.
44226         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44227         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44228         signal stack.
44229         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44231 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44233         * elf/stackguard-macros.h: Remove file.
44234         * sysdeps/generic/stackguard-macros.h: New file.
44235         * sysdeps/i386/stackguard-macros.h: Likewise.
44236         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44237         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44238         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44239         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44240         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44241         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44242         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44243         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44244         <elf/stackguard-macros.h>.
44246         [BZ #14109]
44247         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44248         __aligned__ in attribute.
44249         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44250         (gregset_t): Likewise.
44252 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44254         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44255         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44256         * sysdeps/x86_64/x32/Implies-after: New file.
44258 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44260         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44261         and access return value for _dl_profile_fixup.  Use R10_LP to
44262         load frame size.
44264 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44266         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44268 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44270         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44271         * sysdeps/x86_64/x32/sysdep.h: New file.
44273 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44275         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44276         * sysdeps/x86_64/setjmp.S: Likewise.
44278 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44280         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44281         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44282         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44283         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44284         remove unused global constant.
44286 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44288         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44289         include of <not-cancel.h>.
44291 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44293         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44295 2012-05-15  Jeff Law  <law@redhat.com>
44296             Andreas Jaeger  <aj@suse.de>
44298         [BZ #13594]
44299         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44300         out from...
44301         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44302         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44303         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44304         code changing __hst_map_handle.map.
44306 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44308         * configure.in (sysnames): Look for Implies-before and Implies-after
44309         files.
44310         * configure: Regenerated.
44312 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44314         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44315         8-byte data alignment with LP_SIZE alignment.
44317 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44319         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44320         into R10_LP.
44322 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44324         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44326 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44328         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44329         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44330         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44331         Likewise.
44332         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44334 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44336         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44337         (stackinfo_sub_sp): Likewise.
44339 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44341         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44342         RAX_LP.
44344 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44346         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44347         into R*_LP.
44349 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44351         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44352         sizes into R*_LP.
44354 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44356         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44358 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44360         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44361         into R11_LP and load __x86_64_shared_cache_size_half into
44362         R8_LP.
44364 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44366         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44367         R8_LP.
44369 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44371         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44372         logb for POWER7.
44373         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44374         logbf for POWER7.
44375         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44376         logbl for POWER7.
44377         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44378         powerpc32/power7/fpu/s_logb.c via #include.
44379         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44380         powerpc32/power7/fpu/s_logbf.c via #include.
44381         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44382         powerpc32/power7/fpu/s_logbl.c via #include.
44384 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44386         * README.libm: Remove file.
44388 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44390         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44391         count for x32.  Use R*_LP and omit operand-size suffix.
44393 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44395         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44396         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44397         * sysdeps/x86_64/x32/shlib-versions: New file.
44399 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44401         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44402         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44403         Use _dl_fatal_printf instead.
44405 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44407         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44408         set if not set by the user.  Do not allow for being unset.
44409         * sysdeps/unix/sysv/linux/configure: Regenerated.
44411 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44413         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44414         the `q' suffix from lea and replace .quad with ASM_ADDR.
44416 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44418         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44419         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44420         instead of $17.
44421         (PTR_DEMANGLE): Likewise.
44423 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44425         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44426         (LP_OP): Likewise.
44427         (ASM_ADDR): Likewise.
44428         (RAX_LP): Likewise.
44429         (RBP_LP): Likewise.
44430         (RBX_LP): Likewise.
44431         (RCX_LP): Likewise.
44432         (RDI_LP): Likewise.
44433         (RSI_LP): Likewise.
44434         (RSP_LP): Likewise.
44435         (R8_LP): Likewise.
44436         (R9_LP): Likewise.
44437         (R10_LP): Likewise.
44438         (R10_LP): Likewise.
44439         (R11_LP): Likewise.
44440         (R12_LP): Likewise.
44441         (R13_LP): Likewise.
44442         (R14_LP): Likewise.
44443         (R15_LP): Likewise.
44445 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44447         * sysdeps/x86_64/x32/dl-machine.h: New file.
44449 2012-05-14  Andreas Jaeger  <aj@suse.de>
44451         * manual/Makefile (subdir): Remove export of subdir.
44452         (all): Remove target.
44453         (.PHONY): Remove all from list.
44454         (mkinstalldirs): Remove.
44455         (.PHONY): Remove installdirs from list.
44456         ($(inst_infodir)/libc.info): Use make-target-directory.
44457         (installdirs): Remove.
44458         (subdir_%): Remove.
44459         (glibc-targets): Remove.
44460         (lib): Remove.
44461         (stubs): Remove.
44462         ($(objpfx)stubs ../po/manual.pot): Remove.
44463         ($(objpfx)stamp%): Remove.
44464         (make-target-directory): Remove.
44465         (subdir_install): Remove.
44466         (routines): Remove.
44467         (aux): Remove.
44468         (sources): Remove.
44469         (objects): Remove.
44470         (headers): Remove.
44472         [BZ #13750]
44473         * manual/.gitignore: Remove, it's not needed anymore.
44474         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44475         all files in it.
44476         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44477         directory.
44478         (texis): Renamed to $(objpfx)texis.
44479         (texis-path): New, contains path to generated files.
44480         (chapters.%): Use texis-path for complete path, add extra argument
44481         libc-texinfo.sh.
44482         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44483         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44484         (summary,texi, stamp-summary): Use complete path of
44485         files. Generate files in build dir.
44486         (dir-add.texi): Build in build dir.
44487         (libm-err.texi,stamp-libm-err): Likewise.
44488         (version.texi, stamp-version): Likewise.
44489         (.%c.texi): Likewise.
44490         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44491         (mostlyclean): Remove target.
44492         (realclean): Remove target.
44493         (generated): Add new variable with contents from mostlyclean and
44494         realclean, remove entries duplicated in common-mostlyclean, add
44495         stamp-libm-err and stamp-version.
44496         (generated-dirs): Add libc directory.
44497         ($(inst_infodir)/libc.info): Install files from build dir.
44499         * manual/install.texi (Configuring and compiling): Adjust since
44500         the info files are not part of the tar ball anymore.
44502 2012-05-14  Andreas Jaeger  <aj@suse.de>
44504         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44505         variable.
44507 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44509         [BZ #13717]
44510         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44511         to 2.2.0 where earlier.
44512         * sysdeps/unix/sysv/linux/configure: Regenerated.
44513         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44514         Remove conditional code.
44515         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44516         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44517         Remove conditional code.
44518         [!__NR_lchown]: Likewise.
44519         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44520         [__NR_lchown]: Likewise.
44521         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44522         comment referencing __ASSUME_LCHOWN_SYSCALL.
44523         * sysdeps/unix/sysv/linux/i386/sigaction.c
44524         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44525         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44526         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44527         Remove conditional code.
44528         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44529         (__protocol_available): Remove #if 0 code.
44530         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44531         conditional code.
44532         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44533         * sysdeps/unix/sysv/linux/kernel-features.h
44534         (__ASSUME_GETCWD_SYSCALL): Don't define.
44535         (__ASSUME_REALTIME_SIGNALS): Likewise.
44536         (__ASSUME_PREAD_SYSCALL): Likewise.
44537         (__ASSUME_PWRITE_SYSCALL): Likewise.
44538         (__ASSUME_POLL_SYSCALL): Likewise.
44539         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44540         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44541         non-SPARC.
44542         (__ASSUME_SIOCGIFNAME): Don't define.
44543         (__ASSUME_MSG_NOSIGNAL): Likewise.
44544         (__ASSUME_SENDFILE): Define unconditionally.
44545         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44546         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44547         conditional code.
44548         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44549         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44550         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44551         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44552         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44553         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44554         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44556         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44557         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44558         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44559         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44560         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44562         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44563         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44565         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44566         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44568         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44569         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44571         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44572         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44574         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44575         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44577         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44578         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44579         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44580         Remove conditional code.
44581         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44582         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44583         Remove conditional code.
44584         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44585         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44586         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44587         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44588         Remove conditional code.
44589         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44590         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44591         Remove conditional code.
44592         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44593         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44594         Remove conditional code.
44595         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44596         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44597         Remove conditional code.
44598         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44599         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44600         Remove conditional code.
44601         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44602         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44603         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44604         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44605         * sysdeps/unix/sysv/linux/sigaction.c
44606         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44607         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44608         * sysdeps/unix/sysv/linux/sigpending.c
44609         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44610         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44611         * sysdeps/unix/sysv/linux/sigprocmask.c
44612         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44613         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44614         * sysdeps/unix/sysv/linux/sigsuspend.c
44615         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44616         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44617         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44618         (__libc_missing_rt_sigs): Remove.
44619         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44620         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44621         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44622         Remove conditional code.
44623         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44624         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44625         return 1.
44626         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44627         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44628         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44629         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44631 2012-05-14  Andreas Jaeger  <aj@suse.de>
44633         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44634         it's not used in glibc.
44635         (__coshm1): Likewise.
44636         (__acosh1p): Likewise.
44637         (__sgn): Likewise.
44639         * manual/string.texi (Copying and Concatenation): Add missing
44640         variable in concat example.
44641         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44643 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44645         [BZ #14103]
44646         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44647         __builtin_clzl with __builtin_clzll.
44649 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44651         [BZ #14104]
44652         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44653         libc_freeres_ptr.
44655 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44657         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44658         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44659         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44660         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44662 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44664         * NEWS: Update ia64 info.
44666 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44668         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44669         used as bcopy.
44671 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44673         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44674         * sysdeps/unix/syscalls.list (dup3): Likewise.
44675         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44676         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44678 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44680         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44681         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44683 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44685         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44686         thread pointer.
44687         (TLS_IE): Use mov/add instead of movq/addq to load thread
44688         pointer.
44689         (TLS_GD_PREFIX): New.
44690         (TLS_GD): Use it.
44692 2012-05-11  David S. Miller  <davem@davemloft.net>
44694         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44695         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44696         (_FPU_SETCW): Likewise.
44698 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44700         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44701         is 32-byte aligned.
44703 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44705         [BZ #11837]
44706         * iconvdata/gb18030.c: Update tables.
44707         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44708         characters specially.
44709         (BODY for TO_LOOP): Add encoding of missing ranges.
44711 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44713         [BZ #13673]
44714         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44715         * sysdeps/mach/hurd/dup3.c: Likewise.
44716         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44717         * sysdeps/powerpc/memmove.c:: Likewise.
44719 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44721         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44722         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44724 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44726         * elf/elf.h (R_X86_64_RELATIVE64): New.
44727         (R_X86_64_NUM): Updated.
44728         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44729         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44730         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44731         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44732         tst-quad1pie tst-quad2pie
44733         (modules-names): Add tst-quadmod1 tst-quadmod2.
44734         ($(objpfx)tst-quad1): New dependency.
44735         ($(objpfx)tst-quad2): Likewise.
44736         ($(objpfx)tst-quad1pie): Likewise.
44737         ($(objpfx)tst-quad2pie): Likewise.
44738         * sysdeps/x86_64/tst-quad1.c: New file.
44739         * sysdeps/x86_64/tst-quad1pie.c: New file.
44740         * sysdeps/x86_64/tst-quad2.c: Likewise.
44741         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44742         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44743         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44744         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44745         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44747 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44749         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44750         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44751         * streams/stropts.h (t_scalar_t): Define type.
44753         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44754         (_PATH_PRESERVE): Set to "/var/lib".
44755         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44757         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44758         instead of int.
44760         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44761         if __dir_mkfile succeeded.
44763         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44764         checking for _hurd_dtablesize.  Unlock it right after having
44765         finished _hurd_dtable allocation.
44767 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44769         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44770         * sysdeps/mach/hurd/configure: Regenerated.
44771         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44772         special-casing to...
44773         * sysdeps/gnu/configure.in: ... this new file.
44774         * sysdeps/unix/sysv/linux/configure: Regenerated.
44775         * sysdeps/gnu/configure: New generated file.
44777         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44778         for Linux: use nsec instead of usec, as well as:
44779         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44780         members of type struct timespec.
44781         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44782         New macros.
44783         (struct stat64): Likewise.
44784         (_STATBUF_ST_NSEC): New macro.
44785         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44787         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44788         __strtoul_internal rather than strtoul.
44790 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44792         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44793         and reject them.
44795 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44797         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44798         which preserves existing values.
44799         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44801 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44803         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44804         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44805         greater than FD_SETSIZE.
44807 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44809         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44810         allocated, call __vm_protect to finish enabling the existing space, and
44811         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44812         allocate the remainder.
44814 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44816         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44817         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44819 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44821         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44822         sysdeps/mach/hurd/readlink.c.
44824         * posix/tst-sysconf.c (posix_options): Only use
44825         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44826         _POSIX_SYNCHRONIZED_IO when they are defined
44827         * sysdeps/mach/hurd/bits/posix_opt.h:
44828         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44829         (_XOPEN_REALTIME): Undefine macro.
44830         (_XOPEN_REALTIME_THREADS): Undefine macro.
44831         (_XOPEN_SHM): Undefine macro.
44832         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44833         macro to -1.
44834         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44835         macro to -1.
44836         (_POSIX_ASYNC_IO): Undefine macro.
44837         (_POSIX_PRIORITIZED_IO): Undefine macro.
44838         (_POSIX_SPIN_LOCKS): Define macro to -1.
44840         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44841         SA_NODEFER, SA_RESETHAND.
44842         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44843         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44844         F_DUPFD_CLOEXEC.
44846 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44848         * elf/Makefile (pldd-modules): Define unconditionally.
44850 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44852         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44854 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44856         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44857         Return ENOENT when name is empty.
44858         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44860 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44862         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44864         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44866 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44868         Fix mlock in all cases except non-readable pages.
44869         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44870         instead of VM_PROT_ALL as parameter to __vm_wire function.
44872         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44873         (__mkdir): When path is `/', just fail with EEXIST.
44874         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44876 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44878         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44879         <sys/uio.h> (for writev).
44880         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44881         and <sys/param.h> (for MIN).
44883 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44885         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44886         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44887         if interrupted.
44889 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44891         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44892         Depend on against $(link-rpcuserlibs).
44894 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44896         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44897         (__libc_stack_end): Do not use attribute_relro.
44898         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44899         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44900         to libthread-provided value.
44901         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44902         attribute_relro.
44904 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44906         [BZ #3748]
44907         * bits/libc-lock.h (__libc_once_get): New macro.
44908         * sysdeps/mach/bits/libc-lock.h: Likewise.
44909         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44910         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44911         instead of using implementation details.
44913         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44914         * libio/freopen.c: Likewise.
44915         * libio/freopen64.c: Likewise.
44916         * misc/syslog.c: Likewise.
44917         * nscd/connections.c: Likewise.
44918         * nscd/netgroupcache.c: Likewise.
44919         * sysdeps/posix/getcwd.c: Likewise.
44921 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44923         * math/w_ilogbf.c: Add #include <limits.h>.
44925 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44927         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44928         path instead of returning without unlocking.
44930         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44931         immediate-write ioctls.
44932         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44934 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44936         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44937         __builtin_frame_address instead of making assumptions about the
44938         location of the return address relative to DATA.  Force early load of
44939         the return address.
44940         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44941         __builtin_frame_address.
44943         dup3 for GNU Hurd.
44944         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44945         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44946         implement dup3 and do some further code clean-ups.
44947         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44948         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44950 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44952         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44954         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44955         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44956         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44957         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44958         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44959         d->port.lock.
44961         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44962         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44963         when handler == SIG_ERR, not when handler != SIG_ERR.
44965 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44967         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44968         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44969         definitions.
44971         accept4 for GNU Hurd.
44972         * include/sys/socket.h (__libc_accept4): New prototype.
44973         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44974         to implement __libc_accept4.
44975         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44976         __libc_accept4.
44977         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44979         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44980         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44981         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44982         signal-defines.sym.
44984 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44986         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44988 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44990         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44991         assertion on O_CLOEXEC flag.
44992         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44993         * hurd/intern-fd.c: Likewise.
44994         * hurd/port2fd.c: Likewise.
44996 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44998         [BZ #3906]
44999         * bits/in.h (IPV6_PKTINFO): Define new macro.
45000         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
45002 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45004         [BZ #13954]
45005         [BZ #13955]
45006         [BZ #13956]
45007         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
45008         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
45009         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
45010         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
45011         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
45012         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
45013         * math/libm-test.inc (logb_test) : Additional logb tests.
45015 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
45016             Andreas Jaeger  <aj@suse.de>
45018         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
45019         * configure: Regenerated.
45020         * config.h.in (LINK_OBSOLETE_RPC): New macro.
45021         * config.make.in (link-obsolete-rpc): New substituted variable.
45022         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
45023         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
45024         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45025         (shared-only-routines): Don't set it under [link-obsolete-rpc],
45026         so that libc.a contains the symbols.
45027         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
45028         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
45029         * sunrpc/auth_none.c: Likewise.
45030         * sunrpc/auth_unix.c: Likewise.
45031         * sunrpc/authdes_prot.c: Likewise.
45032         * sunrpc/authuxprot.c: Likewise.
45033         * sunrpc/clnt_gen.c: Likewise.
45034         * sunrpc/clnt_perr.c: Likewise.
45035         * sunrpc/clnt_raw.c: Likewise.
45036         * sunrpc/clnt_simp.c: Likewise.
45037         * sunrpc/clnt_tcp.c: Likewise.
45038         * sunrpc/clnt_udp.c: Likewise.
45039         * sunrpc/clnt_unix.c: Likewise.
45040         * sunrpc/des_crypt.c: Likewise.
45041         * sunrpc/des_soft.c: Likewise.
45042         * sunrpc/get_myaddr.c: Likewise.
45043         * sunrpc/key_call.c: Likewise.
45044         * sunrpc/key_prot.c: Likewise.
45045         * sunrpc/netname.c: Likewise.
45046         * sunrpc/pm_getmaps.c: Likewise.
45047         * sunrpc/pm_getport.c: Likewise.
45048         * sunrpc/pmap_clnt.c: Likewise.
45049         * sunrpc/pmap_prot.c: Likewise.
45050         * sunrpc/pmap_prot2.c: Likewise.
45051         * sunrpc/pmap_rmt.c: Likewise.
45052         * sunrpc/publickey.c: Likewise.
45053         * sunrpc/rpc_cmsg.c: Likewise.
45054         * sunrpc/rpc_common.c: Likewise.
45055         * sunrpc/rpc_dtable.c: Likewise.
45056         * sunrpc/rpc_prot.c: Likewise.
45057         * sunrpc/rpc_thread.c: Likewise.
45058         * sunrpc/rtime.c: Likewise.
45059         * sunrpc/svc.c: Likewise.
45060         * sunrpc/svc_auth.c: Likewise.
45061         * sunrpc/svc_raw.c: Likewise.
45062         * sunrpc/svc_run.c: Likewise.
45063         * sunrpc/svc_tcp.c: Likewise.
45064         * sunrpc/svc_udp.c: Likewise.
45065         * sunrpc/svc_unix.c: Likewise.
45066         * sunrpc/svcauth_des.c: Likewise.
45067         * sunrpc/xcrypt.c: Likewise.
45068         * sunrpc/xdr.c: Likewise.
45069         * sunrpc/xdr_array.c: Likewise.
45070         * sunrpc/xdr_float.c: Likewise.
45071         * sunrpc/xdr_intXX_t.c: Likewise.
45072         * sunrpc/xdr_mem.c: Likewise.
45073         * sunrpc/xdr_rec.c: Likewise.
45074         * sunrpc/xdr_ref.c: Likewise.
45075         * sunrpc/xdr_sizeof.c: Likewise.
45076         * sunrpc/xdr_stdio.c: Likewise.
45078 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45080         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
45081         change.  Update copyright years.
45083 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45085         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
45087 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
45088             Joseph Myers  <joseph@codesourcery.com>
45089             Paul Pluzhnikov  <ppluzhnikov@google.com>
45091         [BZ #14012]
45092         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
45093         requiring rpcgen.
45094         [cross-compiling] (extra-libs): Likewise.
45095         [cross-compiling] (extra-libs-others): Likewise.
45096         [cross-compiling] (librpcsvc-routines): Likewise.
45097         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
45098         [cross-compiling] (omit-deps): Likewise.
45099         (sunrpc-CPPFLAGS): New variable.
45100         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
45101         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
45102         (cross-rpcgen-objs): New variable.
45103         (extra-objs): Append $(cross-rpcgen-objs).
45104         ($(cross-rpcgen-objs)): New rule.
45105         ($(objpfx)cross-rpcgen): Likewise.
45106         (rpcgen-cmd): Define to use $(built-program-file).  Expand
45107         comment.
45108         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
45109         ($(objpfx)x%.stmp): Likewise.
45110         * sunrpc/proto.h [IS_IN_build] (_): Define.
45111         [IS_IN_build] (_libc_intl_domainname): Likewise.
45113 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45115         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
45116         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
45117         and R_X86_64_TPOFF64.
45119 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45121         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
45122         sysdeps/unix/sysv/syscalls.list.
45123         (stime): Likewise.
45124         (utime): Likewise.
45125         * sysdeps/unix/sysv/syscalls.list: Remove file.
45127 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45129         [BZ #3440]
45130         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45131         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45132         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45133         (__LC_IDENTIFICATION): Make these macros useful in #if
45134         expressions, as required by C99.
45136 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
45138         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45139         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
45140         after this.
45142 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
45144         * stdlib/longlong.h: Updated from GCC.
45146 2012-05-09  Andreas Jaeger  <aj@suse.de>
45148         * nscd/nscd.c (run_modes): Make named enum, reorder so that
45149         default is first entry.
45150         (run_mode): Set type.
45151         (main): Remove informal message about syslog.
45152         (options): Fix typo.
45154         [BZ #14053]
45155         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
45156         to asm.
45157         (lrint): Likewise.
45158         (llrintf): Likewise.
45159         (llrint): Likewise.
45160         (rint): Likewise.
45161         (rintf): Likewise.
45162         (nearbyint): Likewise.
45163         (nearbyintf): Likewise.
45165 2012-05-09  Andreas Jaeger  <aj@suse.de>
45166             Pedro Alves  <palves@redhat.com>
45168         * nscd/nscd.c (run_mode): Use enum.
45169         (main): Cleanup coding style issue.
45171 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
45172             Andreas Jaeger  <aj@suse.de>
45174         * nscd/nscd.c (go_background): Replaced with...
45175         (run_mode): ... this.
45176         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
45177         (options): Add -F --foreground.
45178         (main): Implement it.
45179         (parse_opt): Parse it.
45181 2012-05-09  Andreas Jaeger  <aj@suse.de>
45183         [BZ #14083]
45184         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45185         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45186         -Wconversion warning.
45187         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45188         Likewise.
45190 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
45192         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
45193         == 0.
45194         (LC_ALL): Use macro-int-constant.
45195         (LC_COLLATE): Likewise.
45196         (LC_CTYPE): Likewise.
45197         (LC_MESSAGES): Likewise.
45198         (LC_MONETARY): Likewise.
45199         (LC_NUMERIC): Likewise.
45200         (LC_TIME): Likewise.
45201         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45202         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45203         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45204         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45205         Specify type.
45206         [C99-based standards] (float_t): Expect type.
45207         [C99-based standards] (double_t): Expect type.
45208         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45209         type.
45210         [C99-based standards] (HUGE_VALL): Likewise.
45211         [C99-based standards] (INFINITY): Likewise.
45212         [C99-based standards] (NAN): Likewise.
45213         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45214         [C99-based standards] (FP_NAN): Likewise.
45215         [C99-based standards] (FP_NORMAL): Likewise.
45216         [C99-based standards] (FP_SUBNORMAL): Likewise.
45217         [C99-based standards] (FP_ZERO): Likewise.
45218         [C99-based standards] (FP_FAST_FMA): Use
45219         optional-macro-int-constant.  Specify type.  Require == 1.
45220         [C99-based standards] (FP_FAST_FMAF): Likewise.
45221         [C99-based standards] (FP_FAST_FMAL): Likewise.
45222         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45223         [C99-based standards] (FP_ILOGBNAN): Likewise.
45224         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45225         Specify type.
45226         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45227         [C99-based standards] (math_errhandling): Specify type.
45228         [ISO99 || ISO11] (signgam): Do not allow.
45229         [non-C99-based standards] (copysignf): Do not allow.
45230         [non-C99-based standards] (exp2f): Likewise.
45231         [non-C99-based standards] (log2f): Likewise.
45232         [non-C99-based standards] (modff): Allow.
45233         [non-C99-based standards] (erff): Do not allow.
45234         [non-C99-based standards] (erfcf): Likewise.
45235         [non-C99-based standards] (gammaf): Likewise.
45236         [non-C99-based standards] (hypotf): Likewise.
45237         [non-C99-based standards] (j0f): Likewise.
45238         [non-C99-based standards] (j1f): Likewise.
45239         [non-C99-based standards] (jnf): Likewise.
45240         [non-C99-based standards] (lgammaf): Likewise.
45241         [non-C99-based standards] (tgammaf): Likewise.
45242         [non-C99-based standards] (y0f): Likewise.
45243         [non-C99-based standards] (y1f): Likewise.
45244         [non-C99-based standards] (ynf): Likewise.
45245         [non-C99-based standards] (isnanf): Likewise.
45246         [non-C99-based standards] (acoshf): Likewise.
45247         [non-C99-based standards] (asinhf): Likewise.
45248         [non-C99-based standards] (atanhf): Likewise.
45249         [non-C99-based standards] (cbrtf): Likewise.
45250         [non-C99-based standards] (expm1f): Likewise.
45251         [non-C99-based standards] (ilogbf): Likewise.
45252         [non-C99-based standards] (log1pf): Likewise.
45253         [non-C99-based standards] (logbf): Likewise.
45254         [non-C99-based standards] (nextafterf): Likewise.
45255         [non-C99-based standards] (remainderf): Likewise.
45256         [non-C99-based standards] (rintf): Likewise.
45257         [non-C99-based standards] (scalbf): Likewise.
45258         [non-C99-based standards] (copysignl): Likewise.
45259         [non-C99-based standards] (exp2l): Likewise.
45260         [non-C99-based standards] (log2l): Likewise.
45261         [non-C99-based standards] (modfl): Allow.
45262         [non-C99-based standards] (erfl): Do not allow.
45263         [non-C99-based standards] (erfcl): Likewise.
45264         [non-C99-based standards] (gammal): Likewise.
45265         [non-C99-based standards] (hypotl): Likewise.
45266         [non-C99-based standards] (j0l): Likewise.
45267         [non-C99-based standards] (j1l): Likewise.
45268         [non-C99-based standards] (jnl): Likewise.
45269         [non-C99-based standards] (lgammal): Likewise.
45270         [non-C99-based standards] (tgammal): Likewise.
45271         [non-C99-based standards] (y0l): Likewise.
45272         [non-C99-based standards] (y1l): Likewise.
45273         [non-C99-based standards] (ynl): Likewise.
45274         [non-C99-based standards] (isnanl): Likewise.
45275         [non-C99-based standards] (acoshl): Likewise.
45276         [non-C99-based standards] (asinhl): Likewise.
45277         [non-C99-based standards] (atanhl): Likewise.
45278         [non-C99-based standards] (cbrtl): Likewise.
45279         [non-C99-based standards] (expm1l): Likewise.
45280         [non-C99-based standards] (ilogbl): Likewise.
45281         [non-C99-based standards] (log1pl): Likewise.
45282         [non-C99-based standards] (logbl): Likewise.
45283         [non-C99-based standards] (nextafterl): Likewise.
45284         [non-C99-based standards] (remainderl): Likewise.
45285         [non-C99-based standards] (rintl): Likewise.
45286         [non-C99-based standards] (scalbl): Likewise.
45287         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45288         [non-C99-based standards] (FP_*): Do not allow.
45289         [C99-based standards] (FP_*): Change to
45290         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45291         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45292         allow.
45293         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45294         (SIG_ERR): Likewise.
45295         [X/Open-based standards] (SIG_HOLD): Likewise.
45296         (SIG_IGN): Likewise.
45297         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45298         positive value.
45299         (SIGFPE): Likewise.
45300         (SIGILL): Likewise.
45301         (SIGINT): Likewise.
45302         (SIGSEGV): Likewise.
45303         (SIGTER): Likewise.
45304         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45305         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45306         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45307         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45308         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45309         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45310         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45311         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45312         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45313         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45314         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45315         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45316         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45317         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45318         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45319         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45320         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45321         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45322         [X/Open-based standards] (SIGTRAP): Likewise.
45323         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45324         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45325         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45326         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45327         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45328         allow.
45330 2012-05-08  Ian Wienand  <ianw@vmware.com>
45332         [BZ #14080]
45333         * time/tzset.c (__tzset_parse_tz): Update default rules for
45334         daylight time changes in the Energy Policy Act of 2005.
45336 2012-05-09  Andreas Jaeger  <aj@suse.de>
45338         [BZ #13983]
45339         * elf/ldconfig.c (parse_conf): Change string to make clear that
45340         ldconfig only issued a warning if ld.so.conf does not exist.
45342 2012-05-08  David S. Miller  <davem@davemloft.net>
45344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45345         movxtod instead of popping the value on the stack.
45347         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45349 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45351         * config.h.in: Add HAVE_ARM_PCS_VFP.
45353 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45355         [BZ #13979]
45356         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45357         checking but the checks are disabled for any reason.
45359 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45361         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45362         and ELF64_R_TYPE with ELFW(R_TYPE).
45364 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45366         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45367         (ulimit): Likewise.
45369         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45370         (settimeofday): Likewise.
45372 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45374         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45375         a struct th_u2 inside the union, and move tu_block/tu_code into
45376         a new th_u3 union of tu_block/tu_code inside of that.  Move
45377         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45378         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45379         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45380         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45381         (th_stuff): Change to th_u1.tu_stuff.
45382         (th_data): Define.
45383         (th_msg): Change to th_u1.th_u2.tu_data.
45385 2012-05-07  David S. Miller  <davem@davemloft.net>
45387         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45389         [BZ #14074]
45390         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45391         (SETUP_PIC_REG): Use it.
45392         (SETUP_PIC_REG_LEAF): Use it.
45394 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45396         [BZ #13885]
45397         [BZ #13923]
45398         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45399         USE_AS_EXPM1L.
45400         (EXPL_FINITE): Likewise.
45401         (FLDLOG): Likewise.
45402         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45403         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45404         e_expl.S.
45405         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45406         USE_AS_EXPM1L.
45407         (EXPL_FINITE): Likewise.
45408         (FLDLOG): Likewise.
45409         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45410         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45411         e_expl.S.
45412         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45413         test of -max_value argument for long double.
45414         * sysdeps/i386/fpu/libm-test-ulps: Update.
45415         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45417 2012-05-06  David S. Miller  <davem@davemloft.net>
45419         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45420         quad soft-float symbols whose references which are compiler
45421         generated.
45422         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45424 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45426         [BZ #13884]
45427         [BZ #13914]
45428         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45429         USE_AS_EXP10L.
45430         (EXPL_FINITE): Likewise.
45431         (FLDLOG): Likewise.
45432         (c0): Likewise.
45433         (c1): Likewise.
45434         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45435         Adjust comments for base varying.
45436         (__expl_finite): Change alias to EXPL_FINITE.
45437         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45438         e_expl.S.
45439         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45440         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45441         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45442         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45443         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45444         USE_AS_EXP10L.
45445         (EXPL_FINITE): Likewise.
45446         (FLDLOG): Likewise.
45447         (c0): Likewise.
45448         (c1): Likewise.
45449         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45450         Adjust comments for base varying.
45451         (__expl_finite): Change alias to EXPL_FINITE.
45452         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45453         tests for bugs.
45454         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45456         [BZ #14064]
45457         * math/libm-test.inc (check_float_internal): Correct ulp
45458         calculation for subnormal expected results.
45460 2012-05-06  Andreas Jaeger  <aj@suse.de>
45462         * Makeconfig (+math-flags): New, set to -frounding-math.
45463         (+cflags): Add +math-flags so that all of glibc gets compiled with
45464         it.
45466         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45468 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45470         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45471         Disable one test.
45473         [BZ #13787]
45474         [BZ #13922]
45475         [BZ #14036]
45476         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45477         (__ieee754_expl): Allow for and saturate large arguments.
45478         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45479         (u_threshold): Likewise.
45480         (__exp): Call __ieee754_exp before checking for overflow and
45481         underflow.
45482         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45483         (u_threshold): Likewise.
45484         (__expf): Call __ieee754_expf before checking for overflow and
45485         underflow.
45486         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45487         (u_threshold): Likewise.
45488         (__expl): Call __ieee754_expl before checking for overflow and
45489         underflow.
45490         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45491         (__ieee754_expl): Allow for and saturate large arguments.
45492         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45493         missing overflow exception on overflow.
45494         (expm1_test): Do not allow missing overflow exception on overflow.
45496         * sysdeps/i386/fpu/e_expl.c: Move to ...
45497         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45498         rather than using inline asm.
45499         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45500         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45501         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45503         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45504         (nice): Likewise.
45505         (poll): Likewise.
45506         (signal): Likewise.
45507         (time): Likewise.
45508         (times): Likewise.
45510 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45512         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45513         sysdeps/unix/common/syscalls.list.
45514         (fchmod): Likewise.
45515         (fchown): Likewise.
45516         (ftruncate): Likewise.
45517         (getrusage): Likewise.
45518         (gettimeofday): Likewise.
45519         (setpgid): Likewise.
45520         (setregid): Likewise.
45521         (setreuid): Likewise.
45522         (sigaction): Likewise.
45523         (truncate): Likewise.
45524         (vhangup): Likewise.
45525         * sysdeps/unix/common/syscalls.list: Remove file.
45526         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45527         * sysdeps/unix/sysv/linux/Implies: Likewise.
45529 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45531         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45532         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45533         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45534         Moved to ...
45535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45536         Here.
45537         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45538         to ...
45539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45540         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45541         to ...
45542         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45543         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45544         to ...
45545         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45546         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45547         to ...
45548         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45549         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45550         to ...
45551         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45552         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45553         to ...
45554         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45555         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45556         to ...
45557         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45558         Here.
45559         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45560         to ...
45561         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45562         Here.
45563         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45564         to ...
45565         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45566         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45567         Moved to ...
45568         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45569         Here.
45570         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45571         to ...
45572         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45574 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45576         * sysdeps/unix/common/bits/dirent.h: Remove file.
45577         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45579         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45580         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45581         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45582         * sysdeps/unix/bsd/isatty.c: Likewise.
45583         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45584         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45585         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45587 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45589         [BZ #13563]
45590         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45591         long double comparison inaccuracies.
45592         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45593         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45595 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45597         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45598         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45600 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45602         [BZ #14049]
45603         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45604         nonzero digits before rounding a hex value.
45605         * stdlib/tst-strtod.c (tests): Add another test.
45607 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45609         * sysdeps/s390/fpu/libm-test-ulps: Update.
45611 2012-05-03  Andreas Jaeger  <aj@suse.de>
45613         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45614         does not get optimized out.
45615         (malloc_opt_barrier): New.
45617 2012-05-03  Andreas Jaeger  <aj@suse.de>
45618             Roland McGrath  <roland@hack.frob.com>
45620         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45621         intermediate file deletion.
45622         (generated): Add .symlist files.
45624 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45626         [BZ #13775]
45627         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45628         Redirect under this condition.
45629         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45630         [__USE_GNU] (__dprintf_chk): Not under this condition.
45631         [__USE_GNU] (__vdprintf_chk): Likewise.
45632         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45633         under this condition.
45634         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45635         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45636         [__USE_XOPEN2K8] (vdprintf): Likewise.
45637         [__USE_GNU] (__dprintf_chk): Not under this condition.
45638         [__USE_GNU] (__vdprintf_chk): Likewise.
45639         [__USE_GNU] (dprintf): Likewise.
45640         [__USE_GNU] (vdprintf): Likewise.
45642 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45644         * elf/Makefile (common-generated): Set this instead of generated for
45645         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45646         $(all-built-dso)-derived lists.
45648 2012-05-03  Andreas Jaeger  <aj@suse.de>
45650         * sysdeps/i386/fpu/libm-test-ulps: Update.
45652         * FAQ: Removed.
45653         * FAQ.in: Likewise.
45654         * scripts/gen-FAQ.pl: Likewise.
45655         * manual/install.texi (Installation): Point to online location of
45656         FAQ.
45657         * Makefile (files-for-dist): Remove FAQ.
45658         (FAQ): Remove.
45660 2012-05-02  Allan McRae  <allan@archlinux.org>
45662         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45663         (LDFLAGS-reldepmod5.so): Likewise.
45664         (LDFLAGS-reldep6mod1.so): Likewise.
45665         (LDFLAGS-reldep6mod4.so): Likewise.
45666         (LDFLAGS-reldep8mod3.so): Likewise.
45667         (LDFLAGS-unload4mod1.so): Likewise.
45668         (LDFLAGS-unload4mod2.so): Likewise.
45669         (LDFLAGS-tst-initorder): Likewise.
45670         (LDFLAGS-tst-initordera2.so): Likewise.
45671         (LDFLAGS-tst-initordera3.so): Likewise.
45672         (LDFLAGS-tst-initordera4.so): Likewise.
45673         (LDFLAGS-tst-initorderb2.so): Likewise.
45674         (LDFLAGS-noload): Likewise.
45675         (LDFLAGS-next): Likewise.
45676         (LDFLAGS-order2mod1.so): Likewise.
45677         (LDFLAGS-order2mod2.so): Likewise.
45678         (LDFLAGS-tst-initorder2): Likewise.
45679         (LDFLAGS-tst-initorder2a.so): Likewise.
45680         (LDFLAGS-tst-initorder2b.so): Likewise.
45681         (LDFLAGS-tst-initorder2c.so): Likewise.
45682         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45684 2012-05-02  David S. Miller  <davem@davemloft.net>
45686         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45688 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45690         [BZ #14055]
45691         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45693 2012-05-02  Andreas Jaeger  <aj@suse.de>
45695         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45696         since we manipulate rounding mode.
45697         (CPPFLAGS-test-idouble.c): Likewise.
45698         (CPPFLAGS-test-ifloat.c): Likewise.
45699         (CFLAGS-test-ldouble.c): Likewise.
45700         (CFLAGS-test-double.c): Likewise.
45701         (CFLAGS-test-float.c): Likewise.
45702         (CFLAGS-test-misc.c): Likewise.
45703         (CFLAGS-test-test-fenv.c): Likewise.
45705 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45707         [BZ #2550]
45708         [BZ #2570]
45709         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45710         comparisons to determine direction to adjust input.
45712 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45714         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45715         output to the target.
45717         * scripts/localplt.awk: New file.
45718         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45719         (check-localplt-CFLAGS): Variable removed.
45720         ($(all-built-dso:=.jmprel)): New static pattern rule.
45721         (generated): Add those targets.
45722         (localplt-built-dso): New variable.
45723         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45725         * elf/check-localplt.c: File removed.
45727         * scripts/check-execstack.awk: New file.
45728         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45729         (check-execstack-CFLAGS): Variable removed.
45730         ($(objpfx)check-execstack.h): Target removed.
45731         ($(objpfx)execstack-default): New target.
45732         (generated): Add that instead of check-execstack.h.
45733         ($(all-built-dso:=.phdr)): New static pattern rule.
45734         (generated): Add those targets.
45735         * elf/check-execstack.c: File removed.
45737         * scripts/check-textrel.awk: New file.
45738         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45739         (check-textrel-CFLAGS): Variable removed.
45740         (all-built-dso): Use := to define.o
45741         ($(all-built-dso:=.dyn)): New static pattern rule.
45742         (generated): Add those targets.
45743         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45744         * config.make.in (READELF): New substituted variable.
45745         * elf/check-textrel.c: File removed.
45747 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45749         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45750         allow.
45751         * conform/data/ctype.h-data [C99-based standards] (isblank):
45752         Expect function.
45753         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45754         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45755         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45756         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45757         Specify type.  Require positive value.
45758         (EILSEQ): Likewise.
45759         (ERANGE): Likewise.
45760         [ISO || POSIX] (EILSEQ): Do not expect.
45761         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45762         Specify type.  Require positive value.
45763         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45764         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45765         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45766         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45767         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45768         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45769         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45770         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45771         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45772         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45773         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45774         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45775         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45776         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45777         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45778         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45779         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45780         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45781         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45782         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45783         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45784         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45785         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45786         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45787         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45788         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45789         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45790         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45791         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45792         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45793         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45794         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45795         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45796         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45797         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45798         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45799         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45800         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45801         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45802         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45803         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45804         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45805         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45806         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45807         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45808         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45809         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45810         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45811         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45812         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45813         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45814         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45815         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45816         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45817         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45818         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45819         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45820         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45821         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45822         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45823         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45824         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45825         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45826         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45827         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45828         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45829         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45830         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45831         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45832         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45833         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45834         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45835         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45836         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45837         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45838         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45839         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45840         Require >= 2.
45841         (FLT_ROUNDS): Expect as macro, not constant.
45842         (FLT_MANT_DIG): Use macro-int-constant.
45843         (DBL_MANT_DIG): Likewise.
45844         (LDBL_MANT_DIG): Likewise.
45845         (FLT_DIG): Likewise.
45846         (DBL_DIG): Likewise.
45847         (LDBL_DIG): Likewise.
45848         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45849         (DBL_MIN_EXP): Likewise.
45850         (LDBL_MIN_EXP): Likewise.
45851         (FLT_MAX_EXP): Use macro-int-constant.
45852         (DBL_MAX_EXP): Likewise.
45853         (LDBL_MAX_EXP): Likewise.
45854         (FLT_MAX_10_EXP): Likewise.
45855         (DBL_MAX_10_EXP): Likewise.
45856         (LDBL_MAX_10_EXP): Likewise.
45857         (FLT_MAX): Use macro-constant.
45858         (DBL_MAX): Likewise.
45859         (LDBL_MAX): Likewise.
45860         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45861         (DBL_EPSILON): Likewise.
45862         (LDBL_EPSILON): Likewise.
45863         (FLT_MIN): Likewise.
45864         (DBL_MIN): Likewise.
45865         (LDBL_MIN): Likewise.
45866         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45867         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45868         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45869         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45870         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45871         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45872         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45873         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45874         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45875         [ISO11] (FLT_TRUE_MIN): Likewise.
45876         [ISO11] (LDBL_TRUE_MIN): Likewise.
45877         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45878         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45879         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45880         (SCHAR_MAX): Likewise.
45881         (UCHAR_MAX): Likewise.
45882         (CHAR_MIN): Likewise.
45883         (CHAR_MAX): Likewise.
45884         (MB_LEN_MAX): Use macro-int-constant.
45885         (SHRT_MIN): Use macro-int-constant.  Specify type.
45886         (SHRT_MAX): Likewise.
45887         (USHRT_MAX): Likewise.
45888         (INT_MAX): Likewise.
45889         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45890         bound negative.
45891         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45892         bound with "U".
45893         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45894         bound with "L".
45895         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45896         bound negative.  Suffix upper bound with "L".
45897         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45898         bound with "UL".
45899         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45900         Specify type.
45901         [C99-based standards] (LLONG_MAX): Likewise.
45902         [C99-based standards] (ULLONG_MAX): Likewise.
45903         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45904         == 0.
45905         [ISO11] (max_align_t): Require type.
45906         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45908         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45909         from $CFLAGS, without defining away __attribute__ calls.
45910         (checknamespace): Use $CFLAGS_namespace.
45912         * conform/conformtest.pl (@keywords): Only include C99 keywords
45913         for standards based on C99 or C11.
45915         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45916         Disable tests.
45917         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45918         UNIX98]: Likewise.
45920         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45921         usability of symbols in #if.
45923         * conform/conformtest.pl: If macro or constant types start
45924         "promoted:", expect the symbol to be of the following type
45925         promoted by the integer promotions.
45927         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45928         in one place.  Also handle "macro-constant".
45930         * conform/conformtest.pl: Only accept expected macro values with
45931         "==".  Parse all "macro" lines in one place.
45932         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45934         * conform/conformtest.pl: Handle braced types on "constant" lines
45935         instead of handling "typed-constant".
45936         * conform/data/signal.h-data: Use "constant" instead of
45937         "typed-constant".
45939         * conform/conformtest.pl: Handle "optional-" at start of lines in
45940         one place rather than duplicating several cases.  Handle each
45941         format of "macro" line with initial "optional-".
45943         * conform/conformtest.pl: Only accept expected constant or
45944         optional-constant values with "==".  Parse all "constant" lines in
45945         one place.  Parse all "optional-constant" lines in one place.
45946         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45947         * conform/data/fmtmsg.h-data: Likewise.
45948         * conform/data/netinet/in.h-data: Likewise.
45949         * conform/data/tar.h-data: Likewise.
45950         * conform/data/limits.h-data: Use "==" form on "constant" and
45951         "optional-constant" lines.
45953         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45954         Use -std=c99 for XOPEN2K.
45955         (@knownproblems): Remove.
45956         (newtoken): Don't check %isknown.
45958         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45959         Do not expect macro.
45960         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45961         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45962         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45963         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45964         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45965         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45966         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45967         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45968         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45969         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45970         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45971         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45972         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45973         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45974         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45975         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45976         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45977         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45978         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45979         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45980         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45981         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45982         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45983         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45984         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45985         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45986         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45987         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45988         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45989         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45990         [XPG3] (acosh): Likewise.
45991         [XPG3] (asinh): Likewise.
45992         [XPG3] (atanh): Likewise.
45993         [XPG3] (cbrt): Likewise.
45994         [XPG3] (expm1): Likewise.
45995         [XPG3] (ilogb): Likewise.
45996         [XPG3] (log1p): Likewise.
45997         [XPG3] (logb): Likewise.
45998         [XPG3] (nextafter): Likewise.
45999         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
46000         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
46001         [XPG3] (remainder): Likewise.
46002         [XPG3] (rint): Likewise.
46003         [XPG3 || XPG4 || UNIX98] (round): Likewise.
46004         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
46005         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
46006         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
46007         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
46008         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
46009         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
46010         [UNIX98 || XOPEN2K] (scalb): Expect.
46011         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
46012         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
46013         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
46014         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
46015         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
46016         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
46017         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
46018         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
46019         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
46020         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
46021         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
46022         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
46023         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
46024         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
46025         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
46026         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
46027         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
46028         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
46029         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
46030         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
46031         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
46032         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
46033         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
46034         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
46035         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
46036         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
46037         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
46038         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
46039         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
46040         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
46041         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
46042         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
46043         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
46044         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
46045         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
46046         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
46047         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
46048         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
46049         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
46050         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
46051         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
46052         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
46053         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
46054         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
46055         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
46056         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
46057         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
46058         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
46059         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
46060         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
46061         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
46062         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
46063         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
46064         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
46065         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
46066         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
46067         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
46068         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
46069         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
46070         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
46071         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
46072         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
46073         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
46074         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
46075         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
46076         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
46077         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
46078         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
46079         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
46080         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
46081         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
46082         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
46083         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
46084         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
46085         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
46086         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
46087         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
46088         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
46089         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
46090         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
46091         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
46092         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
46093         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
46094         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
46095         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
46096         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
46097         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
46098         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
46099         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
46100         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
46101         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
46102         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
46103         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
46104         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
46105         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
46106         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
46107         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
46108         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
46109         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
46110         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
46111         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
46112         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
46113         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
46114         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
46115         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
46116         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
46117         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
46118         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
46119         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
46120         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
46121         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
46122         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46123         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46124         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46125         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46126         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46127         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46128         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46129         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46130         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46131         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46132         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46133         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46134         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46135         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46136         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46137         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46138         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46139         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46140         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46141         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46142         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46143         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46144         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46145         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46146         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46147         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46149         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46150         _XOPEN_SOURCE_EXTENDED for XPG4.
46152         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46154         * Makeconfig (localtime): Remove variable.
46155         (inst_localtime-file): Likewise.
46157 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46160         Update.
46161         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46162         Update.
46163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46164         Update.
46165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46166         Update.
46167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46168         Update.
46169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46170         Update.
46171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46172         Update.
46173         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46174         Update.
46175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46176         Update.
46178 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46180         [BZ #2550]
46181         [BZ #2570]
46182         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46183         comparisons to determine direction to adjust input.
46184         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46185         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46186         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46187         Likewise.
46188         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46189         Likewise.
46190         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46191         Likewise.
46192         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46193         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46194         Likewise.
46195         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46196         Likewise.
46197         * math/libm-test.inc (nexttoward_test): Add more tests.
46199 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46201         [BZ #14040]
46202         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46203         in version GLIBC_2.1, not GLIBC_2.0.
46204         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46205         Likewise.
46207 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46209         [BZ #13942]
46210         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46211         (1 - x) * (1 + x).
46212         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46213         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46214         * math/libm-test.inc (acos_test): Add more tests.
46215         (asin_test): Likewise.
46216         * sysdeps/i386/fpu/libm-test-ulps: Update.
46217         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46219         [BZ #14034]
46220         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46221         of square root.
46222         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46223         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46224         * math/libm-test.inc (acos_test_tonearest): New function.
46225         (acos_test_towardzero): Likewise.
46226         (acos_test_downward): Likewise.
46227         (acos_test_upward): Likewise.
46228         (asin_test_tonearest): Likewise.
46229         (asin_test_towardzero): Likewise.
46230         (asin_test_downward): Likewise.
46231         (asin_test_upward): Likewise.
46232         (main): Call the new functions.
46233         * sysdeps/i386/fpu/libm-test-ulps: Update.
46234         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46236         [BZ #13884]
46237         [BZ #13924]
46238         * math/e_exp10.c: Include <float.h>.
46239         (__ieee754_exp10): Handle underflow here rather than multiplying
46240         large negative argument by M_LN10.
46241         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46242         of __ieee754_expf.
46243         * math/e_exp10l.c: Include <float.h>.
46244         (__ieee754_exp10l): Handle underflow here rather than multiplying
46245         large negative argument by M_LN10l.
46246         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46247         spurious overflow exception on underflow.
46249 2012-04-29  Marek Polacek  <polacek@redhat.com>
46251         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46252         (__fortify_function): New macro.
46253         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46254         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46255         __extern_always_inline.
46256         * libio/bits/stdio2.h: Likewise.
46257         * libio/bits/stdio.h: Likewise.
46258         * string/string.h: Likewise.
46259         * string/bits/string3.h: Likewise.
46260         * include/stdio.h: Likewise.
46261         * stdlib/bits/stdlib.h: Likewise.
46262         * stdlib/stdlib.h: Likewise.
46263         * rt/bits/mqueue2.h: Likewise.
46264         * rt/mqueue.h: Likewise.
46265         * posix/bits/unistd.h: Likewise.
46266         * posix/unistd.h: Likewise.
46267         * io/bits/poll2.h: Likewise.
46268         * io/bits/fcntl2.h: Likewise.
46269         * io/fcntl.h: Likewise.
46270         * io/sys/poll.h: Likewise.
46271         * misc/bits/syslog.h: Likewise.
46272         * misc/bits/syslog-ldbl.h: Likewise.
46273         * misc/sys/syslog.h: Likewise.
46274         * socket/bits/socket2.h: Likewise.
46275         * socket/sys/socket.h: Likewise.
46276         * debug/tst-chk1.c: Likewise.
46277         * wcsmbs/bits/wchar2.h: Likewise.
46278         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46279         * wcsmbs/wchar.h: Likewise.
46281 2012-04-29  Andreas Jaeger  <aj@suse.de>
46283         * Makerules (tests): Remove enable-check-abi protection.
46284         (check-abi-warn): Remove.
46285         (check-abi-%): Remove check-abi-warn usage.
46287         * configure.in: Remove check-abi configure option.
46288         * configure: Regenerated.
46289         * config.make.in (enable-check-abi): Remove.
46291 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46293         [BZ #14033]
46294         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46295         double functions to double *_finite functions.
46297         [BZ #13941]
46298         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46299         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46300         LDBL_MIN_EXP.
46301         * stdio-common/Makefile (tests): Add tst-sprintf3.
46302         * stdio-common/tst-sprintf3.c: New file.
46304         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46305         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46307 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46309         * conform/conformtest.pl: Remove duplicate typed-constant
46310         handling.
46312 2012-04-28  David S. Miller  <davem@davemloft.net>
46314         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46315         (check-abi-%): Remove AWK script prerequisite and explicit
46316         abilist directory.
46317         (check-abi): Rewrite to just diff the symlist with the abilist.
46318         (config-tls, config-abi-config): Delete, no longer used.
46319         (update-abi-%): Remove AWK script and explicit abilist directory.
46320         (update-abi): Rewrite to simply compare and conditionally copy the
46321         symlist and the sysdep abilist file.  Remove update-abi-config
46322         checks.
46323         * abilist/ld.abilist: Remove.
46324         * abilist/libBrokenLocale.abilist: Remove.
46325         * abilist/libanl.abilist: Remove.
46326         * abilist/libcrypt.abilist: Remove.
46327         * abilist/libdl.abilist: Remove.
46328         * abilist/librt.abilist: Remove.
46329         * abilist/libthread_db.abilist: Remove.
46330         * abilist/libutil.abilist: Remove.
46331         * scripts/extract-abilist.awk: Remove.
46332         * scripts/merge-abilist.awk: Remove.
46333         * sysdeps/generic/libcidn.abilist: New file.
46334         * sysdeps/generic/libnss_compat.abilist: New file.
46335         * sysdeps/generic/libnss_db.abilist: New file.
46336         * sysdeps/generic/libnss_dns.abilist: New file.
46337         * sysdeps/generic/libnss_files.abilist: New file.
46338         * sysdeps/generic/libnss_hesiod.abilist: New file.
46339         * sysdeps/generic/libnss_nis.abilist: New file.
46340         * sysdeps/generic/libnss_nisplus.abilist: New file.
46341         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46342         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46343         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46344         file.
46345         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46346         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46347         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46348         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46349         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46350         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46351         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46352         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46353         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46354         file.
46355         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46356         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46357         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46358         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46359         file.
46360         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46361         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46362         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46363         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46364         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46365         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46366         file.
46367         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46368         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46369         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46370         file.
46371         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46372         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46373         New file.
46374         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46375         New file.
46376         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46377         New file.
46378         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46379         New file.
46380         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46381         New file.
46382         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46383         New file.
46384         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46385         New file.
46386         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46387         New file.
46388         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46389         New file.
46390         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46391         New file.
46392         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46393         New file.
46394         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46395         New file.
46396         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46397         New file.
46398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46399         file.
46400         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46401         New file.
46402         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46403         New file.
46404         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46405         file.
46406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46407         New file.
46408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46409         New file.
46410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46411         file.
46412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46413         New file.
46414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46415         New file.
46416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46417         New file.
46418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46419         New file.
46420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46421         New file.
46422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46423         New file.
46424         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46425         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46426         file.
46427         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46428         New file.
46429         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46430         file.
46431         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46432         file.
46433         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46434         file.
46435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46436         file.
46437         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46438         file.
46439         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46440         New file.
46441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46442         file.
46443         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46444         file.
46445         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46446         New file.
46447         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46448         file.
46449         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46450         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46451         file.
46452         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46453         New file.
46454         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46455         file.
46456         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46457         file.
46458         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46459         file.
46460         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46461         file.
46462         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46463         file.
46464         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46465         New file.
46466         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46467         file.
46468         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46469         file.
46470         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46471         New file.
46472         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46473         file.
46474         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46475         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46476         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46477         file.
46478         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46479         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46480         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46481         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46482         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46483         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46484         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46485         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46486         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46487         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46488         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46489         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46490         file.
46491         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46492         New file.
46493         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46494         file.
46495         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46496         file.
46497         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46498         file.
46499         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46500         file.
46501         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46502         file.
46503         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46504         New file.
46505         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46506         New file.
46507         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46508         file.
46509         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46510         New file.
46511         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46512         file.
46513         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46514         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46515         file.
46516         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46517         New file.
46518         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46519         file.
46520         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46521         file.
46522         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46523         file.
46524         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46525         file.
46526         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46527         file.
46528         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46529         New file.
46530         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46531         New file.
46532         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46533         file.
46534         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46535         New file.
46536         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46537         file.
46539 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46541         * conform/conformtest.pl: Fix typo in handling typed-constant from
46542         allow-header.
46544 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46546         * README: Cut down references to pre-2.6 Linux kernels and
46547         Linuxthreads.  Update lists of configurations in libc and ports
46548         and sort alphabetically.  Say "or newer" with Linux kernel version
46549         requirements.
46551         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46553 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46555         [BZ #887]
46556         * math/libm-test.inc (logb_test_downward): New test to expose
46557         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46558         rounding mode.
46560 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46562         [BZ #14027]
46563         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46564         to be done.
46565         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46566         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46568 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46570         * sysdeps/unix/i386/brk.S: Remove file.
46571         * sysdeps/unix/i386/dl-brk.S: Likewise.
46572         * sysdeps/unix/i386/pipe.S: Likewise.
46573         * sysdeps/unix/i386/sigreturn.S: Likewise.
46574         * sysdeps/unix/i386/syscall.S: Likewise.
46575         * sysdeps/unix/i386/vfork.S: Likewise.
46576         * sysdeps/unix/i386/wait.S: Likewise.
46578         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46579         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46581         * configure.in (arm*-none*): Do not allow without
46582         --enable-hacker-mode.
46583         (netbsd*): Remove case setting base_os.
46584         (386bsd*): Likewise.
46585         (freebsd*): Likewise.
46586         (bsdi*): Likewise.
46587         (osf*): Likewise.
46588         (sunos*): Likewise.
46589         (ultrix*): Likewise.
46590         (newsos*): Likewise.
46591         (dynix*): Likewise.
46592         (*bsd*): Likewise.
46593         (sysv*): Likewise.
46594         (isc*): Likewise.
46595         (esix*): Likewise.
46596         (sco*): Likewise.
46597         (minix*): Likewise.
46598         (irix4*): Likewise.
46599         (irix6*): Likewise.
46600         (solaris[2-9]*): Likewise.
46601         (none): Likewise.
46602         * configure: Regenerated.
46604 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46606         [BZ #11521]
46607         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46608         overflow or cancellation in calculating denominator.
46609         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46610         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46611         down expression to avoid unexpected rounding in newer GCCs.
46612         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46614 2012-04-26  David S. Miller  <davem@davemloft.net>
46616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46617         long-double compat symbols.
46618         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46621         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46623         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46624         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46625         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46626         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46627         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46628         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46629         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46630         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46632 2012-04-25  David S. Miller  <davem@davemloft.net>
46634         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46635         HWCAP_* values only after the memory barriers have been defined.
46636         (atomic_full_barrier): Define.
46637         (atomic_read_barrier): Define.
46638         (atomic_write_barrier): Define.
46640 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46642         * shlib-versions: Add libgcc_s version information.
46643         * sysdeps/generic/libgcc_s.h: Remove.
46644         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46645         libgcc_s.h.
46646         * sysdeps/gnu/unwind-resume.c: Likewise.
46647         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46649 2012-04-25  David S. Miller  <davem@davemloft.net>
46651         * sysdeps/unix/sparc/brk.S: Delete.
46652         * sysdeps/unix/sparc/dl-brk.S: Delete.
46653         * sysdeps/unix/sparc/pipe.S: Delete.
46654         * sysdeps/unix/sparc/sysdep.S: Delete.
46655         * sysdeps/unix/sparc/sysdep.h: Delete.
46656         * sysdeps/unix/sparc/vfork.S: Delete.
46657         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46658         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46659         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46660         (ret_ERRVAL, r0, r1, MOVE): Define.
46661         (JUMPTARGET): Remove.
46662         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46663         sysdeps/unix/sparc/sysdep.h
46664         (ENTRY, END): Remove.
46665         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46667 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46669         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46670         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46671         -DIS_IN_build.
46673         * timezone/README: Update upstream location and email address for
46674         tzcode and tzdata.
46675         * timezone/zdump.c: Update from tzcode 2012b.
46676         * timezone/zic.c: Likewise.
46678         * configure.in (libc_cv_as_needed): Remove test.
46679         * configure: Regenerated.
46680         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46681         conditional definition.
46682         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46683         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46684         * config.make.in (have-as-needed): Remove variable.
46686 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46687             Paul Pluzhnikov  <ppluzhnikov@google.com>
46689         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46690         strings correctly.
46692 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46694         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46695         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46696         * sysdeps/sh/strlen.S: Likewise.
46698 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46700         * sysdeps/unix/fork.S: Remove file.
46701         * sysdeps/unix/i386/fork.S: Likewise.
46702         * sysdeps/unix/sparc/fork.S: Likewise.
46704         * sysdeps/unix/system.c: Remove file.
46705         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46707         * sysdeps/unix/getegid.S: Remove file.
46708         * sysdeps/unix/geteuid.S: Likewise.
46710 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46712         * scripts/check-localplt.awk: New file.
46713         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46714         of diff.
46715         * scripts/data/localplt-generic.data: Add a comment.
46717         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46718         NODE when __dir_mkfile failed.
46719         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46720         Reported by Ludovic Courtès <ludo@gnu.org>.
46722 2012-04-24  Andreas Jaeger  <aj@suse.de>
46724         * Makerules (common-clean): Also remove gen-as-const-headers
46725         files.
46727 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46729         * Makerules (native-compile): Do not change working directory for
46730         build.  Use $(OUTPUT_OPTION) in command.
46731         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46733 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46735         [BZ #13886]
46736         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46737         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46738         * math/libm-test.inc (floor_test): Add more tests.
46739         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46741 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46743         * sysdeps/unix/getdents.c: Remove file.
46744         * sysdeps/unix/sysv/getdents.c: Likewise.
46745         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46747         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46748         sysdeps/unix/mman/syscalls.list.
46749         (mmap): Likewise.
46750         (mprotect): Likewise.
46751         (msync): Likewise.
46752         (munmap): Likewise.
46753         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46754         * sysdeps/unix/mman/syscalls.list: Remove.
46755         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46757         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46758         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46759         * configure: Regenerated.
46760         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46761         $(libgcc_s_suffix).
46762         * config.make.in (libgcc_s_suffix): Remove variable.
46764 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46766         * sysdeps/unix/sysv/gethostname.c: Move to ...
46767         * sysdeps/posix/gethostname.c: ... here.
46769         * sysdeps/unix/execve.S: Remove file.
46771         * sysdeps/unix/_exit.S: Remove file.
46773 2012-04-23  Andreas Jaeger  <aj@suse.de>
46775         [BZ #13739]
46776         * manual/Makefile: Remove make dist support, there's no
46777         need for a stand-alone documentation tar ball.
46778         (TEXI2DVI): Define always, it's not in Makeconfig.
46779         (dist): Removed.
46780         (tar-it): Removed.
46781         (edition): Removed.
46782         (glibc-doc-$(edition).tar): Removed
46783         (%.Z): Removed.
46784         (%.gz): Removed.
46785         (%.uu): Removed.
46786         (ETAGS): Remove, it's in Makeconfig.
46787         (move-if-change): Remove, it's in Makeconfig.
46789 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46791         [BZ #13970]
46792         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46793         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46794         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46795         (strtod_l, strtof_l, strtold_l): Remove __wur.
46796         It is not necessarily an error to ignore strtol's return value.
46797         One can reliably look at the stored endptr to decide whether
46798         the number had valid syntax.
46800 2012-04-21  Andreas Jaeger  <aj@suse.de>
46802         [BZ #13739]
46803         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46805 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46807         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46808         * sysdeps/unix/sysv/Versions: Remove file.
46810 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46812         [BZ #13927]
46813         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46815 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46817         [BZ #7064]
46818         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46819         version from __vm86.
46821 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46823         * sysdeps/unix/common/lxstat.c: Remove file.
46824         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46826         * sysdeps/unix/sysv/Makefile: Remove file.
46828         * sysdeps/unix/sysv/direct.h: Remove file.
46830         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46831         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46832         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46833         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46834         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46835         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46836         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46838         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46840         * sysdeps/unix/xmknod.c: Remove file.
46841         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46843         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46845         * sysdeps/unix/sysv/i386/time.S: Remove file.
46847         * sysdeps/unix/fxstat.c: Remove file.
46848         * sysdeps/unix/xstat.c: Likewise.
46849         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46851         * sysdeps/unix/sysv/sigaction.c: Remove file.
46853         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46854         (sysdep_headers): Remove variable.
46855         [termio.h not in sysdep_headers] (generated): Likewise.
46856         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46857         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46858         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46859         * sysdeps/unix/sysv/tcflow.c: Likewise.
46860         * sysdeps/unix/sysv/tcflush.c: Likewise.
46861         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46862         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46863         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46864         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46865         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46867         * sysdeps/unix/siglist.c: Remove file.
46869         * sysdeps/unix/getppid.S: Remove file.
46871         * sysdeps/unix/mkdir.c: Remove file.
46872         * sysdeps/unix/rmdir.c: Likewise.
46874 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46876         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46877         ERR_MAX value.
46878         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46879         errlist-compat value.
46881 2012-04-18  David S. Miller  <davem@davemloft.net>
46883         * sysdeps/generic/memcopy.h (reg_char): Delete.
46884         * debug/strcat_chk.c: Use char, not reg_char.
46885         * debug/strcpy_chk.c: Likewise.
46886         * debug/strncat_chk.c: Likewise.
46887         * debug/strncpy_chk.c: Likewise.
46888         * string/memchr.c: Likewise.
46889         * string/memrchr.c: Likewise.
46890         * string/rawmemchr.c: Likewise.
46891         * string/strcat.c: Likewise.
46892         * string/strchr.c: Likewise.
46893         * string/strchrnul.c: Likewise.
46894         * string/strcmp.c: Likewise.
46895         * string/strcpy.c: Likewise.
46896         * string/strncat.c: Likewise.
46897         * string/strncmp.c: Likewise.
46898         * string/strncpy.c: Likewise.
46900 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46902         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46903         __builtin_memcopy is called when src and dest ranges are known to not
46904         overlap.
46906 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46908         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46909         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46910         fwd_align_merge macro call.
46911         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46912         bwd_align_merge macro call.
46913         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46915 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46917         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46918         bwd_align_merge macros.
46919         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46920         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46921         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46923 2012-04-18  David S. Miller  <davem@davemloft.net>
46925         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46927 2012-04-18  Andreas Jaeger  <aj@suse.de>
46929         [BZ# 6794]
46930         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46931         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46932         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46934         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46935         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46936         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46938         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46939         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46940         Adjust for changed ldbl-128 files.
46942         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46943         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46944         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46946 2012-04-17  David S. Miller  <davem@davemloft.net>
46948         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46950 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46952         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46953         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46954         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46955         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46956         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46957         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46959 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46961         [BZ #6794]
46962         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46963         * math/libm-test.inc: Add ilogb errno and exception tests.
46964         * math/w_ilogb.c: New file: ilogb wrapper.
46965         * math/w_ilogbf.c: New file: ilogbf wrapper.
46966         * math/w_ilogbl.c: New file: ilogbl wrapper.
46967         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46968         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46969         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46970         exception being thrown with 0.0 as argument.
46971         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46972         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46973         exception being thrown with 0.0 as argument.
46974         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46975         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46976         exception being thrown with 0.0 as argument.
46977         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46978         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46979         exception being thrown with 0.0 as argument.
46980         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46981         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46982         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46983         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46984         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46985         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46986         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46987         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46988         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46990 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46992         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46993         with altivec.
46995 2012-04-16  Marek Polacek  <polacek@redhat.com>
46997         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46999 2012-04-16  Marek Polacek  <polacek@redhat.com>
47001         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
47002         operands of fdivp instruction.
47004 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47006         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
47007         * elf/tst-auditmod3b.c: Likewise.
47008         * elf/tst-auditmod4b.c: Likewise.
47009         * elf/tst-auditmod5b.c: Likewise.
47010         * elf/tst-auditmod6b.c: Likewise.
47011         * elf/tst-auditmod6c.c: Likewise.
47012         * elf/tst-auditmod7b.c: Likewise.
47013         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
47014         * sysdeps/x86_64/preconfigure.in: Likewise.
47015         * sysdeps/x86_64/preconfigure: Regenerated.
47017 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
47019         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
47020         __ILP32__.
47022 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
47024         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
47025         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
47027 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
47029         [BZ #13973]
47030         * locale/iso-639.def: Fix gl language name. Spotted by
47031         Yaron Shahrabani.
47033 2012-04-12  Roland McGrath  <roland@hack.frob.com>
47035         [BZ #2074]
47036         * libio/libio.h (__io_write_fn): Update comment.
47038 2012-04-12  Petr Baudis  <pasky@ucw.cz>
47040         [BZ #2074]
47041         * stdio.texi (Hook Functions): The user provided writer function
47042         is not allowed to return -1.
47044 2012-04-11  David S. Miller  <davem@davemloft.net>
47046         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47048 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
47050         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
47051         Add a leading slash to rtkaio.
47053 2012-04-11  Jim Meyering  <meyering@redhat.com>
47055         [BZ #11959]
47056         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
47057         It is not necessarily an error to ignore fwrite's return
47058         value.  One can reliably use ferror to test for errors after
47059         the fact.
47061 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47063         * bits/types.h (__snseconds_t): New type.
47064         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
47066         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
47067         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47068         (__SNSECONDS_T_TYPE): Likewise.
47069         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47070         (__SNSECONDS_T_TYPE): Likewise.
47071         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47072         (__SNSECONDS_T_TYPE): Likewise.
47074 2012-04-10  Andreas Jaeger  <aj@suse.de>
47076         [BZ #2636]
47077         * manual/time.texi (Processor Time): Return type of times is
47078         elapsed real time since an arbitrary point in the past.
47079         (CPU Time): Move CLK_TCK from here...
47080         (Processor Time): ...to here.  Correct description.
47081         * manual/conf.texi (Constants for Sysconf): Correct description of
47082         _SC_CLK_TCK.
47084 2012-04-10  David S. Miller  <davem@davemloft.net>
47086         [BZ #13967]
47087         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
47088         where the is a gap between DT_REL(A) and DT_JMPREL.
47090 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47092         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
47093         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47094         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47096 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
47098         * elf/dl-support.c (_dl_inhibit_cache): New variable.
47099         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
47100         (dl_main): Handle --inhibit-cache.
47101         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
47102         _dl_inhibit_cache.
47103         * elf/dl-load.c (_dl_map_object): Use it.
47104         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
47106 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47108         [BZ #13872]
47109         * sysdeps/i386/fpu/e_powl.S (p78): New object.
47110         (__ieee754_powl): Saturate large exponents rather than testing for
47111         overflow of y*log2(x).
47112         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47113         * math/libm-test.inc (pow_test): Do not permit spurious overflow
47114         exceptions.
47116         [BZ #11521]
47117         * math/s_ctan.c: Include <float.h>.
47118         (__ctan): Avoid internal overflow or cancellation in calculating
47119         denominator.
47120         * math/s_ctanf.c: Likewise.
47121         * math/s_ctanl.c: Likewise.
47122         * math/s_ctanh.c: Likewise.
47123         * math/s_ctanhf.c: Likewise.
47124         * math/s_ctanhl.c: Likewise.
47125         * math/libm-test.inc (ctan_test): Add more tests.
47126         (ctanh_test): Likewise.
47127         * sysdeps/i386/fpu/libm-test-ulps: Update.
47128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47130 2012-04-09  Andreas Jaeger  <aj@suse.de>
47132         [BZ #6894]
47133         * manual/filesys.texi (Directory Entries): Mention that d_namlen
47134         is an optional BSD extension.
47136         [BZ #10254]
47137         * manual/stdio.texi (Opening Streams): Document additional fopen
47138         parameters.
47140 2012-04-09  Roland McGrath  <roland@hack.frob.com>
47142         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47143         %eax without telling the compiler.
47145 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
47147         [BZ # 13963]
47148         * manual/install.texi: Use sourceware.org.
47150 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47152         [BZ #13873]
47153         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47154         (__ieee754_pow): Generate overflow and underflow using huge*huge
47155         and tiny*tiny rather than just returning constant infinity or zero
47156         for large exponents.
47157         * math/libm-test.inc (pow_test): Require overflow exceptions for
47158         applicable cases of large exponents.
47160         [BZ #706]
47161         * sysdeps/i386/fpu/e_pow.S (p10): New object.
47162         (__ieee754_pow): Use iterative multiplication algorithm only for
47163         integer exponents with absolute value below 1024.  Check for odd
47164         integer exponents when using algorithm for real exponents.
47165         * math/libm-test.inc (pow_test): Add more tests.
47166         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47168 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
47170         [BZ #13705]
47171         * math/libm-test.inc (exp_test): Do not allow overflow exception
47172         on underflow test.
47174 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
47176         [BZ #13705]
47177         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47178         instead of __kernel_standard_f.
47180 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
47182         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47183         * sysdeps/x86_64/memset_chk.S: Likewise.
47185 2012-04-08  Andreas Jaeger  <aj@suse.de>
47187         [BZ #10153]
47188         * manual/startup.texi (Environment Access): Describe return value
47189         for putenv and setenv.
47191         [BZ #6895]
47192         * manual/filesys.texi (Directory Entries): Add description for
47193         DT_LNK.
47195         [BZ #6890]
47196         * manual/filesys.texi (Directory Entries): Clarify that it's file
47197         system not operating system in the description of DT_UNKNOWN.
47199         [BZ #6578]
47200         * manual/syslog.texi (closelog): Fix reference, it's openlog.
47202 2012-04-08  Stephen Compall  <s11@member.fsf.org>
47204         [BZ #6649]
47205         * manual/llio.texi (Opening and Closing Files): Add cross
47206         reference to explain mode argument.
47208 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47210         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47211         * sysdeps/x86_64/memset_chk.S: Likewise.
47213 2012-04-07  David S. Miller  <davem@davemloft.net>
47215         * elf/elf.h (R_SPARC_WDISP10): Define.
47216         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47217         R_SPARC_SIZE32.
47218         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47219         R_SPARC_SIZE64 and R_SPARC_H34.
47221 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47223         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47224         conditions and remove no longer applicable assertion.
47226 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47228         * bits/byteswap.h: Include <features.h>.
47229         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47230         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47232 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47234         * bits/byteswap.h (__bswap_16): Removed.
47235         Include <bits/byteswap-16.h> to get __bswap_16.
47236         * sysdeps/i386/bits/byteswap.h: Likewise.
47237         * sysdeps/s390/bits/byteswap.h: Likewise.
47238         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47239         * bits/byteswap-16.h: New file.
47240         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47241         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47242         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47243         * string/Makefile (headers): Add bits/byteswap-16.h.
47245 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47247         [BZ #13895]
47248         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47249         extra indirection.
47250         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47251         * nss/tst-nss-static.c: New.
47253 2012-04-06  Robert Millan  <rmh@gnu.org>
47255         [BZ #6486]
47256         * manual/llio.texi (File Position Primitive): lseek
47257         refers to WHENCE when it really means OFFSET.
47259 2012-04-06  Andreas Jaeger  <aj@suse.de>
47261         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47262         strncmp declarations.
47264         * abilist/libc.abilist: Add __poll and __ppoll.
47266 2012-04-05  David S. Miller  <davem@davemloft.net>
47268         * scripts/check-local-headers.sh: Accept a host triplet in the
47269         path matched by the exclude regexp.
47271         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47272         definition.
47273         * sysdeps/powerpc/powerpc32/dl-machine.h
47274         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47275         * sysdeps/s390/s390-32/dl-machine.h
47276         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47277         * sysdeps/sparc/sparc32/dl-machine.h
47278         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47279         * sysdeps/sparc/sparc64/dl-machine.h
47280         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47282         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47283         lazy binding.
47284         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47285         undefined symbol errors.
47287         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47288         DT_NEEDED entries.
47290 2012-04-05  Michael Matz  <matz@suse.de>
47292         [BZ #13592]
47293         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47295 2012-04-05  Andreas Jaeger  <aj@suse.de>
47297         [BZ #13908]
47298         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47299         comment.
47301 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47303         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47304         which ROUND is no valid rounding mode.
47306 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47308         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47309         read again.
47310         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47312 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47314         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47315         an exception using FPU order intentionally.
47317 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47319         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47320         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47321         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47322         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47324 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47326         [BZ #12340]
47327         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47328         EINVAL when BUFLEN is too smal.
47330 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47332         [BZ #13553]
47333         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47334         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47336 2012-04-03  Andreas Jaeger  <aj@suse.de>
47338         [BZ #13938]
47339         * manual/setjmp.texi (System V contexts): Fix sentence.
47341         [BZ #13926]
47342         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47343         New macro for this case.
47344         [!__GNUC__] (__bswap_64): New inline function for this case.
47345         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47346         * bits/byteswap.h: Likewise.
47347         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47348         ull, guard with __GLIBC_HAVE_LONG_LONG.
47350         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47351         __GLIBC_HAVE_LONG_LONG.
47353         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47354         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47356 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47358         [BZ #13691]
47359         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47360         inptr and inend, rather than using last_ch.
47362 2012-04-02  David S. Miller  <davem@davemloft.net>
47364         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47365         * stdio-common/printf-parse.h (read_int): Change return type to
47366         'int', return -1 on INT_MAX overflow.
47367         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47368         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47369         overflows INT_MAX.  Check for overflow of in-format-string precision
47370         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47371         SIZE_MAX not INT_MAX for integer overflow test.
47372         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47373         skip the construct in the format string but do not record anything.
47374         * stdio-common/bug22.c: Adjust to test both width/prevision
47375         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47376         explicitly for proper errno values.
47378 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47380         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47381         CHAR_MAX.
47382         * string/test-strcmp.c [! WIDE]: Likewise.
47383         * time/tst-mktime2.c: Likewise for INT_MAX.
47384         * string/test-string.h: #include <sys/param.h> for MIN.
47386         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47387         * sysdeps/i386/init-first.c (init): Likewise.
47388         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47389         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47390         * sysdeps/sh/init-first.c (init): Likewise.
47392 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47394         * po/ru.po: Update from translation team.
47395         * po/vi.po: Likewise.
47397 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47399         * resolv/nss_dns/dns-host.c: Merge copyright years.
47401 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47403         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47404         Optimize memcpy with prefetch if
47405         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47406         src, dst pointers have unequal 16 byte alignments.
47408 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47410         [BZ #13928]
47411         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47412         from a CNAME entry and return the minimum ttl for the query.
47413         (gaih_getanswer_slice): Likewise.
47415 2012-03-30  Jeff Law  <law@redhat.com>
47417         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47418         due to long keys.
47419         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47420         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47422         * resolv/nss_dns/dns-host.c: Update copyright year.
47424 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47426         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47427         requests to save a system call.  Fix check that all bytes are sent.
47429         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47430         comments for sendmmsg.
47432 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47434         [BZ #13691]
47435         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47436         with only 1 character between 0x0041 and 0x01b0.
47437         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47438         * wcsmbs/tst-mbsnrtowcs.c: New file.
47440 2012-03-29  David S. Miller  <davem@davemloft.net>
47442         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47443         small copies by hand.
47445 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47447         [BZ #13761]
47448         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47449         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47450         group memberships.
47452 2012-03-28  David S. Miller  <davem@davemloft.net>
47454         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47455         that branches into memcpy.
47456         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47457         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47458         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47459         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47460         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47461         bits.
47462         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47463         implementation too.
47464         * sysdeps/sparc/mempcpy.S: New file.
47466         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47467         the IFUNC routine in the libc case.
47468         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47470         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47471         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47472         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47473         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47474         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47475         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47476         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47477         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47479         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47480         loop to 256 bytes instead of 64 bytes and fix test signedness.
47482         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47483         * sysdeps/sparc/sparc32/Makefile: rather than here...
47484         * sysdeps/sparc/sparc64/Makefile: and here.
47486 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47488         * malloc/mallocbug.c: Avoid warnings about unused variables.
47490 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47492         [BZ #13760]
47493         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47494         in the right place. Discard and retry query if response is
47495         larger than input buffer size.
47497 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47499         [BZ #369]
47500         [BZ #2678]
47501         [BZ #3866]
47502         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47503         x for large integer exponent.
47504         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47505         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47506         sign of result as needed afterwards.
47507         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47508         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47509         result for underflowing pow the same as for overflow.
47510         (__kernel_standard_l): Handle powl overflow and underflow here
47511         rather than calling __kernel_standard.
47512         * math/libm-test.inc (pow_test): Add more tests.
47514         [BZ #3868]
47515         [BZ #13879]
47516         [BZ #13910]
47517         [BZ #13911]
47518         [BZ #13912]
47519         [BZ #13913]
47520         [BZ #13915]
47521         [BZ #13916]
47522         [BZ #13917]
47523         [BZ #13918]
47524         [BZ #13919]
47525         [BZ #13920]
47526         [BZ #13921]
47527         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47528         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47529         (__kernel_standard_l): New function.
47530         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47531         __kernel_standard.
47532         * math/w_acosl.c (__acosl): Likewise.
47533         * math/w_asinl.c (__asinl): Likewise.
47534         * math/w_atan2l.c (__atan2l): Likewise.
47535         * math/w_atanhl.c (__atanhl): Likewise.
47536         * math/w_coshl.c (__coshl): Likewise.
47537         * math/w_exp10l.c (__exp10l): Likewise.
47538         * math/w_exp2l.c (__exp2l): Likewise.
47539         * math/w_fmodl.c (__fmodl): Likewise.
47540         * math/w_hypotl.c (__hypotl): Likewise.
47541         * math/w_j0l.c (__j0l, __y0l): Likewise.
47542         * math/w_j1l.c (__j1l, __y1l): Likewise.
47543         * math/w_jnl.c (__jnl, __ynl): Likewise.
47544         * math/w_lgammal.c (__lgammal): Likewise.
47545         * math/w_log10l.c (__log10l): Likewise.
47546         * math/w_log2l.c (__log2l): Likewise.
47547         * math/w_logl.c (__logl): Likewise.
47548         * math/w_powl.c (__powl): Likewise.
47549         * math/w_remainderl.c (__remainderl): Likewise.
47550         * math/w_scalbl.c (sysv_scalbl): Likewise.
47551         * math/w_sinhl.c (__sinhl): Likewise.
47552         * math/w_sqrtl.c (__sqrtl): Likewise.
47553         * math/w_tgammal.c (__tgammal): Likewise.
47554         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47555         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47556         * math/libm-test.inc (acos_test): Add more tests.
47557         (acosh_test): Likewise.
47558         (asin_test): Likewise.
47559         (atanh_test): Likewise.
47560         (exp_test): Likewise.
47561         (exp10_test): Likewise.
47562         (exp2_test): Likewise.
47563         (expm1_test): Likewise.
47564         (lgamma_test): Likewise.
47565         (log_test): Likewise.
47566         (log10_test): Likewise.
47567         (log1p_test): Likewise.
47568         (log2_test): Likewise.
47569         (pow_test): Do not allow some spurious overflow exceptions.
47570         (sqrt_test): Add more tests.
47571         (tgamma_test): Likewise.
47572         (y0_test): Likewise.
47573         (y1_test): Likewise.
47574         (yn_test): Likewise.
47576 2012-03-27  Anton Blanchard  <anton@samba.org>
47578         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47579         MAP_HUGETLB.
47580         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47581         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47582         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47584 2012-03-27  David S. Miller  <davem@davemloft.net>
47586         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47588         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47589         have-as-vis3 check.
47591 2012-03-27  Andreas Jaeger  <aj@suse.de>
47593         * sysdeps/x86_64/elf/configure.in: Moved to ...
47594         * sysdeps/x86_64/configure.in: ... here.
47595         * sysdeps/x86_64/elf/start.S: Moved to ...
47596         * sysdeps/x86_64/start.S: ... here.
47597         * sysdeps/x86_64/elf/configure: Delete.
47599         * sysdeps/x86_64/configure.in: Merge contents from
47600         sysdeps/i386/configure.in (without i686 check).
47602         * sysdeps/i386/elf/Versions: Merge into ...
47603         * sysdeps/i386/Versions: ... this.
47604         * sysdeps/i386/elf/Versions: Delete file.
47605         * sysdeps/i386/elf/start.S: Moved to ...
47606         * sysdeps/i386/start.S: ...here.
47607         * sysdeps/i386/elf/configure.in: Merge into...
47608         * sysdeps/i386/configure.in: ...here.
47609         * sysdeps/i386/elf/configure.in: Delete file.
47610         * sysdeps/i386/elf/configure: Delete file.
47612         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47613         * debug/backtracesyms.c: ... here.
47614         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47615         * debug/backtracesymsfd.c: ... here.
47616         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47617         * sysdeps/generic/ifunc-sel.h: ... here.
47619         * sysdeps/unix/i386/start.c: Delete file.
47620         * sysdeps/unix/sparc/start.c: Delete file.
47621         * sysdeps/unix/start.c: Delete file.
47623         * sysdeps/sh/elf/configure.in: Moved to ...
47624         * sysdeps/sh/configure.in: ... here.
47625         * sysdeps/sh/elf/start.S: Moved to ...
47626         * sysdeps/sh/start.S: ... here.
47627         * sysdeps/sh/elf/configure: Delete file.
47629         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47630         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47631         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47632         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47633         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47634         * sysdeps/powerpc/powerpc64/start.S: here.
47635         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47636         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47637         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47638         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47639         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47641         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47642         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47643         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47644         * sysdeps/powerpc/powerpc32/start.S: ... here.
47645         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47646         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47647         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47649         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47650         * sysdeps/powerpc/ifunc-sel.h: ... here.
47651         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47652         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47654         * sysdeps/sparc/elf/configure.in: Moved to ...
47655         * sysdeps/sparc/configure.in: ... here.
47656         * sysdeps/sparc/elf/configure: Delete file.
47657         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47658         * sysdeps/sparc/sparc32/start.S: ... here.
47659         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47660         * sysdeps/sparc/sparc64/start.S: ... here.
47661         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47662         * sysdeps/sparc/sparc32/Makefile: ... this.
47663         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47664         * sysdeps/sparc/sparc64/Makefile: ... this.
47666         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47667         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47668         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47669         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47670         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47671         * sysdeps/s390/s390-32/setjmp.S: ... here.
47672         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47673         * sysdeps/s390/s390-32/configure.in: ... here.
47674         * sysdeps/s390/s390-32/elf/configure: Delete file.
47675         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47676         * sysdeps/s390/s390-32/start.S: ... here.
47678         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47679         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47680         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47681         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47682         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47683         * sysdeps/s390/s390-64/setjmp.S: ... here.
47684         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47685         * sysdeps/s390/s390-64/configure.in: ... here
47686         * sysdeps/s390/s390-64/elf/configure: Delete file.
47687         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47688         * sysdeps/s390/s390-64/start.S: ... here.
47689         * sysdeps/s390/s390-64/elf/configure: Delete.
47691         * configure.in: Remove support for elf directories in sysdeps.
47693         * configure: Regenerated.
47694         * sysdeps/i386/configure: Regenerated.
47695         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47696         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47697         * sysdeps/s390/s390-32/configure: Regenerated.
47698         * sysdeps/s390/s390-64/configure: Regenerated.
47699         * sysdeps/sh/configure: Regenerated.
47700         * sysdeps/sparc/configure: Regenerated.
47701         * sysdeps/x86_64/configure: Regenerated.
47703 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47705         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47707         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47708         denormal result into account.
47710 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47712         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47713         Reported by Allan McRae <allan@archlinux.org>.
47715 2012-03-23  Jeff Law  <law@redhat.com>
47717         * nss/getnssent.c (__nss_getent): Fix typo.
47719 2012-03-23  David S. Miller  <davem@davemloft.net>
47721         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47723 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47725         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47726         to pad to uint64_t for each field.
47727         (dl_tls_index): Replace unsigned long with uint64_t.
47729 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47730         Paul Pluzhnikov  <ppluzhnikov@google.com>
47732         [BZ #6528]
47733         * grp/Makefile (otherlibs): Don't set it.
47734         * inet/Makefile (otherlibs): Likewise.
47735         * login/Makefile (otherlibs): Likewise.
47736         * nscd/Makefile (otherlibs): Likewise.
47737         * posix/Makefile (otherlibs): Likewise.
47738         * pwd/Makefile (otherlibs): Likewise.
47739         * rt/Makefile (otherlibs): Likewise.
47740         * sunrpc/Makefile (otherlibs): Likewise.
47741         * nss/Makefile (otherlibs): Likewise.
47742         Add libnss_files to routines and static-only-routines.
47743         ($(objpfx)getent): Remove rule.
47744         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47745         static-only-routines.
47747 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47749         [BZ #13892]
47750         * math/s_cexp.c: Include <float.h>.
47751         (__cexp): Handle exp result overflowing not necessarily
47752         overflowing both real and imaginary parts of result.
47753         * math/s_cexpf.c: Likewise.
47754         * math/s_cexpl.c: Likewise.
47755         * math/libm-test.inc (cexp_test): Add more tests.
47756         * sysdeps/i386/fpu/libm-test-ulps: Update.
47757         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47759 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47761         * include/link.h (ELFW): New macro.
47762         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47763         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47765 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47767         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47768         with uint64_t.
47770 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47772         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47773         declaration.
47774         (struct La_x32_retval): Likewise.
47776 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47778         * sysdeps/x86_64/preconfigure.in: New file.
47779         * sysdeps/x86_64/preconfigure: New generated file.
47781 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47783         [BZ #13824]
47784         * math/e_exp2l.c: Include <float.h>.
47785         (__ieee754_exp2l): Handle overflow and underflow cases
47786         separately.  Only pass fractional part of argument to
47787         __ieee754_expl.
47788         * math/libm-test.inc (exp2_test): Add more tests.
47790         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47791         negating x to take absolute value.
47792         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47793         Likewise.
47794         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47795         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47796         Likewise.
47797         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47798         computing low part if x was negated.
47799         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47801 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47803         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47804         la_x32_gnu_pltexit.
47805         (pltexit): Cast int_retval to ptrdiff_t.
47806         * elf/tst-auditmod3b.c: Likewise.
47807         * elf/tst-auditmod4b.c: Likewise.
47808         * elf/tst-auditmod5b.c: Likewise.
47809         * elf/tst-auditmod6b.c: Likewise.
47810         * elf/tst-auditmod6c.c: Likewise.
47811         * elf/tst-auditmod7b.c: Likewise.
47813         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47814         and x32_gnu_pltexit.
47816         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47817         __ELF_NATIVE_CLASS.
47818         (La_x32_regs): New macro.
47819         (La_x32_retval): Likewise.
47820         (la_x32_gnu_pltenter): New function prototype.
47821         (la_x32_gnu_pltexit): Likewise.
47823 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47825         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47826         exponent.
47828         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47830         * configure.in (libc_cv_cc_nofma): Check for option to disable
47831         generation of FMA instructions.
47832         * configure: Regenerate.
47833         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47834         * sysdeps/ieee754/dbl-64/Makefile: New file.
47835         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47836         Remove brandred-fma4.
47837         (CFLAGS-brandred-fma4.c): Remove.
47838         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47839         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47840         define.
47841         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47842         define.
47844 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47846         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47847         LLONG_MAX != LONG_MAX.
47848         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47849         (_fitoa_word): Likewise.
47850         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47851         LLONG_MAX != LONG_MAX.
47852         * stdio-common/_itowa.h: Include <_itoa.h>.
47853         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47854         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47855         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47856         only if not defined.
47857         (_ITOA_WORD_TYPE): Likewise.
47858         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47859         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47861 2012-03-21  David S. Miller  <davem@davemloft.net>
47863         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47865 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47867         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47868         of x86_64 when setting libc_cv_slibdir, libdir and
47869         libc_cv_localedir.
47870         * sysdeps/unix/sysv/linux/configure: Regenerated.
47872 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47874         * manual/lang.texi (Old Varargs): Remove section.
47875         (How Variadic): Update menu.
47876         (va_start): Do not mention varargs.h.
47878 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47879             Joseph Myers  <joseph@codesourcery.com>
47881         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47882         link test.
47883         * configure: Regenerated.
47885 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47887         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47888         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47889         conformtest.pl
47891 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47893         * NOTES: Remove.
47894         * Makefile (files-for-dist): Remove NOTES.
47895         (NOTES): Remove rule.
47896         * README: Don't refer to NOTES.
47897         * manual/creature.texi: Don't include macros.texi.
47898         * manual/intro.texi (creature.texi): Remove comment referring to
47899         NOTES.
47901         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47902         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47903         * configure: Regenerated.
47904         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47905         LIBC_TRY_CC_OPTION.
47906         (libc_cv_as_i686): Likewise.
47907         (libc_cv_cc_avx): Likewise.
47908         (libc_cv_cc_sse2avx): Likewise.
47909         (libc_cv_cc_fma4): Likewise.
47910         (libc_cv_cc_novzeroupper): Likewise.
47911         * sysdeps/i386/configure: Regenerated.
47913         [BZ #13883]
47914         * sysdeps/i386/fpu/s_cexp.S: Remove.
47915         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47916         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47917         * math/libm-test.inc (cexp_test): Add more tests.
47918         * sysdeps/i386/fpu/libm-test-ulps: Update.
47919         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47921 2012-03-21  Allan McRae  <allan@archlinux.org>
47923         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47925 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47927         [BZ #13871]
47928         * math/w_exp2.c: Do not include <float.h>.
47929         (o_threshold, u_threshold): Remove.
47930         (__exp2): Calculate result before checking finiteness and calling
47931         __kernel_standard.
47932         * math/w_exp2f.c: Likewise.
47933         * math/w_exp2l.c: Likewise.
47934         * math/libm-test.inc (exp2_test): Require overflow exception for
47935         1e6 input.
47937         [BZ #3866]
47938         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47939         range of signed 64-bit integers before using fistpll.  Remove
47940         checks for whether integers fit in mantissa bits.
47941         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47942         the range of signed 32-bit integers before using fistpl.  Remove
47943         checks for whether integers fit in mantissa bits.
47944         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47945         (__ieee754_powl): Test for y outside the range of signed 64-bit
47946         integers before using fistpll.  Reduce 64-bit values to 63-bit
47947         ones as needed.
47948         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47949         divide-by-zero is raised for zero to large negative powers.
47950         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47951         (__ieee754_powl): Test for y outside the range of signed 64-bit
47952         integers before using fistpll.  Reduce 64-bit values to 63-bit
47953         ones as needed.
47954         * math/libm-test.inc (pow_test): Add more tests.
47956 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47958         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47959         <stdio-common/_itoa.h>.
47960         * debug/segfault.c: Likewise.
47961         * elf/dl-cache.c: Likewise.
47962         * elf/dl-minimal.c: Likewise.
47963         * elf/dl-misc.c: Likewise.
47964         * elf/dl-sysdep.c: Likewise.
47965         * elf/dl-version.c: Likewise.
47966         * elf/rtld.c: Likewise.
47967         * hurd/hurdsock.c: Likewise.
47968         * hurd/lookup-retry.c: Likewise.
47969         * malloc/malloc.c: Likewise.
47970         * malloc/mtrace.c: Likewise.
47971         * nscd/nscd_getgr_r.c: Likewise.
47972         * nscd/nscd_getpw_r.c: Likewise.
47973         * nscd/nscd_getserv_r.c: Likewise.
47974         * posix/getopt_init.c: Likewise.
47975         * posix/wordexp.c: Likewise.
47976         * stdio-common/_itoa.c: Likewise.
47977         * stdio-common/printf_fphex.c: Likewise.
47978         * stdio-common/vfprintf.c: Likewise.
47979         * string/_strerror.c: Likewise.
47980         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47981         * sysdeps/i386/i686/hp-timing.h: Likewise.
47982         * sysdeps/mach/_strerror.c: Likewise.
47983         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47984         * sysdeps/mach/hurd/sethostid.c: Likewise.
47985         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47986         * sysdeps/mach/xpg-strerror.c: Likewise.
47987         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47988         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47989         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47990         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47991         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47992         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47993         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47994         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47995         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47996         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47997         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47998         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47999         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
48000         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
48001         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
48002         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
48003         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
48004         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
48005         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
48006         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
48007         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
48009         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
48011         * stdio-common/_itoa.h: Moved to ...
48012         * sysdeps/generic/_itoa.h: Here.
48014         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
48016         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
48017         instead of "_itoa.h" and "_itowa.h".
48018         * stdio-common/vfprintf.: Likewise.
48020 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48022         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
48023         <bits/wordsize.h>.
48024         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
48025         (__signbit): Likwise.
48026         (llrintf): Likwise.
48027         (llrint): Likwise.
48029 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48031         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
48032         __WORDSIZE != 64.
48034 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
48036         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
48037         OVERFLOW_EXCEPTION_OK.
48038         * math/libm-test.inc ("Philosophy"): Update comment about
48039         exception testing.
48040         (OVERFLOW_EXCEPTION): Define.
48041         (OVERFLOW_EXCEPTION_OK): Likewise.
48042         (INVALID_EXCEPTION_OK): Renumber.
48043         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
48044         (IGNORE_ZERO_INF_SIGN): Likewise.
48045         (test_exceptions): Handle FE_OVERFLOW.
48046         (exp10_test): Expect overflow exceptions.
48047         (exp2_test): Likewise.
48048         (expm1_test): Likewise.
48049         (nextafter_test): Likewise.
48050         (pow_test): Likewise.
48051         (scalbn_test): Likewise.
48052         (scalbln_test): Likewise.
48054 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48056         * sysdeps/x86_64/bits/atomic.h
48057         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
48058         64bit integer.
48059         (atomic_exchange_acq): Likewise.
48060         (__arch_exchange_and_add_body): Likewise.
48061         (__arch_add_body): Likewise.
48062         (atomic_add_negative): Likewise.
48063         (atomic_add_zero): Likewise.
48065 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48067         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
48068         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
48070 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48072         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
48073         Check __x86_64__ instead of __WORDSIZE.
48075 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48077         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
48079 2012-03-19  David S. Miller  <davem@davemloft.net>
48081         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48083         * sysdeps/sparc/fpu/fenv_private.h: New file.
48084         * sysdeps/sparc/fpu/math_private.h: Use it.
48085         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
48086         Remove.
48087         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
48088         (libc_feholdexcept_setroundl): Remove.
48089         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
48090         Remove.
48091         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
48092         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
48094 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48096         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
48097         int64_t instead of long int.
48098         (INSERT_WORDS64): Likwise.
48100 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48102         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
48103         _Unwind_GetCFA return to _Unwind_Ptr first.
48105 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
48107         [BZ #13629]
48108         * math/s_clog.c: Include <float.h>.
48109         (__clog): Scale large or subnormal inputs.
48110         * math/s_clogf.c: Likewise.
48111         * math/s_clogl.c: Likewise.
48112         * math/s_clog10.c: Include <float.h>.
48113         (M_LOG10_2): Define.
48114         (__clog10): Scale large or subnormal inputs.
48115         * math/s_clog10f.c: Likewise.
48116         * math/s_clog10l.c: Likewise.
48117         * math/libm-test.inc (clog_test): Add more tests.
48118         (clog10_test): Likewise.
48119         * sysdeps/i386/fpu/libm-test-ulps: Update.
48120         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48122         [BZ #11451]
48123         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48124         x and y.
48125         * math/libm-test.inc (atan2_test): Add another test.
48127         * Makerules (common-objdir-compile): Remove.
48128         * sysdeps/unix/Makefile (config-generated): Do not add
48129         $(unix-generated) to variable.
48130         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48131         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48132         Remove rule.
48133         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48134         Likewise.
48135         [generic bits/local_lim.h] (before-compile): Do not append to
48136         variable.
48137         [generic bits/local_lim.h] (common-generated): Likewise.
48138         [generic sys/param.h] (before-compile): Do not append to variable.
48139         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48140         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48141         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48142         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48143         include.
48144         [generic sys/param.h] (sys/param.h-includes): Remove variable.
48145         [generic sys/param.h] (sys/param.h-includes): Remove rule.
48146         [generic sys/param.h] ($(addprefix
48147         $(common-objpfx),$(sys/param.h-includes))): Likewise.
48148         [generic sys/param.h] (common-generated): Do not append to
48149         variable.
48150         [generic sys/param.h] (sysdep_headers): Likewise.
48151         [generic bits/errno.h] (before-compile): Do not append to
48152         variable.
48153         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48154         rule.
48155         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48156         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48157         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48158         [generic bits/errno.h] (common-generated): Do not append to
48159         variable.
48160         [generic bits/ioctls.h] (before-compile): Do not append to
48161         variable.
48162         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48163         rule.
48164         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48165         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48166         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48167         rule.
48168         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48169         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48170         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48171         [generic bits/ioctls.h] (common-generated): Do not append to
48172         variable.
48173         [generic sys/syscall.h] (syscall.h): Remove variable.
48174         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48175         rule.
48176         [generic sys/syscall.h] (before-compile): Do not append to
48177         variable.
48178         [generic sys/syscall.h] (common-generated): Likewise.
48179         * sysdeps/unix/errnos-tmpl.c: Remove file.
48180         * sysdeps/unix/errnos.awk: Likewise.
48181         * sysdeps/unix/ioctls-tmpl.c: Likewise.
48182         * sysdeps/unix/ioctls.awk: Likewise.
48183         * sysdeps/unix/mk-local_lim.c: Likewise.
48184         * sysdeps/unix/snarf-ioctls: Likewise.
48186 2012-03-19  Richard Henderson  <rth@twiddle.net>
48188         * sysdeps/i386/fpu/fenv_private.h: New file.
48189         * sysdeps/i386/fpu/math_private.h: Use it.
48190         (math_opt_barrier, math_force_eval): Remove.
48191         (libc_feholdexcept_setround_53bit): Remove.
48192         (libc_feupdateenv_53bit): Remove.
48193         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48194         (math_opt_barrier, math_force_eval): Remove.
48195         (libc_feholdexcept): Remove.
48196         (libc_feholdexcept_setround): Remove.
48197         (libc_fetestexcept, libc_fesetenv): Remove.
48198         (libc_feupdateenv_test): Remove.
48199         (libc_feupdateenv, libc_feholdsetround): Remove.
48200         (libc_feresetround): Remove.
48202         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48203         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48205         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48206         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48207         (libc_feupdateenv_testl): New.
48208         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48209         (libc_feupdateenv_testf): New.
48210         (libc_feupdateenv): Use libc_feupdateenv_test.
48211         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48212         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48214         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48215         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48216         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48217         (libc_feresetround_noex): New.
48218         (libc_feresetround_noexf): New.
48219         (libc_feresetround_noexl): New.
48220         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48221         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48222         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48223         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48224         SET_RESTORE_ROUND.
48225         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48226         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48227         (__cos): Likewise.
48228         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48229         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48230         SET_RESTORE_ROUND_NOEX.
48231         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48232         SET_RESTORE_ROUND_NOEXF.
48233         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48234         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48235         (libc_feholdsetroundf): New.
48236         (libc_feresetround, libc_feresetroundf): New.
48238         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48239         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48240         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48242         * sysdeps/generic/math_private.h: Include <fenv.h>.
48243         (default_libc_feholdexcept): New.
48244         (default_libc_feholdexcept_setround): New.
48245         (default_libc_fesetenv, default_libc_feupdateenv): New.
48246         (libc_feholdexcept): Only define if undefined.
48247         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48248         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48249         (libc_feholdexcept_setroundl): Likewise.
48250         (libc_feholdexcept_setround_53bit): Likewise.
48251         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48252         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48253         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48254         (libc_feupdateenv_53bit): Likewise.
48255         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48256         (libc_feholdexcept): Convert from macro to inline function.
48257         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48258         (libc_fesetenv, libc_feupdateenv): Likewise.
48260         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48261         not previously defined.
48262         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48263         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48264         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48265         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48266         * sysdeps/ieee754/flt-32/math_private.h: New file.
48267         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48268         math_private.h below SET_FLOAT_WORD.
48269         (__isnan, __isinf_ns, __finite): Remove.
48270         (__isnanf, __isinf_nsf, __finitef): Remove.
48272 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48274         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48276 2012-03-17  David S. Miller  <davem@davemloft.net>
48278         [BZ #6471]
48279         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48280         for 2.16.
48282 2012-03-16  David S. Miller  <davem@davemloft.net>
48284         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48285         warnings.
48287         [BZ #6471]
48288         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48289         properly.
48290         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48291         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48292         sysdep_routines when subdir is sysvipc.
48293         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48294         __getshmlba helper.
48296         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48298 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48300         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48301         [__LP64__].
48303 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48305         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48306         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48307         (__lround): Renamed to ...
48308         (__llround): This.  Replace long int with long long int.
48309         Define lround functions as aliases of llround functions.
48310         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48312 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48314         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48315         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48316         adresses to uintptr_t.  Replace "long int" and "unsigned long
48317         int" with "greg_t" on va_arg.
48319 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48321         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48322         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48324         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48325         Move e_machine check before EI_CLASS check.  Handle x32
48326         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48327         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48328         SKIP_EM_IA_64 and include
48329         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48331         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48332         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48333         (add_system_dir): New macro.
48335         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48336         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48338 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48340         [BZ #2551]
48341         [BZ #2552]
48342         [BZ #2553]
48343         [BZ #2554]
48344         [BZ #2562]
48345         [BZ #2563]
48346         [BZ #2565]
48347         [BZ #2566]
48348         [BZ #2576]
48349         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48350         (y0): Likewise.
48351         * math/w_j0f.c (j0f): Likewise.
48352         (y0f): Likewise.
48353         * math/w_j0l.c (__j0l): Likewise.
48354         (__y0l): Likewise.
48355         * math/w_j1.c (j1): Likewise.
48356         (y1): Likewise.
48357         * math/w_j1f.c (j1f): Likewise.
48358         (y1f): Likewise.
48359         * math/w_j1l.c (__j1l): Likewise.
48360         (__y1l): Likewise.
48361         * math/w_jn.c (jn): Likewise.
48362         (yn): Likewise.
48363         * math/w_jnf.c (jnf): Likewise.
48364         (ynf): Likewise.
48365         * math/w_jnl.c (__jnl): Likewise.
48366         (__ynl): Likewise.
48367         * math/libm-test.inc (j0_test): Add more tests.
48368         (j1_test): Likewise.
48369         (jn_test): Likewise.  Add trailing semicolon to existing test.
48370         (y0_test): Likewise.
48371         (y1_test): Likewise.
48372         * sysdeps/i386/fpu/libm-test-ulps: Update.
48373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48375         [BZ #13851]
48376         [BZ #13854]
48377         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48378         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48379         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48380         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48381         (__tanl): Set errno for infinite argument.
48382         * sysdeps/i386/fpu/mptan.c: Remove.
48383         * sysdeps/i386/fpu/s_tan.S: Likewise.
48384         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48385         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48386         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48387         * math/libm-test.inc (tan_test): Add more tests and enable more
48388         tests for double and long double.
48389         * sysdeps/i386/fpu/libm-test-ulps: Update.
48390         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48392 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48394         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48395         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48397 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48399         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48400         * configure.in: Use it for both main tree and add-ons.
48401         * configure: Regenerated.
48403 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48405         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48407 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48409         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48410         in comment.
48412         [BZ #13851]
48413         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48414         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48415         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48416         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48417         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48418         infinite argument.
48419         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48420         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48421         != 0 for prec == 2.
48422         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48423         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48424         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48425         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48426         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48427         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48428         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48429         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48430         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48431         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48432         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48433         * math/libm-test.inc (cos_test): Add more tests and enable more
48434         tests for long double.
48435         (sin_test): Likewise.
48436         (sincos_test): Likewise.
48437         * sysdeps/i386/fpu/libm-test-ulps: Update.
48438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48440 2012-03-16  David S. Miller  <davem@davemloft.net>
48442         * sysdeps/sparc/fpu/math_private.h: New file.
48444 2012-03-15  David S. Miller  <davem@davemloft.net>
48446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48447         file.
48448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48450         file.
48451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48452         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48453         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48454         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48455         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48456         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48457         sysdep routines.
48458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48460         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48461         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48463         * sysdeps/sparc/sparc-ifunc.h: New file.
48464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48465         sparc-ifunc.h
48466         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48468         Likewise.
48469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48470         Likewise.
48471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48473         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48475         Likewise.
48476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48478         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48480         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48481         Likewise.
48482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48483         Likewise.
48484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48485         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48488         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48489         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48490         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48491         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48492         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48493         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48494         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48495         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48496         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48497         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48498         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48499         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48500         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48501         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48502         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48503         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48504         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48505         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48506         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48507         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48509 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48511         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48512         scaling.
48513         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48515 2012-03-15  Andreas Jaeger  <aj@suse.de>
48517         [BZ #13852]
48518         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48519         ieee754/flt-32 implementation for sin, cos and sincos.
48520         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48521         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48522         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48523         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48524         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48525         ieee754/flt-32 implementation for tan.
48527         * math/libm-test.inc (cos_test): Enable some large input tests for
48528         float as well
48529         (sin_test): Likewise.
48530         (sincos_test): Likewise.
48531         (tan_test): Add tests for large input.
48533         * sysdeps/i386/fpu/libm-test-ulps: Update.
48535 2012-03-15  Andreas Jaeger  <aj@suse.de>
48537         [BZ #13658]
48538         * math/libm-test.inc (cos_test): Add more test cases.
48539         (sin_test): Likewise.
48540         (sincos_test): Likewise.
48542 2012-03-15  Andreas Jaeger  <aj@suse.de>
48544         [BZ #13837]
48545         * math/libm-test.inc (cos_test): Add a test case for large input
48546         value.
48547         (sin_test): Likewise.
48548         (sincos_test): Likewise.
48550 2012-03-15  Andreas Jaeger  <aj@suse.de>
48551             Joseph Myers  <joseph@codesourcery.com>
48553         [BZ #13658]
48554         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48555         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48556         * sysdeps/i386/fpu/branred.c: Likewise.
48557         * sysdeps/i386/fpu/dosincos.c: Likewise.
48558         * sysdeps/i386/fpu/mpa.c: Likewise.
48559         * sysdeps/i386/fpu/s_cos.S: Likewise.
48560         * sysdeps/i386/fpu/s_sin.S: Likewise.
48561         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48562         * sysdeps/i386/fpu/sincos32.c: Likewise.
48564         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48565         Define.
48566         (libc_feupdateenv_53bit): Define.
48567         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48568         Define.
48569         (libc_feupdateenv_53bit): Define.
48571         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48572         53 bit (without extend i386 double precision).
48574         * math/libm-test.inc (sincos_test): Add tests for large input.
48575         (sin): Likewise.
48576         (cos): Likewise.
48578         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48580 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48582         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48584 2012-03-15  David S. Miller  <davem@davemloft.net>
48586         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48587         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48588         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48589         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48590         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48591         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48592         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48593         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48594         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48595         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48596         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48597         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48598         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48599         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48600         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48601         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48602         file.
48603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48605         file.
48606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48607         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48608         file.
48609         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48610         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48611         file.
48612         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48613         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48614         fmin/fmax sysdep routines.
48615         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48617 2012-03-14  David S. Miller  <davem@davemloft.net>
48619         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48620         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48621         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48622         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48623         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48624         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48625         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48626         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48627         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48628         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48629         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48630         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48631         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48632         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48633         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48634         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48635         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48636         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48637         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48638         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48639         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48640         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48641         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48642         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48643         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48644         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48645         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48646         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48647         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48648         routines.
48649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48650         file.
48651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48653         file.
48654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48656         file.
48657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48659         file.
48660         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48662         file.
48663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48665         file.
48666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48667         file.
48668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48669         file.
48670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48671         file.
48672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48673         New file.
48674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48675         file.
48676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48677         file.
48678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48680         file.
48681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48683         file.
48684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48685         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48686         file.
48687         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48689         VIS3 routines.
48691         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48692         New file.
48694         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48696         * sysdeps/sparc/configure.in: New file.
48697         * sysdeps/sparc/configure: Generate.
48698         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48699         * configure: Regenerate.
48700         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48701         * config.make.in (have-as-vis3): New.
48702         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48703         available use -Av9d instead of -Av9a.
48704         * sysdeps/sparc/sparc64/Makefile: Likewise.
48705         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48706         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48707         New file.
48708         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48709         file.
48710         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48711         New file.
48712         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48713         file.
48714         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48715         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48716         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48717         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48718         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48720         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48721         fzeros/fnegs to load 0x80000000 into a float register instead of
48722         using the stack.
48723         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48725 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48727         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48728         bits/syscall.h.
48729         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48730         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48731         ($(inst_includedir)/bits/syscall.h): Remove rule.
48732         ($(objpfx)bits/syscall.d): Include instead of
48733         $(objpfx)syscall-list.d.
48734         (generated): Change syscall-list.h and syscall-list.d to
48735         bits/syscall.h and bits/syscall.d.
48737 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48739         [BZ #13846]
48740         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48742 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48744         [BZ #13841]
48745         * math/s_csqrt.c: Include <float.h>.
48746         (__csqrt): Scale large or subnormal inputs.
48747         * math/s_csqrtf.c: Likewise.
48748         * math/s_csqrtl.c: Likewise.
48749         * math/libm-test.inc (csqrt_test): Add more tests.
48750         * sysdeps/i386/fpu/libm-test-ulps: Update.
48751         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48753         [BZ #13840]
48754         * math/libm-test.inc (hypot_test): Add more tests.
48756 2012-03-13  David S. Miller  <davem@davemloft.net>
48758         [BZ #13840]
48759         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48760         double-precision for the calculation instead of scaling.
48762 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48764         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48765         manipulate bits before adding and subtracting TWO52[sx].
48766         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48767         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48768         Likewise.
48769         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48771 2012-03-13  David S. Miller  <davem@davemloft.net>
48773         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48774         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48775         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48776         rtld-global-offsets.h
48777         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48779         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48780         large parameters.
48782         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48784         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48785         'err' in the ifdef scope in which it is actually used.
48787         * nss/nss_db/db-init.c: Include string.h
48789 2012-03-12  David S. Miller  <davem@davemloft.net>
48791         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48792         masking out of the most significant byte of random value used.
48793         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48794         Fix coding style in previous change.
48796         * sysdeps/unix/sysv/linux/kernel-features.h
48797         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48798         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48799         expression.
48800         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48801         later.
48803 2012-03-11  David S. Miller  <davem@davemloft.net>
48805         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48806         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48807         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48808         for 'resultvar' otherwise things get truncated on 64-bit.
48810         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48811         Fix masking out of the most significant byte of random value used.
48813         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48815 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48817         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48819 2012-03-09  David S. Miller  <davem@davemloft.net>
48821         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48822         variables with appropriate CPP guards.
48823         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48824         from the frame pointer, not the stack pointer.  Correct layout
48825         comments.  Fix test on resulting framesize and the management of
48826         the outregs buffer for pltexit.  Preserve floating point return
48827         values across _dl_call_pltexit call.
48828         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48829         framesize and the management of the outregs buffer for pltexit.
48830         Preserve floating point return values across _dl_call_pltexit
48831         call.
48832         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48833         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48834         (la_sparc64_gnu_pltexit): New functions.
48835         (print_exit): Fix format string for return register value.
48837 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48839         * sunrpc/Makefile (others): Add rpcgen.
48840         ($(objpfx)rpcgen): Remove special build rule and dependency on
48841         libc.
48842         * sunrpc/rpcgen.c: New file.
48844 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48846         [BZ #13673]
48847         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48848         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48849         * sysdeps/i386/crti.S: Likewise.
48850         * sysdeps/i386/crtn.S: Likewise.
48851         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48852         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48853         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48854         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48855         * sysdeps/sh/crti.S: Likewise.
48856         * sysdeps/sh/crtn.S: Likewise.
48857         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48859         [BZ #13673]
48860         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48861         with URL.
48862         * locale/programs/locfile-kw.gperf: Likewise.
48863         * locale/programs/charmap-kw.h: Regenerated.
48864         * locale/programs/locfile-kw.h: Likewise.
48866         [BZ #13673]
48867         * intl/plural.y: Replace FSF snail mail address with URL.
48868         * intl/plural.c: Regenerated.
48870 2012-03-09  Richard Henderson  <rth@twiddle.net>
48872         * include/math_private.h: Remove file.
48873         * math/math_private.h: Move file ...
48874         * sysdeps/generic/math_private.h: ... here.
48876         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48877         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48878         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48880         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48881         and <math_private.h>.
48882         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48883         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48884         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48885         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48886         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48887         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48888         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48889         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48890         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48891         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48892         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48893         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48894         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48895         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48896         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48897         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48898         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48899         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48900         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48901         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48902         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48903         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48904         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48905         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48906         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48907         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48908         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48909         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48910         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48911         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48912         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48913         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48914         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48915         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48916         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48917         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48918         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48919         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48920         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48921         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48922         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48923         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48924         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48925         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48926         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48927         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48928         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48929         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48930         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48931         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48932         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48933         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48934         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48935         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48936         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48937         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48938         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48939         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48940         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48941         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48942         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48943         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48944         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48945         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48946         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48947         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48948         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48949         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48950         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48951         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48952         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48953         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48954         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48955         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48956         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48957         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48958         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48959         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48960         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48961         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48962         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48963         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48964         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48965         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48966         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48967         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48968         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48969         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48970         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48971         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48972         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48973         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48974         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48975         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48976         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48977         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48978         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48979         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48980         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48981         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48982         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48983         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48984         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48985         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48986         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48987         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48988         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48989         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48990         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48991         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48992         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48993         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48994         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48995         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48996         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48997         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48998         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48999         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
49000         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
49001         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
49002         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
49003         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
49004         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
49005         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
49006         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
49007         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
49008         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
49009         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
49010         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
49011         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
49012         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
49013         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
49014         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
49015         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
49016         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
49017         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
49018         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
49019         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
49020         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
49021         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
49022         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
49023         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
49024         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
49025         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
49026         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
49027         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
49028         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49029         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49030         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
49031         * sysdeps/ieee754/k_standard.c: Likewise.
49032         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49033         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49034         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49035         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49036         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49037         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49038         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49039         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49040         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49041         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49042         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49043         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49044         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49045         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49046         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49047         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49048         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
49049         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49050         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49051         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
49052         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
49053         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
49054         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49055         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49056         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
49057         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
49058         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49059         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49060         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49061         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49062         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
49063         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49064         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49065         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49066         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
49067         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49068         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49069         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
49070         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
49071         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49072         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
49073         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
49074         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
49075         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49076         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
49077         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
49078         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49079         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49080         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49081         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49082         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49083         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
49084         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49085         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
49086         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49087         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49088         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
49089         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
49090         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49091         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49092         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49093         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
49094         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49095         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49096         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49097         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49098         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49099         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49100         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49101         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49102         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49103         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49104         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49105         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49106         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49107         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49108         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
49109         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49110         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49111         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
49112         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
49113         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
49114         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49115         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49116         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
49117         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49118         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49119         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
49120         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
49121         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49122         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49123         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49124         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49125         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49126         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49127         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49128         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49129         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49130         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49131         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49132         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49133         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49134         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49135         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49136         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49137         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49138         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49139         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49140         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49141         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49142         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49143         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49144         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49145         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49146         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49147         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49148         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49149         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49150         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49151         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49152         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49153         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49154         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49155         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49156         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49157         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49158         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49159         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49160         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49161         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49162         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49163         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49164         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49165         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49166         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49167         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49168         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49169         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49170         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49171         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49172         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49173         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49174         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49175         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49176         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49177         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49178         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49179         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49180         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49181         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49182         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49183         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49184         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49185         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49186         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49187         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49188         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49189         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49190         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49191         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49192         * sysdeps/ieee754/s_lib_version.c: Likewise.
49193         * sysdeps/ieee754/s_matherr.c: Likewise.
49194         * sysdeps/ieee754/s_signgam.c: Likewise.
49195         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49196         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49197         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49198         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49199         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49200         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49201         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49202         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49203         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49204         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49205         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49206         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49207         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49208         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49209         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49210         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49211         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49212         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49213         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49214         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49215         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49217 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49219         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49220         * sunrpc/rpc_main.c: Likewise.
49221         * sunrpc/rpc_svcout.c: Likewise.
49223 2012-03-09  David S. Miller  <davem@davemloft.net>
49225         * include/math_private.h: New file.
49227 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49229         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49230         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49231         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49232         from <bits/socket_type.h>.
49233         (enum __socket_type): Don't define here.
49234         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49235         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49236         bits/socket_type.h.
49238         [BZ #13566]
49239         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49240         checking __USE_GNU.
49242         * Makerules ($(inst_includedir)/%.h): New rule.
49243         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49244         (install-others): Remove variable setting.
49245         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49247 2012-03-08  Richard Henderson  <rth@twiddle.net>
49249         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49250         from macro to inline function; merge with the
49251         !__LIBC_INTERNAL_MATH_INLINES version.
49252         (__ieee754_sqrtf): Likewise.
49254         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49255         to inline function.
49256         (__rintf, __floor, __floorf): Likewise.
49258         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49259         macro to inline function.
49260         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49262         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49263         not <math/math_private.h>.
49265 2012-03-08  David S. Miller  <davem@davemloft.net>
49267         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49268         copyright year.
49269         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49271 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49273         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49274         normalization.
49275         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49276         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49278 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49280         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49281         be defined individually, they must be defined as a block.  Define
49282         S for printing a string instead of hidint the different by using a
49283         macro for adding the 'l'.
49284         * stdio-common/tst-fphex-wide.c: Adjust.
49286 2012-03-07  Marek Polacek  <polacek@redhat.com>
49288         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49290 2012-03-08  Marek Polacek  <polacek@redhat.com>
49292         [BZ #13806]
49293         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49294         * stdio-common/tst-fphex.c: Define a few macros to make the
49295         test reusable.  Use them.
49296         * stdio-common/tst-fphex-wide.c: New file.
49298 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49300         [BZ #6911]
49301         * manual/macros.texi (gnusystems): New macro.
49302         (nongnusystems): Likewise.
49303         (gnulinuxhurdsystems): Likewise.
49304         (gnuhurdsystems): Likewise..
49305         (gnulinuxsystems): Likewise.
49306         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49307         variants of the GNU system, not "GNU system".
49308         * manual/conf.texi: Likewise.
49309         * manual/errno.texi: Likewise.  Update example of errno macro
49310         expansion.
49311         * manual/filesys.texi: Likewise.
49312         (getumask): Document as specific to GNU/Hurd.
49313         * manual/install.texi: Likewise.  Reword some references to
49314         GNU/Linux.
49315         * manual/intro.texi: Likewise.
49316         * manual/io.texi: Likewise.
49317         (File Name Portability): Detail which constraints are inapplicable
49318         to all GNU systems and which are only inapplicable to GNU/Hurd.
49319         * manual/job.texi: Likewise.
49320         * manual/llio.texi: Likewise.
49321         (O_NOCTTY): Document as present on GNU/Linux.
49322         * manual/maint.texi: Likewise.
49323         * manual/memory.texi: Likewise.
49324         * manual/pattern.texi: Likewise.
49325         * manual/pipe.texi: Likewise.
49326         * manual/process.texi: Likewise.
49327         * manual/resource.texi: Likewise.
49328         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49329         child on GNU/Hurd.
49330         * manual/setjmp.texi: Likewise.
49331         * manual/signal.texi: Likewise.
49332         * manual/startup.texi: Likewise.
49333         * manual/stdio.texi: Likewise.
49334         * manual/terminal.texi: Likewise.
49335         (ONLCR): Document as POSIX.
49336         (OXTABS): Document availability on GNU/Linux as XTABS.
49337         (ONOEOT): Document availability separately from other bits.
49338         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49339         * manual/time.texi: Likewise.
49340         * manual/users.texi: Likewise.
49341         * INSTALL: Regenerated.
49342         * sysdeps/gnu/errlist.c: Regenerated.
49344         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49345         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49346         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49347         puts.
49348         * configure: Regenerated.
49350 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49352         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49353         default includes instead of AC_HEADER_CHECK.
49354         * sysdeps/i386/configure: Regenerated.
49356         [BZ #10716]
49357         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49358         * math/s_cacoshf.c (__cacoshf): Likewise.
49359         * math/s_cacoshl.c (__cacoshl): Likewise.
49360         * math/s_casinh.c (__casinh): Set signs of result from argument.
49361         * math/s_casinhf.c (__casinhf): Likewise.
49362         * math/s_casinhl.c (__casinhl): Likewise.
49363         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49364         (casinh_test): Add more tests.
49365         * sysdeps/i386/fpu/libm-test-ulps: Update.
49366         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49368 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49370         * po/zh_TW.po: Update from translation team.
49372         * login/Makefile (distribute): Remove variable.
49373         * catgets/Makefile: Likewise.
49374         * mach/Makefile: Likewise.
49375         * malloc/Makefile: Likewise.
49376         * misc/Makefile: Likewise.
49377         * iconv/Makefile: Likewise.
49378         * nscd/Makefile: Likewise.
49379         * hurd/Makefile: Likewise.
49380         * manual/Makefile: Likewise.
49381         * locale/Makefile: Likewise.
49382         * intl/Makefile: Likewise.
49383         * conform/Makefile: Likewise.
49384         * nss/Makefile: Likewise.
49385         * time/Makefile: Likewise.
49386         * soft-fp/Makefile: Likewise.
49387         * dirent/Makefile: Likewise.
49388         * gmon/Makefile: Likewise.
49389         * po/Makefile: Likewise.
49390         * rt/Makefile: Likewise.
49391         * socket/Makefile: Likewise.
49392         * math/Makefile: Likewise.
49393         * signal/Makefile: Likewise.
49394         * debug/Makefile: Likewise.
49395         * elf/Makefile: Likewise.
49396         * timezone/Makefile: Likewise.
49397         * stdlib/Makefile: Likewise.
49398         * iconvdata/Makefile: Likewise.
49399         * sunrpc/Makefile: Likewise.
49400         * io/Makefile: Likewise.
49401         * argp/Makefile: Likewise.
49402         * inet/Makefile: Likewise.
49403         * hesiod/Makefile: Likewise.
49404         * grp/Makefile: Likewise.
49405         * csu/Makefile: Likewise.
49406         * wctype/Makefile: Likewise.
49407         * crypt/Makefile: Likewise.
49408         * libio/Makefile: Likewise.
49409         * string/Makefile: Likewise.
49410         * nis/Makefile: Likewise.
49411         * resolv/Makefile: Likewise.
49412         * stdio-common/Makefile: Likewise.
49413         * wcsmbs/Makefile: Likewise.
49414         * dlfcn/Makefile: Likewise.
49415         * posix/Makefile: Likewise.
49417         [BZ #6959]
49418         * timezone/Makefile: Don't install timezone files, just the programs
49419         and scripts.
49421 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49423         * nss/databases.def: Add missing gshadow entry.
49425         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49427 2012-03-06  Marek Polacek  <polacek@redhat.com>
49429         [BZ #13726]
49430         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49431         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49432         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49433         * stdio-common/tst-long-dbl-fphex.c: New file.
49435 2012-03-06  David S. Miller  <davem@davemloft.net>
49437         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49438         (set_obp_int): New function.
49439         (get_obp_int): New function.
49440         (__get_clockfreq_via_dev_openprom): Likewise.
49441         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49442         Avoid unused variable warnings on 'val' and use builtin_expect.
49443         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49444         __builtin_expect.
49445         (INLINE_CLONE_SYSCALL): Likewise.
49447 2012-03-05  David S. Miller  <davem@davemloft.net>
49449         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49451 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49453         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49455         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49456         only for |x| >= 40.
49457         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49459 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49461         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49462         Replace gettimeofday with __vdso_gettimeofday.
49464         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49465         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49466         __vdso_clock_gettime and __vdso_getcpu.
49468         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49469         time with __vdso_time.
49471 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49473         * manual/lang.texi (size_t): Note types to which size_t may be
49474         equivalent with the GNU C Library, but do not describe when
49475         differences between them are significant.
49477 2012-03-05  Andreas Jaeger  <aj@suse.de>
49479         * sysdeps/i386/fpu/libm-test-ulps: Update.
49481 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49483         [BZ #3976]
49484         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49485         (__ieee754_pow): Save and restore rounding mode and use
49486         round-to-nearest for main computations.
49487         * math/libm-test.inc (pow_test_tonearest): New function.
49488         (pow_test_towardzero): Likewise.
49489         (pow_test_downward): Likewise.
49490         (pow_test_upward): Likewise.
49491         (main): Call the new functions.
49492         * sysdeps/i386/fpu/libm-test-ulps: Update.
49493         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49495         [BZ #3976]
49496         * math/libm-test.inc (cosh_test_tonearest): New function.
49497         (cosh_test_towardzero): Likewise.
49498         (cosh_test_downward): Likewise.
49499         (cosh_test_upward): Likewise.
49500         (sinh_test_tonearest): Likewise.
49501         (sinh_test_towardzero): Likewise.
49502         (sinh_test_downward): Likewise.
49503         (sinh_test_upward): Likewise.
49504         (main): Call the new functions.
49505         * sysdeps/i386/fpu/libm-test-ulps: Update.
49506         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49508 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49510         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49511         default stack guard is set in last bytes.
49512         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49514 2012-03-05  Kees Cook  <keescook@chromium.org>
49516         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49518         [BZ #13656]
49519         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49520         possibly allocate from heap instead of stack.
49521         * stdio-common/bug-vfprintf-nargs.c: New file.
49522         * stdio-common/Makefile (tests): Add nargs overflow test.
49524 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49526         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49528 2012-03-03  Marek Polacek  <polacek@redhat.com>
49530         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49531         * math/math_private.h: Likewise.
49532         * stdlib/tst-strtod.c: Likewise.
49533         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49534         * sysdeps/x86_64/bits/atomic.h: Likewise.
49536 2012-03-02  David S. Miller  <davem@davemloft.net>
49538         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49539         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49540         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49541         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49542         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49543         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49544         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49545         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49547 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49549         [BZ #13792]
49550         * manual/examples/README: New file, says the example source files
49551         can be used under GPL>=2.
49552         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49553         line containing just "*/".
49554         * manual/examples/add.c: Add copyright header (GPL>=2).
49555         * manual/examples/argp-ex1.c: Likewise.
49556         * manual/examples/argp-ex2.c: Likewise.
49557         * manual/examples/argp-ex3.c: Likewise.
49558         * manual/examples/argp-ex4.c: Likewise.
49559         * manual/examples/atexit.c: Likewise.
49560         * manual/examples/db.c: Likewise.
49561         * manual/examples/dir.c: Likewise.
49562         * manual/examples/dir2.c: Likewise.
49563         * manual/examples/execinfo.c: Likewise.
49564         * manual/examples/filecli.c: Likewise.
49565         * manual/examples/filesrv.c: Likewise.
49566         * manual/examples/fmtmsgexpl.c: Likewise.
49567         * manual/examples/genpass.c: Likewise.
49568         * manual/examples/inetcli.c: Likewise.
49569         * manual/examples/inetsrv.c: Likewise.
49570         * manual/examples/isockad.c: Likewise.
49571         * manual/examples/longopt.c: Likewise.
49572         * manual/examples/memopen.c: Likewise.
49573         * manual/examples/memstrm.c: Likewise.
49574         * manual/examples/mkfsock.c: Likewise.
49575         * manual/examples/mkisock.c: Likewise.
49576         * manual/examples/mygetpass.c: Likewise.
49577         * manual/examples/pipe.c: Likewise.
49578         * manual/examples/popen.c: Likewise.
49579         * manual/examples/rprintf.c: Likewise.
49580         * manual/examples/search.c: Likewise.
49581         * manual/examples/select.c: Likewise.
49582         * manual/examples/setjmp.c: Likewise.
49583         * manual/examples/sigh1.c: Likewise.
49584         * manual/examples/sigusr.c: Likewise.
49585         * manual/examples/stpcpy.c: Likewise.
49586         * manual/examples/strdupa.c: Likewise.
49587         * manual/examples/strftim.c: Likewise.
49588         * manual/examples/strncat.c: Likewise.
49589         * manual/examples/subopt.c: Likewise.
49590         * manual/examples/swapcontext.c: Likewise.
49591         * manual/examples/termios.c: Likewise.
49592         * manual/examples/testopt.c: Likewise.
49593         * manual/examples/testpass.c: Likewise.
49594         * manual/examples/timeval_subtract.c: Likewise.
49596         [BZ #13792]
49597         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49598         function to ...
49599         * manual/timeval_subtract.c.texi: ... here, new file.
49601 2012-03-02  David S. Miller  <davem@davemloft.net>
49603         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49605 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49607         [BZ #3976]
49608         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49609         (__sin): Save and restore rounding mode and use round-to-nearest
49610         for all computations.
49611         (__cos): Save and restore rounding mode and use round-to-nearest
49612         for all computations.
49613         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49614         <fenv.h>.
49615         (tan): Save and restore rounding mode and use round-to-nearest for
49616         all computations.
49617         * math/libm-test.inc (cos_test_tonearest): New function.
49618         (cos_test_towardzero): Likewise.
49619         (cos_test_downward): Likewise.
49620         (cos_test_upward): Likewise.
49621         (sin_test_tonearest): Likewise.
49622         (sin_test_towardzero): Likewise.
49623         (sin_test_downward): Likewise.
49624         (sin_test_upward): Likewise.
49625         (tan_test_tonearest): Likewise.
49626         (tan_test_towardzero): Likewise.
49627         (tan_test_downward): Likewise.
49628         (tan_test_upward): Likewise.
49629         (main): Call the new functions.
49630         * sysdeps/i386/fpu/libm-test-ulps: Update.
49631         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49633         [BZ #10135]
49634         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49635         small n, then large n, before computing and testing k+n.
49636         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49637         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49638         Likewise.
49639         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49640         Likewise.
49641         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49642         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49643         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49644         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49645         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49646         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49647         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49648         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49649         * math/libm-test.inc (scalbn_test): Add more tests.
49650         (scalbln_test): Likewise.
49652         * manual/filesys.texi (mode_t): Describe constraints on size and
49653         signedness, not exact equivalence to a particular type.
49654         (ino_t): Likewise.
49655         (ino64_t): Likewise.
49656         (dev_t): Likewise.
49657         (nlink_t): Likewise.
49658         (blkcnt_t): Likewise.
49659         (blkcnt64_t): Likewise.
49660         * manual/llio.texi (off_t): Likewise.
49662         [BZ #3976]
49663         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49664         (__ieee754_exp): Save and restore rounding mode and use
49665         round-to-nearest for all computations.
49666         * math/libm-test.inc (exp_test_tonearest): New function.
49667         (exp_test_towardzero): Likewise.
49668         (exp_test_downward): Likewise.
49669         (exp_test_upward): Likewise.
49670         (main): Call the new functions.
49671         * sysdeps/i386/fpu/libm-test-ulps: Update.
49672         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49674 2012-03-01  Chris Demetriou  <cgd@google.com>
49676         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49677         have predictable order.
49679 2012-03-01  David S. Miller  <davem@davemloft.net>
49681         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49683         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49684         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49685         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49686         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49688         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49689         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49690         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49691         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49692         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49693         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49694         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49695         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49696         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49698         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49700         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49701         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49702         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49704         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49705         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49706         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49707         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49708         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49709         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49710         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49711         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49712         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49713         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49714         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49715         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49716         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49717         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49718         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49719         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49720         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49721         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49722         * sysdeps/sparc/elf/configure: Regenerated.
49724 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49726         * configure.in (AS, LD): Require binutils 2.20 or later.
49727         * configure: Regenerated.
49728         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49729         as required minimum version.
49730         * INSTALL: Regenerated.
49732         [BZ #2541]
49733         [BZ #4108]
49734         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49735         before squaring exponent.
49736         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49737         bottom long double and 27 bits of top long double before squaring
49738         exponent.
49739         * math/libm-test.inc (erfc_test): Add more tests.
49740         * sysdeps/i386/fpu/libm-test-ulps: Update.
49741         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49744 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49746         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49747         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49748         containing bit-fields.
49749         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49750         * soft-fp/single.h (_FP_UNION_S): Likewise.
49751         * soft-fp/double.h (_FP_UNION_D): Likewise.
49753 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49755         [BZ #13786]
49756         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49757         not include ../strcmp.S.
49758         [USE_AS_STRNCASECMP_L]: Likewise.
49759         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49760         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49761         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49762         (__strncasecmp_l_ia32): Define as alias to
49763         __strncasecmp_l_nonascii.
49765         [BZ #5794]
49766         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49767         * sysdeps/i386/fpu/libm-test-ulps: Update.
49768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49770         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49773 2012-02-29  Jeff Law  <law@redhat.com>
49775         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49776         out of bounds read.
49778 2012-02-29  Marek Polacek  <polacek@redhat.com>
49780         [BZ #13706]
49781         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49782         * elf/Makefile: Add rules to run tst-unused-dep.out.
49784 2012-02-28  David S. Miller  <davem@davemloft.net>
49786         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49787         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49788         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49789         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49790         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49791         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49793 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49795         * math/libm-test.inc (llround_test): Move one test from
49796         lround_test.  Use TEST_f_L in moved test.
49797         (lround_test): Move misplaced test to llround_test.  Add testcase
49798         from bug 2561.
49800 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49802         * sysdeps/x86_64/fpu/e_expf.S: New file.
49803         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49805 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49807         [BZ #13637]
49808         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49809         of remain_len that may cause incomplete multi-byte character and
49810         false match.
49811         * posix/bug-regex33.c: New file.
49812         * posix/Makefile (tests): Add bug-regex33.
49814 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49816         * manual/macros.texi: New file.
49817         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49818         * manual/libc.texinfo: Include macros.texi.
49819         * manual/creatute.texi: Likewise.
49820         * manual/install.texi: Likewise.
49821         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49822         @glibcadj{} in references to the GNU C Library.
49823         * manual/charset.texi: Likewise.
49824         * manual/conf.texi: Likewise.
49825         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49826         when not using those macros.
49827         * manual/creature.texi: Likewise.
49828         * manual/crypt.texi: Likewise.
49829         * manual/errno.texi: Likewise.
49830         * manual/filesys.texi: Likewise.
49831         * manual/header.texi: Likewise.
49832         * manual/install.texi: Likewise.
49833         * manual/intro.texi: Likewise.
49834         * manual/io.texi: Likewise.
49835         * manual/job.texi: Likewise.
49836         * manual/lang.texi: Likewise.
49837         * manual/libc.texiinfo: Likewise.
49838         * manual/llio.texi: Likewise.
49839         * manual/locale.texi: Likewise.
49840         * manual/maint.texi: Likewise.
49841         * manual/math.texi: Likewise.
49842         * manual/memory.texi: Likewise.
49843         * manual/message.texi: Likewise.
49844         * manual/nss.texi: Likewise.
49845         * manual/pattern.texi: Likewise.
49846         * manual/process.texi: Likewise.
49847         * manual/resource.texi: Likewise.
49848         * manual/search.texi: Likewise.
49849         * manual/setjmp.texi: Likewise.
49850         * manual/signal.texi: Likewise.
49851         * manual/socket.texi: Likewise.
49852         * manual/startup.texi: Likewise.
49853         * manual/stdio.texi: Likewise.
49854         * manual/string.texi: Likewise.
49855         * manual/sysinfo.texi: Likewise.
49856         * manual/syslog.texi: Likewise.
49857         * manual/terminal.texi: Likewise.
49858         * manual/time.texi: Likewise.
49859         * manual/users.texi: Likewise.
49860         * INSTALL: Regenerated.
49861         * NOTES: Regenerated.
49862         * sysdeps/gnu/errlist.c: Regenerated.
49864 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49866         * include/dirent.h: Include <dirstream.h> before
49867         <dirent/dirent.h>.
49869 2012-02-28  David S. Miller  <davem@davemloft.net>
49871         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49872         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49873         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49874         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49876 2012-02-27  David S. Miller  <davem@davemloft.net>
49878         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49879         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49880         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49881         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49883         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49884         frame pointer instead of stack pointer relative arg slot.
49885         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49886         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49887         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49889 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49891         [BZ #3992]
49892         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49894 2012-02-27  David S. Miller  <davem@davemloft.net>
49896         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49897         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49898         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49899         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49900         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49901         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49902         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49903         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49905 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49907         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49908         later.  Allow versions 5-9.
49909         * configure: Regenerated.
49910         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49911         required minimum version and 4.6 as recommended version.  Do not
49912         mention bugs in GCC 2.7 and 2.8.
49913         * INSTALL: Regenerated.
49915 2012-02-27  David S. Miller  <davem@davemloft.net>
49917         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49918         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49919         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49920         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49921         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49922         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49923         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49924         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49926         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49927         manipulate bits before adding and subtracting TWO112[sx].
49928         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49930 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49932         [BZ #13775]
49933         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49934         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49935         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49936         being in POSIX, because they are in 1003.1-2008.
49938         * rt/tst-aio.c: Include <fcntl.h>.
49939         * rt/tst-aio7.c: Likewise.
49940         * rt/tst-aio64.c: Likewise.
49942         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49944 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49946         * manual/install.texi (--with-headers): Describe headers as
49947         interface headers, not private headers.
49948         (Specific advice for GNU/Linux systems): Describe use of headers
49949         from "make headers_install", not private headers from older
49950         kernels.
49951         * INSTALL: Regenerated.
49952         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49953         Change to 2.6.19.
49954         * sysdeps/unix/sysv/linux/configure: Regenerated.
49956         * manual/llio.texi (fclean): Remove documentation.
49958         * manual/Makefile (libc-texi-generated): New variable.  Include
49959         version.texi.
49960         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49961         $(libc-texi-generated), not duplicated list of files.
49962         (version.texi, stamp-version): New rules.
49963         (realclean): Remove $(libc-texi-generated), not individual files
49964         from that list.  Do not remove dir-add.texinfo.
49965         * manual/libc.texinfo: Comment out uses of edition numbers and
49966         references to printed manual.  Remove last-updated dates.
49967         (EDITION): Comment out.
49968         (ISBN): Likewise.
49969         (VERSION, UPDATED): Remove.
49970         (version.texi): Include.
49972 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49974         * sysdeps/posix/spawni.c: Include <signal.h>.
49975         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49976         * sysdeps/pthread/aio_fsync.c: Likewise.
49978 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49980         * conform/Makefile (tests): Run only when not cross-compiling and
49981         when fast-check is not defined.
49983         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49984         * conform/data/limits.h-data: Fixes for POSIX2008.
49985         * conform/run-conformtest.sh: Run all tests.
49986         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49987         headers.
49988         * include/bits/dlfcn.h: Likewise.
49989         * include/langinfo.h: Likewise.
49990         * include/monetary.h: Likewise.
49991         * include/sys/poll.h: Likewise.
49993         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49994         for __USE_GNU.
49995         * posix/spawn.h: Define __need_sigset_t.
49996         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49997         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49998         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49999         to get sigevent_t only.
50000         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
50001         only for __USE_GNU.
50002         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
50003         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
50004         process_vm_writev only for __USE_GNU.
50005         * termios/termios.h: Declare tcgetsid also for POSIX2008.
50007         * conform/Makefile: For now ignore errors from run-conformtest.
50008         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
50009         POSIX to avoid namespace pollution.  Don't prepend headers.
50010         * conform/data/aio.h-data: Fixes for POSIX testing.
50011         * conform/data/fcntl.h-data: Likewise.
50012         * conform/data/glob.h-data: Likewise.
50013         * conform/data/grp.h-data: Likewise.
50014         * conform/data/pthread.h-data: Likewise.
50015         * conform/data/pwd.h-data: Likewise.
50016         * conform/data/signal.h-data: Likewise.
50017         * conform/data/spawn.h-data: Likewise.
50018         * conform/data/stdio.h-data: Likewise.
50019         * conform/data/stdlib.h-data: Likewise.
50020         * conform/data/stropts.h-data: Likewise.
50021         * conform/data/sys/mman.h-data: Likewise.
50022         * conform/data/sys/stat.h-data: Likewise.
50023         * conform/data/sys/types.h-data: Likewise.
50024         * conform/data/sys/wait.h-data: Likewise.
50025         * conform/data/time.h-data: Likewise.
50026         * conform/data/unistd.h-data: Likewise.
50027         * conform/data/utime.h-data: Likewise.
50029         * io/sys/stat.h: fchmod was always in POSIX.
50030         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
50031         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
50032         * rt/aio.h: Define __need_timespec before including <time.h>.
50033         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
50034         struct.  Add forward declaration of pthread_attr_t and use it in
50035         sigevent.
50036         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50037         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50038         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
50039         always remove CLK_TCK definition.
50041 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
50043         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
50045 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
50047         * conform/run-conformtest.sh: New file.
50048         * conform/Makefile: Run run-conformtest for tests.
50049         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
50050         support.
50052         * conform/data/uchar.h-data: New file.
50053         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
50054         * conform/data/arpa/inet.h-data: Likewise.
50055         * conform/data/assert.h-data: Likewise.
50056         * conform/data/complex.h-data: Likewise.
50057         * conform/data/cpio.h-data: Likewise.
50058         * conform/data/ctype.h-data: Likewise.
50059         * conform/data/dirent.h-data: Likewise.
50060         * conform/data/dlfcn.h-data: Likewise.
50061         * conform/data/errno.h-data: Likewise.
50062         * conform/data/fcntl.h-data: Likewise.
50063         * conform/data/float.h-data: Likewise.
50064         * conform/data/fmtmsg.h-data: Likewise.
50065         * conform/data/fnmatch.h-data: Likewise.
50066         * conform/data/ftw.h-data: Likewise.
50067         * conform/data/glob.h-data: Likewise.
50068         * conform/data/grp.h-data: Likewise.
50069         * conform/data/iconv.h-data: Likewise.
50070         * conform/data/inttypes.h-data: Likewise.
50071         * conform/data/langinfo.h-data: Likewise.
50072         * conform/data/libgen.h-data: Likewise.
50073         * conform/data/limits.h-data: Likewise.
50074         * conform/data/locale.h-data: Likewise.
50075         * conform/data/math.h-data: Likewise.
50076         * conform/data/monetary.h-data: Likewise.
50077         * conform/data/mqueue.h-data: Likewise.
50078         * conform/data/ndbm.h-data: Likewise.
50079         * conform/data/net/if.h-data: Likewise.
50080         * conform/data/netdb.h-data: Likewise.
50081         * conform/data/netinet/in.h-data: Likewise.
50082         * conform/data/nl_types.h-data: Likewise.
50083         * conform/data/poll.h-data: Likewise.
50084         * conform/data/pthread.h-data: Likewise.
50085         * conform/data/pwd.h-data: Likewise.
50086         * conform/data/regex.h-data: Likewise.
50087         * conform/data/sched.h-data: Likewise.
50088         * conform/data/search.h-data: Likewise.
50089         * conform/data/semaphore.h-data: Likewise.
50090         * conform/data/setjmp.h-data: Likewise.
50091         * conform/data/signal.h-data: Likewise.
50092         * conform/data/spawn.h-data: Likewise.
50093         * conform/data/stdarg.h-data: Likewise.
50094         * conform/data/stdio.h-data: Likewise.
50095         * conform/data/stdlib.h-data: Likewise.
50096         * conform/data/string.h-data: Likewise.
50097         * conform/data/strings.h-data: Likewise.
50098         * conform/data/stropts.h-data: Likewise.
50099         * conform/data/sys/ipc.h-data: Likewise.
50100         * conform/data/sys/mman.h-data: Likewise.
50101         * conform/data/sys/msg.h-data: Likewise.
50102         * conform/data/sys/resource.h-data: Likewise.
50103         * conform/data/sys/select.h-data: Likewise.
50104         * conform/data/sys/sem.h-data: Likewise.
50105         * conform/data/sys/shm.h-data: Likewise.
50106         * conform/data/sys/socket.h-data: Likewise.
50107         * conform/data/sys/stat.h-data: Likewise.
50108         * conform/data/sys/statvfs.h-data: Likewise.
50109         * conform/data/sys/time.h-data: Likewise.
50110         * conform/data/sys/timeb.h-data: Likewise.
50111         * conform/data/sys/times.h-data: Likewise.
50112         * conform/data/sys/types.h-data: Likewise.
50113         * conform/data/sys/uio.h-data: Likewise.
50114         * conform/data/sys/un.h-data: Likewise.
50115         * conform/data/sys/utsname.h-data: Likewise.
50116         * conform/data/sys/wait.h-data: Likewise.
50117         * conform/data/syslog.h-data: Likewise.
50118         * conform/data/tar.h-data: Likewise.
50119         * conform/data/termios.h-data: Likewise.
50120         * conform/data/utime.h-data: Likewise.
50121         * conform/data/utmpx.h-data: Likewise.
50122         * conform/data/varargs.h-data: Likewise.
50123         * conform/data/wchar.h-data: Likewise.
50124         * conform/data/wctype.h-data: Likewise.
50125         * conform/data/wordexp.h-data: Likewise.
50127         * include/stropts.h: New file.
50128         * include/uchar.h: New file.
50129         * include/aio.h: Changes to allow conformtest.pl to use the headers.
50130         * include/assert.h: Likewise.
50131         * include/ctype.h: Likewise.
50132         * include/dirent.h: Likewise.
50133         * include/dlfcn.h: Likewise.
50134         * include/fcntl.h: Likewise.
50135         * include/fnmatch.h: Likewise.
50136         * include/glob.h: Likewise.
50137         * include/grp.h: Likewise.
50138         * include/libio.h: Likewise.
50139         * include/locale.h: Likewise.
50140         * include/math.h: Likewise.
50141         * include/net/if.h: Likewise.
50142         * include/netdb.h: Likewise.
50143         * include/netinet/in.h: Likewise.
50144         * include/pthread.h: Likewise.
50145         * include/pwd.h: Likewise.
50146         * include/regex.h: Likewise.
50147         * include/sched.h: Likewise.
50148         * include/search.h: Likewise.
50149         * include/setjmp.h: Likewise.
50150         * include/signal.h: Likewise.
50151         * include/stdio.h: Likewise.
50152         * include/stdlib.h: Likewise.
50153         * include/string.h: Likewise.
50154         * include/sys/cdefs.h: Likewise.
50155         * include/sys/mman.h: Likewise.
50156         * include/sys/msg.h: Likewise.
50157         * include/sys/resource.h: Likewise.
50158         * include/sys/select.h: Likewise.
50159         * include/sys/socket.h: Likewise.
50160         * include/sys/stat.h: Likewise.
50161         * include/sys/statvfs.h: Likewise.
50162         * include/sys/time.h: Likewise.
50163         * include/sys/times.h: Likewise.
50164         * include/sys/uio.h: Likewise.
50165         * include/sys/utsname.h: Likewise.
50166         * include/sys/wait.h: Likewise.
50167         * include/termios.h: Likewise.
50168         * include/time.h: Likewise.
50169         * include/ulimit.h: Likewise.
50170         * include/unistd.h: Likewise.
50171         * include/utime.h: Likewise.
50172         * include/wchar.h: Likewise.
50173         * include/wctype.h: Likewise.
50174         * include/wordexp.h: Likewise.
50176         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50178         * time/time.h: TIME_UTC must be a macro.
50179         Make timespec_get available for ISO C11 only as well.
50181 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
50183         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50184         Reported by Peng Haitao <penght@cn.fujitsu.com>.
50186 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50188         * configure.in: Use -o not -a in test for unsupported multi-arch.
50190 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50192         * manual/texinfo.tex: Update to version 2012-01-19.16.
50194 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50196         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50198 2012-02-24  Roland McGrath  <roland@hack.frob.com>
50200         [BZ #13738]
50201         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50202         * manual/fdl-1.3.texi: New file.
50203         * manual/fdl-1.1.texi: File removed.
50205         [BZ #13738]
50206         * manual/libc.texinfo (FDL_VERSION): New @set.
50207         Use it for mention of FDL in cover text.
50208         (Documentation License): Use it in @include file name.
50210 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50211             Roland McGrath  <roland@hack.frob.com>
50213         [BZ #5461]
50214         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50215         (not LONG_LONG_MAX and LONG_LONG_MIN.
50216         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50217         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50218         name.
50219         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50221 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50223         [BZ #2547]
50224         [BZ #11365]
50225         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50226         manipulate bits before adding and subtracting TWO23[sx].
50227         * math/libm-test.inc (nearbyint_test): Add more tests.
50229 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50231         [BZ #2548]
50232         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50233         bits before adding and subtracting TWO23[sx].
50234         * math/libm-test.inc (rint_test): Add more tests.
50235         (rint_test_tonearest): Likewise.
50236         (rint_test_towardzero): Likewise.
50237         (rint_test_downward): Likewise.
50238         (rint_test_upward: Likewise.
50240 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50242         [BZ #10110]
50243         * include/stdc-predef.h: New file.  Extracted from features.h.
50244         * include/features.h: Include stdc-predef.h.
50245         * Makefile (headers): Add stdc-predef.h.
50246         * CONFORMANCE (Compiler limitations): Update.
50248 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50250         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50252 2012-02-21  David S. Miller  <davem@davemloft.net>
50254         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50255         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50257 2012-02-20  David S. Miller  <davem@davemloft.net>
50259         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50260         using a normal save/restore sequence, rather than allocating a
50261         dummy stack frame just to store a frame pointer and restore.
50262         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50264 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50266         * manual/install.texi: Fix stray word in line-wrapped comment.
50268 2012-02-20  David S. Miller  <davem@davemloft.net>
50270         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50271         both binutils and gcc support GOTDATA.
50273         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50274         "rd %pc" in the PIC register setup sequences.
50276         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50277         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50278         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50279         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50280         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50281         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50282         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50283         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50284         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50285         (SYSCALL_ERROR_HANDLER): Likewise.
50286         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50287         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50288         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50289         (SYSCALL_ERROR_HANDLER): Likewise.
50291         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50292         (HAVE_GCC_GOTDATA): New.
50293         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50294         relocation support in both binutils and gcc.
50295         * sysdeps/sparc/elf/configure: Regenerate.
50297         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50298         * sysdeps/sparc/sparc32/elf/configure: Delete.
50299         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50300         * sysdeps/sparc/sparc64/elf/configure: Delete.
50301         * sysdeps/sparc/elf/configure.in: New file.
50302         * sysdeps/sparc/elf/configure: Generate.
50304         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50305         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50306         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50307         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50308         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50310 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50312         * manual/install.texi: Do not mention specific glibc version
50313         numbers.
50314         * manual/libc.texinfo (VERSION, UPDATED): Update.
50315         (@copying): Use @copyright{} and range of years.
50317 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50319         [BZ #13695]
50320         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50321         [crti.S not in sysdirs] (generated): Do not append.
50322         [crti.S not in sysdirs] (omit-deps): Likewise.
50323         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50324         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50325         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50326         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50327         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50328         Likewise.
50329         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50330         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50331         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50332         * csu/defs.awk: Remove file.
50333         * sysdeps/generic/initfini.c: Likewise.
50334         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50335         variable.
50336         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50337         Likewise.
50339 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50341         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50342         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50343         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50344         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50345         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50346         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50347         <bits/epoll.h>.
50348         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50349         (__EPOLL_PACKED): Define to empty if not defined by
50350         <bits/epoll.h>.
50351         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50352         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50353         bits/epoll.h.
50355 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50357         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50358         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50359         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50360         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50361         <bits/timerfd.h>.
50362         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50363         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50364         bits/timerfd.h.
50366 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50368         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50369         in C locale.
50370         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50371         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50372         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50373         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50375 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50377         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50378         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50380 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50382         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50383         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50384         defined.
50385         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50386         Likewise.
50387         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50388         entry for 2.16.
50390 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50392         * math/w_acos.c: Use non-signaling floating-point comparisons.
50393         * math/w_acosf.c: Likewise.
50394         * math/w_acosh.c: Likewise.
50395         * math/w_acoshf.c: Likewise.
50396         * math/w_acoshl.c: Likewise.
50397         * math/w_acosl.c: Likewise.
50398         * math/w_asin.c: Likewise.
50399         * math/w_asinf.c: Likewise.
50400         * math/w_asinl.c: Likewise.
50401         * math/w_atanh.c: Likewise.
50402         * math/w_atanhf.c: Likewise.
50403         * math/w_atanhl.c: Likewise.
50404         * math/w_exp2.c: Likewise.
50405         * math/w_exp2f.c: Likewise.
50406         * math/w_exp2l.c: Likewise.
50407         * math/w_j0.c: Likewise.
50408         * math/w_j0f.c: Likewise.
50409         * math/w_j0l.c: Likewise.
50410         * math/w_j1.c: Likewise.
50411         * math/w_j1f.c: Likewise.
50412         * math/w_j1l.c: Likewise.
50413         * math/w_jn.c: Likewise.
50414         * math/w_jnf.c: Likewise.
50415         * math/w_log.c: Likewise.
50416         * math/w_log10.c: Likewise.
50417         * math/w_log10f.c: Likewise.
50418         * math/w_log10l.c: Likewise.
50419         * math/w_log2.c: Likewise.
50420         * math/w_log2f.c: Likewise.
50421         * math/w_log2l.c: Likewise.
50422         * math/w_logf.c: Likewise.
50423         * math/w_logl.c: Likewise.
50424         * math/w_sqrt.c: Likewise.
50425         * math/w_sqrtf.c: Likewise.
50426         * math/w_sqrtl.c: Likewise.
50427         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50428         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50429         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50430         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50431         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50433 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50435         [BZ #9739]
50436         * manual/string.texi (strnlen): Use correct parameter name in
50437         equivalent expression.
50439 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50441         [BZ #11174]
50442         * manual/users.texi (seteuid): Consistently use neweuid for
50443         argument name.
50445 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50447         [BZ #13704]
50448         * manual/nss.texi (Services in the NSS configuration): Correct
50449         list of services in example configuration file.
50451 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50453         [BZ #11322]
50454         * manual/arith.texi: Remove statements about negative zero
50455         behaving identically to zero.
50457 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50459         [BZ #5993]
50460         * manual/install.texi: Do not document upgrading from libc5.
50462 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50464         [BZ #4596]
50465         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50467 2012-02-18  David S. Miller  <davem@davemloft.net>
50469         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50470         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50471         %o7 across the call.
50472         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50473         instead.
50474         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50475         SETUP_PIC_REG_LEAF.
50476         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50477         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50478         * sysdeps/sparc/crtn.S: Likewise.
50480 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50482         * aout/Makefile: Remove.
50484 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50486         [BZ #13058]
50487         * manual/examples/argp-ex1.c (main): Format definition in GNU
50488         style.
50489         * manual/examples/argp-ex2.c (main): Likewise.
50490         * manual/examples/argp-ex3.c (main): Likewise.
50491         * manual/examples/argp-ex4.c (main): Likewise.
50492         * manual/examples/longopt.c (main): Use new-style prototype
50493         definition.
50494         * manual/examples/strncat.c (main): Specify return type and use
50495         (void) for arguments.
50496         * manual/examples/subopt.c (main): Use char **argv argument.
50498 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50500         [BZ #5077]
50501         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50502         rounding modes.
50504 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50506         [BZ #6907]
50507         * manual/string.texi (strchr): Change when strchrnul is
50508         recommended.
50510 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50512         [BZ #174]
50513         * manual/locale.texi (setlocale): Document LOCPATH.
50515 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50517         [BZ #10210]
50518         * manual/process.texi (execle): Move @dots{} before last argument.
50520 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50522         [BZ #12047]
50523         * manual/charset.texi (Generic Charset Conversion): Fix typo
50524         (LC_TYPE -> LC_CTYPE).
50526 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50528         [BZ #5805]
50529         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50530         (scalbnf): Likewise.
50531         (scalbnl): Likewise.
50532         (scalbln): Likewise.
50533         (scalblnf): Likewise.
50534         (scalblnl): Likewise.
50535         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50536         (vwarnx): Likewise.
50537         (verr): Likewise.
50538         (verrx): Likewise.
50539         * manual/filesys.texi (telldir): Use braces around return type.
50540         * manual/llio.texi (mmap): Add space after comma.
50541         (mmap64): Likewise.
50542         * manual/math.texi (jn): Use @var{} on parameter names.
50543         (jnf): Likewise.
50544         (jnl): Likewise.
50545         (yn): Likewise.
50546         (ynf): Likewise.
50547         (ynl): Likewise.
50548         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50549         line.
50550         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50551         "...".
50552         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50553         (sched_get_priority_max): Likewise.
50554         * manual/signal.texi (sigvec): Add space after comma.
50555         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50556         names.
50557         (if_indextoname): Likewise.
50558         (if_freenameindex): Likewise.
50559         (sendto): Use ',' instead of '.' in prototype.
50560         * manual/startup.texi (syscall): Use @dots{} instead of literal
50561         "...".
50562         * manual/stdio.texi (__fpending): Separate initial words of
50563         paragraph from @deftypefun line.
50564         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50565         "...".
50566         (vsyslog): Use @var{} on parameter names.
50567         * manual/terminal.texi (stty): Use @var{} on parameter names.
50568         * manual/users.texi (getutmp): Use @var{} on parameter names.
50569         (getutmpx): Likewise.
50571 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50573         [BZ #6884]
50574         * manual/stdio.texi (fopen): Fix typos in description of
50575         ",ccs=STRING".
50577 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50579         [BZ #4026]
50580         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50581         get clock_id definition.
50583 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50585         [BZ #4822]
50586         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50587         (madvise): Cast every argument to void on its own.
50589 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50591         [BZ #9902]
50592         * manual/startup.texi (Exit Status): Fix typo.
50594 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50596         [BZ #10140]
50597         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50598         * manual/examples/argp-ex2.c: Likewise.
50599         * manual/examples/argp-ex3.c: Likewise.
50601 2012-02-16  Richard Henderson  <rth@redhat.com>
50603         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50604         * sysdeps/s390/s390-32/initfini.c: Remove.
50605         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50606         * sysdeps/s390/s390-64/initfini.c: Remove.
50608 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50610         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50611         compiler output for sysdeps/generic/initfini.c.
50612         * sysdeps/sh/elf/initfini.c: Remove file.
50614 2012-02-16  David S. Miller  <davem@davemloft.net>
50616         [BZ #11494]
50617         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50619         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50620         * sysdeps/sparc/crti.S: New file.
50621         * sysdeps/sparc/crtn.S: New file.
50622         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50623         * sysdeps/sparc/sparc64/Makefile: Likewise.
50625 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50627         [BZ #3335]
50628         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50630 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50632         [BZ #4822]
50633         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50635         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50636         (write, read, close): Likewise.
50637         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50639 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50641         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50642         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50643         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50644         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50645         <bits/signalfd.h>.
50646         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50647         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50648         bits/signalfd.h.
50650 2012-02-14  Marek Polacek  <polacek@redhat.com>
50652         * sysdeps/x86_64/crti.S: New file.
50653         * sysdeps/x86_64/crtn.S: New file.
50654         * sysdeps/x86_64/elf/initfini.c: Remove file.
50656 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50658         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50659         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50660         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50661         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50662         <bits/inotify.h>.
50663         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50664         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50665         bits/inotify.h.
50667 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50669         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50670         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50671         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50672         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50673         <bits/eventfd.h>.
50674         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50675         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50676         bits/eventfd.h.
50678 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50680         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50681         __feraiseexcept instead of feraiseexcept.
50683         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50684         nanosleep invocations.
50685         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50686         strings, and add error checking for a nanosleep invocations.
50688 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50690         Replace FSF snail mail address with URLs, as per GNU coding standards.
50691         Most of the snail mail addresses were wrong anyway, and omitting
50692         them makes the source code easier to maintain.  Almost all of the
50693         changes are to license notices and to locale LC_IDENTIFICATION
50694         addresses, except for this one:
50695         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50696         not its snail mail address.
50698 2012-02-09  Richard Henderson  <rth@twiddle.net>
50700         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50701         of kernel-features.h.
50703         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50705 2012-02-08  Marek Polacek  <polacek@redhat.com>
50707         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50708         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50709         * sysdeps/gnu/_G_config.h: Likewise.
50710         * sysdeps/generic/_G_config.h: Likewise.
50712 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50714         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50715         tests.
50716         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50718         * sysdeps/powerpc/powerpc32/crti.S: New file.
50719         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50720         * sysdeps/powerpc/powerpc64/crti.S: New file.
50721         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50723         * Makeconfig (have-initfini): Don't set.
50724         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50725         * configure.in (nopic_initfini): Don't substitute.
50726         * config.h.in (HAVE_INITFINI): Don't #undef.
50727         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50728         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50730 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50732         Support crti.S and crtn.S provided directly by architectures.
50733         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50734         [crti.S in sysdirs] (omit-deps): Likewise.
50735         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50736         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50737         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50738         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50739         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50740         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50741         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50742         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50743         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50744         compiler output for sysdeps/generic/initfini.c.
50745         * sysdeps/i386/elf/Makefile: Remove file.
50746         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50748 2012-02-07  Marek Polacek  <polacek@redhat.com>
50750         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50751         * sysdeps/gnu/_G_config.h: Likewise.
50752         * sysdeps/mach/hurd/_G_config.h: Likewise.
50754 2012-02-07  Marek Polacek  <polacek@redhat.com>
50756         * math/Makefile (tests): Add tst-CMPLX2.
50757         * math/tst-CMPLX2.c: New file.
50759 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50761         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50763         * math/libm-test.inc (jn_test): Add missing L suffix.
50765 2012-02-06  Marek Polacek  <polacek@redhat.com>
50767         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50768         * sysdeps/i386/fpu/e_powf.S: Likewise.
50769         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50770         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50771         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50772         * sysdeps/i386/fpu/e_pow.S: Likewise.
50773         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50774         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50775         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50776         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50777         * sysdeps/i386/fpu/e_log2.S: Likewise.
50778         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50779         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50780         * sysdeps/i386/fpu/e_powl.S: Likewise.
50781         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50782         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50783         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50784         * sysdeps/i386/fpu/e_logl.S: Likewise.
50785         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50786         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50787         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50788         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50789         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50790         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50791         * sysdeps/i386/fpu/e_log.S: Likewise.
50792         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50793         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50794         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50795         * sysdeps/i386/fpu/e_logf.S: Likewise.
50796         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50797         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50798         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50799         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50800         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50801         * sysdeps/i386/fpu/e_log10.S: Likewise.
50802         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50803         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50804         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50805         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50806         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50807         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50808         * sysdeps/i386/asm-syntax.h: Likewise.
50809         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50810         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50811         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50812         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50813         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50814         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50815         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50816         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50817         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50818         * sysdeps/powerpc/sysdep.h: Likewise.
50819         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50820         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50822 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50824         [BZ #411]
50825         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50827 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50829         * sysdeps/i386/sysdep.h: Include <features.h>.
50830         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50831         version.
50833 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50835         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50836         Define.
50837         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50838         LOAD_PIC_REG_STR.
50840 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50842         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50843         (SETUP_PIC_REG): Use GET_PC_THUNK.
50844         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50845         macro.
50847 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50849         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50850         for non-PIC compilation.
50851         (SETUP_PIC_REG): Add .p2align directive.
50852         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50853         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50854         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50855         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50856         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50857         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50858         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50859         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50860         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50861         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50862         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50863         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50864         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50865         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50866         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50867         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50868         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50869         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50870         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50871         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50872         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50873         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50874         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50875         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50876         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50877         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50878         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50879         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50880         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50881         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50882         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50883         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50884         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50885         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50886         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50887         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50888         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50889         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50890         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50891         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50892         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50894 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50896         * math/tst-CMPLX.c: Include <stdio.h>.
50898 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50900         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50901         float.
50902         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50903         * sysdeps/sparc/bits/mathdef.h: Likewise.
50905 2012-01-31  Marek Polacek  <polacek@redhat.com>
50907         * libio/libio.h: Don't define _PARAMS.
50908         * locale/programs/config.h: Don't define PARAMS.
50909         * stdlib/strtol_l.c: Likewise.
50910         (__strtol_l): Remove PARAMS from the prototype.
50912 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50914         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50915         names.  Just use the correct names.  Remove unnecessary wrapper
50916         functions.
50917         * malloc/arena.c: Likewise.
50918         * malloc/hooks.c: Likewise.
50920         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50921         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50922         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50924 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50926         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50927         into tail calls.
50928         (update_get_addr): New function.
50929         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50930         GET_ADDR_MODULE parameter.
50932 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50934         * crypt/cert.c: Remove __STDC__ conditionals.
50935         * crypt/crypt-entry.c: Likewise.
50936         * crypt/crypt_util.c: Likewise.
50937         * libio/filedoalloc.c: Likewise.
50938         * libio/fileops.c: Likewise.
50939         * libio/genops.c: Likewise.
50940         * libio/iofclose.c: Likewise.
50941         * libio/iofdopen.c: Likewise.
50942         * libio/iofopen.c: Likewise.
50943         * libio/iofopen64.c: Likewise.
50944         * libio/iogetdelim.c: Likewise.
50945         * libio/iopopen.c: Likewise.
50946         * libio/obprintf.c: Likewise.
50947         * libio/oldfileops.c: Likewise.
50948         * libio/oldiofclose.c: Likewise.
50949         * libio/oldiofdopen.c: Likewise.
50950         * libio/oldiofopen.c: Likewise.
50951         * libio/oldiopopen.c: Likewise.
50952         * libio/wfiledoalloc.c: Likewise.
50953         * libio/wgenops.c: Likewise.
50954         * locale/programs/xmalloc.c: Likewise.
50955         * misc/syslog.c: Likewise.
50956         * stdio-common/xbug.c: Likewise.
50957         * string/memchr.c: Likewise.
50958         * string/memcmp.c: Likewise.
50959         * string/memrchr.c: Likewise.
50960         * string/rawmemchr.c: Likewise.
50961         * sysdeps/posix/getcwd.c: Likewise.
50962         * time/strftime_l.c: Likewise.
50964 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50966         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50967         * config.make.in (config-cflags-sse2avx): Define.
50968         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50969         Fix typo.
50971 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50973         * scripts/config.guess: Update from upstream config git repository.
50974         * scripts/config.sub: Likewise.
50976 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50978         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50979         (EM_NUM): Update.
50980         (R_TILEPRO_*, R_TILEGX_*): New macros.
50982         * scripts/firstversions.awk: Fix bug in version range handling.
50984         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50986         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50988         * include/sys/epoll.h: New file.
50989         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50990         libc_hidden_def.
50992 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50994         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50995         Avoid unnecessary __WORDSIZE == 64 test.
50996         (fmaxf): Use VEX format if possible.
50997         (fmax): Likewise.
50998         (fminf): Likewise.
50999         (fmin): Likewise.
51001         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
51002         * math/math_private.h: Remove libc_fegetround* and
51003         libc_fesetround*.
51004         * sysdeps/i386/configure.in: Check for -msse2avx.
51005         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
51006         also if SSE2AVX is defined.
51007         Remove libc_fegetround* and libc_fesetround*.
51008         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
51009         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
51010         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
51011         of HAS_YMM_USABLE.
51012         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51013         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51014         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51015         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51016         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51018         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
51020 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51022         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
51023         size is not set.
51024         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
51026 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
51028         [BZ #13618]
51029         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
51030         relocation.
51031         * Makeconfig (libm): Define.
51032         * elf/Makefile: Add rules to build and run tst-relsort1.
51033         * elf/tst-relsort1.c: New file.
51034         * elf/tst-relsort1mod1.c: New file.
51035         * elf/tst-relsort1mod2.c: New file.
51037 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
51039         * math/s_ldexp.c: Remove __STDC__ conditionals.
51040         * math/s_ldexpf.c: Likewise.
51041         * math/s_ldexpl.c: Likewise.
51042         * math/s_nextafter.c: Likewise.
51043         * math/s_nexttowardf.c: Likewise.
51044         * math/s_significand.c: Likewise.
51045         * math/s_significandf.c: Likewise.
51046         * math/s_significandl.c: Likewise.
51047         * math/w_jnl.c: Likewise.
51048         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
51049         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
51050         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
51051         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
51052         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
51053         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
51054         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
51055         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
51056         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
51057         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
51058         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
51059         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51060         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
51061         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
51062         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
51063         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
51064         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
51065         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
51066         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
51067         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51068         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51069         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
51070         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
51071         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
51072         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
51073         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
51074         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
51075         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
51076         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
51077         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
51078         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
51079         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
51080         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
51081         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
51082         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
51083         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
51084         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
51085         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
51086         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
51087         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
51088         * sysdeps/ieee754/k_standard.c: Likewise.
51089         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51090         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
51091         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
51092         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
51093         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
51094         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
51095         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
51096         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
51097         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
51098         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
51099         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
51100         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
51101         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
51102         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
51103         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
51104         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
51105         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
51106         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
51107         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
51108         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
51109         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
51110         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
51111         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
51112         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
51113         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
51114         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
51115         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51116         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51117         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51118         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
51119         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
51120         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
51121         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
51122         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51123         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51124         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51125         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51126         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51127         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51128         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51129         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51130         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51131         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51132         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51133         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51134         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51135         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51136         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51137         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51138         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51139         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51140         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51141         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51142         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51143         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51144         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51145         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51146         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51147         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51148         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51149         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51150         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51151         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51152         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51153         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51154         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51155         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51156         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51157         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51158         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51159         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51160         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51161         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51162         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51163         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51164         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51165         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51166         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51167         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51168         * sysdeps/ieee754/s_matherr.c: Likewise.
51169         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51170         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51171         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51172         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51174 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51176         * crypt/md5.h: Remove __STDC__ conditionals.
51177         * libio/libioP.h: Likewise.
51178         * locale/programs/config.h: Likewise.
51179         * sysdeps/generic/sysdep.h: Likewise.
51180         * sysdeps/i386/asm-syntax.h: Likewise.
51181         * sysdeps/s390/asm-syntax.h: Likewise.
51182         * sysdeps/unix/sysdep.h: Likewise.
51183         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51186 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51188         * libio/libio.h: Remove __STDC__ conditionals.
51189         * malloc/obstack.h: Likewise.
51190         * math/complex.h: Likewise.
51191         * math/math.h: Likewise.
51192         * sysdeps/generic/_G_config.h: Likewise.
51193         * sysdeps/gnu/_G_config.h: Likewise.
51194         * sysdeps/mach/hurd/_G_config.h: Likewise.
51195         * sysdeps/powerpc/bits/mathdef.h: Likewise.
51196         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51197         * sysdeps/sparc/bits/mathdef.h: Likewise.
51199 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
51201         [BZ #13583]
51202         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51203         Clean up HAS_* macros.
51204         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51205         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51206         possible.
51207         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51208         HAS_AVX.
51209         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51210         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51211         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51212         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51213         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51215 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51217         * elf/tst-unique3.cc (gets): Remove declaration.
51218         * elf/tst-unique3lib.cc (gets): Likewise.
51219         * elf/tst-unique3lib2.cc (gets): Likewise.
51220         * elf/tst-unique4.cc (gets): Likewise.
51222 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51224         * include/stdio.h: Add C++ protection.  Add gets declarations and
51225         definitions.
51226         * debug/tst-chk1.c: Don't declare gets here.
51227         * stdio-common/tst-gets.c: Likewise.
51229 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51231         * posix/glob: Remove directory.
51233 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51235         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51237 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51239         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51240         of the non-standard EPFNOSUPPORT.
51242 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51244         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51245         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51246         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51248 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51250         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51252 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51254         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51255         transient errors.
51256         * nscd/grpcache.c (cache_addgr): Likewise.
51257         * nscd/hstcache.c (cache_addhst): Likewise.
51258         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51259         * nscd/pwdcache.c (cache_addpw): Likewise.
51260         * nscd/servicescache.c (cache_addserv): Likewise.
51262 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51264         * malloc/malloc.c: Various cleanups.
51265         * malloc/hooks.c: Likewise.
51267         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51268         * stdlib/bug-fmtmsg1.c: New file.
51270         * stdlib/fmtmsg.c (init): Add missing unlock.
51271         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51273 2012-01-12  Marek Polacek  <polacek@redhat.com>
51275         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51276         and _GNU_SOURCE.
51278 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51280         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51281         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51282         macro to ensure uniqueness of label name.
51283         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51284         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51286 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51288         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51290         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51291         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51292         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51293         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51295 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51297         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51299         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51300         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51301         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51303         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51305         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51306         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51307         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51308         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51310         * math/bits/math-finite.h: Add ldexp support.
51312 2012-01-10  Marek Polacek  <polacek@redhat.com>
51314         * locale/programs/localedef.h (show_archive_content): Add noreturn
51315         attribute.
51317 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51319         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51321 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51323         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51325         * io/Makefile (headers): Add bits/poll2.h.
51327 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51330         typo #include statement.
51332 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51334         * include/sys/cdefs.h: Define __attribute_alloc_size.
51335         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51336         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51337         * elf/pldd.c: Likewise.
51338         * iconv/iconv_charmap.c: Likewise.
51339         * iconv/iconvconfig.c: Likewise.
51340         * iconv/strtab.c: Likewise.
51341         * locale/programs/locale.c: Likewise.
51342         * locale/programs/localedef.h: Likewise.
51343         * locale/programs/simple-hash.c: Likewise.
51344         * nscd/nscd.h: Likewise.
51345         * nss/makedb.c: Likewise.
51346         * sysdeps/generic/ldconfig.h: Likewise.
51347         * locale/programs/localedef.c: Remove xmalloc prototype.
51348         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51350 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51352         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51353         appropriate.
51355 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51357         * math/Makefile (tests): Add tst-CMPLX.
51358         * math/tst-CMPLX.c: New file.
51360         * math/complex.h (CMPLXL): Fix typo.
51362         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51363         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51364         GLIBC_2.16.
51365         * debug/tst-chk1.c: Add poll and ppoll tests.
51366         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51367         * include/sys/poll.h: Add hidden proto for ppoll.
51368         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51369         * sysdeps/mach/hurd/ppoll.c: Likewise.
51370         * io/ppoll.c: Likewise.
51371         * debug/poll_chk.c: New file.
51372         * debug/ppoll_chk.c: New file.
51373         * include/bits/poll2.h: New file.
51374         * io/bits/poll2.h: New file.
51376         [BZ #1350]
51377         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51379         * configure.in: static is always set to yes.  Remove.
51380         * config.make.in: Don't set build-static.
51381         * Makeconfig: Remove use of build-static.
51382         * dlfcn/Makefile: Likewise.
51383         * elf/Makefile: Likewise.
51384         * math/Makefile: Likewise.
51385         * misc/Makefile: Likewise.
51386         * nptl/Makefile: Likewise.
51387         * sysdeps/mach/hurd/Makefile: Likewise.
51389         * configure.in: PWD_P is not used anymore.
51390         * config.make.in: Remove PWD_P entry.
51392         * configure.in: Remove last remnants of RANLIB.
51393         No need to check for signed size_t anymore.
51394         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51395         and IA-64.
51396         Remove __builtin_expect test because we require at least gcc 3.4.
51397         * aclocal.m4: Likewise.
51399         * wcsmbs/mbrtoc16.c: Implement using towc function.
51400         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51401         * wcsmbs/wcsmbsload.c: Likewise.
51402         * iconv/gconv_simple.c: Likewise.
51403         * iconv/gconv_int.h: Likewise.
51404         * iconv/gconv_builtin.h: Likewise.
51405         * iconv/iconv_prog.c: Remove CHAR16 handling.
51407         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51409         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51411         * configure.in: Remove --with-elf and --enable-bounded options.
51412         Dont set base_machine for ia64.  More non-ELF conditions removed.
51413         Remove testing and setting of leading underscore information.
51414         * config.make.in (build-bounded): Set to no.
51415         * config.h.in: Remove NO_UNDERSCORES entry.
51416         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51417         them.
51418         * csu/start.c: Remove !NO_UNDERSCORE code.
51419         * locale/localeinfo.h: Likewise.
51420         * sysdeps/generic/machine-gmon.h: Likewise.
51421         * sysdeps/generic/sysdep.h: Likewise.
51422         * sysdeps/i386/sysdep.h: Likewise.
51423         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51424         * sysdeps/mach/sysdep.h: Likewise.
51425         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51426         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51427         * sysdeps/sh/sysdep.h: Likewise.
51428         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51429         * sysdeps/unix/i386/sysdep.S: Likewise.
51430         * sysdeps/unix/sparc/start.c: Likewise.
51431         * sysdeps/unix/sparc/sysdep.S: Likewise.
51432         * sysdeps/unix/sparc/sysdep.h: Likewise.
51433         * sysdeps/unix/start.c: Likewise.
51434         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51435         * sysdeps/x86_64/sysdep.h: Likewise.
51437 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51439         [BZ #13553]
51440         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51441         for non-gcc.
51442         * argp/argp-fmtstream.h: Use const instead __const.
51443         * argp/argp.h: Likewise.
51444         * assert/assert.h: Likewise.
51445         * bits/fenv.h: Likewise.
51446         * bits/sched.h: Likewise.
51447         * bits/sigset.h: Likewise.
51448         * bits/sigthread.h: Likewise.
51449         * catgets/nl_types.h: Likewise.
51450         * conform/data/pthread.h-data: Likewise.
51451         * crypt/crypt-private.h: Likewise.
51452         * crypt/crypt.h: Likewise.
51453         * crypt/crypt_util.c: Likewise.
51454         * ctype/ctype.h: Likewise.
51455         * debug/execinfo.h: Likewise.
51456         * debug/mbsnrtowcs_chk.c: Likewise.
51457         * debug/mbsrtowcs_chk.c: Likewise.
51458         * debug/wcsnrtombs_chk.c: Likewise.
51459         * debug/wcsrtombs_chk.c: Likewise.
51460         * debug/wcstombs_chk.c: Likewise.
51461         * dirent/dirent.h: Likewise.
51462         * dlfcn/dlfcn.h: Likewise.
51463         * elf/neededtest4.c: Likewise.
51464         * grp/grp.h: Likewise.
51465         * gshadow/gshadow.h: Likewise.
51466         * iconv/gconv.h: Likewise.
51467         * iconv/gconv_int.h: Likewise.
51468         * iconv/gconv_simple.c: Likewise.
51469         * iconv/iconv.h: Likewise.
51470         * iconv/loop.c: Likewise.
51471         * iconv/skeleton.c: Likewise.
51472         * include/aio.h: Likewise.
51473         * include/aliases.h: Likewise.
51474         * include/argz.h: Likewise.
51475         * include/arpa/inet.h: Likewise.
51476         * include/assert.h: Likewise.
51477         * include/dirent.h: Likewise.
51478         * include/dlfcn.h: Likewise.
51479         * include/execinfo.h: Likewise.
51480         * include/fcntl.h: Likewise.
51481         * include/fenv.h: Likewise.
51482         * include/glob.h: Likewise.
51483         * include/grp.h: Likewise.
51484         * include/libintl.h: Likewise.
51485         * include/mntent.h: Likewise.
51486         * include/netdb.h: Likewise.
51487         * include/pwd.h: Likewise.
51488         * include/rpc/netdb.h: Likewise.
51489         * include/sched.h: Likewise.
51490         * include/search.h: Likewise.
51491         * include/shadow.h: Likewise.
51492         * include/signal.h: Likewise.
51493         * include/stdio.h: Likewise.
51494         * include/stdlib.h: Likewise.
51495         * include/string.h: Likewise.
51496         * include/sys/socket.h: Likewise.
51497         * include/sys/stat.h: Likewise.
51498         * include/sys/statfs.h: Likewise.
51499         * include/sys/statvfs.h: Likewise.
51500         * include/sys/syslog.h: Likewise.
51501         * include/sys/time.h: Likewise.
51502         * include/sys/uio.h: Likewise.
51503         * include/time.h: Likewise.
51504         * include/unistd.h: Likewise.
51505         * include/utmp.h: Likewise.
51506         * include/wchar.h: Likewise.
51507         * include/wctype.h: Likewise.
51508         * inet/aliases.h: Likewise.
51509         * inet/arpa/inet.h: Likewise.
51510         * inet/netinet/ether.h: Likewise.
51511         * inet/netinet/in.h: Likewise.
51512         * intl/libintl.h: Likewise.
51513         * io/bits/fcntl2.h: Likewise.
51514         * io/fcntl.h: Likewise.
51515         * io/ftw.h: Likewise.
51516         * io/sys/poll.h: Likewise.
51517         * io/sys/stat.h: Likewise.
51518         * io/sys/statfs.h: Likewise.
51519         * io/sys/statvfs.h: Likewise.
51520         * io/utime.h: Likewise.
51521         * libio/bits/stdio.h: Likewise.
51522         * libio/bits/stdio2.h: Likewise.
51523         * libio/libio.h: Likewise.
51524         * libio/libioP.h: Likewise.
51525         * libio/stdio.h: Likewise.
51526         * locale/lc-ctype.c: Likewise.
51527         * locale/locale.h: Likewise.
51528         * login/utmp.h: Likewise.
51529         * malloc/arena.c: Likewise.
51530         * malloc/malloc.c: Likewise.
51531         * malloc/malloc.h: Likewise.
51532         * malloc/mcheck.c: Likewise.
51533         * malloc/mtrace.c: Likewise.
51534         * math/bits/mathcalls.h: Likewise.
51535         * math/fenv.h: Likewise.
51536         * math/math_private.h: Likewise.
51537         * misc/bits/error.h: Likewise.
51538         * misc/bits/syslog.h: Likewise.
51539         * misc/err.h: Likewise.
51540         * misc/error.h: Likewise.
51541         * misc/fstab.h: Likewise.
51542         * misc/mntent.h: Likewise.
51543         * misc/regexp.h: Likewise.
51544         * misc/search.h: Likewise.
51545         * misc/sgtty.h: Likewise.
51546         * misc/sys/mman.h: Likewise.
51547         * misc/sys/syslog.h: Likewise.
51548         * misc/sys/uio.h: Likewise.
51549         * misc/sys/xattr.h: Likewise.
51550         * misc/ttyent.h: Likewise.
51551         * nis/rpcsvc/ypclnt.h: Likewise.
51552         * nss/nss.h: Likewise.
51553         * posix/bits/unistd.h: Likewise.
51554         * posix/fnmatch.h: Likewise.
51555         * posix/glob.h: Likewise.
51556         * posix/sched.h: Likewise.
51557         * posix/spawn.h: Likewise.
51558         * posix/sys/wait.h: Likewise.
51559         * posix/unistd.h: Likewise.
51560         * posix/wordexp.h: Likewise.
51561         * pwd/pwd.h: Likewise.
51562         * resolv/netdb.h: Likewise.
51563         * resource/sys/resource.h: Likewise.
51564         * rt/aio.h: Likewise.
51565         * rt/bits/mqueue2.h: Likewise.
51566         * rt/mqueue.h: Likewise.
51567         * shadow/shadow.h: Likewise.
51568         * signal/signal.h: Likewise.
51569         * socket/send.c: Likewise.
51570         * socket/sendto.c: Likewise.
51571         * socket/sys/socket.h: Likewise.
51572         * stdio-common/printf.h: Likewise.
51573         * stdlib/bits/stdlib.h: Likewise.
51574         * stdlib/fmtmsg.h: Likewise.
51575         * stdlib/monetary.h: Likewise.
51576         * stdlib/stdlib.h: Likewise.
51577         * stdlib/ucontext.h: Likewise.
51578         * streams/stropts.h: Likewise.
51579         * string/argz.h: Likewise.
51580         * string/bits/string2.h: Likewise.
51581         * string/string.h: Likewise.
51582         * string/strings.h: Likewise.
51583         * sunrpc/rpc/auth.h: Likewise.
51584         * sunrpc/rpc/auth_des.h: Likewise.
51585         * sunrpc/rpc/clnt.h: Likewise.
51586         * sunrpc/rpc/netdb.h: Likewise.
51587         * sunrpc/rpc/pmap_clnt.h: Likewise.
51588         * sunrpc/rpc/xdr.h: Likewise.
51589         * sysdeps/generic/inttypes.h: Likewise.
51590         * sysdeps/generic/net/if.h: Likewise.
51591         * sysdeps/generic/sys/swap.h: Likewise.
51592         * sysdeps/gnu/net/if.h: Likewise.
51593         * sysdeps/gnu/utmpx.h: Likewise.
51594         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51595         * sysdeps/i386/i486/bits/string.h: Likewise.
51596         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51597         * sysdeps/s390/bits/string.h: Likewise.
51598         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51599         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51600         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51601         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51602         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51603         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51604         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51605         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51606         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51607         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51608         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51609         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51610         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51611         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51612         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51613         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51614         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51615         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51616         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51617         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51618         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51619         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51620         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51621         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51622         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51623         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51624         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51625         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51626         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51627         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51628         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51629         * sysvipc/sys/ipc.h: Likewise.
51630         * sysvipc/sys/msg.h: Likewise.
51631         * sysvipc/sys/sem.h: Likewise.
51632         * sysvipc/sys/shm.h: Likewise.
51633         * termios/termios.h: Likewise.
51634         * time/sys/time.h: Likewise.
51635         * time/time.h: Likewise.
51636         * wcsmbs/bits/wchar2.h: Likewise.
51637         * wcsmbs/uchar.h: Likewise.
51638         * wcsmbs/wchar.h: Likewise.
51639         * wctype/wctype.h: Likewise.
51641         [BZ #13551]
51642         * Makeconfig: Remove all but ELF support including AIX support.
51643         * Makerules: Likewise.
51644         * config.h.in: Likewise.
51645         * config.make.in: Likewise.
51646         * configure: Likewise.
51647         * configure.in: Likewise.
51648         * csu/Makefile: Likewise.
51649         * csu/version.c: Likewise.
51650         * debug/Makefile: Likewise.
51651         * dlfcn/Makefile: Likewise.
51652         * elf/Makefile: Likewise.
51653         * extra-lib.mk: Likewise.
51654         * iconv/Makefile: Likewise.
51655         * include/libc-symbols.h: Likewise.
51656         * include/shlib-compat.h: Likewise.
51657         * resolv/Makefile: Likewise.
51658         * resolv/res_libc.c: Likewise.
51659         * rt/Makefile: Likewise.
51660         * sysdeps/i386/asm-syntax.h: Likewise.
51661         * sysdeps/i386/sysdep.h: Likewise.
51662         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51663         * sysdeps/mach/sysdep.h: Likewise.
51664         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51665         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51666         * sysdeps/s390/asm-syntax.h: Likewise.
51667         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51668         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51669         * sysdeps/sh/sysdep.h: Likewise.
51670         * sysdeps/unix/sparc/sysdep.h: Likewise.
51671         * sysdeps/wordsize-32/divdi3.c: Likewise.
51672         * sysdeps/x86_64/sysdep.h: Likewise.
51674         * argp/Versions: Remove _argp_unlock_xxx.
51676         [BZ #13559]
51677         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51678         * abilist/libBrokenLocale.abilist: Likewise.
51679         * abilist/libanl.abilist: Likewise.
51680         * abilist/libc.abilist: Likewise.
51681         * abilist/libcrypt.abilist: Likewise.
51682         * abilist/libdl.abilist: Likewise.
51683         * abilist/libm.abilist: Likewise.
51684         * abilist/libnsl.abilist: Likewise.
51685         * abilist/libpthread.abilist: Likewise.
51686         * abilist/libresolv.abilist: Likewise.
51687         * abilist/librt.abilist: Likewise.
51688         * abilist/libthread_db.abilist: Likewise.
51689         * abilist/libutil.abilist: Likewise.
51690         * abilist/libnss_db.abilist: New file.
51692         * scripts/abilist.awk: Add support for indirect functions.
51694         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51696         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51698         * shlib-versions: Remove entries for ports architectures.
51700         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51701         files in ports.
51702         * elf/stackguard-macros.h: Remove support for IA-64.
51703         * elf/tst-auditmod1.c: Likewise.
51704         * sysdeps/generic/ldsodefs.h: Likewise.
51706         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51707         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51708         configure files.
51710         [BZ #13552]
51711         * configure.in: Remove --enable-omitfp support.
51712         * FAQ.in: Adjust.
51713         * config.make.in: Likewise.
51714         * Makeconfig: Likewise.
51715         * manual/install.texi: Likewise.
51717         In case anyone cares, the IA-64 architecture could move to ports.
51718         * sysdeps/ia64/*: Removed.
51719         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51720         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51722         [BZ #13555]
51723         * configure.in: Remove entries for unsupported architectures.
51725         [BZ #13533]
51726         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51727         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51728         routines.
51729         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51730         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51731         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51732         fall back to using wcrtomb.
51733         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51734         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51735         renaming.
51736         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51737         * wcsmbs/tst-c16c32-1.c: New file.
51739         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51740         local variable.
51742         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51744         * elf/tst-unique3.cc: Add explicit declaration of gets.
51745         * elf/tst-unique3lib.cc: Likewise.
51746         * elf/tst-unique3lib2.cc: Likewise.
51747         * elf/tst-unique4.cc: Likewise.
51749         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51751 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51753         [BZ #13566]
51754         * assert/assert.h (static_assert): Don't define for C++.
51755         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51756         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51758 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51760         * iconv/loop.c (single loop): Fix assertion in storing of
51761         remaining bytes.
51763         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51765 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51767         * posix/getconf.c: Update copyright year.
51768         * nss/getent.c: Likewise.
51769         * nss/makedb.c: Likewise.
51770         * iconv/iconvconfig.c: Likewise.
51771         * iconv/iconv_prog.c: Likewise.
51772         * elf/ldconfig.c: Likewise.
51773         * elf/pldd.c: Likewise.
51774         * elf/sotruss.ksh: Likewise.
51775         * catgets/gencat.c: Likewise.
51776         * csu/version.c: Likewise.
51777         * elf/ldd.bash.in: Likewise.
51778         * elf/sprof.c (print_version): Likewise.
51779         * locale/programs/locale.c: Likewise.
51780         * locale/programs/localedef.c: Likewise.
51781         * login/programs/pt_chown.c: Likewise.
51782         * nscd/nscd.c (print_version): Likewise.
51783         * debug/xtrace.sh: Likewise.
51784         * malloc/memusage.sh: Likewise.
51785         * malloc/mtrace.pl: Likewise.
51786         * debug/catchsegv.sh: Likewise.
51788 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51790         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51791         pure attribute.
51793 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51795         [BZ #13533]
51796         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51797         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51798         transformations.
51799         * iconv/gconv_int.h: Likewise.
51800         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51801         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51802         from libc for GLIBC_2.16.
51803         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51804         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51805         * wcsmbs/uchar.h: Really define mbstate_t.
51806         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51807         * wcsmbs/c16rtomb.c: New file.
51808         * wcsmbs/mbrtoc16.c: New file.
51809         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51810         for C/POSIX locale.
51811         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51812         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51814         * wcsmbs/wchar.h: Add missing __restrict.
51816 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51818         [BZ #13532]
51819         * time/Makefile (routines): Add timespec_get.
51820         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51821         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51822         timespec for ISO C11.
51823         * time/timespec_get.c: New file.
51824         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51825         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51827         [BZ #13531]
51828         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51829         * stdlib/stdlib.h: Declare aligned_alloc.
51830         * Versions.def: Add GLIBC_2.16 for libc.
51831         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51833         [BZ 13527]
51834         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51835         ISO C11.
51837         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51838         code.
51840         [BZ #13528]
51841         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51843         [BZ #13529]
51844         * assert/assert.h (static_assert): Define.
51846         * version.h: Update for 2.16 development version.
51848         [BZ #13526]
51849         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51850         _ISOC11_SOURCE.
51852         * version.h (RELEASE): Bump for 2.15 release.
51853         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51855         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51856         Patch by Marek Polacek <mpolacek@redhat.com>.
51858         * bits/byteswap.h: Protect long long constants with __extension__.
51859         * sysdeps/i386/bits/byteswap.h: Likewise.
51860         * sysdeps/ia64/bits/byteswap.h: Likewise.
51861         * sysdeps/s390/bits/byteswap.h: Likewise.
51862         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51864 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51866         [BZ #13540]
51867         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51868         destination buffer.
51869         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51871 2011-12-23  Marek Polacek  <polacek@redhat.com>
51873         * elf/dl-addr.c (determine_info): Add inline keyword.
51874         * elf/tst-auditmod4b.c (check_avx): Likewise.
51875         * elf/tst-auditmod6b.c (check_avx): Likewise.
51876         * elf/tst-auditmod6c.c (check_avx): Likewise.
51877         * elf/tst-auditmod7b.c (check_avx): Likewise.
51879 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51881         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51882         !__SSE_MATH__.
51884 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51886         [BZ #13540]
51887         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51888         processing for last bytes.
51890 2011-08-06  Bruno Haible  <bruno@clisp.org>
51892         [BZ #13061]
51893         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51894         U+0385, not to U+1FEE.
51896         [BZ #13062]
51897         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51898         entry for U+00A5 U+0301.
51900 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51902         [BZ #13166]
51903         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51904         buffer for the output is too small.
51906         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51907         optimization.
51909         [BZ #13185]
51910         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51911         SSE flags if possible.
51913 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51915         [BZ #13540]
51916         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51917         processing for last bytes.
51919 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51921         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51922         (syscall-list-default-options, syscall-list-default-condition)
51923         (syscall-list-includes): Define.
51924         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51925         list of ABIs and options and #if conditions for each ABI.  Do not
51926         handle common syscalls between ABIs specially.
51927         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51928         Remove.
51929         (syscall-list-variants, syscall-list-32bit-options)
51930         (syscall-list-32bit-condition, syscall-list-64bit-options)
51931         (syscall-list-64bit-condition): Define.
51932         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51933         (syscall-list-variants, syscall-list-32bit-options)
51934         (syscall-list-32bit-condition, syscall-list-64bit-options)
51935         (syscall-list-64bit-condition): Define.
51936         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51937         Remove.
51938         (syscall-list-variants, syscall-list-32bit-options)
51939         (syscall-list-32bit-condition, syscall-list-64bit-options)
51940         (syscall-list-64bit-condition): Define.
51941         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51942         Remove.
51943         (syscall-list-variants, syscall-list-32bit-options)
51944         (syscall-list-32bit-condition, syscall-list-64bit-options)
51945         (syscall-list-64bit-condition): Define.
51947 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51949         * locale/iso-639.def: Add brx entry.
51951         [BZ #13328]
51952         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51953         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51955         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51956         __feraiseexcept_renamed.
51958 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51960         [BZ #13538]
51961         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51962         EPOLLET with unsigned values.
51963         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51964         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51966         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51967         to large cancellation.
51968         * math/s_cacoshf.c: Likewise.
51969         * math/s_cacoshl.c: Likewise.
51971 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51973         [BZ #13305]
51974         [BZ #12786]
51975         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51976         * math/s_cacoshf.c: Likewise.
51977         * math/s_cacoshl.c: Likewise.
51979 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51981         [BZ #13439]
51982         * iconv/gconv.h: Define __GCONV_SWAP.
51983         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51984         * iconvdata/utf-16.c: Likewise.
51985         * iconvdata/utf-32.c: Likewise.
51987 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51989         [BZ #13524]
51990         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51991         numerator after shifting it by one limb.
51993 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51995         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51996         under [__USE_EXTERN_INLINES].
51998 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52000         [BZ #13446]
52001         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
52003 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52005         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
52006         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
52007         optimized code.
52008         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
52009         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
52010         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
52011         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
52012         for strncasecmp/strncasecmp_l compilation.
52013         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
52014         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
52016 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
52018         [BZ #13484]
52019         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
52020         of __asm__.
52022 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
52024         [BZ #13506]
52025         * time/tzfile.c (__tzfile_read): Check values from file header.
52027 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
52029         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
52030         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
52031         * powerpc/powerpc32/dl-start.S: Likewise.
52032         * powerpc/powerpc32/elf/start.S: Likewise.
52033         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
52034         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
52035         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
52036         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
52037         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
52038         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
52039         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
52040         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
52041         * powerpc/powerpc32/fpu/s_round.S: Likewise.
52042         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
52043         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
52044         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
52045         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
52046         * powerpc/powerpc32/memset.S: Likewise.
52047         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
52048         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
52049         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
52050         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
52051         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
52052         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
52053         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
52054         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
52055         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
52056         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
52057         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
52058         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52059         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52061 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52063         * math/libm-test.inc: Added more nearbyint tests.
52064         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
52065         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
52066         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
52067         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
52069 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
52071         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
52072         FD_CLOEXEC.
52074 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52076         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
52077         Add wcscpy-ssse3 wcscpy-c.
52078         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
52079         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
52080         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
52081         * sysdeps/x86_64/wcschr.S: New file.
52082         * sysdeps/x86_64/wcsrchr.S: New file.
52083         * string/test-strcmp.c: Remove checking of wcscmp function for
52084         wrong alignments.
52085         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
52086         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
52087         wcsrchr-sse2 wcsrchr-c.
52088         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
52089         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
52090         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
52091         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
52092         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
52093         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
52094         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
52095         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
52096         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
52097         * wcsmbc/wcschr.c (WCSCHR): New macro.
52099 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52101         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
52102         * wcsmbs/test-wcsrchr.c: New file.
52103         * string/test-strrchr.c: Add wcsrchr support.
52104         (WIDE): New macro.
52105         * wcsmbs/test-wcscpy.c: New file.
52106         * string/test-strcpy.c: Add wcscpy support.
52107         (WIDE): New macro.
52109 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
52111         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
52112         the inner loop.
52114 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
52116         [BZ #13472]
52117         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
52119 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
52121         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52122         Minor optimizations.
52124         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52125         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52126         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52128 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
52130         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52131         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52132         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52133         for gcc to avoid warnings.
52134         * inet/Makefile (tests): Add tst-checks.
52135         * inet/tst-checks.c: New file.
52137         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52138         warning.
52140         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52141         __wmemcmp_sse2.
52143         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52144         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52146         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52148 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
52150         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52151         problem.
52153         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52155 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
52157         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52158         conditional on GCC version.
52159         (__arch_compare_and_exchange_val_8_acq)
52160         (__arch_compare_and_exchange_val_16_acq)
52161         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52162         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52163         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52165 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
52167         * sysdeps/sh/backtrace.c: New file.
52169 2011-12-02  Andreas Schwab  <schwab@redhat.com>
52171         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
52172         parenthesis.
52174 2011-12-01  Andreas Schwab  <schwab@redhat.com>
52176         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52177         falling back to utime.
52179 2011-11-30  Andreas Schwab  <schwab@redhat.com>
52181         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52182         expectations for float.
52184 2011-11-29  Andreas Schwab  <schwab@redhat.com>
52186         * locale/weight.h (findidx): Add parameter len.
52187         * locale/weightwc.h (findidx): Likewise.
52188         * posix/fnmatch_loop.c (FCT): Adjust caller.
52189         * posix/regcomp.c (build_equiv_class): Likewise.
52190         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52191         * posix/regexec.c (check_node_accept_bytes): Likewise.
52192         * string/strcoll_l.c (STRCOLL): Likewise.
52193         * string/strxfrm_l.c (STRXFRM): Likewise.
52195 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
52197         * Makefile.in: Remove CVSOPT handling.
52198         * configure.in: Remove use of AC_REVISION.
52199         * iconvdata/Makefile (distribute): No need to filter out CVS.
52200         * scripts/list-sources.sh: Remove CVS, subversion and monotone
52201         handling.
52203 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52205         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52206         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52207         [USE_AS_STRNCASECMP_L]: Likewise.
52208         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52209         NO_TLS_DIRECT_SEG_REFS.
52210         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52211         Fix argument offsets for non-PIC.
52212         [USE_AS_STRNCASECMP_L]: Likewise.
52213         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52214         NO_TLS_DIRECT_SEG_REFS.
52216 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52218         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52219         O_CLOEXEC.
52220         * locale/loadlocale.c (_nl_load_locale): Likewise.
52222 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52224         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52225         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52226         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52227         (SYSCALL_GETTIME): Set errno on error.
52229         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52230         count references to noai6ai_cached.
52232 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52234         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52236         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52237         FD_CLOEXEC for /proc/self/maps.
52239         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52240         FD_CLOEXEC for /proc/meminfo.
52242         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52243         gai.conf.
52245         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52246         FD_CLOEXEC for given file.
52248         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52250         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52251         FD_CLOEXEC for /etc/hosts.
52252         (_gethtent): Likewise.
52254         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52256         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52257         cancellation and set FD_CLOEXEC for /etc/netgroup.
52259         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52260         reading /etc/publickey.
52262         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52263         allow cancellation when reading /etc/group.
52265         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52266         cancellation.
52267         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52269         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52270         when using data file.
52272         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52274         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52275         (write_nis_obj): Use "c" and "e" in fopen.
52277         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52279         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52281         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52283         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52285         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52286         locale.alias.
52288         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52290         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52292         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52294         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52295         file parsing and set FD_CLOEXEC.
52297 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52299         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52301 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52303         * malloc/arena.c (arena_get2): Don't call reused_arena when
52304         _int_new_arena failed.
52306 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52308         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52309         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52310         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52311         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52312         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52313         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52314         to compile strcasecmp and strncasecmp.
52315         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52316         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52318         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52320 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52322         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52323         locale-defines.sym to gen-as-const-headers.
52324         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52325         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52326         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52327         to compile strcasecmp and strncasecmp.
52328         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52329         strcasecmp_l and strncasecmp_l.
52330         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52331         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52332         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52333         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52334         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52335         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52336         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52337         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52338         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52339         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52340         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52342 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52344         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52345         result of SYSDEP_GETTIME_CPU to retval.
52346         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52347         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52349         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52350         variable.
52352         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52353         mantissa words.
52354         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52356         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52357         from unused variable.
52359         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52360         DWARF definitions.
52361         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52362         for assembling.
52364         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52365         over namespaces.
52367         * sunrpc/rpc_prot.c (rejected): Fix case value.
52369         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52370         unsigned long long int to avoid warnings in shift.
52372         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52373         of use of trans.
52374         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52375         variable tmp.
52377         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52378         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52379         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52381         * nis/nis_table.c (nis_list): Use variable of correct type for
52382         result of __follow_path call.
52384 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52386         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52387         of math functions ceil, trunc, floor, round, and sqrt, when
52388         avaliable on the platform.
52389         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52390         name clash.
52391         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52392         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52393         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52395 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52397         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52398         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52400 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52402         * include/unistd.h: Fix __readlink return type.
52403         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52405 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52407         * stdlib/ucontext.h: Undo last change for makecontext.
52409 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52411         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52413         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52414         * setjmp/setjmp.h: Mark functions as non-leaf.
52415         * setjmp/bits/setjmp2.h: Likewise.
52416         * stdlib/ucontext.h: Likewise.
52418 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52420         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52421         (reused_arena): Don't check arena limit.
52422         (arena_get2): Atomically check arena limit.
52424 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52426         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52427         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52429         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52430         instructions.
52432 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52434         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52435         handler when locking.
52437         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52438         Fix size of allocated buffer.
52440 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52442         [BZ #10103]
52443         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52444         declarations for long double functions.
52445         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52447         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52449 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52451         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52452         installed.
52454         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52455         is disabled.
52457 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52459         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52461 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52463         * include/alloca.h (stackinfo_alloca_round): Define.
52464         (extend_alloca): Use it.
52465         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52466         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52467         here.
52469         * scripts/check-local-headers.sh: Ignore libaudit.h.
52471         * nscd/Makefile (extra-objs): Make recursively expanded.
52473 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52475         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52476         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52478         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52479         * posix/tst-rfc3484-2.c: Likewise.
52480         * posix/tst-rfc3484-3.c: Likewise.
52482         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52483         process_vm_writev.
52484         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52485         process_vm_writev.
52486         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52487         process_vm_writev from libc using GLIBC_2.15 version.
52489         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52491 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52493         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52494         stack usage.
52496 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52498         [BZ #13367]
52499         * nss/getent.c (initgroups_keys): Show error message in case no group
52500         names are given.
52502         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52503         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52504         __bump_nl_timestamp.
52505         * nscd/connections (nscd_init): When host database is served open
52506         netlink socket and request notification about configuration changes.
52507         (main_loop_poll): Track netlink file descriptor and bump timestamp
52508         in case data becomes available.
52509         (main_loop_epoll): Likewise.
52510         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52511         (database_pers_head): Add extra_data fileds.
52512         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52513         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52514         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52515         Adjust caller.
52516         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52517         in6ai data, call __free_in6ai.
52518         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52519         Add -DHAVE_NETLINK.
52520         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52521         interface information.  Reuse previous data if netlink timestamp
52522         is not changed.
52523         (__bump_nl_timestamp): New function.
52524         (__free_in6ai): New function.
52526 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52528         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52529         close_not_cancel_no_status here.
52530         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52532 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52534         [BZ #13276]
52535         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52536         return value.
52538         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52539         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52540         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52542 2011-07-03  Andreas Jaeger  <aj@suse.de>
52544         [BZ #10709]
52545         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52546         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52547         * math/libm-test.inc (sin_test): Add test case.
52549 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52551         [BZ #13337]
52552         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52553         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52555         * elf/chroot_canon.c (chroot_canon): Cleanups.
52557         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52559         [BZ #13335]
52560         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52561         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52563         * string/test-strchr.c: Make usable for strchrnul testing.
52564         * string/test-strchrnul.c: New file.
52565         * string/Makefile (strop-tests): Add strchrnul.
52567         * po/it.po: Update from translation team.
52568         * po/es.po: Likewise.
52570 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52572         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52573         the three constants needed as parameters.  Drop the others.
52574         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52575         __m128i_strloadu_tolower.
52576         Create and initialize variable zero and use it in all the places
52577         where _mm_setzero_si128 was used.
52579         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52580         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52581         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52582         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52583         anymore.
52584         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52585         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52586         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52587         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52588         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52589         __mpranred, __mptan.
52590         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52591         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52592         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52593         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52594         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52595         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52596         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52597         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52598         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52600 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52602         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52603         redefine if SHARED.
52604         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52606         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52607         wide char related routines to wcsmbs subdir.
52609 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52611         [BZ #13344]
52612         * misc/sys/cdefs.h (__THROWNL): Define.
52613         * posix/unistd.h: Use __THREADNL instead of __THREAD
52614         for memory synchronization functions.
52616 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52618         [BZ #13349]
52619         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52620         doesn't exist.
52621         * manual/stdio.texi (Obstack Streams): Node removed.
52623 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52625         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52626         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52627         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52629         * math/math_private.h (math_force_eval): Allow non-addressable
52630         arguments.
52631         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52633 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52635         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52636         file is not needed.
52638         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52639         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52640         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52641         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52642         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52643         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52644         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52645         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52646         Add AVX variants.
52647         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52648         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52649         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52650         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52651         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52652         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52653         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52654         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52655         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52656         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52657         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52658         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52659         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52660         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52661         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52662         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52663         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52664         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52665         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52667         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52668         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52670         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52671         place.  Use VEX encoding when compiling for AVX.
52673 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52675         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52676         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52678         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52680 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52682         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52683         useless if() expression.
52684         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52685         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52686         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52687         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52688         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52689         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52690         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52691         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52692         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52693         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52694         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52695         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52696         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52697         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52698         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52699         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52700         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52701         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52702         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52704         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52706 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52708         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52709         condition.
52710         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52712 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52714         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52715         .text section.  Avoid duplicate constants.
52716         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52717         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52718         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52719         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52720         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52721         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52722         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52723         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52724         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52725         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52726         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52727         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52728         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52729         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52730         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52731         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52732         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52733         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52734         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52735         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52736         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52737         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52738         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52739         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52740         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52741         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52742         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52743         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52744         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52745         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52746         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52747         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52748         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52749         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52750         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52751         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52752         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52753         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52754         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52755         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52756         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52757         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52758         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52759         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52760         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52762 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52764         * sysdeps/x86_64/dla.h: Move to ...
52765         * sysdeps/x86_64/fpu/dla.h: ...here.
52766         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52767         situations.  Use __builtin_fma only for gcc 4.6 and up.
52769         * config.make.in: Add have-mfma4 entry.
52770         * configure.in: Substitute libc_cv_cc_fma4.
52771         * math/Makefile (dbl-only-routines): Add sincostab.
52772         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52773         Use __sincostab not sincos.
52774         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52775         name is a macro.
52776         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52777         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52778         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52779         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52780         using __copysign.
52781         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52782         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52783         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52784         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52785         and __inv.
52786         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52787         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52788         __copysign.
52789         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52790         define aliases when function name is a macro.
52791         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52792         sysdeps/ieee754/dbl-64/sincos.tbl.
52793         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52794         fma4-enabled routines.
52795         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52796         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52797         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52798         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52799         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52800         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52801         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52802         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52803         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52804         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52805         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52806         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52807         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52808         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52809         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52810         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52811         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52812         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52813         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52814         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52815         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52816         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52817         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52818         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52819         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52820         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52821         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52822         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52823         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52824         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52826         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52827         rename.
52828         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52829         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52830         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52831         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52832         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52833         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52834         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52835         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52837 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52839         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52841 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52843         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52845         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52846         prediction.
52847         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52849         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52850         Remove unused variable magic_bits.
52851         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52853         * string/strnlen.c: Define and use STRNLEN macro.
52854         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52855         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52856         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52857         * wcsmbs/wcslen.c: Define and use WCSLEN.
52858         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52859         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52860         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52861         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52862         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52863         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52864         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52866 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52868         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52869         strnlen-sse2-no-bsf.
52870         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52871         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52872         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52873         Add strnlen support.
52874         (USE_AS_STRNLEN): New macro.
52875         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52876         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52877         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52878         * sysdeps/x86_64/wcslen.S: New file.
52880 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52882         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52883         XMM-moves are used for copying on small sizes.
52885 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52887         * wcsmbs/Makefile (strop-tests): Add wcschr.
52888         * wcsmbs/test-wcschr.c: New file.
52889         * string/test-strchr.c: Update.
52890         Add wcschr support.
52891         (WIDE): New macro.
52893 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52895         * wcsmbs/Makefile (strop-tests): Add wcslen.
52896         * wcsmbs/test-wcslen.c: New file.
52897         * string/test-strlen.c: Update.
52898         Add wcslen support.
52899         (WIDE): New macro.
52901 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52903         * po/it.po: Update from translation team.
52905 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52907         * sysdeps/x86_64/wcscmp.S: Update.
52908         Fix wrong comparison semantics.
52909         wcscmp shall use signed comparison not unsigned.
52910         Don't use substraction to avoid overflow bug.
52911         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52912         * wcsmbc/wcscmp.c: Likewise.
52913         * string/test-strcmp.c: Likewise.
52914         Add new tests to check cases with negative values.
52916 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52918         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52919         * sysdeps/x86_64/dla.h: ...here.  New file.
52920         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52921         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52922         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52923         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52924         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52925         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52926         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52927         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52928         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52930 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52932         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52933         __ynl_finite aliases.
52935 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52937         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52939         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52940         define DLA_FMA.
52941         [DLA_FMA] (EMULV): Use DLA_FMA.
52942         [DLA_FMA] (MUL12): Use EMULV.
52943         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52944         that are not needed.
52945         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52946         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52947         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52948         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52949         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52950         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52951         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52953 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52955         * math/s_nan.c: Undef __nan.
52956         * math/s_nanf.c: Undef __nanf.
52957         * math/s_nanl.c: Undef __nanl.
52958         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52959         "math_private.h".
52961 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52963         * math/s_catan.c: Add branch predictions.
52964         * math/s_catanf.c: Likewise.
52965         * math/s_catanh.c: Likewise.
52966         * math/s_catanhf.c: Likewise.
52967         * math/s_catanhl.c: Likewise.
52968         * math/s_catanl.c: Likewise.
52969         * math/s_cexp.c: Likewise.
52970         * math/s_cexpf.c: Likewise.
52971         * math/s_cexpl.c: Likewise.
52972         * math/s_clog.c: Likewise.
52973         * math/s_clog10.c: Likewise.
52974         * math/s_clog10f.c: Likewise.
52975         * math/s_clog10l.c: Likewise.
52976         * math/s_clogf.c: Likewise.
52977         * math/s_clogl.c: Likewise.
52978         * math/s_csqrt.c: Likewise.
52979         * math/s_csqrtf.c: Likewise.
52980         * math/s_csqrtl.c: Likewise.
52981         * math/s_ctanf.c: Likewise.
52982         * math/s_ctanh.c: Likewise.
52983         * math/s_ctanhf.c: Likewise.
52984         * math/s_ctanhl.c: Likewise.
52985         * math/s_ctanl.c: Likewise.
52987         * math/math_private.h: Define __nan, __nanf, __nanl.
52988         * math/s_cacosh.c: Include <math_private.h>.
52989         * math/s_cacoshl.c: Likewise.
52990         * math/s_casinh.c: Likewise.
52991         * math/s_casinhf.c: Likewise.
52992         * math/s_casinhl.c: Likewise.
52993         * math/s_ccos.c: Rely entire on ccosh.
52994         * math/s_ccosf.c: Rely entire on ccoshf.
52995         * math/s_ccosl.c: Rely entirely on ccoshl.
52996         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52997         Remove tests for FE_INVALID.
52998         * math/s_ccoshf.c: Likewise.
52999         * math/s_ccoshl.c: Likewise.
53000         * math/s_csin.c: Likewise.
53001         * math/s_csinf.c: Likewise.
53002         * math/s_csinh.c Likewise.
53003         * math/s_csinhf.c: Likewise.
53004         * math/s_csinhl.c: Likewise.
53005         * math/s_csinl.c: Likewise.
53006         * math/s_ctan.c: Likewise.
53007         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
53008         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
53009         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
53011 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
53013         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
53014         compilation problems.
53016         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
53017         __builtin_expect.
53019 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
53021         * sysdeps/i386/configure.in: Test for -mfma4 option.
53022         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
53023         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
53024         COMMON_CPUID_INDEX_80000001.
53025         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
53026         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
53027         use it if FMA3 is not supported.
53028         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
53030         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
53031         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53033 2011-10-20  Andreas Schwab  <schwab@redhat.com>
53035         [BZ #12892]
53036         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
53037         it would create a cycle with a link time dependency.
53039 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
53041         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
53042         instruction.
53043         * string/Makefile (strop-tests): Add rawmemchr.
53044         * string/test-rawmemchr.c: New file.
53046         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
53047         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
53048         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
53049         when compiling str{,n}casecmp and when AVX is available.  Hook up
53050         new optimized code in initializers.
53052 2011-10-19  Andreas Schwab  <schwab@redhat.com>
53054         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
53055         __feraiseexcept instead of feraiseexcept.
53057 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
53059         * math/math_private.h: Define defaults for libc_fetestexcept and
53060         libc_feupdateenv.
53061         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
53062         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
53063         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53064         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53065         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
53066         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53067         libc_fetestexcept and libc_feupdateenv.
53069         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
53070         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
53071         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
53072         * sysdeps/x86_64/fpu/math_private.h: Define special version of
53073         libc_feholdexcept_setround.
53075         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
53076         Add s_nearbyint-c and s_nearbyintf-c.
53077         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
53078         nearbyintf inlines.
53079         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
53080         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
53081         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
53082         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
53084         * math/math_private.h: Define defaults for libc_fegetround,
53085         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
53086         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
53087         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
53088         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
53089         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
53090         standard functions.
53091         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53092         Remove comments and hacks for old compiler versions.
53093         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53094         libc_fegetround, libc_fesetround, libc_feholdexcept, and
53095         libc_feholdexceptl.
53097 2011-10-18  Andreas Schwab  <schwab@redhat.com>
53099         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
53100         (__feraiseexcept_renamed): Add __NTH.
53101         (feraiseexcept): Add __NTH.  Rename local variables to fix
53102         namespace violations.
53104 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
53106         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
53108         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
53110         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
53111         recently added interfaces.
53112         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
53114         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
53115         about macro parameter expansion.
53117         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
53118         __NO_MATH_INLINES is defined.  Cleanups.
53120         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
53121         and __floorf is target has SSE4.1.
53122         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53123         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53124         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53125         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53127         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53128         name.
53129         (floorf): Likewise.
53131         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53133 2011-10-17  Andreas Schwab  <schwab@redhat.com>
53135         * misc/sys/cdefs.h: Fix last change.
53137         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53138         database lookup.
53140 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
53142         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53144         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53145         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53146         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53147         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53148         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53149         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53150         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53151         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53152         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53153         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53154         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53155         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53156         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53157         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53158         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53159         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53160         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53161         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53162         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53163         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53164         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53165         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53167         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53168         ceil, ceilf, floor, floorf.
53170         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53171         Perform IRELATIVE relocations last.
53173         * elf/do-rel.h: Add another parameter nrelative, replacing the
53174         local variable with the same name.  Change name of the function
53175         to end in Rel or Rela (uppercase).
53176         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53177         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
53178         elf_dynamic_do_##reloc function.
53180 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53182         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53183         is sufficient, at least on modern CPUs.
53185         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53187         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53188         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53190         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53191         __expl_finite.
53192         * math/bits/math-finite.h: Add entries for exp.
53193         * math/e_expl.c: Add __*_finite alias.
53194         * sysdeps/i386/fpu/e_exp.S: Likewise.
53195         * sysdeps/i386/fpu/e_expf.S: Likewise.
53196         * sysdeps/i386/fpu/e_expl.c: Likewise.
53197         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53198         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53199         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53200         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53201         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53202         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53203         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53205         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53206         is sufficient, at least on modern CPUs.
53208         * ctype/ctype-info.c (__ctype_init): Define.
53209         * include/ctype.h (__ctype_init): Declare.
53210         (__ctype_b_loc): The variable is always initialized.
53211         (__ctype_toupper_loc): Likewise.
53212         (__ctype_tolower_loc): Likewise.
53213         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53214         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53216 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53218         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53220         * configure.in: Also look in $cxxmachine/include for C++ system
53221         headers.
53223 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53225         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53226         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53227         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53228         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53229         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53230         (USE_AS_WMEMCMP): New macro.
53231         Fixing indents.
53232         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53233         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53234         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53235         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53236         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53237         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53238         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53239         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53240         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53241         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53242         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53243         (USE_AS_WMEMCMP): New macro.
53244         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53245         * sysdeps/string/test-memcmp.c: Update.
53246         Fix simple_wmemcmp.
53247         Add new tests.
53248         * wcsmbs/wmemcmp.c: Update.
53249         (WMEMCMP): New macro.
53250         Fix overflow bug.
53252 2011-10-12  Andreas Jaeger  <aj@suse.de>
53254         [BZ #13268]
53255         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53257 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53259         * libio/iofwide.c (do_length): Avoid warning.
53261         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53263 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53265         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53267         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53268         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53269         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53270         * sysdeps/i386/i686/fpu/e_log.S: New file.
53271         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53272         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53274         * ctype/ctype.h: Add support for inlined isXXX functions when
53275         compiling C++ code.
53277 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53279         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53281         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53283 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53285         [BZ #13291]
53286         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53288 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53290         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53291         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53292         feraiseexcept.
53294         * sysdeps/x86_64/memrchr.S: Check for zero size.
53296         * string/stratcliff.c: Add memrchr tests.
53298 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53300         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53301         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53302         rawmemchr-sse2 rawmemchr-sse2-bsf.
53303         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53304         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53305         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53306         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53307         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53308         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53309         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53310         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53311         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53312         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53313         * string/memrchr.c (MEMRCHR): New macro.
53315 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53317         Add integration with gcc's -ffinite-math-only and optimize wrapper
53318         functions in libm.
53319         * Versions.def: Define GLIBC_2.15 version for libm.
53320         * math/Makefile (headers): Add bits/math-finite.h.
53321         * math/bits/math-finite.h: New file.
53322         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53323         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53324         * math/e_acoshl.c: Add __*_finite alias.
53325         * math/e_acosl.c: Likewise.
53326         * math/e_asinl.c: Likewise.
53327         * math/e_atan2l.c: Likewise.
53328         * math/e_atanhl.c: Likewise.
53329         * math/e_coshl.c: Likewise.
53330         * math/e_exp10.c: Likewise.
53331         * math/e_exp10f.c: Likewise.
53332         * math/e_exp10l.c: Likewise.
53333         * math/e_exp2l.c: Likewise.
53334         * math/e_fmodl.c: Likewise.
53335         * math/e_gammal_r.c: Likewise.
53336         * math/e_hypotl.c: Likewise.
53337         * math/e_j0l.c: Likewise.
53338         * math/e_j1l.c: Likewise.
53339         * math/e_jnl.c: Likewise.
53340         * math/e_lgammal_r.c: Likewise.
53341         * math/e_log10l.c: Likewise.
53342         * math/e_log2l.c: Likewise.
53343         * math/e_logl.c: Likewise.
53344         * math/e_powl.c: Likewise.
53345         * math/e_sinhl.c: Likewise.
53346         * math/e_sqrtl.c: Likewise.
53347         * math/e_scalb.c: Completely rewritten and optimized.
53348         * math/e_scalbf.c: Likewise.
53349         * math/e_scalbl.c: Likewise.
53350         * math/w_acos.c: Likewise.
53351         * math/w_acosf.c: Likewise.
53352         * math/w_acosl.c: Likewise.
53353         * math/w_acosh.c: Likewise.
53354         * math/w_acoshf.c: Likewise.
53355         * math/w_acoshl.c: Likewise.
53356         * math/w_asin.c: Likewise.
53357         * math/w_asinf.c: Likewise.
53358         * math/w_asinl.c: Likewise.
53359         * math/w_atan2.c: Likewise.
53360         * math/w_atan2f.c: Likewise.
53361         * math/w_atan2l.c: Likewise.
53362         * math/w_atanh.c: Likewise.
53363         * math/w_atanhf.c: Likewise.
53364         * math/w_atanhl.c: Likewise.
53365         * math/w_exp10.c: Likewise.
53366         * math/w_exp10f.c: Likewise.
53367         * math/w_exp10l.c: Likewise.
53368         * math/w_fmod.c: Likewise.
53369         * math/w_fmodf.c: Likewise.
53370         * math/w_fmodl.c: Likewise.
53371         * math/w_j0.c: Likewise.
53372         * math/w_j0f.c: Likewise.
53373         * math/w_j0l.c: Likewise.
53374         * math/w_j1.c: Likewise.
53375         * math/w_j1f.c: Likewise.
53376         * math/w_j1l.c: Likewise.
53377         * math/w_jn.c: Likewise.
53378         * math/w_jnf.c: Likewise.
53379         * math/w_log.c: Likewise.
53380         * math/w_logf.c: Likewise.
53381         * math/w_logl.c: Likewise.
53382         * math/w_log10.c: Likewise.
53383         * math/w_log10f.c: Likewise.
53384         * math/w_log10l.c: Likewise.
53385         * math/w_log2.c: Likewise.
53386         * math/w_log2f.c: Likewise.
53387         * math/w_log2l.c: Likewise.
53388         * math/w_pow.c: Likewise.
53389         * math/w_powf.c: Likewise.
53390         * math/w_powl.c: Likewise.
53391         * math/w_remainder.c: Likewise.
53392         * math/w_remainderf.c: Likewise.
53393         * math/w_remainderl.c: Likewise.
53394         * math/w_scalb.c: Likewise.
53395         * math/w_scalbf.c: Likewise.
53396         * math/w_scalbl.c: Likewise.
53397         * math/w_sqrt.c: Likewise.
53398         * math/w_sqrtf.c: Likewise.
53399         * math/w_sqrtl.c: Likewise.
53400         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53401         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53402         used.
53403         * math/math_private.h: Declare __kernel_standard_f.
53404         * math/w_cosh.c: Remove cruft and optimize a bit.
53405         * math/w_coshf.c: Likewise.
53406         * math/w_coshl.c: Likewise.
53407         * math/w_exp2.c: Likewise.
53408         * math/w_exp2f.c: Likewise.
53409         * math/w_exp2l.c: Likewise.
53410         * math/w_hypot.c: Likewise.
53411         * math/w_hypotf.c: Likewise.
53412         * math/w_hypotl.c: Likewise.
53413         * math/w_lgamma.c: Likewise.
53414         * math/w_lgamma_r.c: Likewise.
53415         * math/w_lgammaf.c: Likewise.
53416         * math/w_lgammaf_r.c: Likewise.
53417         * math/w_lgammal.c: Likewise.
53418         * math/w_lgammal_r.c: Likewise.
53419         * math/w_sinh.c: Likewise.
53420         * math/w_sinhf.c: Likewise.
53421         * math/w_sinhl.c: Likewise.
53422         * math/w_tgamma.c: Likewise.
53423         * math/w_tgammaf.c: Likewise.
53424         * math/w_tgammal.c: Likewise.
53425         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53426         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53427         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53428         Minor optimizations.  Pretty printing.  Remove cruft.
53429         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53430         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53431         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53432         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53433         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53434         * sysdeps/i386/fpu/e_asin.S: Likewise.
53435         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53436         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53437         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53438         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53439         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53440         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53441         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53442         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53443         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53444         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53445         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53446         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53447         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53448         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53449         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53450         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53451         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53452         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53453         * sysdeps/i386/fpu/e_log.S: Likewise.
53454         * sysdeps/i386/fpu/e_log10.S: Likewise.
53455         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53456         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53457         * sysdeps/i386/fpu/e_log2.S: Likewise.
53458         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53459         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53460         * sysdeps/i386/fpu/e_logf.S: Likewise.
53461         * sysdeps/i386/fpu/e_logl.S: Likewise.
53462         * sysdeps/i386/fpu/e_pow.S: Likewise.
53463         * sysdeps/i386/fpu/e_powf.S: Likewise.
53464         * sysdeps/i386/fpu/e_powl.S: Likewise.
53465         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53466         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53467         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53468         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53469         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53470         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53471         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53472         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53473         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53474         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53475         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53476         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53477         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53478         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53479         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53480         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53481         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53482         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53483         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53484         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53485         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53486         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53487         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53488         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53489         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53490         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53491         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53492         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53493         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53494         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53495         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53496         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53497         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53498         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53499         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53500         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53501         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53502         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53503         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53504         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53505         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53506         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53507         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53508         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53509         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53510         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53511         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53512         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53513         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53514         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53515         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53516         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53517         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53518         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53519         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53520         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53521         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53522         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53523         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53524         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53525         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53526         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53527         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53528         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53529         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53530         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53531         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53532         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53533         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53534         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53535         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53536         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53537         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53538         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53539         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53540         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53541         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53542         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53543         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53544         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53545         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53546         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53547         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53548         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53549         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53550         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53551         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53552         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53553         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53554         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53555         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53556         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53557         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53558         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53559         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53560         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53561         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53562         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53563         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53564         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53565         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53566         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53567         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53568         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53569         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53570         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53571         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53572         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53573         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53574         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53575         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53576         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53577         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53578         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53579         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53580         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53581         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53582         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53583         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53584         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53585         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53586         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53587         (__isnanf): Likewise.
53588         (__isinf_ns): Likewise.
53589         (__isinf_nsf): Likewise.
53590         (__finite): Likewise.
53591         (__finitef): Likewise.
53592         (__ieee754_sqrt): Define as macro.
53593         (__ieee754_sqrtf): Define as macro.
53594         (__ieee754_sqrtl): Define as macro.
53595         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53596         inlined copy.
53597         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53598         __FINITE_MATH_ONLY__ consistent.
53599         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53601 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53603         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53604         of rawmemchr.
53606         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53608 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53610         * po/ja.po: Update from translation team.
53612 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53614         * locale/programs/locarchive.c (prepare_address_space): New function.
53615         (create_archive, enlarge_archive, open_archive): Use it.
53617         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53618         inside [SHARED], where it is used.
53620         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53622         * nss/getent.c (netgroup_keys): Remove unused variable.
53623         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53625 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53627         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53628         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53629         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53630         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53631         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53632         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53633         * math/Makefile (libm-calls): Add s_isinf_ns.
53634         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53635         * math/multc3.c: Likewise.
53636         * math/s_casin.c: Likewise.
53637         * math/s_casinf.c: Likewise.
53638         * math/s_casinl.c: Likewise.
53639         * math/s_ccos.c: Likewise.
53640         * math/s_ccosf.c: Likewise.
53641         * math/s_ccosl.c: Likewise.
53642         * math/s_ctan.c: Likewise.
53643         * math/s_ctanf.c: Likewise.
53644         * math/s_ctanh.c: Likewise.
53645         * math/s_ctanhf.c: Likewise.
53646         * math/s_ctanhl.c: Likewise.
53647         * math/s_ctanl.c: Likewise.
53648         * math/w_fmod.c: Likewise.
53649         * math/w_fmodf.c: Likewise.
53650         * math/w_fmodl.c: Likewise.
53651         * math/w_remainder.c: Likewise.
53652         * math/w_remainderf.c: Likewise.
53653         * math/w_remainderl.c: Likewise.
53654         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53655         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53656         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53657         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53658         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53659         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53660         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53661         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53663         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53664         of the number.
53665         * stdio-common/printf_fphex.c: Likewise.
53666         * stdio-common/printf_size.c: Likewise.
53668         * math/e_exp10.c: Include math_private.h using <...> not "...".
53669         * math/e_exp10f.c: Likewise.
53670         * math/e_exp10l.c: Likewise.
53671         * math/e_exp2l.c: Likewise.
53672         * math/e_j0l.c: Likewise.
53673         * math/e_j1l.c: Likewise.
53674         * math/e_jnl.c: Likewise.
53675         * math/e_lgammal_r.c: Likewise.
53676         * math/e_rem_pio2l.c: Likewise.
53677         * math/e_scalb.c: Likewise.
53678         * math/e_scalbf.c: Likewise.
53679         * math/e_scalbl.c: Likewise.
53680         * math/k_cosl.c: Likewise.
53681         * math/k_sinl.c: Likewise.
53682         * math/k_tanl.c: Likewise.
53683         * math/s_cacoshf.c: Likewise.
53684         * math/s_catan.c: Likewise.
53685         * math/s_catanf.c: Likewise.
53686         * math/s_catanh.c: Likewise.
53687         * math/s_catanhf.c: Likewise.
53688         * math/s_catanhl.c: Likewise.
53689         * math/s_catanl.c: Likewise.
53690         * math/s_ccosh.c: Likewise.
53691         * math/s_ccoshf.c: Likewise.
53692         * math/s_ccoshl.c: Likewise.
53693         * math/s_cexp.c: Likewise.
53694         * math/s_cexpf.c: Likewise.
53695         * math/s_cexpl.c: Likewise.
53696         * math/s_clog.c: Likewise.
53697         * math/s_clog10.c: Likewise.
53698         * math/s_clog10f.c: Likewise.
53699         * math/s_clog10l.c: Likewise.
53700         * math/s_clogf.c: Likewise.
53701         * math/s_clogl.c: Likewise.
53702         * math/s_csin.c: Likewise.
53703         * math/s_csinf.c: Likewise.
53704         * math/s_csinh.c: Likewise.
53705         * math/s_csinhf.c: Likewise.
53706         * math/s_csinhl.c: Likewise.
53707         * math/s_csinl.c: Likewise.
53708         * math/s_csqrt.c: Likewise.
53709         * math/s_csqrtf.c: Likewise.
53710         * math/s_csqrtl.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/s_ldexp.c: Likewise.
53718         * math/s_ldexpf.c: Likewise.
53719         * math/s_ldexpl.c: Likewise.
53720         * math/s_significand.c: Likewise.
53721         * math/s_significandf.c: Likewise.
53722         * math/s_significandl.c: Likewise.
53723         * math/w_acos.c: Likewise.
53724         * math/w_acosf.c: Likewise.
53725         * math/w_acosh.c: Likewise.
53726         * math/w_acoshf.c: Likewise.
53727         * math/w_acoshl.c: Likewise.
53728         * math/w_acosl.c: Likewise.
53729         * math/w_asin.c: Likewise.
53730         * math/w_asinf.c: Likewise.
53731         * math/w_asinl.c: Likewise.
53732         * math/w_atan2.c: Likewise.
53733         * math/w_atan2f.c: Likewise.
53734         * math/w_atan2l.c: Likewise.
53735         * math/w_atanh.c: Likewise.
53736         * math/w_atanhf.c: Likewise.
53737         * math/w_atanhl.c: Likewise.
53738         * math/w_cosh.c: Likewise.
53739         * math/w_coshf.c: Likewise.
53740         * math/w_coshl.c: Likewise.
53741         * math/w_dremf.c: Likewise.
53742         * math/w_exp10.c: Likewise.
53743         * math/w_exp10f.c: Likewise.
53744         * math/w_exp10l.c: Likewise.
53745         * math/w_exp2.c: Likewise.
53746         * math/w_exp2f.c: Likewise.
53747         * math/w_fmod.c: Likewise.
53748         * math/w_fmodf.c: Likewise.
53749         * math/w_fmodl.c: Likewise.
53750         * math/w_hypot.c: Likewise.
53751         * math/w_hypotf.c: Likewise.
53752         * math/w_hypotl.c: Likewise.
53753         * math/w_j0.c: Likewise.
53754         * math/w_j0f.c: Likewise.
53755         * math/w_j0l.c: Likewise.
53756         * math/w_j1.c: Likewise.
53757         * math/w_j1f.c: Likewise.
53758         * math/w_j1l.c: Likewise.
53759         * math/w_jn.c: Likewise.
53760         * math/w_jnf.c: Likewise.
53761         * math/w_jnl.c: Likewise.
53762         * math/w_lgamma.c: Likewise.
53763         * math/w_lgamma_r.c: Likewise.
53764         * math/w_lgammaf.c: Likewise.
53765         * math/w_lgammaf_r.c: Likewise.
53766         * math/w_lgammal.c: Likewise.
53767         * math/w_lgammal_r.c: Likewise.
53768         * math/w_log.c: Likewise.
53769         * math/w_log10.c: Likewise.
53770         * math/w_log10f.c: Likewise.
53771         * math/w_log10l.c: Likewise.
53772         * math/w_log2.c: Likewise.
53773         * math/w_log2f.c: Likewise.
53774         * math/w_log2l.c: Likewise.
53775         * math/w_logf.c: Likewise.
53776         * math/w_logl.c: Likewise.
53777         * math/w_pow.c: Likewise.
53778         * math/w_powf.c: Likewise.
53779         * math/w_powl.c: Likewise.
53780         * math/w_remainder.c: Likewise.
53781         * math/w_remainderf.c: Likewise.
53782         * math/w_remainderl.c: Likewise.
53783         * math/w_scalb.c: Likewise.
53784         * math/w_scalbf.c: Likewise.
53785         * math/w_scalbl.c: Likewise.
53786         * math/w_sinh.c: Likewise.
53787         * math/w_sinhf.c: Likewise.
53788         * math/w_sinhl.c: Likewise.
53789         * math/w_sqrt.c: Likewise.
53790         * math/w_sqrtf.c: Likewise.
53791         * math/w_sqrtl.c: Likewise.
53792         * math/w_tgamma.c: Likewise.
53793         * math/w_tgammaf.c: Likewise.
53794         * math/w_tgammal.c: Likewise.
53796         * po/ja.po: Update from translation team.
53798 2011-09-29  Andreas Jaeger  <aj@suse.de>
53800         [BZ #13179]
53801         * sunrpc/netname.c (netname2host): Fix logic.
53803         [BZ #6779]
53804         [BZ #6783]
53805         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53806         correctly.
53807         * math/w_remainder.c (__remainder): Likewise.
53808         * math/w_remainderf.c (__remainderf): Likewise.
53809         * math/libm-test.inc (remainder_test): Add test cases.
53811 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53813         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53814         sdiv_qrnnd.
53816 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53818         * string/test-memcmp.c: Avoid unncessary #defines.
53819         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53821 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53823         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53824         Use new sse2 version for core i3 - i7 as it's faster
53825         than sse42 version.
53826         (bit_Prefer_PMINUB_for_stringop): New.
53827         * sysdeps/x86_64/rawmemchr.S: Update.
53828         Replace with faster SSE2 version.
53829         * sysdeps/x86_64/memrchr.S: New file.
53830         * sysdeps/x86_64/memchr.S: Update.
53831         Replace with faster SSE2 version.
53833 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53835         * elf/dl-load.c (lose): Add cast to avoid warning.
53837 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53839         * po/ca.po: Update from translation team.
53841         * inet/getnetgrent_r.c: Hook up nscd.
53842         * nscd/Makefile (routines): Add nscd_netgroup.
53843         (nscd-modules): Add netgroupcache.
53844         (CFLAGS-netgroupcache.c): Define.
53845         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53846         (cache_search): Add const to second parameter.
53847         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53848         INNETGR.
53849         (dbs): Add netgrdb entry.
53850         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53851         (verify_persistent_db): Handle netgrdb.
53852         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53853         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53854         GETFDNETGR.
53855         (netgroup_response_header): Define.
53856         (innetgroup_response_header): Define.
53857         (datahead): Add netgroup_response_header and innetgroup_response_header
53858         elements.
53859         * nscd/nscd.conf: Add entries for netgroup cache.
53860         * nscd/nscd.h (dbtype): Add netgrdb.
53861         (_PATH_NSCD_NETGROUP_DB): Define.
53862         (netgroup_iov_disabled): Declare.
53863         (xmalloc, xcalloc, xrealloc): Move declarations here.
53864         (cache_search): Adjust prototype.
53865         Add netgroup-related prototypes.
53866         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53867         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53868         (__nscd_innetgr): Declare.
53869         * nscd/selinux.c (perms): Use access_vector_t as element type and
53870         add netgroup-related initializers.
53871         * nscd/netgroupcache.c: New file.
53872         * nscd/nscd_netgroup.c: New file.
53873         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53874         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53875         For four parameters use innetgr.
53876         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53877         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53878         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53879         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53881         * nscd/connections.c (register_traced_file): Don't register file
53882         for disabled databases.
53884 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53886         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53888         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53889         from tree and freeing node.
53891 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53893         * nss/nsswitch.c (__nss_database_lookup): Handle
53894         nss_parse_service_list out of memory case.
53896 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53898         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53899         out of memory case.
53901 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53903         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53904         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53905         pass it down.
53906         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53907         elf_machine_rela, elf_machine_lazy_rel.
53908         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53909         (ELF_DYNAMIC_DO_REL): Likewise.
53910         (ELF_DYNAMIC_DO_RELA): Likewise.
53911         (ELF_DYNAMIC_RELOCATE): Likewise.
53912         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53913         to ELF_DYNAMIC_DO_REL.
53914         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53915         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53916         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53917         elf_machine_rela.
53918         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53919         skip_ifunc, don't call ifunc function if non-zero.
53920         (elf_machine_rela): Likewise.
53921         (elf_machine_lazy_rel): Likewise.
53922         (elf_machine_lazy_rela): Likewise.
53923         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53924         (elf_machine_lazy_rel): Likewise.
53925         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53926         Likewise.
53927         (elf_machine_lazy_rel): Likewise.
53928         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53929         Likewise.
53930         (elf_machine_lazy_rel): Likewise.
53931         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53932         (elf_machine_lazy_rel): Likewise.
53933         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53934         (elf_machine_lazy_rel): Likewise.
53935         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53936         (elf_machine_lazy_rel): Likewise.
53937         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53938         (elf_machine_lazy_rel): Likewise.
53939         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53940         (elf_machine_lazy_rel): Likewise.
53941         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53942         (elf_machine_lazy_rel): Likewise.
53944 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53946         * nss/nss_files/files-init.c (_nss_files_init): Use static
53947         initialization for all the *_traced_file variables.
53949 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53951         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53953 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53955         [BZ #13226]
53956         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53958 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53960         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53961         Reread the line before reparsing it.
53963 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53965         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53967 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53968             Maxim Kuvyrkov  <maxim@codesourcery.com>
53969             Joseph Myers  <joseph@codesourcery.com>
53971         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53972         if needed for __stack_chk_guard.
53974 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53976         * sysdeps/posix/spawni.c (script_execute): Always define it.
53977         It will be optimized away if unused.
53978         (maybe_script_execute): New function.
53979         (__spawni): Call it.
53981         * Makerules: Don't include tls.make.
53982         (config-tls): Always set to thread.
53983         * tls.make.c: File removed.
53985 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53987         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53988         * config.make.in (CPPFLAGS-config): New substituted variable.
53990 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53992         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53994         [BZ #13192]
53995         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53996         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53998 2011-09-15  Roland McGrath  <roland@hack.frob.com>
54000         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
54001         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
54002         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
54003         (CALL_FAIL): Likewise.
54004         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
54005         (CALL_FAIL): Macro removed.
54006         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
54008 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
54010         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
54011         for __FINITE_MATH_ONLY__ == 1.
54013 2011-09-15  Andreas Schwab  <schwab@redhat.com>
54015         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
54016         __ieee754_sqrt instead of sqrt.
54017         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
54018         __ieee754_sqrtf instead of sqrtf.
54019         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
54020         __floorf instead of floorf.
54021         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
54022         __floorf, __truncf instead of floorf, truncf.
54024 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
54026         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
54028         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
54029         __extern_always_inline.
54030         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
54031         32-bit.
54033 2011-09-14  Andreas Schwab  <schwab@redhat.com>
54035         * elf/rtld.c (dl_main): Also relocate in dependency order when
54036         doing symbol dependency testing.
54038 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
54040         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54041         Always define `refsym'.
54043 2011-09-13  Andreas Schwab  <schwab@redhat.com>
54045         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
54046         (__FD_ELT): Renamed from __FDELT.
54047         * misc/bits/select2.h (__FD_ELT): Likewise.
54048         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
54049         __FD_MASK instead of __FDELT, __FDMASK.
54050         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54051         Likewise.
54052         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54053         Likewise.
54055         * elf/Makefile (gen-ldd): Fix pattern.
54057         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
54058         (init_tls): Likewise.
54060 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
54062         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
54064 2011-09-12  Andreas Schwab  <schwab@redhat.com>
54066         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
54067         `struct cmsghdr *' instead of `void *'.
54068         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
54069         Likewise.
54071 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
54073         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
54074         if non-absolute.
54075         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
54076         ldd_rewrite_script.
54078 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
54080         * configure.in: Remove --with-tls option.
54081         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
54082         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
54083         out in case it is missing.
54084         * sysdeps/ia64/elf/configure.in: Likewise.
54085         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
54086         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
54087         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
54088         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
54089         * sysdeps/sh/elf/configure.in: Likewise.
54090         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
54091         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
54092         * sysdeps/x86_64/elf/configure.in: Likewise.
54093         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
54094         * sysdeps/mach/hurd/tls.h: Likewise.
54096         [BZ #13067]
54097         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
54099         [BZ #13090]
54100         * configure.in: Fix use of AC_INIT.
54102         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
54104 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
54106         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
54107         __set_errno.
54108         * malloc/hooks.c: Likewise.
54110         [BZ #11929]
54111         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
54112         variables statically.
54113         (narenas): Initialize.
54114         (list_lock): Initialize.
54115         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
54116         initializtion of main_arena and list_lock.  Small cleanups.
54117         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
54118         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
54119         Add initializers to main_arena and mp_.
54120         (malloc_state): Remove pagesize member.  Change all users to use
54121         GLRO(dl_pagesize).
54123         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54124         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
54125         is always initialized.
54127         * malloc/malloc.c: Removed unused configurations and dead code.
54128         * malloc/arena.c: Likewise.
54129         * malloc/hooks.c: Likewise.
54130         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
54132         * include/tls.h: Removed.  USE___THREAD must always be defined.
54133         * bits/libc-tsd.h: Don't handle !USE___THREAD.
54134         * elf/dl-libc.c: Likewise.
54135         * elf/dl-tsd.c: Likewise.
54136         * include/errno.h: Likewise.
54137         * include/netdb.h: Likewise.
54138         * include/resolv.h: Likewise.
54139         * inet/herrno-loc.c: Likewise.
54140         * inet/herrno.c: Likewise.
54141         * malloc/arena.c: Likewise.
54142         * malloc/hooks.c: Likewise.
54143         * malloc/malloc.c: Likewise.
54144         * resolv/res-state.c: Likewise.
54145         * resolv/res_libc.c: Likewise.
54146         * sysdeps/i386/dl-machine.h: Likewise.
54147         * sysdeps/ia64/dl-machine.h: Likewise.
54148         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54149         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54150         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54151         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54152         * sysdeps/sh/dl-machine.h: Likewise.
54153         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54154         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54155         * sysdeps/unix/i386/sysdep.S: Likewise.
54156         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54157         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54158         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54159         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54160         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54161         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54162         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54163         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54164         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54165         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54166         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54167         * sysdeps/x86_64/dl-machine.h: Likewise.
54168         * tls.make.c: Likewise.
54170         * configure.in: Remove --with-__thread option.  Make tests for
54171         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54172         tls_model attribute fail if no support is available.  Remove
54173         USE_IN_LIBIO.
54174         * Makeconfig: Adjust for dropped configure option.  All features are
54175         now mandatory.
54176         * Makerules: Likewise.
54177         * Versions.def: Likewise.
54178         * argp/argp-fmtstream.c: Likewise.
54179         * argp/argp-fmtstream.h: Likewise.
54180         * argp/argp-help.c: Likewise.
54181         * assert/assert.c: Likewise.
54182         * config.h.in: Likewise.
54183         * config.make.in: Likewise.
54184         * configure: Likewise.
54185         * configure.in: Likewise.
54186         * csu/Versions: Likewise.
54187         * csu/init.c: Likewise.
54188         * elf/tst-audit2.c: Likewise.
54189         * elf/tst-tls10.c: Likewise.
54190         * elf/tst-tls10.h: Likewise.
54191         * elf/tst-tls11.c: Likewise.
54192         * elf/tst-tls12.c: Likewise.
54193         * elf/tst-tls14.c: Likewise.
54194         * elf/tst-tlsmod11.c: Likewise.
54195         * elf/tst-tlsmod12.c: Likewise.
54196         * elf/tst-tlsmod13.c: Likewise.
54197         * elf/tst-tlsmod13a.c: Likewise.
54198         * elf/tst-tlsmod14a.c: Likewise.
54199         * elf/tst-tlsmod15b.c: Likewise.
54200         * elf/tst-tlsmod16a.c: Likewise.
54201         * elf/tst-tlsmod16b.c: Likewise.
54202         * elf/tst-tlsmod7.c: Likewise.
54203         * elf/tst-tlsmod8.c: Likewise.
54204         * elf/tst-tlsmod9.c: Likewise.
54205         * gmon/gmon.c: Likewise.
54206         * grp/fgetgrent_r.c: Likewise.
54207         * grp/putgrent.c: Likewise.
54208         * hurd/fopenport.c: Likewise.
54209         * include/libc-symbols.h: Likewise.
54210         * include/tls.h: Likewise.
54211         * intl/gettextP.h: Likewise.
54212         * intl/loadinfo.h: Likewise.
54213         * locale/global-locale.c: Likewise.
54214         * locale/localeinfo.h: Likewise.
54215         * mach/devstream.c: Likewise.
54216         * malloc/arena.c: Likewise.
54217         * malloc/set-freeres.c: Likewise.
54218         * misc/err.c: Likewise.
54219         * misc/getttyent.c: Likewise.
54220         * misc/mntent_r.c: Likewise.
54221         * posix/getopt.c: Likewise.
54222         * posix/wordexp.c: Likewise.
54223         * pwd/fgetpwent_r.c: Likewise.
54224         * resolv/Versions: Likewise.
54225         * resolv/res_hconf.c: Likewise.
54226         * shadow/fgetspent_r.c: Likewise.
54227         * shadow/putspent.c: Likewise.
54228         * stdio-common/printf_fphex.c: Likewise.
54229         * stdio-common/tmpfile.c: Likewise.
54230         * stdlib/abort.c: Likewise.
54231         * stdlib/fmtmsg.c: Likewise.
54232         * sunrpc/auth_unix.c: Likewise.
54233         * sunrpc/clnt_perr.c: Likewise.
54234         * sunrpc/clnt_tcp.c: Likewise.
54235         * sunrpc/clnt_udp.c: Likewise.
54236         * sunrpc/clnt_unix.c: Likewise.
54237         * sunrpc/openchild.c: Likewise.
54238         * sunrpc/svc_simple.c: Likewise.
54239         * sunrpc/svc_tcp.c: Likewise.
54240         * sunrpc/svc_udp.c: Likewise.
54241         * sunrpc/svc_unix.c: Likewise.
54242         * sunrpc/xdr.c: Likewise.
54243         * sunrpc/xdr_array.c: Likewise.
54244         * sunrpc/xdr_rec.c: Likewise.
54245         * sunrpc/xdr_ref.c: Likewise.
54246         * sunrpc/xdr_stdio.c: Likewise.
54248 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54250         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54252 2011-07-03  Andreas Jaeger  <aj@suse.de>
54254         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54255         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54256         regenerate with gen-libm-tests.pl.
54258 2010-05-12  Petr Baudis  <pasky@suse.cz>
54260         [BZ #11589]
54261         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54262         around j0() zero points by switching to j1().
54263         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54264         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54265         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54266         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54268 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54270         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54271         instead of 0.
54272         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54273         instead of 0.
54274         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54275         Patch in part by Pavel Roskin <proski@gnu.org>.
54277         [BZ #13138]
54278         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54279         realloc.
54280         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54281         Free memory block if necessary.
54283         [BZ #12847]
54284         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54285         be NULL.  Don't lock in this case.
54287 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54289         * elf/elf.h (ELFOSABI_GNU): New macro.
54290         (ELFOSABI_LINUX): Define to that.
54292 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54294         * string/strncat.c (strncat): Undef the symbol in case it has been
54295         defined in bits/string.h.
54297 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54299         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54301         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54302         link map.
54304 2011-08-17  Andreas Jaeger  <aj@suse.de>
54306         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54308 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54309             Ian Lance Taylor  <iant@google.com>
54311         * math/libm-test.inc (lround_test): New testcase.
54312         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54314 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54316         * Makefile: Remove support for automatic cvs check-ins.
54317         * Makerules: Likewise.
54318         * config.make.in: Likewise.
54319         * configure.in: Likewise.
54320         * intl/Makefile: Likewise.
54321         * locale/Makefile: Likewise.
54322         * po/Makefile: Likewise.
54323         * posix/Makefile: Likewise.
54324         * sysdeps/gnu/Makefile: Likewise.
54325         * sysdeps/mach/hurd/Makefile: Likewise.
54326         * sysdeps/sparc/sparc32/Makefile: Likewise.
54328         [BZ #13118]
54329         * posix/Makefile (bug-regex32-ENV): Define.
54330         Patch by John Stanley <jpsinthemix@verizon.net>.
54332         * misc/Makefile (headers): Add bits/select2.h.
54333         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54334         * misc/bits/select2.h: New file.
54335         * include/bits/select2.h: New file.
54336         * debug/Makefile (routines): Add fdelt_chk.
54337         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54338         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54339         FD_ISSET.
54340         * debug/fdelt_chk.c: New file.
54342         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54343         * wcsmbs/test-wmemcmp.c: Likewise.
54344         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54345         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54347 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54349         * string/Makefile (strop-tests): Add memcmp.
54350         * string/test-wmemcmp.c: New file.
54351         * string/test-memcmp.c: Add wmemcmp support.
54353 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54355         [BZ #13153]
54356         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54357         2011-07-19 change.
54359         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54360         garbage value in a __mach_port_mod_refs call in the cases of the
54361         task-self and thread-self ports.
54363 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54365         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54367 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54369         * elf/dl-load.c (lose): Check for non-null L.
54371 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54373         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54375         * elf/dl-libc.c (dlerror_run): Pass back error code from
54376         dl_catch_error.
54378         [BZ #13123]
54379         * elf/dl-load.c (lose): Free l_origin if it is valid.
54381         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54382         names.
54383         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54384         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54385         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54386         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54387         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54388         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54390 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54392         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54393         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54394         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54395         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54396         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54397         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54398         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54399         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54400         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54401         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54403 2011-08-15  Alan Modra  <amodra@gmail.com>
54405         [BZ #13092]
54406         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54407         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54408         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54409         ppc_mcount to static-only-routines.
54410         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54411         __mcount_internal.
54412         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54413         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54415 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54417         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54418         for finite and infinity parameters.
54420 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54422         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54423         and add nop instructions for throughput optimization.
54424         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54426 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54428         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54429         aligned copy for power7 with vector-scalar instructions.
54430         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54432 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54434         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54435         AVX check.
54437 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54439         [BZ #13144]
54440         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54441         last change.
54443 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54445         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54446         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54447         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54448         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54449         clock_gettime.
54451 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54453         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54454         Forgot to demangle the pointer.
54456         * sysdeps/i386/sysdep.h: Define atom_text_section.
54457         * sysdeps/x86_64/sysdep.h: Likewise.
54458         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54459         section with atom_text_section.
54460         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54461         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54462         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54463         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54464         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54466         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54467         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54468         already be defined.  Change to take two parameters and don't assign
54469         result to variable.  Adjust all users.
54470         Define INTERNAL_GETTIME if not already defined.
54471         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54472         call.
54473         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54474         HAVE_CLOCK_GETTIME_VSYSCALL.
54475         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54477         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54478         gettimeofday vsyscall, just use time.
54480 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54482         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54483         <errno.h>.
54485 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54487         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54488         syscall on x86-64.
54489         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54490         syscall.
54491         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54492         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54493         syscall if possible.
54495 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54497         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54498         e_ident.  Don't pass to find_mapsXX.
54499         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54501 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54503         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54504         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54505         * sysdeps/x86_64/multiarch/strchr.S: Update.
54506         Check bit_slow_BSF bit.
54507         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54508         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54509         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54511 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54513         [BZ #13134]
54514         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54515         before glibc 2.15.
54516         (tryshell): Define.
54517         (__spawni): Change last parameter to be flag.  Test
54518         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54519         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54520         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54521         * posix/spawni.c: Likewise.
54522         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54523         * posix/spawnp.c: Likewise.  Change normal version to use
54524         SPAWN_XFLAGS_USE_PATH.
54525         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54526         SPAWN_XFLAGS_TRY_SHELL.
54528         [BZ #13150]
54529         * posix/glob.h: Remove gcc 1.x support.
54531         [BZ #13068]
54532         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54534 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54536         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54537         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54538         strrchr-sse2-bsf
54539         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54540         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54541         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54542         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54543         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54544         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54546 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54548         * sysdeps/x86_64/wcscmp.S: New file.
54550         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54551         wcscmp-c wcscmp-sse2
54552         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54553         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54554         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54555         * wcsmbs/wcscmp.c: Allow renaming.
54557 2011-09-05  David S. Miller  <davem@davemloft.net>
54559         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54560         stack slot, rather than the struct return pointer slot.
54561         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54562         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54563         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54564         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54566 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54568         * po/ja.po: Update from translation team.
54570         [BZ #13144]
54571         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54572         kernel in 64-bit binaries.
54574 2011-09-01  David S. Miller  <davem@davemloft.net>
54576         * elf/elf.h (HWCAP_SPARC_*): Move to..
54577         * sysdeps/sparc/sysdep.h: this new file and add new values.
54578         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54579         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54580         _DL_HWCAP_COUNT to 24.
54581         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54582         entries.
54583         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54584         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54585         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54586         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54587         instead of magic constants.
54588         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54590 2011-08-31  David S. Miller  <davem@davemloft.net>
54592         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54593         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54594         Reimplement to do errno handling inline.
54595         (SYSCALL_ERROR_HANDLER): New macro.
54596         (__SYSCALL_STRING): Do not do errno handling in asm.
54597         (__CLONE_SYSCALL_STRING): Delete.
54598         (__INTERNAL_SYSCALL_STRING): Delete.
54599         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54600         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54601         (PSEUDO): Reimplement to do errno handling inline.
54602         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54603         (SYSCALL_ERROR_HANDLER): New macro.
54604         (__SYSCALL_STRING): Do not do errno handling in asm.
54605         (__CLONE_SYSCALL_STRING): Delete.
54606         (__INTERNAL_SYSCALL_STRING): Delete.
54607         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54608         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54609         i386.
54610         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54611         (inline_syscall*): Add 'err' argument.
54612         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54613         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54614         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54615         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54617         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54618         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54620 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54622         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54624 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54626         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54627         directive.
54629 2011-08-24  David S. Miller  <davem@davemloft.net>
54631         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54633 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54635         * elf/Makefile: Add rules to build and run unload8 test.
54636         * elf/unload8.c: New file.
54637         * elf/unload8mod1.c: New file.
54638         * elf/unload8mod1x.c: New file.
54639         * elf/unload8mod2.c: New file.
54640         * elf/unload8mod3.c: New file.
54642         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54643         it wasn't used.
54645 2011-08-23  David S. Miller  <davem@davemloft.net>
54647         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54648         subtract stack bias.
54649         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54650         %sp not %fp in calculations.
54651         (_JMPBUF_UNWINDS_ADJ): Likewise.
54653         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54654         (aio_suspend): Call it to force an exception region around the
54655         AIO_MISC_WAIT() invocation.
54657 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54659         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54660         backslash.
54662 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54664         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54665         protection macro.
54666         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54667         and <dl-machine.h>.
54668         (Elf64_FuncDesc): Remove.
54670 2011-08-22  David S. Miller  <davem@davemloft.net>
54672         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54673         sigaltstack check, add missing cfi directives.
54674         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54675         missing cfi directives, and sigaltstack handling.
54677 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54679         [BZ #11724]
54680         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54681         object is seen twice.
54682         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54684         * elf/Makefile (distribute): Add tst-initorder2.c.
54685         (tests): Add tst-initorder2.
54686         (modules-names): Add tst-initorder2a tst-initorder2b
54687         tst-initorder2c tst-initorder2d.  Add rules to build them.
54688         ($(objpfx)tst-initorder2.out): New rule.
54689         * elf/tst-initorder2.c: New file.
54690         * elf/tst-initorder2.exp: New file.
54692 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54694         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54696         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54697         dependencies back to end of function.
54699         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54700         $(elfobjdir)/ld.so.
54702 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54704         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54705         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54706         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54707         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54708         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54709         of __vdso_gettimeofday.
54710         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54711         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54712         attribute_hidden.
54713         (_libc_vdso_platform_setup): Remove initialization of
54714         __vdso_gettimeofday and __vdso_time.
54716 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54718         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54719         and fgetc_unlocked.
54720         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54721         getc_unlocked.
54723         * elf/dl-open.c (add_to_global): Report additions to the global scope
54724         for LD_DEBUG=scopes.
54725         (dl_open_worker): Also print scope of newly loaded dependencies.
54726         (_dl_show_scope): Indicate if there is no scope.
54728         [BZ #13114]
54729         * stdio-common/Makefile (tests): Add bug24.
54730         * stdio-common/bug24.c: New file.
54732 2011-08-19  Andreas Jaeger  <aj@suse.de>
54734         [BZ #13114]
54735         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54736         non-existant file when using close-on-exec mode.
54738 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54740         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54741         the very first instruction.
54743         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54744         the CFI state in the end.
54745         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54746         inclusion of dl-trampoline.h.
54747         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54749 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54751         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54752         expectations for long double.
54754         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54755         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54757 2011-08-14  David S. Miller  <davem@davemloft.net>
54759         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54760         artificual limit depends upon the system page size.
54762 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54764         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54765         * resolv/Makefile: Define CFLAGS-libresolv.
54767 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54769         * nss/makedb.c (compute_tables): Make variables used in nested
54770         function static.
54772 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54774         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54775         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54776         if buffer was too small.
54778         * elf/pldd.c (main): Attach to all threads in the process.
54779         Rewrite /proc handling to use *at functions.
54781 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54783         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54784         specifies first scope to show.
54785         (dl_open_worker): Update callers.  Move printing scope of new
54786         object to before the relocation.
54787         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54788         * sysdeps/generic/ldsodefs.h: Update declaration.
54790         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54791         string for the scope number.
54793 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54795         * nscd/servicescache.c (cache_addserv): Make sure written is always
54796         initialized.
54798 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54800         * sysdeps/i386/i486/bits/atomic.h
54801         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54802         statement expression, so as to suppress "set but not used" warning.
54803         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54805         * string/strncat.c (STRNCAT): Use prototype definition.
54807         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54808         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54809         -Iprograms here.
54810         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54811         (localedef-modules): Add localedef.
54812         (locale-modules): Add locale.
54814         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54815         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54816         to avoid a warning.
54818 2011-08-14  David S. Miller  <davem@davemloft.net>
54820         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54821         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54823 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54825         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54826         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54827         * elf/rtld.c (dl_main): Set l_name of vDSO.
54828         Call _dl_show_scope when DL_DEBUG_SCOPES.
54829         (process_dl_debug): Recognize scopes flag and also set it for all.
54830         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54831         Declare _dl_show_scope.
54833         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54834         (do_dlopen): Pass caller_dlopen to dl_open.
54835         (__libc_dlopen_mode): Initialize caller_dlopen.
54837         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54838         of libc.  Make tolower call locale-independent.  Optimize a bit by
54839         using isdigit instead of isalnum.
54840         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54842 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54844         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54845         was a dependency or dynamically loaded.
54847 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54849         * intl/l10nflist.c: Allow architecture-specific pop function.
54850         * sysdeps/x86_64/l10nflist.c: New file.
54852         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54853         classification.
54855 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54857         * include/dirent.h: Add libc_hidden_proto for scandirat and
54858         scandirat64.  Don't declare __scandirat64.
54859         * dirent/scandirat.c: Add libc_hidden_def.
54860         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54861         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54863 2011-08-10  David S. Miller  <davem@davemloft.net>
54865         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54866         enum.
54867         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54868         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54869         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54871 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54873         * Versions.def [libc]: Add GLIBC_2.15.
54874         * dirent/Makefile (routines): Add scandirat and scandirat64.
54875         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54876         GLIBC_2.15.
54877         * dirent/dirent.h: Declare scandirat and scandirat64.
54878         * dirent/scandirat.c: New file.
54879         * dirent/scandirat64.c: New file.
54880         * sysdeps/wordsize-64/scandirat.c: New file.
54881         * sysdeps/wordsize-64/scandirat64.c: New file.
54882         * dirent/opendir.c: Define opendirat.
54883         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54884         using scandirat.
54885         * dirent/scandir64.c: Adjust for scandir.c change.
54886         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54887         __scandirat64, and __scandir_cancel_handler.
54888         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54889         additional parameter and use openat instead of open (outside of ld.so).
54890         Add new __opendir as wrapper around __opendirat.
54891         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54892         here without requiring old scandirat implementation.
54894 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54896         * dirent/scandir.c (cancel_handler): Renamed to
54897         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54898         defined.  Adjust users.
54899         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54900         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54902 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54904         * string/test-string.h (IMPL): Use __STRING to expand name and then
54905         stringify it.
54907         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54908         of cleanups.
54910 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54912         * string/Makefile: Update.
54913         (strop-tests): Append strncat.
54914         * string/test-wcscmp.c: New file.
54915         New comprehensive test for wcscmp.
54916         * string/test-strcmp.c: Update.
54917         (WIDE): New define.
54919 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54921         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54922         line.
54924 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54926         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54927         encoding to ACE if AI_IDN.
54929 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54931         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54932         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54934 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54936         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54937         Fix overflow bug in strncat.
54938         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54940         * string/test-strncat.c: Update.
54941         Add new tests for checking overflow bugs.
54943 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54945         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54946         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54947         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54948         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54949         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54950         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54951         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54952         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54953         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54955         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54956         (USE_AS_STRCAT): Define.
54957         Add strcat and strncat support.
54958         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54960 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54962         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54963         __n bigger than INT_MAX+1.
54964         (__strncmp_g): Likewise.
54966 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54968         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54969         * libio/stido.h: Likewise.
54971         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54972         (AF_NFC): Define.
54973         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54974         (AF_NFC): Define.
54976         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54977         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54978         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54979         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54980         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54982         [BZ #13021]
54983         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54984         installed.
54986         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54987         typo.
54988         (_dl_x86_64_save_sse): Likewise.
54990 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54992         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54993         OSXSAVE.
54994         (_dl_x86_64_save_sse): Likewise.
54996         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54998         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
55000 2011-07-21  Andreas Schwab  <schwab@redhat.com>
55002         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
55003         change.
55004         (_dl_x86_64_save_sse): Use correct AVX check.
55006 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
55008         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
55009         bug in strncpy/strncat.
55010         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
55012 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
55014         * string/tester.c (test_strcat): Add tests for different alignments
55015         of source and destination.
55016         (test_strncat): Likewise.
55018 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55020         [BZ #12852]
55021         * posix/glob.c (glob): Check passed in values before using them in
55022         expressions to avoid some overflows.
55023         (glob_in_dir): Likewise.
55025         [BZ #13007]
55026         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
55027         check for AVX enablement so that we don't crash with old kernels and
55028         new hardware.
55029         * elf/tst-audit4.c: Add same checks here.
55030         * elf/tst-audit6.c: Likewise.
55032         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
55034 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
55036         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
55038 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55040         * po/cs.po: Update from translation team.
55041         * po/bg.po: Likewise.
55043 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
55045         * misc/sys/cdefs.h: Add support for const attribute.
55046         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
55047         to gnu_dev_{major,minor,makedev} functions.
55049 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
55051         * intl/dcigettext.c (get_output_charset): Add missing bracket.
55053 2011-07-20  Andreas Schwab  <schwab@redhat.com>
55055         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
55056         strlen results.
55058 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55060         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
55061         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
55062         register in order to avoid conflicts with the soft frame pointer
55063         being held in r11 when necessary.
55064         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
55065         (INTERNAL_VSYSCALL_NCS): Likewise.
55067 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
55069         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
55070         * elf/dl-fini.c (_dl_fini): Adjust caller.
55071         * elf/dl-close.c (_dl_close_worker): Likewise.
55072         * sysdeps/generic/ldsodefs.h: Adjust declaration.
55074 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55076         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
55077         "aux_cache->nlibs < 0".
55079         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
55080         in the reload-count case.
55082 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55084         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55085         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
55086         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
55087         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
55088         * sysdeps/x86_64/multiarch/strcat.S: New file.
55089         * sysdeps/x86_64/multiarch/strncat.S: New file.
55090         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
55091         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
55092         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
55093         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
55094         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
55095         (USE_AS_STRCAT): Define.
55096         Add strcat and strncat support.
55097         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55098         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
55099         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
55100         * string/strncat.c: Update.
55101         (USE_AS_STRNCAT): Define.
55102         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55103         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
55104         and i7.
55105         * sysdeps/x86_64/multiarch/init-arch.h
55106         (bit_Prefer_PMINUB_for_stringop): New.
55107         (index_Prefer_PMINUB_for_stringop): Likewise.
55108         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
55109         bit_Prefer_PMINUB_for_stringop.
55111 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55113         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
55114         buffer64.
55115         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
55116         of casting of buffer.
55117         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
55118         buffer32 and buffer64.
55119         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
55120         writes instead of casting of buffer.
55121         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
55122         buffer32.
55123         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55124         casting of buffer.
55126 2011-07-19  Andreas Schwab  <schwab@redhat.com>
55128         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55130 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55132         * nscd/nscd.c (termination_handler): Don't do anything for a database
55133         if it has not yet been initialized.
55135 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55137         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55139 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55141         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55143 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55145         * po/nl.po: Update from translation team.
55146         * po/sv.po: Likewise.
55148 2011-07-16  Roland McGrath  <roland@hack.frob.com>
55150         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55151         now disallowed by GCC.
55153         * configure.in (use-default-link): Default to yes if a test -shared
55154         link meets our qualifications.
55155         * configure: Regenerated.
55157         * config.make.in (output-format): New variable.
55158         * configure.in: Check for ld --print-output-format support.
55159         * configure: Regenerated.
55160         * Makerules ($(common-objpfx)format.lds)
55161         [$(output-format) != unknown]: Just use $(output-format),
55162         instead of the linker-script munging.
55164 2011-07-14  Roland McGrath  <roland@hack.frob.com>
55166         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55167         of $(common-objpfx)shlib.lds.
55168         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55170         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55171         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55173         * configure.in (-z relro check): Adjust test code to add a large
55174         writable data section after it.
55175         * configure: Regenerated.
55177 2011-07-11  Roland McGrath  <roland@hack.frob.com>
55179         * configure.in (-z relro check): Fix test code to make the variable
55180         truly const.
55181         * configure: Regenerated.
55183 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
55185         * nscd/nscd.h (struct traced_file): Define.
55186         (struct database_dyn): Remove inotify_descr, reset_res, and filename
55187         elements.  Add traced_files.
55188         (inotify_fd): Declare.
55189         (register_traced_file): Declare.
55190         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55191         (inotify_fd): Export.
55192         (resolv_conf_descr): Remove.
55193         (nscd_init): Move inotify descriptor creation to main.
55194         Don't register files for notification here.
55195         (register_traced_file): New function.
55196         (invalidate_cache): Don't use reset_res to determine whether to call
55197         res_init, go through the list of registered files.
55198         (main_loop_poll): The inotify descriptors are now stored in the
55199         structures for the traced files.
55200         (main_loop_epoll): Likewise
55201         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
55202         to __nss_disable_nscd.
55203         * nscd/cache.c (prune_cache): There is no single inotify descriptor
55204         for a database anymore.  Check the records for all the registered
55205         files instead.
55206         * nss/Makefile (libnss_files-routines): Add files-init.
55207         (libnss_db-routines): Add db-init.
55208         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55209         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55210         * nss/nss_db/db-init.c: New file.
55211         * nss/nss_files/files-init.c: New file.
55212         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55213         __nss_lookup_function.
55214         (__nss_lookup_function): Call nss_load_library.
55215         (nss_load_all_libraries): New function.
55216         (__nss_disable_nscd): Take parameter with callback function for files
55217         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55218         used for the cached services.
55219         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55220         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55221         options for features to all the files in nscd.
55223         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55225 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55227         * csu/elf-init.c (__libc_csu_init): Comment typo.
55229 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55231         * po/pl.po: Update from translation team.
55232         * po/ja.po: Likewise.
55233         * po/ru.po: Likewise.
55234         * po/ko.po: Likewise.
55235         * po/fr.po: Likewise.
55237 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55239         * configure.in (.ctors/.dtors header and trailer check):
55240         Use an empirical test on a built program.
55241         * configure: Regenerated.
55243         * configure.in (-z relro check): Use an empirical test on a built DSO.
55244         Detect, but do not require, on ia64.
55245         * configure: Regenerated.
55247         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55248         Update tests that use readelf to use $READELF instead.
55249         * configure: Regenerated.
55251 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55253         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55254         if the result is not used.
55256 2011-07-05  Andreas Jaeger  <aj@suse.de>
55258         [BZ#9696]
55259         * stdlib/tst-strtod.c: Add testcase.
55261 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55263         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55264         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55265         The latter has a higher limit.  Take additional parameter to pass to
55266         the new function.
55267         (__pathconf): Pass file to __statfs_link_max.
55268         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55269         __statfs_link_max.
55270         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55271         __statfs_link_max.
55273         [BZ #12868]
55274         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55275         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55276         Handle Lustre.
55277         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55278         (__statfs_filesize_max): Likewise.
55279         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55281 2011-07-05  Andreas Jaeger  <aj@suse.de>
55283         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55285 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55287         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55288         `status' variable.
55289         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55290         Likewise.
55292 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55294         * Makefile (strop-tests): Add strncat.
55295         * string/test-strncat.c: New file.
55297 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55299         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55301 2011-06-21  Andreas Jaeger  <aj@suse.de>
55303         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55304         Copy rule from iconvdata/Makefile.
55306 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55308         [BZ #12922]
55309         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55310         but no long options are defined, just return 'W'.
55312 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55314         [BZ #9696]
55315         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55317 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55319         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55320         netgroups to read.
55321         (innetgr): Likewise.
55323 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55325         * config.make.in (install_root): Default to $(DESTDIR).
55327 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55329         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55331 2011-07-02  Roland McGrath  <roland@hack.frob.com>
55333         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55335         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55336         containing directory rather than embedding absolute directory names.
55338         * scripts/check-local-headers.sh: Rewritten using awk.
55339         Match by word, not by line.  Print error messages for matches.
55340         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55342         * Makerules [shlib-lds-flags empty]:
55343         ($(common-objpfx)libc_pic.opts): New target.
55344         ($(common-objpfx)libc_pic.os.clean): New target.
55345         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55347         * config.make.in (OBJCOPY): New variable.
55348         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55349         * configure: Regenerated.
55351         * config.make.in (use-default-link): New variable.
55352         * configure.in (use_default_link): Grok --with-default-link to set it.
55353         * configure: Regenerated.
55354         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55355         (shlib-lds, shlib-lds-flags): Define to empty.
55357         * Makerules (shlib-lds): New variable.
55358         (shlib-lds-flags): New variable.
55359         (build-shlib, build-moduile, build-module-asneeded): Use it.
55360         ($(common-objpfx)libc.so): Use $(shlib-lds).
55361         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55362         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55364         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55365         DT_FLAGS/DT_FLAGS_1 with zero flags.
55367         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55368         linker script munging.
55370 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55372         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55373         as 128-bit value.
55374         * crypt/sha512.c (sha512_process_block): Perform total addition using
55375         128-bit if possible.
55376         (__sha512_finish_ctx): Likewise.
55377         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55378         as 64-bit value.
55379         * crypt/sha256.c (SWAP64): Define.
55380         (sha256_process_block): Perform total addition using 64-bit if
55381         possible.
55382         (__sha256_finish_ctx): Likewise.
55384 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55386         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55387         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55388         * nscd/hstcache.c (cache_addhst): Likewise.
55389         * nscd/grpcache.c (cache_addgr): Likewise.
55390         * nscd/aicache.c (addhstaiX): Likewise
55391         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55393 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55395         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55396         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55397         * nscd/hstcache.c (cache_addhst): Likewise.
55398         * nscd/grpcache.c (cache_addgr): Likewise.
55399         * nscd/aicache.c (addhstaiX): Likewise
55401 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55403         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55404         domain only when needed.
55406 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55408         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55409         is always restored.
55411 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55413         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55414         are re-adding the entry.
55415         * nscd/servicescache.c (cache_addserv): Likewise.
55417 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55419         * sysdeps/generic/dl-irel.h: fix protection against multiple
55420         inclusions.
55421         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55423 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55425         [BZ #12935]
55426         * malloc/memusage.sh: Fix quoting in message.
55427         * debug/xtrace.sh: Likewise.
55429         * configure.in: Remove support for --experimental-malloc option, make
55430         it the default.
55431         * config.make.in: Likewise.
55432         * malloc/Makefile: Likewise.
55434 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55436         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55437         two-byte characters.
55439 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55441         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55442         AC_CACHE_CHECK invocation.
55443         * configure: Regenerated.
55445         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55447 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55449         [BZ #12350]
55450         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55451         bit from old_res_options.
55453         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55455         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55456         value type for setfct.
55458 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55460         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55461         __gettimeofday instead of gettimeofday.
55463 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55465         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55467 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55469         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55471         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55472         info.
55474 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55476         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55477         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55478         strcpy-sse2-unaligned strncpy-sse2-unaligned
55479         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55480         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55481         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55482         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55483         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55484         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55485         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55486         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55487         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55488         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55489         (STRCPY): Support SSE2 and SSSE3 versions.
55491 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55493         [BZ #12874]
55494         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55495         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55496         kernels which artificially limit size of requests.
55498 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55500         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55501         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55502         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55503         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55504         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55505         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55506         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55507         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55508         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55509         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55510         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55511         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55512         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55513         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55514         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55515         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55516         Enable unaligned load optimization for Intel Core i3, i5 and i7
55517         processors.
55518         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55519         Define.
55520         (index_Fast_Unaligned_Load): Define.
55521         (HAS_FAST_UNALIGNED_LOAD): Define.
55523 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55525         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55527 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55529         [BZ #12907]
55530         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55531         until it is clear that the information is realy needed.
55532         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55534 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55536         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55538 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55540         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55541         /sys/devices/system/cpu/online if it is usable.
55543         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55544         reading the information from the /proc filesystem to once a second.
55546 2011-06-21  Andreas Jaeger  <aj@suse.de>
55548         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55549         NULL after inclusion of kernel headers.
55551 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55553         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55554         calls to internal_setent.
55556         [BZ #12885]
55557         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55558         addresses using gethostbyname4_r ignore IPv4 addresses.
55560         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55561         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55563         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55565 2011-06-20  David S. Miller  <davem@davemloft.net>
55567         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55568         inclusions.
55569         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55571         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55572         (elf_irel): Use it.
55573         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55574         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55575         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55576         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55577         * sysdeps/x86_64/dl-irel.h: Likewise.
55579         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55580         * elf/dl-sym.c: Likewise.
55582 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55584         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55585         need to dereference resplen2.
55587 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55589         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55591 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55593         * Makeconfig: Define vardbdir and inst_vardbdir.
55594         * nss/Makefile: Add rules to install db-Makefile.
55596         * nss/nss_db/db-XXX.c: Cleanup.
55598         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55599         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55600         GLIBC_PRIVATE.
55601         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55602         * nss/makedb.c: Implement -g option to specify that value strings
55603         are generated and should not be added to table iterated over for
55604         get*ent calls.
55605         * nss/nss_db/db-initgroups.c: New file.
55607         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55608         interface.
55610         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55611         (internal_getgrouplist): Adjust to name change.
55612         Update use_initgroups_entry if this is not the first call.
55613         * nss/databases.def: Add initgroups entry.
55615         * nss/makedb.c (compute_tables): Check result of multiple hash table
55616         sizes to minimize maximum chain length.
55618 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55620         * Versions.def: Add entry for libnss_db.
55621         * shlib-versions: Likewise.
55622         * nss/Makefile: Add rules to build libnss_db.
55623         * nss/Versions: Add libnss_db information.  Organize libnss_files
55624         entries better.
55625         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55626         makedb progra.  Some minor improvements to generate smaller files.
55627         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55628         here from...
55629         * nss/makedb.c: ...here.
55630         Improve database format to be smaller and require less memory at
55631         runtime.
55632         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55633         db anymore.
55634         * nss/nss_db/db-netgrp.c: Likewise.
55635         * nss/nss_db/db-open.c: Likewise.
55636         * nss/nss_files/flies-XXX.x: Adjust comments.
55637         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55638         * nss/nss_files/files-grp.c: Likewise.
55639         * nss/nss_files/files-hosts.c: Likewise.
55640         * nss/nss_files/files-network.c: Likewise.
55641         * nss/nss_files/files-proto.c: Likewise.
55642         * nss/nss_files/files-pwd.c: Likewise.
55643         * nss/nss_files/files-rpc.c: Likewise.
55644         * nss/nss_files/files-service.c: Likewise.
55645         * nss/nss_files/files-sgrp.c: Likewise.
55646         * nss/nss_files/files-spwd.c: Likewise.
55647         * nss/nss_db/db-alias.c: Removed.
55648         * nss/nss_db/dummy-db.h: Removed.
55650 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55652         * nss/makedb.c: Rewritten to not use database library.
55653         * nss/Makefile: Update to build new makedb program.
55655 2011-06-14  Andreas Jaeger  <aj@suse.de>
55657         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55658         memset declaration.
55660 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55662         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55663         tmpbuf.
55665 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55667         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55668         * elf/Makefile ($(objpfx)ld.so): Likewise.
55670         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55671         Don't list ld.so twice in dependencies.
55673         * posix/bug-regex31.c: Include <stdlib.h>.
55675         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55677         * nis/nss_compat/compat-spwd.c
55678         (getspent_next_nss_netgr): Remove unused variable.
55679         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55681         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55682         nonmembers" output to use the right array.
55684         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55686         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55688         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55689         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55690         * catgets/gencat.c (read_input_file): Likewise.
55691         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55693         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55694         variable definition inside #if's controlling its use.
55696         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55698         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55700         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55702         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55703         unreachable code.
55705         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55707         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55708         * configure: Regenerated.
55710         * Makerules: Revert last change.
55711         * elf/Makefile: Likewise.
55713 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55715         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55716         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55717         (reloc-link): Likewise.
55719 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55721         * elf/Makefile: Add rules to build pldd.
55722         * elf/pldd.c: New file.
55723         * elf/pldd-xx.c: New file.
55725 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55727         * version.h: Update for 2.15 development version.
55729 2011-06-07  David S. Miller  <davem@davemloft.net>
55731         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55732         ifuncs.
55733         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55734         elf_machine_lazy_rel): Likewise.
55735         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55736         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55737         elf_machine_lazy_rel): Likewise.
55738         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55739         dl_hwcap via passed in argument.
55740         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55741         Likewise.
55743 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55745         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55747 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55749         [BZ #12849]
55750         * manual/fdl-1.1.texi: New file, verbatim from:
55751         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55752         * manual/lgpl-2.1.texi: New file, verbatim from:
55753         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55754         * manual/Makefile (licenses): New variable, list those new file names.
55755         (texis): Use it.
55756         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55758         * manual/fdl.texi: File removed.
55759         * manual/lesser.texi: File removed.
55760         * manual/libc.texinfo (Copying, Documentation License):
55761         Use new @include file names, put @appendix directive before @include.
55763 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55765         [BZ #12841]
55766         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55767         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55768         (mq_open): Add __NTH.
55770 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55772         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55773         Assume Intel Core i3/i5/i7 processor if AVX is available.
55775 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55777         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55778         typo.
55780 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55782         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55783         memory.  Use alloca_account.  Fix memory leak when retrying.
55785 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55787         * version.h (RELEASE): Bump for 2.14 release.
55788         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55790         * config.make.in (RANLIB): Remove entry.
55792 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55794         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55795         (libc.pot): Work around missing support for .ksh extension in xgettext.
55797         [BZ #12684]
55798         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55799         if both request failed.
55800         (send_dg): In case of server errors clear resplen or *resplen2.
55802         [BZ #12454]
55803         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55804         when there are multiple maps.
55805         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55806         (_dl_fini): Remove test here.
55808         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55810 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55812         [BZ #12350]
55813         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55814         bit from old_res_options.
55815         (gaih_inet): Likewise.
55817         [BZ #11099]
55818         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55819         as signed.
55821         * resolv/res_init.c (res_setoptions): Make the code more compact.
55823         [BZ #11558]
55824         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55825         set RES_USEVC.
55827         [BZ #11634]
55828         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55830         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55832         [BZ #11781]
55833         * malloc/malloc.h: Declare malloc hook variables as volatile.
55835         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55836         in last patch.
55838         [BZ #11799]
55839         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55840         raise in the comment.
55841         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55842         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55843         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55845 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55847         [BZ #12811]
55848         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55849         grow the buffers more if it already has to be sufficient.
55850         (build_wcs_upper_buffer): Likewise.
55851         * posix/regexec.c (check_matching): Likewise.
55852         (clean_state_log_if_needed): Likewise.
55853         (extend_buffers): Don't enlarge buffers beyond size of the input
55854         buffer.
55855         Patches mostly by Emil Wojak <emil@wojak.eu>.
55856         * posix/bug-regex32.c: New file.
55857         * posix/Makefile (tests): Add bug-regex32.
55859         * locale/findlocale.c (_nl_find_locale): Return right away if
55860         _nl_explode_name failed.
55861         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55863         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55865         * debug/xtrace.sh: Unify messages.
55866         * malloc/memusage.sh: Likewise.
55868         [BZ #12813]
55869         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55870         time symbol from vDSO.  Substitute with vsyscall if not available.
55871         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55872         __vdso_time.
55874         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55875         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55876         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55877         Add sendmmsg and internal_sendmmsg.
55878         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55879         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55880         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55882         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55883         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55884         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55886 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55888         [BZ #12813]
55889         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55890         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55891         available.
55892         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55893         __vdso_getcpu.
55895         [BZ #12814]
55896         * iconvdata/Makefile (tests): Add bug-iconv9.
55897         * iconvdata/bug-iconv9.c: New file.
55899 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55901         [BZ #12814]
55902         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55904 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55906         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55907         (struct user_regs_struct): Change intcs field back to cs.
55909 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55911         * po/ja.po: Update from translation team.
55913 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55915         [BZ #12795]
55916         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55917         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55919 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55921         * stdlib/longlong.h: Update from GCC.
55923 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55925         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55926         parameter name.
55927         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55928         Add parameter name.
55929         (__sysconf): Pass it down.
55931 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55933         [BZ #12671]
55934         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55935         some situations.
55936         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55937         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55938         add in in __libc_use_alloca calls.  Adjust callers.
55939         (glob): Use malloc in some situations.
55941         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55942         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55943         pltexit.
55945 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55947         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55948         and CLOCK_BOOTTIME_ALARM.
55950         [BZ #12782]
55951         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55952         is returned.
55954         * string/_strerror.c (__strerror_r): Print negative errors as signed
55955         numbers.
55957         [BZ #12777]
55958         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55959         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55960         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55962         * configure.in: Fix typo in redirection and correct removal of test
55963         files in two cases.
55965         [BZ #12788]
55966         * locale/setlocale.c (new_composite_name): Fix test to check for
55967         identical name of all categories.
55969         [BZ #12792]
55970         * libio/filedoalloc.c (local_isatty): New function.
55971         (_IO_file_doallocate): Use local_isatty.
55972         * stdio-common/perror.c (perror): In case a new stream is used
55973         forward the stream error.
55974         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55975         error flag.
55977 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55979         [BZ #11869]
55980         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55981         alloca.
55982         * include/alloca.h (extend_alloca_account): Define.
55984         [BZ #11857]
55985         * posix/regex.h: Fix comments with documentation of user-accessible
55986         fields after compilation and describe correct free'ing of pattern
55987         after re_compile_pattern.
55988         Patch by Reuben Thomas <rrt@sc3d.org>.
55990 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55992         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55993         and -mno-altivec to prevent the compiler from using Altivec and/or
55994         VSX instructions when the corresponding registers are not available.
55996 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55998         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
56000 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
56002         * libio/freopen.c (freopen): Use __dup2, not dup2.
56003         * libio/freopen64.c (freopen64): Likewise.
56005 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
56007         [BZ #12775]
56008         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
56009         * math/Makefile (tests): Add test-powl.
56010         (CFLAGS-test-powl.c): Define.
56011         * math/test-powl.c: New file.
56013 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
56015         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
56017 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
56019         [BZ #11837]
56020         * iconvdata/gb18030.c: Update to GB18020-2005.
56022 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
56024         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
56025         RE_SYNTAX_POSIX_AWK): Update to match recent development.
56026         Patch by Aharon Robbins <arnold@skeeve.com>.
56028         [BZ #11892]
56029         * stdlib/putenv.c (putenv): Don't always create copy of the variable
56030         on the stack.
56032         [BZ #11895]
56033         * misc/pselect.c (__pselect): Handle timeout value errors hidden
56034         through underflows.
56036         [BZ #12766]
56037         * misc/error.c (error_at_line): Ensure file_name and old_file_name
56038         point to strings before performing equality test for error_one_per_line
56039         mode.
56041         [BZ #11697]
56042         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
56044         [BZ #11820]
56045         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56046         (struct user_fpregs_struct): Avoid __uint*_t types.
56048         [BZ #6420]
56049         * malloc/mtrace.c (tr_where): Add additional parameter to point to
56050         symbol info.  Use it instead of calling _dl_addr locally.
56051         (lock_and_info): New function.
56052         (tr_freehook): Call lock_and_info and pass symbol info as additional
56053         parameter to tr_where.
56054         (tr_mallochook): Likewise.
56055         (tr_reallochook): Likewise.
56056         (tr_memalignhook): Likewise.
56058         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
56059         used and couldn't be at all thread-safe.
56061 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
56063         * libio/freopen.c (freopen): Don't close old file descriptor
56064         before the new one is opened.  Instead dup the new file descriptor
56065         to the old one after the new stream is created.
56066         * libio/freopen64.c (freopen64): Likewise.
56067         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
56068         * libio/fileops.c (_IO_new_file_close_it): Handle new
56069         _IO_FLAGS2_NOCLOSE flag.
56070         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
56071         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
56072         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
56073         _IO_FLAGS2_NOCLOSE flag.
56074         * include/unistd.h: Add hidden_proto for dup3.
56075         Define __have_dup3.
56076         * io/dup3.c: Define hidden symbol.
56077         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
56079         [BZ #7101]
56080         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
56081         when an incomplete long option is used.
56082         * posix/tst-getopt_long1.c: New file.
56083         * posix/Makefile (tests): Add tst-getopt_long1.
56085         [BZ #10138]
56086         * scripts/config.guess: Update from autoconf-2.68.
56087         * scripts/config.sub: Likewise.
56089         [BZ #10157]
56090         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
56091         tests into ...
56092         (has_cpuclock): ...this.  New function.
56093         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
56094         macro here based on has_cpuclock code.
56096         [BZ #10149]
56097         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56098         First byte (not low byte) is now always NUL.
56099         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
56101         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56102         Use non-cancelable interfaces.
56104         [BZ #9809]
56105         * locale/iso-639.def: Add entry for Sorani.
56107         [BZ #11901]
56108         * include/stdlib.h: Move include protection to the right place.
56109         Define abort_msg_s.  Declare __abort_msg with it.
56110         * stdlib/abort.c (__abort_msg): Adjust type.
56111         * assert/assert.c (__assert_fail_base): New function.  Majority
56112         of code from __assert_fail.  Allocate memory for __abort_msg with
56113         mmap.
56114         (__assert_fail): Now call __assert_fail_base.
56115         * assert/assert-perr.c: Remove bulk of implementation.  Use
56116         __assert_fail_base.
56117         * include/assert.hL Declare __assert_fail_base.
56118         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
56119         mmap.
56120         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
56122 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
56124         [BZ #11952]
56125         [BZ #12453]
56126         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56127         until all modules are registered in the DTV.
56128         * elf/Makefile: Add rules to build and run tst-tls19.
56129         * elf/tst-tls19.c: New file.
56130         * elf/tst-tls19mod1.c: New file.
56131         * elf/tst-tls19mod2.c: New file.
56132         * elf/tst-tls19mod3.c: New file.
56133         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56135         [BZ #12083]
56136         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56137         correctly.
56139         [BZ #12601]
56140         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56141         two-byte sequence errors.
56142         * iconvdata/Makefile (tests): Add bug-iconv8.
56143         * iconvdata/bug-iconv8.c: New file.
56145         [BZ #12626]
56146         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56147         buf2 definition.
56149         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56151         [BZ #12432]
56152         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56153         (dummy_getcfa): New function.
56154         (init): Get _Unwind_GetCFA address, use dummy if not found.
56155         (backtrace_helper): In recursion check, also check whether CFA changes.
56156         (__backtrace): Completely initialize arg.
56158         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
56159         storing incomplete byte sequence in state object.  Avoid testing for
56160         guaranteed too small input if we know there is enough data available.
56162 2011-05-11  Andreas Schwab  <schwab@redhat.com>
56164         * Makeconfig (+link-pie): Indent.
56165         * Rules (binaries-pie): Define if $(have-fpie) and
56166         $(build-shared).
56167         (binaries-shared): Also filter out $(binaries-pie).
56168         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56169         * nscd/Makefile (others-pie): Add nscd.
56170         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56171         ($(objpfx)nscd): Remove command override.
56172         * login/Makefile (others-pie): Add pt_chown.
56173         ($(objpfx)pt_chown): Remove command override.
56174         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56175         remove command overrides.
56177 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
56179         * libio/tst_putwc.c: Fix error messages.
56181         [BZ #12724]
56182         * libio/fileops.c (_IO_new_file_close_it): Always flush when
56183         currently writing and seek to current position when not.
56184         * libio/Makefile (tests): Add bug-fclose1.
56185         * libio/bug-fclose1.c: New file.
56187 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
56189         [BZ #12511]
56190         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56191         don't set DF_1_NODELETE here.
56192         (do_lookup_x): When entering new entry test for copy relocation
56193         and if necessary set DF_1_NODELETE flag.
56194         * elf/tst-unique4.cc: New file.
56195         * elf/tst-unique4.h: New file.
56196         * elf/tst-unique4lib.cc: New file.
56197         * elf/Makefile: Add rules to build and run tst-unique4.
56198         Patch by Piotr Bury <pbury@goahead.com>.
56200 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
56202         [BZ #12052]
56203         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56205         [BZ #12625]
56206         * misc/mntent_r.c (addmntent): Flush the stream after the output
56208         [BZ #12393]
56209         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56210         (is_trusted_path_normalize): Skip initial colon.  Append slash
56211         to empty buffer.  Duplicate is_trusted_path code but allow
56212         constructed patch to be prefix.
56213         (is_dst): Allow $ORIGIN followed by /.
56214         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56215         Correct testing of result of is_trusted_path_normalize
56216         (decompose_rpath): Fix warning.
56218 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56220         [BZ #11257]
56221         * grp/initgroups.c (internal_getgrouplist): When we found the service
56222         list through the initgroups entry in nsswitch.conf do not always
56223         continue on a successful lookup.  Don't always use the
56224         __nss_group_database value if it is set.
56225         * nss/nsswitch.conf (initgroups): Change action for successful db
56226         lookup to continue for compatibility.
56228 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56230         [BZ #11532]
56231         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56232         and CP774 modules.
56233         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56234         and CP774 modules.
56235         * iconvdata/tst-tables.sh: Likewise.
56236         * iconvdata/cp770.c: New file.
56237         * iconvdata/cp771.c: New file.
56238         * iconvdata/cp772.c: New file.
56239         * iconvdata/cp773.c: New file.
56240         * iconvdata/cp774.c: New file.
56241         * iconvdata/testdata/CP770: New file.
56242         * iconvdata/testdata/CP770..UTF8: New file.
56243         * iconvdata/testdata/CP771: New file.
56244         * iconvdata/testdata/CP771..UTF8: New file.
56245         * iconvdata/testdata/CP772: New file.
56246         * iconvdata/testdata/CP772..UTF8: New file.
56247         * iconvdata/testdata/CP773: New file.
56248         * iconvdata/testdata/CP773..UTF8: New file.
56249         * iconvdata/testdata/CP774: New file.
56250         * iconvdata/testdata/CP774..UTF8: New file.
56252         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56253         END CHARMAP line.
56254         * iconvdata/gen-8bit-gap.sh: Likewise.
56255         * iconvdata/gen-8bit.sh: Likewise.
56257         * locale/iso-639.def: Add ary entry.
56259         [BZ #11258]
56260         * locale/C-translit.h.in: Add U20A1 transliteration.
56262         [BZ #12178]
56263         * locale/iso-639.def: Add wae entry.
56264         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56266         [BZ #12545]
56267         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56268         for n.
56270         [BZ #12711]
56271         * locale/C-translit.h.in: Add entry for U20B9.
56272         Patch by pravin.d.s@gmail.com.
56274 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56276         [BZ #12713]
56277         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56278         ENAMETOOLONG use generic getcwd.
56279         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56280         in rtld.  Use *stat64.
56281         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56282         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56283         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56284         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56285         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56286         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56287         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56288         __fstatat64 macros.
56289         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56290         * dirent/rewinddir.c: Add libc_hidden_def.
56291         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56292         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56294         * include/dirent.h (__alloc_dir): Add flags parameter.
56295         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56296         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56297         __alloc_dir.
56298         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56299         from fdopendir if O_CLOEXEC is already set.
56301 2011-03-15  Alan Modra  <amodra@gmail.com>
56303         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56304         l_tls_firstbyte_offset non-zero.  Save padding offset in
56305         l_tls_firstbyte_offset for later use.
56306         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56307         freeing static tls block.
56309 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56311         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56312         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56313         being defined by the kernel headers.
56315 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56317         [BZ #12734]
56318         * resolv/resolv.h: Define RES_NOTLDQUERY.
56319         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56320         no-tld-query and set RES_NOTLDQUERY.
56321         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56322         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56323         modern BIND to search name as TLD unless forbidden.
56325 2011-05-07  Petr Baudis  <pasky@suse.cz>
56326             Ulrich Drepper  <drepper@gmail.com>
56328         [BZ #12393]
56329         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56330         (is_trusted_path): ...to here.
56331         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56332         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56333         using is_trusted_path_normalize() in setuid scripts.
56335 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56337         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56338         __BEGIN/__END_DECLS.
56340 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56342         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56343         NSS_STATUS_NOTFOUND if no record was found.
56345 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56347         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56348         (headers-not-in-tirpc): Remove rpc/netdb.h
56349         * resolv/netdb.h: Revert last change.
56351 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56353         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56354         circular dependency between libgcc.a and libc.a.
56356 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56358         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56359         * nis/Makefile: Don't install rpcsvc/*.
56360         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56361         instead of <rpc/types.h>.
56362         (MAXHOSTNAMELEN): Define.
56364 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56366         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56368 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56370         [BZ #12714]
56371         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56372         gethostbyname4_r when IPv6 results are possible.
56374 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56376         [BZ #12723]
56377         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56378         _PC_PIPE_BUF handling.
56380 2011-04-30  Bruno Haible  <bruno@clisp.org>
56382         [BZ #12717]
56383         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56384         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56385         to 'int'.
56386         * inet/getnameinfo.c (getnameinfo): Likewise.
56388 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56390         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56391         to groups setting in database lookup.
56392         * nss/nsswitch.conf: Add initgroups entry.
56394 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56396         [BZ #12685]
56397         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56398         mode string.
56399         Patch by Eric Blake <eblake@redhat.com>.
56401 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56403         * sunrpc/Makefile (need-export-routines): Add svc_run.
56404         (routines): Remove svc_run.
56405         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56406         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56407         * sunrpc/svc_run.c (svc_run): Likewise.
56408         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56410 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56412         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56413         problem in reallocation in last patch.
56415 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56417         * sunrpc/Makefile: Move inclusion of Rules.
56419 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56421         * nss/nss_files/files-initgroups.c: New file.
56422         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56423         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56424         _nss_files_initgroups_dyn.
56426 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56428         * elf/elf.h (R_ARM_IRELATIVE): Define.
56430 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56432         * po/ru.po: Update from translation team.
56434 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56436         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56437         dependencies.
56439 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56441         [BZ #12653]
56442         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56443         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56444         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56445         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56446         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56448 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56450         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56451         differing bytes.
56452         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56453         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56454         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56456 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56458         [BZ #12420]
56459         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56460         storing it.
56461         * stdlib/bug-getcontext.c: New file.
56462         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56464 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56466         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56467         instructions into .machine "z9-109".
56468         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56469         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56471 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56473         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56474         between environment variables and auxiliary vector.
56476 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56478         * Makefile: Add rules to build linkobj/libc.so.
56479         * include/libc-symbols.h: Define libc_hidden_nolink.
56480         * include/rpc/auth.h: Mark functions which are to be hidden.
56481         * include/rpc/auth_des.h: Likewise.
56482         * include/rpc/auth_unix.h: Likewise.
56483         * include/rpc/clnt.h: Likewise.
56484         * include/rpc/des_crypt.h: Likewise.
56485         * include/rpc/key_prot.h: Likewise.
56486         * include/rpc/pmap_clnt.h: Likewise.
56487         * include/rpc/pmap_prot.h: Likewise.
56488         * include/rpc/pmap_rmt.h: Likewise.
56489         * include/rpc/rpc_msg.h: Likewise.
56490         * include/rpc/svc.h: Likewise.
56491         * include/rpc/svc_auth.h: Likewise.
56492         * include/rpc/xdr.h: Likewise.
56493         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56494         * nss/Makefile: Likewise.
56495         * sunrpc/Makefile: Don't install headers.  Build library with normal
56496         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56497         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56498         for the compat linking library.  Remove use of INTDEF/INTUSE.
56499         * sunrpc/auth_none.c: Likewise.
56500         * sunrpc/auth_unix.c: Likewise.
56501         * sunrpc/authdes_prot.c: Likewise.
56502         * sunrpc/authuxprot.c: Likewise.
56503         * sunrpc/clnt_gen.c: Likewise.
56504         * sunrpc/clnt_perr.c: Likewise.
56505         * sunrpc/clnt_raw.c: Likewise.
56506         * sunrpc/clnt_simp.c: Likewise.
56507         * sunrpc/clnt_tcp.c: Likewise.
56508         * sunrpc/clnt_udp.c: Likewise.
56509         * sunrpc/clnt_unix.c: Likewise.
56510         * sunrpc/des_crypt.c: Likewise.
56511         * sunrpc/des_soft.c: Likewise.
56512         * sunrpc/get_myaddr.c: Likewise.
56513         * sunrpc/key_call.c: Likewise.
56514         * sunrpc/key_prot.c: Likewise.
56515         * sunrpc/netname.c: Likewise.
56516         * sunrpc/pm_getmaps.c: Likewise.
56517         * sunrpc/pm_getport.c: Likewise.
56518         * sunrpc/pmap_clnt.c: Likewise.
56519         * sunrpc/pmap_prot.c: Likewise.
56520         * sunrpc/pmap_prot2.c: Likewise.
56521         * sunrpc/pmap_rmt.c: Likewise.
56522         * sunrpc/publickey.c: Likewise.
56523         * sunrpc/rpc_cmsg.c: Likewise.
56524         * sunrpc/rpc_common.c: Likewise.
56525         * sunrpc/rpc_dtable.c: Likewise.
56526         * sunrpc/rpc_prot.c: Likewise.
56527         * sunrpc/rpc_thread.c: Likewise.
56528         * sunrpc/rtime.c: Likewise.
56529         * sunrpc/svc.c: Likewise.
56530         * sunrpc/svc_auth.c: Likewise.
56531         * sunrpc/svc_authux.c: Likewise.
56532         * sunrpc/svc_raw.c: Likewise.
56533         * sunrpc/svc_run.c: Likewise.
56534         * sunrpc/svc_simple.c: Likewise.
56535         * sunrpc/svc_tcp.c: Likewise.
56536         * sunrpc/svc_udp.c: Likewise.
56537         * sunrpc/svc_unix.c: Likewise.
56538         * sunrpc/svcauth_des.c: Likewise.
56539         * sunrpc/xcrypt.c: Likewise.
56540         * sunrpc/xdr.c: Likewise.
56541         * sunrpc/xdr_array.c: Likewise.
56542         * sunrpc/xdr_float.c: Likewise.
56543         * sunrpc/xdr_intXX_t.c: Likewise.
56544         * sunrpc/xdr_mem.c: Likewise.
56545         * sunrpc/xdr_rec.c: Likewise.
56546         * sunrpc/xdr_ref.c: Likewise.
56547         * sunrpc/xdr_sizeof.c: Likewise.
56548         * sunrpc/xdr_stdio.c: Likewise.
56550 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56552         [BZ #12650]
56553         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56554         * sysdeps/ia64/dl-tls.h: Likewise.
56555         * sysdeps/powerpc/dl-tls.h: Likewise.
56556         * sysdeps/s390/dl-tls.h: Likewise.
56557         * sysdeps/sh/dl-tls.h: Likewise.
56558         * sysdeps/sparc/dl-tls.h: Likewise.
56559         * sysdeps/x86_64/dl-tls.h: Likewise.
56560         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56562 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56564         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56565         rpath element also skip the following colon.
56566         (expand_dynamic_string_token): Add is_path parameter and pass
56567         down to DL_DST_REQUIRED and _dl_dst_substitute.
56568         (decompose_rpath): Call expand_dynamic_string_token with
56569         non-zero is_path.  Ignore empty rpaths.
56570         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56571         with zero is_path.
56573 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56576         Make cancelable.
56578 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56580         [BZ #12655]
56581         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56582         Patch by Filipe David Manana <fdmanana@apache.org>.
56584 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56586         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56587         Maintain aligned stack.
56588         (CHECK_RSP): Remove unused macro.
56590 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56592         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56593         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56595 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56597         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56599         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56601 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56603         [BZ #12518]
56604         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56605         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56606         * sysdeps/x86_64/memmove.c: New file.
56607         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56608         (memcpy): Renamed to ...
56609         (__new_memcpy): This.
56610         (memcpy): Provide GLIBC_2_14 memcpy.
56611         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56612         (memcpy): Provide GLIBC_2_2_5 memcpy.
56614 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56616         [BZ #12631]
56617         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56619 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56621         * misc/syncfs.c: New file.
56622         * misc/Makefile (routines): Add syncfs.
56623         * posix/unistd.h: Declare syncfs.
56624         * sysdeps/unix/syscalls.list: Add syncfs.
56626 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56628         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56629         open_by_handle_at.
56630         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56631         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56632         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56633         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56634         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56635         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56636         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56638 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56640         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56641         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56642         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56643         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56644         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56645         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56646         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56648         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56649         sync_file_range.c with -fexceptions.
56650         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56651         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56652         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56653         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56654         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56655         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56656         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56657         sync_file_range as cancellation point
56658         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56659         now a wrapper around __call_sync_file_range with cancellation handling.
56660         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56661         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56662         function name to __call_sync_file_range.
56663         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56664         Add call_sync_file_range.
56666 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56668         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56669         bits/timex.h.
56671 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56673         * iconv/iconv.h: Fix typo in comment.
56674         * io/fcntl.h: Likewise.
56675         * libio/stdio.h: Likewise.
56676         * posix/spawn.h: Likewise.
56677         * posix/unistd.h: Likewise.
56678         * stdlib/stdlib.h: Likewise.
56679         * time/time.h: Likewise.
56680         * wcsmbs/wchar.h: Likewise.
56682         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56683         open_by_handle): Add.
56684         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56685         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56686         Augment a few comments.
56687         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56688         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56689         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56690         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56691         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56692         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56693         open_by_handle.
56695         * io/fcntl.h (AT_EMPTY_PATH): Define.
56697 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56699         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56700         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56701         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56702         to...
56703         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56704         * Versions.def: Add GLIBC_2.14.
56705         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56706         Export.
56708 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56710         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56711         round counter.
56712         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56714 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56716         [BZ #12597]
56717         * string/test-strncmp.c (do_page_test): New function.
56718         (check2): Likewise.
56719         (test_main): Call check2.
56720         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56722 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56724         [BZ #12587]
56725         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56726         Handle cache information in CPU leaf 4.
56727         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56729 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56731         [BZ #12583]
56732         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56733         character representation.
56734         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56736 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56738         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56739         END(__isnan) to END(__isnanf) to match function entry point/label
56740         EALIGN(__isnanf,...).
56742 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56744         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56746 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56748         [BZ #12510]
56749         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56750         copy from the symbol referenced in the relocation to initialize the
56751         used variable.
56752         Patch by Piotr Bury <pbury@goahead.com>.
56753         * elf/Makefile: Add rules to build and tst-unique3.
56754         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56755         * elf/tst-unique3.cc: New file.
56756         * elf/tst-unique3.h: New file.
56757         * elf/tst-unique3lib.cc: New file.
56758         * elf/tst-unique3lib2.cc: New file.
56760         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56762 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56764         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56765         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56766         to _start.
56768 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56770         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56771         to-be-loaded object along a path to loader is ld.so.
56773 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56774             Ulrich Drepper  <drepper@gmail.com>
56776         * sysdeps/x86_64/memset.S: After aligning destination, code
56777         branches to different locations depending on the value of
56778         misalignment, when multiarch is enabled. Fix this.
56780 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56782         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56783         Set _x86_64_preferred_memory_instruction for AMD processsors.
56784         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56785         Set bit_Prefer_SSE_for_memop for AMD processors.
56787 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56789         * libio/fmemopen.c (fmemopen): Optimize a bit.
56791 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56793         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56795 2011-03-03  Roland McGrath  <roland@redhat.com>
56797         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56799 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56801         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56802         __bzero_ultra1 instead of __memset_ultra1.
56804 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56805             Ulrich Drepper  <drepper@gmail.com>
56807         [BZ #12509]
56808         * include/link.h (struct link_map): Add l_orig_initfini.
56809         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56810         returning unsuccessfully.
56811         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56812         close of a file loaded at startup, restore the original l_initfini
56813         list.
56814         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56815         list, store the pointer.
56816         * elf/Makefile ($(objpfx)noload-mem): New rule.
56817         (noload-ENV): Define.
56818         (tests): Add $(objpfx)noload-mem.
56819         * elf/noload.c: Include <memcheck.h>.
56820         (main): Call mtrace.  Close all opened handles.
56822 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56824         [BZ #12454]
56825         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56826         dependencies are missing.
56828 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56830         Fix __if_freereq crash: Unlike the generic version which uses free,
56831         Hurd needs munmap.
56832         * sysdeps/mach/hurd/ifreq.h: New file.
56834 2011-01-27  Petr Baudis  <pasky@suse.cz>
56835             Ulrich Drepper  <drepper@gmail.com>
56837         [BZ 12445]#
56838         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56839         to extend_alloca().
56840         * stdio-common/bug23.c: New file.
56841         * stdio-common/Makefile (tests): Add bug23.
56843 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56844             Ulrich Drepper  <drepper@gmail.com>
56846         [BZ #12489]
56847         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56848         before performing relro protection.  At old place add assertion
56849         to make sure nothing changed.
56851 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56852             Glauber de Oliveira Costa  <glommer@gmail.com>
56854         * elf/elf.h: Add new ARM TLS relocs.
56856 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56859         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56860         cast from r3.
56861         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56862         'tests' variable.
56863         * sysdeps/wordsize-64/tst-writev.c: New file.
56865 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56867         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56868         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56869         insns in _dl_start to prevent a TOC reference before relocs are
56870         resolved.
56872 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56874         [BZ #12469]
56875         * Makeconfig: Remove RANLIB definition.
56876         * Makerules: Don't use RANLIB.
56877         * aclocal.m4: Remove ranlib test.
56878         * configure.in: No need to check for ranlib.
56879         * elf/rtld-Rules: Don't use RANLIB.
56881 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56883         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56884         protection macro.
56885         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56886         inclusion protection macro.
56888         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56889         SIGRTMIN and SIGRTMAX and print information in that case only when
56890         SIGRTMIN is defined.
56892 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56894         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56895         arginfo fn returning -1.
56897         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56898         and thousands string is zero terminated.
56900 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56902         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56903         sysdeps/unix/sysv/linux/bits/socket.h.
56905 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56907         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56908         (__CPU_COUNT): Remove old macros.
56909         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56910         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56911         (__CPU_ALLOC, __CPU_FREE): Add macros.
56912         (__sched_cpualloc, __sched_cpufree): Add declarations.
56914 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56916         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56917         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56918         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56919         (readdhstai): Return value of addhstaiX call.
56920         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56921         (addgrbyX): Return value returned by cache_addgr.
56922         (readdgrbyname): Return value returned by addgrbyX.
56923         (readdgrbygid): Likewise.
56924         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56925         (addpwbyX): Return value returned by cache_addpw.
56926         (readdpwbyname): Return value returned by addhstbyX.
56927         (readdpwbyuid): Likewise.
56928         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56929         (addservbyX): Return value returned by cache_addserv.
56930         (readdservbyname): Return value returned by addservbyX:
56931         (readdservbyport): Likewise.
56932         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56933         (addhstbyX): Return value returned by cache_addhst.
56934         (readdhstbyname): Return value returned by addhstbyX.
56935         (readdhstbyaddr): Likewise.
56936         (readdhstbynamev6): Likewise.
56937         (readdhstbyaddrv6): Likewise.
56938         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56939         (readdinitgroups): Return value returned by addinitgroupsX.
56940         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56941         (prune_cache): Keep track of timeout value of re-added entries.
56942         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56943         * nscd/nscd.h: Adjust prototypes of readd* functions.
56945 2011-02-04  Roland McGrath  <roland@redhat.com>
56947         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56948         (nis_stats): Likewise.
56949         * nis/nis_modify.c (nis_modify): Likewise.
56950         * nis/nis_remove.c (nis_remove): Likewise.
56951         * nis/nis_add.c (nis_add): Likewise.
56953         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56955         * posix/fnmatch_loop.c: Add some consts.
56957         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56959 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56961         [BZ #12460]
56962         * config.make.in (config-cflags-novzeroupper): Define.
56963         * configure.in: Substitute libc_cv_cc_novzeroupper.
56964         * elf/Makefile (AVX-CFLAGS): Define.
56965         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56966         (CFLAGS-tst-auditmod4a.c): Likewise.
56967         (CFLAGS-tst-auditmod4b.c): Likewise.
56968         (CFLAGS-tst-auditmod6b.c): Likewise.
56969         (CFLAGS-tst-auditmod6c.c): Likewise.
56970         (CFLAGS-tst-auditmod7b.c): Likewise.
56971         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56973 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56975         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56976         function to the callback.
56977         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56979 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56981         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56982         of errno.
56984 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56986         [BZ #11724]
56987         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56988         of constructors.
56989         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56990         of destructors.
56991         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56993         [BZ #11724]
56994         * elf/Makefile: Add rules to build and run new test.
56995         * elf/tst-initorder.c: New file.
56996         * elf/tst-initorder.exp: New file.
56997         * elf/tst-initordera1.c: New file.
56998         * elf/tst-initordera2.c: New file.
56999         * elf/tst-initordera3.c: New file.
57000         * elf/tst-initordera4.c: New file.
57001         * elf/tst-initorderb1.c: New file.
57002         * elf/tst-initorderb2.c: New file.
57003         * elf/tst-order-a1.c: New file.
57004         * elf/tst-order-a2.c: New file.
57005         * elf/tst-order-a3.c: New file.
57006         * elf/tst-order-a4.c: New file.
57007         * elf/tst-order-b1.c: New file.
57008         * elf/tst-order-b2.c: New file.
57009         * elf/tst-order-main.c: New file.
57010         New test case by George Gensure <werkt0@gmail.com>.
57012 2010-10-01  Andreas Schwab  <schwab@redhat.com>
57014         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
57015         decoding ACE if AI_CANONIDN.
57017 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
57019         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
57021 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
57023         * version.h (RELEASE): Bump for 2.13 release.
57024         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
57026         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
57028         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
57029         MADV_NOHUGEPAGE.
57030         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
57031         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
57032         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
57033         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
57034         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
57035         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57037         * posix/getconf.c: Update copyright year.
57038         * catgets/gencat.c: Likewise.
57039         * csu/version.c: Likewise.
57040         * debug/catchsegv.sh: Likewise.
57041         * debug/xtrace.sh: Likewise.
57042         * elf/ldconfig.c: Likewise.
57043         * elf/ldd.bash.in: Likewise.
57044         * elf/sprof.c (print_version): Likewise.
57045         * iconv/iconv_prog.c: Likewise.
57046         * iconv/iconvconfig.c: Likewise.
57047         * locale/programs/locale.c: Likewise.
57048         * locale/programs/localedef.c: Likewise.
57049         * malloc/memusage.sh: Likewise.
57050         * malloc/mtrace.pl: Likewise.
57051         * nscd/nscd.c (print_version): Likewise.
57052         * nss/getent.c: Likewise.
57054         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
57055         PF_CAIF, and PF_ALG.
57056         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
57058 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
57060         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
57061         (modules-names): Use them.
57062         (ifunc-test-modules, ifunc-pie-tests): Define.
57063         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
57064         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
57065         (test-extras): Likewise.
57066         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
57067         $(compile-command.c).
57068         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
57069         (all-built-dso): Define.
57070         (check-textrel.out, check-execstack.out): Depend on it.
57072         * configure.in: Don't override --enable-multi-arch.
57074 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
57076         [BZ #6812]
57077         * nscd/hstcache.c (tryagain): Define.
57078         (cache_addhst): Return tryagain not notfound for temporary errors.
57079         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
57080         failed.
57082 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
57084         [BZ #10563]
57085         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
57086         to make the syscall.
57087         * sysdeps/unix/sysv/linux/setgroups.c: New file.
57089         [BZ #12378]
57090         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
57091         and fall back to matching as normal character if the string ends before
57092         the matching ']' is found.  This is what POSIX requires.
57093         * posix/testfnm.c: Adjust test result.
57094         * posix/globtest.sh: Adjust test result.  Add new test.
57095         * posix/tst-fnmatch.input: Likewise.
57096         * posix/tst-fnmatch2.c: Add new test.
57098 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
57100         * elf/Makefile (check-execstack): Revert last change.  Depend on
57101         check-execstack.h.
57102         (check-execstack.h): New target.
57103         (generated): Add check-execstack.h.
57104         * elf/check-execstack.c: Include "check-execstack.h".
57105         (main): Revert last change.
57106         (handle_file): Return zero if GNU_STACK is absent and
57107         DEFAULT_STACK_PERMS doesn't include PF_X.
57109 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
57111         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
57112         in child fails because the descriptor is already closed.
57113         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
57114         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
57115         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
57117         [BZ #12397]
57118         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
57119         syscall.
57121         [BZ #10484]
57122         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57123         temporary buffer used to handle multi lookups locally.
57124         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
57126 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57128         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57129         loader is ld.so.
57131 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
57133         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57134         alignment for SSE2.
57136 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57138         [BZ #12394]
57139         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57140         characters.  When rounding increased number of integer digits recompute
57141         number of groups.
57142         * stdio-common/tst-grouping.c: New file.
57143         * stdio-common/Makefile: Add rules to build and run tst-grouping.
57145 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
57147         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57148         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
57150         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57151         void.
57152         * bits/select.h: Likewise.
57154 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
57156         * po/ja.po: Update from translation team.
57158 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
57160         [BZ #11155]
57161         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57162         implementation just like for lxstat, fxstatat, et al.
57164 2010-12-27  Jim Meyering  <meyering@redhat.com>
57166         [BZ #12348]
57167         * posix/regexec.c (build_trtable): Return failure indication upon
57168         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
57170 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
57172         [BZ #12201]
57173         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57174         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57175         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57176         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57178         [BZ #12207]
57179         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57181         [BZ #12204]
57182         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57183         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57185 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
57187         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57188         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57189         script has SORT_BY_INIT_PRIORITY.
57190         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57191         NO_CTORS_DTORS_SECTIONS is defined.
57192         * elf/soinit.c: Likewise.
57193         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57194         NO_CTORS_DTORS_SECTIONS is defined.
57195         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57196         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57197         * sysdeps/sh/init-first.c: Likewise.
57198         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57200 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
57202         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57203         always use the slow path.
57205 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57207         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57208         similar rule which adds the sysdep directories to the header search in
57209         order to pick up the correct platform stackinfo.h.
57210         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57211         perform test if it is, otherwise return successfully without testing.
57212         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57213         DEFAULT_STACK_PERMS define in stackinfo.h.
57214         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57215         defined in stackinfo.h.
57216         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57217         DEFAULT_STACK_PERMS defined in stackinfo.h.
57218         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57219         * sysdeps/ia64/stackinfo.h: Likewise.
57220         * sysdeps/s390/stackinfo.h: Likewise.
57221         * sysdeps/sh/stackinfo.h: Likewise.
57222         * sysdeps/sparc/stackinfo.h: Likewise.
57223         * sysdeps/x86_64/stackinfo.h: Likewise.
57224         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57225         PF_X for powerpc64.  Retain PF_X for powerpc32.
57227 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57229         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57230         accurately.
57231         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57232         GETDENTS_64BIT_ALIGNED.
57234 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57236         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57238 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57240         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57241         _GNU_SOURCE.
57243         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57244         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57245         Remove __restrict.
57246         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57247         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57249 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57251         [BZ #11655]
57252         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57253         are initialized.
57255 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57257         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57259 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57261         * po/it.po: Update from translation team.
57263 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57265         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57266         unused codes.
57268 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57270         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57272 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57274         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57275         specially.
57276         (gaih_getanswer_slice): Likewise.
57278 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57280         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57282 2010-05-31  Petr Baudis  <pasky@suse.cz>
57284         [BZ #11149]
57285         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57286         silently even in the chroot mode.
57288 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57290         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57291         last patch a bit.  Pretty printing
57293 2010-05-31  Petr Baudis <pasky@suse.cz>
57295         [BZ #10085]
57296         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57297         initialization of skip_initgroups_dyn.
57299 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57301         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57302         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57304 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57306         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57308 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57310         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57311         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57312         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57313         ($(objpfx)tst-fnmatch-mem): New rule.
57314         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57315         * posix/tst-fnmatch.c (main): Call mtrace.
57317 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57319         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57320         Support Intel processor model 6 and model 0x2c.
57322 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57324         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57325           signed comparison.
57327 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57329         [BZ #12205]
57330         * string/test-strncasecmp.c (check_result): New function.
57331         (do_one_test): Use it.
57332         (check1): New function.
57333         (test_main): Use it.
57334         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57335         Support strcasecmp and strncasecmp.
57337 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57339         [BZ #12194]
57340         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57341         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57343 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57345         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57346         IFUNC support.
57347         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57348         memset-x86-64.
57349         * sysdeps/x86_64/multiarch/bzero.S: New file.
57350         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57351         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57352         * sysdeps/x86_64/multiarch/memset.S: New file.
57353         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57354         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57355         Set bit_Prefer_SSE_for_memop for Intel processors.
57356         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57357         Define.
57358         (index_Prefer_SSE_for_memop): Define.
57359         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57361 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57363         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57364         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57366 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57368         [BZ #12191]
57369         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57370         (__x86_64_raw_data_cache_size_half): Likewise.
57371         (__x86_64_raw_shared_cache_size): Likewise.
57372         (__x86_64_raw_shared_cache_size_half): Likewise.
57374         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57375         (__x86_64_raw_data_cache_size_half): Likewise.
57376         (__x86_64_raw_shared_cache_size): Likewise.
57377         (__x86_64_raw_shared_cache_size_half): Likewise.
57378         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57379         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57380         and __x86_64_raw_shared_cache_size_half.  Round
57381         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57382         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57383         to multiple of 256 bytes.
57385 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57387         [BZ #12167]
57388         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57389         of inacessible symlinks.  Verify result of symlink before returning it.
57390         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57391         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57393 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57395         * math/math.h (isinf): Fix typo in comment.
57397 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57399         * po/da.po: Update from translation team.
57401 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57403         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57404         is added to the list.
57406 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57407             Ulrich Drepper  <drepper@gmail.com>
57409         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57410         the global list here.  Move code to...
57411         (_dl_add_to_namespace_list): ...here.  New function.
57412         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57413         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57414         * elf/dl-load.c (lose): Don't remove the element from the list.
57415         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57416         (_dl_map_object): Likewise.
57418 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57420         [BZ #12159]
57421         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57422         into all bytes of SSE register.
57423         Patch by Richard Li <richardpku@gmail.com>.
57425 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57427         [BZ #12140]
57428         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57429         perturbing.
57431 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57433         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57434         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57435         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57436         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57438         submachine.
57439         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57441 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57443         * include/dlfcn.h (__RTLD_SECURE): Define.
57444         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57445         mode & __RTLD_SECURE instead.
57446         (open_path): Rename preloaded parameter to secure.
57447         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57448         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57449         * elf/dl-deps.c (openaux): Likewise.
57450         * elf/rtld.c (struct map_args): Remove is_preloaded.
57451         (map_doit): Don't use it.
57452         (dl_main): Likewise.
57453         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57454         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57456 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57458         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57459         (sysd-rules-targets): Remove duplicates.
57460         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57461         rtld-%.$o dependency.
57463 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57465         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57466         _dl_map_object do it.
57468 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57470         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57471         fast fma builtins, define the macros in the C99 standard.
57472         (FP_FAST_FMAF): Likewise.
57473         (FP_FAST_FMAL): Likewise.
57474         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57476         * bits/mathdef.h: Update copyright year.
57477         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57479 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57481         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57482         builtins, define the macros in the C99 standard.
57483         (FP_FAST_FMAF): Likewise.
57484         (FP_FAST_FMAL): Likewise.
57485         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57486         multiply/add.
57487         (FP_FAST_FMAF): Likewise.
57489 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57491         [BZ #3268]
57492         * math/libm-test.inc (fma_test): Some new testcases.
57493         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57494         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57495         y and infinite z.  Do multiplication by C already in long double.
57496         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57497         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57498         y and infinite z.  Do bitwise or of inexact bit into u.d.
57499         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57500         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57501         * sysdeps/i386/fpu/s_fma.S: Removed.
57502         * sysdeps/i386/fpu/s_fmal.S: Removed.
57504 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57506         [BZ #3268]
57507         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57508         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57509         computation is not scheduled after fetestexcept.  Fix value
57510         of minimum denormal long double.
57512 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57514         [BZ #3268]
57515         * math/libm-test.inc (fma_test): Add some more tests.
57516         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57517         correctly.
57519 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57521         * scripts/data/localplt-s390-linux-gnu.data: New file.
57522         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57524 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57526         [BZ #3268]
57527         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57528         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57529         instead of dbl-64.
57530         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57531         inlines.
57532         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57533         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57534         if one of x and y is very large and the other is subnormal.
57535         * sysdeps/s390/fpu/s_fmaf.c: New file.
57536         * sysdeps/s390/fpu/s_fma.c: New file.
57537         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57538         * sysdeps/powerpc/fpu/s_fma.S: New file.
57539         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57540         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57541         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57543 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57545         [BZ #3268]
57546         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57547         fma tests.
57548         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57549         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57550         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57551         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57552         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57553         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57554         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57556 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57558         [BZ #12078]
57559         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57560         * posix/bug-regex31.input: Add test case.
57562 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57564         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57565         * posix/bug-regex31.input: New file.
57567         [BZ #12078]
57568         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57569         (parse_sub_exp): Fix last change, use postorder.
57571         * posix/bug-regex31.c: New file.
57572         * posix/Makefile: Add rules to build and run bug-regex31.
57574         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57576         [BZ #12078]
57577         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57579         [BZ #12108]
57580         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57581         to have entries in sys_siglist.
57583         [BZ #12093]
57584         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57585         be NULL.
57587 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57589         [BZ #3268]
57590         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57591         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57592         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57593         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57594         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57595         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57596         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57597         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57598         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57599         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57600         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57601         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57602         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57603         * math/ftestexcept.c (fetestexcept): Likewise.
57604         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57605         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57606         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57607         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57608         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57609         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57610         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57612 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57614         [BZ #12107]
57615         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57616         newline.
57618 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57620         * string/bug-strstr1.c: New file.
57621         * string/Makefile: Add rules to build and run bug-strstr1.
57623 2010-10-05  Eric Blake  <eblake@redhat.com>
57625         [BZ #12092]
57626         * string/str-two-way.h (two_way_long_needle): Always clear memory
57627         when skipping input due to the shift table.
57629 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57631         [BZ #12005]
57632         * malloc/mcheck.c: Handle large requests.
57634         [BZ #12077]
57635         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57636         for strncmp and strncasecmp.
57637         * string/stratcliff.c: Add tests for strcmp and strncmp.
57638         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57640 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57642         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57643         __set_fpscr.
57645 2010-09-30  Andreas Jaeger  <aj@suse.de>
57647         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57648         (CGROUP_SUPER_MAGIC): Define.
57649         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57650         Handle btrfs and cgroup file systems.
57651         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57652         Likewise.
57654 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57656         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57657         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57659 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57661         [BZ #12067]
57662         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57663         trying to locate the ELF header.
57665 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57667         [BZ #11611]
57668         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57669         Mask out sign-bit copies when constructing f_fsid.
57671 2010-09-24  Petr Baudis <pasky@suse.cz>
57673         * debug/stack_chk_fail_local.c: Add missing licence exception.
57674         * debug/warning-nop.c: Likewise.
57676 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57678         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57679         implementing getdents64 using getdents syscall, set d_type if
57680         __ASSUME_GETDENTS32_D_TYPE.
57682 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57684         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57685         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57687 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57689         [BZ #12037]
57690         * posix/unistd.h: Undo change of feature selection for ftruncate from
57691         2010-01-11.
57693 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57695         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57696         detection.
57698 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57700         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57701         fanotify_mark.
57702         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57704 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57706         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57707         variables after CHECK_SP call.
57708         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57710 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57711             Ulrich Drepper  <drepper@redhat.com>
57713         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57714         re-relocationg ld.so.
57715         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57716         _dl_init_paths call.
57717         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57718         here anymore.
57720 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57722         * resolv/res_init.c (__res_vinit): Count the default server we added.
57724 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57725             Ulrich Drepper  <drepper@redhat.com>
57727         [BZ #11968]
57728         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57729         (____longjmp_chk): Use %ebx for saving value across system call.
57730         Add unwind info.
57732 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57734         * manual/Makefile: Don't mix pattern rules with normal rules.
57736 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57738         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57739         operation.
57740         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57741         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57742         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57743         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57744         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57745         Likewise.
57747 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57749         [BZ #11979]
57750         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57751         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57753 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57755         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57756         * sysdeps/x86_64/addmul_1.S: Likewise.
57757         * sysdeps/x86_64/lshift.S: Likewise.
57758         * sysdeps/x86_64/mul_1.S: Likewise.
57759         * sysdeps/x86_64/rshift.S: Likewise.
57760         * sysdeps/x86_64/sub_n.S: Likewise.
57761         * sysdeps/x86_64/submul_1.S: Likewise.
57763 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57765         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57766         Define __sched_param instead of SCHED_* and sched_param when
57767         <bits/sched.h> is included with __need_schedparam defined.
57768         * bits/sched.h [__need_schedparam]
57769         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57770         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57771         (__defined_schedparam): Define to 1.
57772         (__sched_param): New structure, identical to sched_param.
57773         (__need_schedparam): Undefine.
57775 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57777         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57778         (epoll_create1): Declare.
57780         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57782 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57784         [BZ #7066]
57785         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57786         shifting retval into place.
57788 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57790         * nis/rpcsvc/nis.h: Update copyright notice.
57791         * nis/rpcsvc/nis.x: Likewise.
57792         * nis/rpcsvc/nis_callback.h: Likewise.
57793         * nis/rpcsvc/nis_callback.x: Likewise.
57794         * nis/rpcsvc/nis_object.x: Likewise.
57795         * nis/rpcsvc/nis_tags.h: Likewise.
57796         * nis/rpcsvc/yp.h: Likewise.
57797         * nis/rpcsvc/yp.x: Likewise.
57798         * nis/rpcsvc/ypupd.h: Likewise.
57799         * nis/yp_xdr.c: Likewise.
57800         * nis/ypupdate_xdr.c: Likewise.
57802         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57803         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57804         (pmap_getport): Use __libc_rpc_getport.
57805         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57806         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57807         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57809 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57812         fanotify_mark.
57814 2010-08-27  Roland McGrath  <roland@redhat.com>
57816         * sysdeps/i386/i686/multiarch/Makefile
57817         (CFLAGS-varshift.c): New variable.
57819 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57821         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57822         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57824         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57826         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57828 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57830         * sysdeps/x86_64/strlen.S: Unroll the loop.
57831         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57832         strlen-sse2 strlen-sse2-bsf.
57833         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57834         __strlen_no_bsf if bit_Slow_BSF is set.
57835         (__strlen_sse42): Removed.
57836         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57837         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57839 2010-08-25  Roland McGrath  <roland@redhat.com>
57841         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57842         * sysdeps/x86_64/multiarch/varshift.c: New file.
57843         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57844         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57845         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57846         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57848 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57850         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57851         strlen-sse2 strlen-sse2-bsf.
57852         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57853         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57854         (__strlen_sse2): Removed.
57855         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57856         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57857         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57858         bit_Slow_BSF for Atom.
57859         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57860         (index_Slow_BSF): Define.
57861         (HAS_SLOW_BSF): Define.
57863 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57865         [BZ #10851]
57866         * resolv/res_init.c (__res_vinit): When no server address at all
57867         is given default to loopback.
57869 2010-08-24  Roland McGrath  <roland@redhat.com>
57871         * configure.in: Remove config-name.h generation.
57872         * configure: Regenerated.
57873         * config-name.in: File removed.
57874         * scripts/config-uname.sh: New file.
57875         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57876         ($(objdir)config-name.h): New target.
57878         * sunrpc/rpc_parse.h: Avoid nested comment.
57880 2010-08-24  Richard Henderson  <rth@redhat.com>
57881             Ulrich Drepper  <drepper@redhat.com>
57882             H.J. Lu  <hongjiu.lu@intel.com>
57884         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57885         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57886         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57887         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57888         _mm_alignr_epi8 with _mm_loadu_si128.
57889         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57890         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57891         (__m128i_shift_right): Removed.
57892         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57893         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57894         * sysdeps/x86_64/multiarch/varshift.h: New file.
57895         * sysdeps/x86_64/multiarch/varshift.S: New file.
57897 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57899         * configure.in: Move assembler checks to before sysdep dir checking.
57901 2010-08-20  Petr Baudis  <pasky@suse.cz>
57903         * LICENSES: Sync the sunrpc license.
57905 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57907         * sunrpc/auth_des.c: Update copyright notice once again.
57908         * sunrpc/auth_none.c: Likewise.
57909         * sunrpc/auth_unix.c: Likewise.
57910         * sunrpc/authdes_prot.c: Likewise.
57911         * sunrpc/authuxprot.c: Likewise.
57912         * sunrpc/bindrsvprt.c: Likewise.
57913         * sunrpc/clnt_gen.c: Likewise.
57914         * sunrpc/clnt_perr.c: Likewise.
57915         * sunrpc/clnt_raw.c: Likewise.
57916         * sunrpc/clnt_simp.c: Likewise.
57917         * sunrpc/clnt_tcp.c: Likewise.
57918         * sunrpc/clnt_udp.c: Likewise.
57919         * sunrpc/clnt_unix.c: Likewise.
57920         * sunrpc/des_crypt.c: Likewise.
57921         * sunrpc/des_soft.c: Likewise.
57922         * sunrpc/get_myaddr.c: Likewise.
57923         * sunrpc/getrpcport.c: Likewise.
57924         * sunrpc/key_call.c: Likewise.
57925         * sunrpc/key_prot.c: Likewise.
57926         * sunrpc/openchild.c: Likewise.
57927         * sunrpc/pm_getmaps.c: Likewise.
57928         * sunrpc/pm_getport.c: Likewise.
57929         * sunrpc/pmap_clnt.c: Likewise.
57930         * sunrpc/pmap_prot.c: Likewise.
57931         * sunrpc/pmap_prot2.c: Likewise.
57932         * sunrpc/pmap_rmt.c: Likewise.
57933         * sunrpc/rpc/auth.h: Likewise.
57934         * sunrpc/rpc/auth_unix.h: Likewise.
57935         * sunrpc/rpc/clnt.h: Likewise.
57936         * sunrpc/rpc/des_crypt.h: Likewise.
57937         * sunrpc/rpc/key_prot.h: Likewise.
57938         * sunrpc/rpc/netdb.h: Likewise.
57939         * sunrpc/rpc/pmap_clnt.h: Likewise.
57940         * sunrpc/rpc/pmap_prot.h: Likewise.
57941         * sunrpc/rpc/pmap_rmt.h: Likewise.
57942         * sunrpc/rpc/rpc.h: Likewise.
57943         * sunrpc/rpc/rpc_des.h: Likewise.
57944         * sunrpc/rpc/rpc_msg.h: Likewise.
57945         * sunrpc/rpc/svc.h: Likewise.
57946         * sunrpc/rpc/svc_auth.h: Likewise.
57947         * sunrpc/rpc/types.h: Likewise.
57948         * sunrpc/rpc/xdr.h: Likewise.
57949         * sunrpc/rpc_clntout.c: Likewise.
57950         * sunrpc/rpc_cmsg.c: Likewise.
57951         * sunrpc/rpc_common.c: Likewise.
57952         * sunrpc/rpc_cout.c: Likewise.
57953         * sunrpc/rpc_dtable.c: Likewise.
57954         * sunrpc/rpc_hout.c: Likewise.
57955         * sunrpc/rpc_main.c: Likewise.
57956         * sunrpc/rpc_parse.c: Likewise.
57957         * sunrpc/rpc_parse.h: Likewise.
57958         * sunrpc/rpc_prot.c: Likewise.
57959         * sunrpc/rpc_sample.c: Likewise.
57960         * sunrpc/rpc_scan.c: Likewise.
57961         * sunrpc/rpc_scan.h: Likewise.
57962         * sunrpc/rpc_svcout.c: Likewise.
57963         * sunrpc/rpc_tblout.c: Likewise.
57964         * sunrpc/rpc_util.c: Likewise.
57965         * sunrpc/rpc_util.h: Likewise.
57966         * sunrpc/rpcinfo.c: Likewise.
57967         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57968         * sunrpc/rpcsvc/key_prot.x: Likewise.
57969         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57970         * sunrpc/rpcsvc/mount.x: Likewise.
57971         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57972         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57973         * sunrpc/rpcsvc/rex.x: Likewise.
57974         * sunrpc/rpcsvc/rstat.x: Likewise.
57975         * sunrpc/rpcsvc/rusers.x: Likewise.
57976         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57977         * sunrpc/rpcsvc/spray.x: Likewise.
57978         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57979         * sunrpc/rtime.c: Likewise.
57980         * sunrpc/svc.c: Likewise.
57981         * sunrpc/svc_auth.c: Likewise.
57982         * sunrpc/svc_authux.c: Likewise.
57983         * sunrpc/svc_raw.c: Likewise.
57984         * sunrpc/svc_run.c: Likewise.
57985         * sunrpc/svc_simple.c: Likewise.
57986         * sunrpc/svc_tcp.c: Likewise.
57987         * sunrpc/svc_udp.c: Likewise.
57988         * sunrpc/svc_unix.c: Likewise.
57989         * sunrpc/svcauth_des.c: Likewise.
57990         * sunrpc/xcrypt.c: Likewise.
57991         * sunrpc/xdr.c: Likewise.
57992         * sunrpc/xdr_array.c: Likewise.
57993         * sunrpc/xdr_float.c: Likewise.
57994         * sunrpc/xdr_mem.c: Likewise.
57995         * sunrpc/xdr_rec.c: Likewise.
57996         * sunrpc/xdr_ref.c: Likewise.
57997         * sunrpc/xdr_sizeof.c: Likewise.
57998         * sunrpc/xdr_stdio.c: Likewise.
58000         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
58001         handling.
58003 2010-08-19  Andreas Schwab  <schwab@redhat.com>
58005         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
58007 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
58009         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
58010         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
58011         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
58012         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
58013         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
58014         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
58015         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
58016         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
58017         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
58018         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
58019         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
58020         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
58021         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
58022         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
58024 2010-07-26  Anton Blanchard  <anton@samba.org>
58026         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
58027         * malloc/arena.c (heap_trim): Likewise.
58029 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
58031         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
58032         here.  Not...
58033         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
58034         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
58036 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
58038         * sysdeps/i386/elf/Makefile: New file.
58040 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58042         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
58043         from fanotify_init.
58044         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
58045         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58047 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
58049         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
58050         of strncasecmp_l.
58051         * sysdeps/multiarch/strcmp.S: Likewise.
58053 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
58055         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58056         strncase_l-nonascii.
58057         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58058         Add strncase_l-ssse3.
58059         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
58060         * sysdeps/x86_64/strcmp.S: Likewise.
58061         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
58062         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
58063         * sysdeps/x86_64/strncase.S: New file.
58064         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
58065         * sysdeps/x86_64/strncase_l.S: New file.
58066         * string/Makefile (strop-tests): Add strncasecmp.
58067         * string/test-strncasecmp.c: New file.
58069         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
58070         warning.
58072         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
58073         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
58075 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58077         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
58079 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
58081         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
58082         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
58083         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
58085 2010-05-01  Alan Modra  <amodra@gmail.com>
58087         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
58088         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
58089         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
58090         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
58091         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
58092         tidying.  Don't tail-call __sigjmp_save for static lib.
58093         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
58094         save location.
58095         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
58096         (CALL_MCOUNT): Add eh info, and nop after bl.
58097         (TAIL_CALL_SYSCALL_ERROR): New macro.
58098         (PSEUDO_RET): Use it.
58099         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
58100         Correct save location of integer regs and cr.
58101         (_dl_profile_resolve): Correct cr save location.  Delete nops
58102         after bl when SHARED.  Reduce cfi size a little by better
58103         placement of cfi directives.
58104         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
58105         make a stack frame.  Instead use parm save area as a temp.
58106         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
58107         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
58108         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
58109         Don't make a stack frame for parent, use parm save area.
58110         Increase child stack frame to 112 bytes.  Don't save unused reg,
58111         and adjust reg usage.  Set up cfi on error recovery and
58112         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
58113         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
58114         (__makecontext): Add dummy nop after jump to exit.
58115         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
58116         Use correct parm save area and cr save, reduce stack frame.
58117         Correct cfi for possible PSEUDO_RET frame setup.
58118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
58119         Branch to local label emitted by PSEUDO_RET rather than
58120         __syscall_error.
58122 2010-08-12  Andreas Schwab  <schwab@redhat.com>
58124         [BZ #11904]
58125         * locale/programs/locale.c (print_assignment): New function.
58126         (show_locale_vars): Use it.
58128 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
58130         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58131         field.
58132         (struct statfs64): Likewise.
58133         (_STATFS_F_FLAGS): Define.
58134         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58135         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58136         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58137         (ST_VALID): Define locally.
58138         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58139         __statvfs_getflags, use the provided value.
58140         * sysdeps/unix/sysv/linux/kernel-features.h: Define
58141         __ASSUME_STATFS_F_FLAGS.
58143         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58145         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58146         Add sys/fanotify.h.
58147         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58148         fanotify_mask for GLIBC_2.13.
58149         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58150         fanotify_init and fanotify_mark.
58151         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58152         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58154         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58155         Add prlimit.
58156         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58157         prlimit64 for GLIBC_2.13.
58158         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58159         prlimit64.
58160         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58161         syscall.
58162         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58163         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58164         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58165         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58166         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
58167         add prlimit alias.
58168         * sysdeps/unix/sysv/linux/prlimit.c: New file.
58170         [BZ #11903]
58171         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58172         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58174         * nss/Makefile: Add rules to build and run tst-nss-test1.
58175         * shlib-versions: Add entry for libnss_test1.
58176         * nss/nss_test1.c: New file.
58177         * nss/tst-nss-test1.c: New file.
58179         * nss/nsswitch.c (__nss_database_custom): Define new variable.
58180         (__nss_configure_lookup): Set appropriate entry in
58181         __nss_configure_lookup to true.
58182         * nss/nsswitch.h: Define enum with indeces of databases in
58183         databases and __nss_database_custom arrays.  Declare
58184         __nss_database_custom.
58185         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58186         to avoid using nscd when custom rules are installed.
58187         * nss/getXXbyYY_r.c: Likewise.
58188         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58190         * nss/nss_files/files-parse.c: Whitespace fixes.
58192 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
58194         [BZ #11883]
58195         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58196         * posix/fnmatch_loop.c: Likewise.
58198 2010-07-17  Andi Kleen  <ak@linux.intel.com>
58200         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58201         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58202         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58203         * Versions.def [GLIBC_2.13]: Add.
58205 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58207         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58208         Also fail if tpwd after pwuid call is NULL.
58210 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58212         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58213         when converting to ms.
58215 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58217         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58218         EOPNOTSUPP errors with ENOTTY.
58219         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58220         EOPNOTSUPP errors with ENOTTY.
58222 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58224         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58225         Add strcasecmp_l-ssse3.
58226         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58227         strcasecmp.
58228         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58229         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58230         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58232 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58234         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58236         * string/Makefile (strop-tests): Add strcasecmp.
58237         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58238         strcasecmp_l-nonascii.
58239         (gen-as-const-headers): Add locale-defines.sym.
58240         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58241         * sysdeps/x86_64/strcasecmp.S: New file.
58242         * sysdeps/x86_64/strcasecmp_l.S: New file.
58243         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58244         * sysdeps/x86_64/locale-defines.sym: New file.
58245         * string/test-strcasecmp.c: New file.
58247         * string/test-strcasestr.c: Test both ends of the range of characters.
58248         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58250 2010-07-29  Roland McGrath  <roland@redhat.com>
58252         [BZ #11856]
58253         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58255 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58257         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58258         for ld.so.
58260 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58262         * manual/memory.texi (Malloc Tunable Parameters): Document
58263         M_PERTURB.
58265 2010-07-26  Roland McGrath  <roland@redhat.com>
58267         [BZ #11840]
58268         * configure.in (-fgnu89-inline check): Set and substitute
58269         gnu89_inline, not libc_cv_gnu89_inline.
58270         * configure: Regenerated.
58271         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58273 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58275         * string/test-strnlen.c: New file.
58276         * string/Makefile (strop-tests): Add strnlen.
58277         * string/tester.c (test_strnlen): Add a few more test cases.
58278         * string/tst-strlen.c: Better error reporting.
58280         * sysdeps/x86_64/strnlen.S: New file.
58282 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58284         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58285         lower-latency instructions.
58287 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58289         * string/test-strcasestr.c: New file.
58290         * string/test-strstr.c: New file.
58291         * string/Makefile (strop-tests): Add strstr and strcasestr.
58292         * string/str-two-way.h: Don't undefine MAX.
58293         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58295 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58297         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58298         strcasestr-nonascii.
58299         (CFLAGS-strcasestr-nonascii.c): Define.
58300         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58301         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58302         Remove unused attribute.
58304 2010-07-20  Roland McGrath  <roland@redhat.com>
58306         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58307         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58308         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58309         like LD_HWCAP_MASK can disable hwcaps.
58311 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58313         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58315 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58317         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58318         call in strcasestr.
58319         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58320         __strcasestr_sse42_nonascii.
58321         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58322         strcasestr-nonascii.c.
58323         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58325 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58327         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58328         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58329         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58330         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58332 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58334         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58335         fcntl.
58337 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58339         [BZ #11577]
58340         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58341         dl_signal_cerror.
58343 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58345         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58346         _PC_PIPE_BUF using F_GETPIPE_SZ.
58348 2010-07-05  Roland McGrath  <roland@redhat.com>
58350         * manual/arith.texi (Rounding Functions): Fix rint description
58351         implicit in round description.
58353 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58355         * elf/Makefile: Fix linking for a few tests to make recent linker
58356         happy.
58358 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58360         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58361         $(common-objpfx)libc_nonshared.a.
58363 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58365         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58366         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58367         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58368         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58369         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58370         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58371         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58372         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58377         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58378         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58379         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58387         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58388         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58389         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58390         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58391         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58392         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58393         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58394         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58395         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58396         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58397         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58398         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58399         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58400         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58401         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58402         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58403         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58404         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58405         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58411         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58414 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58416         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58417         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58418         * string/memmove.c (memmove): Renamed to ...
58419         (MEMMOVE): ...this.  Default to memmove.
58420         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58421         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58422         (END_CHK): Define.
58423         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58424         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58425         mempcpy-ssse3-back memmove-ssse3-back.
58426         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58427         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58428         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58429         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58430         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58431         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58432         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58433         * sysdeps/x86_64/multiarch/memmove.c: New file.
58434         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58435         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58436         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58437         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58438         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58439         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58440         Define.
58441         (index_Fast_Copy_Backward): Define.
58442         (HAS_ARCH_FEATURE): Define.
58443         (HAS_FAST_REP_STRING): Define.
58444         (HAS_FAST_COPY_BACKWARD): Define.
58446 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58448         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58449         Restore proper fallback handling.
58451 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58453         [BZ #11701]
58454         * posix/group_member.c (__group_member): Correct checking loop.
58456         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58457         OOM in getpwuid_r correctly.  Return error number when the caller
58458         should return, otherwise -1.
58459         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58460         call returning > 0 value.
58461         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58463 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58465         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58466         libc_nonshared.a from targets in modules-names.
58468 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58470         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58471         requires it.
58473 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58475         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58476         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58477         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58478         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58480 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58482         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58484 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58486         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58487         and F_GETPIPE_SZ.
58488         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58489         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58490         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58491         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58492         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58493         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58495 2010-06-14  Roland McGrath  <roland@redhat.com>
58497         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58499 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58501         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58502         __REDIRECT followed by __THROW.
58503         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58504         * posix/getopt.h (getopt): Likewise.
58506 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58508         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58509         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58510         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58511         in AT_FLAGS.
58512         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58513         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58515 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58517         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58519 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58521         [BZ #11640]
58522         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58523         Properly check family and model.
58525 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58527         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58529 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58531         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58533 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58535         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58536         symbol reference.
58538 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58540         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58541         symbol reference.
58543 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58545         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58546         and internal_recvmmsg.
58547         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58548         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58549         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58550         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58552         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58553         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58554         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58556 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58558         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58560 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58562         POWER7 optimizations.
58563         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58564         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58566 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58568         * version.h: Update for 2.13 development version.
58570 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58572         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58573         exceptions.  Return 0.
58575 2010-05-07  Roland McGrath  <roland@redhat.com>
58577         * elf/ldconfig.c (main): Add a const.
58579 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58581         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58582         (args_options): Add no-idn option.
58583         (ahosts_keys_int): Add idn_flags to ai_flags.
58584         (parse_option): Handle 'i' option to clear idn_flags.
58586         * malloc/malloc.c (_int_free): Possible race in the most recently
58587         added check.  Only act on the data if no current modification
58588         happened.
58590 See ChangeLog.17 for earlier changes.