BZ#18383: Add test case for large alignment in TLS blocks.
[glibc.git] / ChangeLog
blob6fd1c664fd149f58de0bad6f583aec659c872b76
1 2015-05-06  Roland McGrath  <roland@hack.frob.com>
3         [BZ #18383]
4         * elf/tst-tlsalign.c: New file.
5         * elf/tst-tlsalign-static.c: New file.
6         * elf/tst-tlsalign-lib.c: New file.
7         * elf/Makefile [$(build-shared) = yes] (tests): Add tst-tlsalign.
8         (tests-static): Add tst-tlsalign-static.
9         (modules-names): Add tst-tlsalign-lib.
10         (test-xfail-tst-tlsalign): New variable.
11         (test-xfail-tst-tlsalign-static): New variable.
13         * sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
14         Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
16 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
18         * math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
19         csqrt, erfc, sin and sincos.
20         * math/auto-libm-test-out: Regenerated.
21         * sysdeps/i386/fpu/libm-test-ulps: Update.
22         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24 2015-05-06  Szabolcs Nagy  <szabolcs.nagy@arm.com>
26         * sysdeps/aarch64/libm-test-ulps: Update.
28 2015-05-05  Joseph Myers  <joseph@codesourcery.com>
30         * math/auto-libm-test-in: Add more tests of acosh, atanh, clog,
31         clog10, csqrt, erfc, exp2, expm1, log10, log2 and sinh.
32         * math/auto-libm-test-out: Regenerated.
33         * sysdeps/i386/fpu/libm-test-ulps: Update.
34         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36 2015-04-30  Daniel Marjamäki  <daniel.marjamaki@evidente.se>
38         [BZ #18265]
39         * wcsmbs/wchar.h (wcscpy): Add __nonnull attribute.
40         (wcsncpy): Likewise.
42 2015-05-05  Florian Weimer  <fweimer@redhat.com>
44         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
45         Assume __ASSUME_FALLOCATE is always true.
46         * sysdeps/unix/sysv/linux/posix_fallocate64.c
47         (__posix_fallocate64_l64): Likweise.
48         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate.c
49         (posix_fallocate): Likewise.
50         * sysdeps/unix/sysv/linux/mips/mips64/n32/posix_fallocate64.c
51         (__posix_fallocate64_l64): Likewise.
52         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
53         [!__ASSUME_FALLOCATE]: Add comment.
55 2015-05-05  Florian Weimer  <fweimer@redhat.com>
57         * sysdeps/unix/sysv/linux/i386/Makefile
58         (sysdep_routines) [$(subdir) = misc]: Remove call_fallocate.
59         (sysdep_routines) [$(subdir) = io]: Add libc-do-syscall.
60         * sysdeps/unix/sysv/linux/i386/call_fallocate.S: Remove.
61         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
62         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
63         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c: Likewise.
64         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c: Likewise.
66 2015-05-02  Joseph Myers  <joseph@codesourcery.com>
68         * math/auto-libm-test-in: Add more tests of atan, clog, clog10,
69         cos, csqrt, erf, erfc, exp2, lgamma, log1p, sin, sincos, tanh and
70         tgamma.
71         * math/auto-libm-test-out: Regenerated.
72         * sysdeps/i386/fpu/libm-test-ulps: Update.
73         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
75 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
77         * math/auto-libm-test-in: Add more tests of tgamma.
78         * math/auto-libm-test-out: Regenerated.
79         * sysdeps/i386/fpu/libm-test-ulps: Update.
80         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
82         * math/auto-libm-test-in: Add more tests of tanh.
83         * math/auto-libm-test-out: Regenerated.
84         * sysdeps/i386/fpu/libm-test-ulps: Update.
85         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
87         * math/auto-libm-test-in: Add more tests of tan.
88         * math/auto-libm-test-out: Regenerated.
89         * sysdeps/i386/fpu/libm-test-ulps: Update.
90         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
92         * math/auto-libm-test-in: Add more tests of cos, sin and sincos.
93         * math/auto-libm-test-out: Regenerated.
94         * sysdeps/i386/fpu/libm-test-ulps: Update.
95         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
97         * math/auto-libm-test-in: Add another test of pow.
98         * math/auto-libm-test-out: Regenerated.
99         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
101         * math/auto-libm-test-in: Add more tests of lgamma.
102         * math/auto-libm-test-out: Regenerated.
103         * sysdeps/i386/fpu/libm-test-ulps: Update.
104         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
106         * math/auto-libm-test-in: Add more tests of log, log10, log2 and
107         log1p.
108         * math/auto-libm-test-out: Regenerated.
109         * sysdeps/i386/fpu/libm-test-ulps: Update.
110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
112 2015-05-01  Mark Wielaard  <mjw@redhat.com>
114         * elf/elf.h: Add SHF_COMPRESSED section flag, Elf32_Chdr and
115         Elf64_Chdr structs and ELFCOMPRESS constants.
117 2015-05-01  Joseph Myers  <joseph@codesourcery.com>
119         * math/auto-libm-test-in: Add more tests of exp, exp10, exp2 and
120         expm1.
121         * math/auto-libm-test-out: Regenerated.
122         * sysdeps/i386/fpu/libm-test-ulps: Update.
123         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
125         * math/auto-libm-test-in: Add more tests of erf and erfc.
126         * math/auto-libm-test-out: Regenerated.
127         * sysdeps/i386/fpu/libm-test-ulps: Update.
128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
130 2015-05-01  Szabolcs Nagy  <szabolcs.nagy@arm.com>
132         * config.h.in (HAVE_AARCH64_BE): Add.
134 2015-04-30  Joseph Myers  <joseph@codesourcery.com>
136         * math/auto-libm-test-in: Add more tests of csqrt.
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         * math/auto-libm-test-in: Add more tests of cosh and sinh.
142         * math/auto-libm-test-out: Regenerated.
143         * sysdeps/i386/fpu/libm-test-ulps: Update.
144         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
146         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: Remove file.
148 2015-04-29  Roland McGrath  <roland@hack.frob.com>
150         * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
151         * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
153         * sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
154         (euidaccess, eaccess): Define as weak aliases.
156         * sysdeps/nacl/bits/typesizes.h (__SUSECONDS_T_TYPE): Use
157         __SLONGWORD_TYPE rather than __S32_TYPE.  They are the same size,
158         but __suseconds_t is often 'long int' so some sources assume that
159         type is being used (e.g. they use %ld to print tv_usec).
161 2015-04-29  Florian Weimer  <fweimer@redhat.com>
163         [BZ #18007]
164         * nss/nss_files/files-XXX.c (CONCAT): Always enable stayopen.
165         (CVE-2014-8121)
166         * nss/tst-nss-getpwent.c: New file.
167         * nss/Makefile (tests): Add new test.
169 2015-04-28  Joseph Myers  <joseph@codesourcery.com>
171         [BZ #18346]
172         * sysdeps/ieee754/ldbl-128/s_roundl.c (__roundl): Handle all
173         exponents less than 48 as cases where high part of mantissa needs
174         examining to determine whether argument is integral.
175         * math/libm-test.inc (round_test_data): Add more tests.
177 2015-04-28  Mark Wielaard  <mjw@redhat.com>
179         * elf/elf.h (SHF_EXCLUDE): Use unsigned 1 for shift.
181 2015-04-27  David S. Miller  <davem@davemloft.net>
183         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Remove
184         __tls_get_addr.
185         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
187 2015-04-27  H.J. Lu  <hongjiu.lu@intel.com>
189         [BZ#18333]
190         * time/tzset.c (__tzfile_read): Check tzspec_len == 0.
192 2015-04-27  Florian Weimer  <fweimer@redhat.com>
194         [BZ#18333]
195         * time/tzset.c (parse_tzname): Return error on memory allocation
196         failure.
197         * test-skeleton.c (struct temp_name_list): Change type of name
198         member to non-const.
199         (add_temp_file): Create a copy of the file name.
200         (delete_temp_files): Deallocate memory.
201         (create_temp_file): Add comment.
203 2015-04-24  Florian Weimer  <fweimer@redhat.com>
205         * io/posix_fallocate.c (posix_fallocate): Do not set errno.
206         * io/posix_fallocate64.c (posix_fallocate64): Likewise.
208 2015-04-24  Roland McGrath  <roland@hack.frob.com>
210         * sysdeps/arm/configure.ac (PI_STATIC_AND_HIDDEN): Define it.
211         * sysdeps/arm/configure: Regenerated.
213 2015-04-24  Florian Weimer  <fweimer@redhat.com>
215         [BZ #17715]
216         * time/tzfile.c (__tzfile_read): Check for large values of
217         tzh_ttisstdcnt and tzh_ttisgmtcnt.  Use malloc instead of alloca.
218         * time/tzset.c (__tzstring_len): New function, based on the old
219         __tzstring function.
220         (__tzstring): Call __tzstring_len.
221         (parse_tzname): New helper function extracted from
222         __tzset_parse_tz.  Call __tzstring_len, without making a copy of
223         the input string.
224         (parse_offset): New helper function extracted from
225         __tzset_parse_tz.  Replace switch with fallthrough with
226         initialization before sscanf.
227         (parse_rule): Likewise.
228         (__tzset_parse_tz): Rewrite using the new helper functions.  Use
229         new-style function definition.
230         * timezone/Makefile (tests): Add tst-tzset.
231         (tst-tzset.out): Dependencies on time zone files.
232         (tst-tzset-ENV): Set TZDIR.
233         (testdata/XT%): Copy crafted time zone files.
234         * timezone/README: Mention crafted time zone files.
235         * timezone/testdata/XT1, timezone/testdata/XT2,
236         timezone/testdata/XT3, timezone/testdata/XT4: New time zone test
237         files.
238         * timezone/tst-tzset.c: New test.
240 2015-04-24  Florian Weimer  <fweimer@redhat.com>
242         * Makeconfig (+gccwarn): Remove -Winline.
244 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
246         * sysdeps/s390/fpu/libm-test-upls: Regenerate.
248 2015-04-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
250         * NEWS: Mention sysconf() cache information support for s390.
251         * sysdeps/unix/sysv/linux/s390/sysconf.c: New File.
253 2015-04-22  Wilco Dijkstra  <wdijkstr@arm.com>
255         * math/k_casinh.c (__kernel_casinh): Use __copysign.
256         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c
257         (__nearbyint): Likewise.
258         * sysdeps/ieee754/ldbl-opt/nldbl-copysign.c
259         (copysignl): Likewise.
261 2015-04-21  Arjun Shankar  <arjun.is@lostca.se>
263         [BZ #18287]
264         * resolv/nss_dns/dns-host.c (getanswer_r): Adjust buffer length
265         based on padding.  (CVE-2015-1781)
267 2015-04-20  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
269         * nptl/pthread_cond_timedwait.c: Change include bits/libc-vdso.h to just
270         libc-vdso.h.
271         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
272         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
273         * sysdeps/unix/sysv/linux/aarch64/init-first.c: Likewise.
274         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
275         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
276         * sysdeps/unix/sysv/linux/gettimeofday.c: Likewise.
277         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Likewise.
278         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
279         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
280         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: Likewise.
281         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
282         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
283         * sysdeps/unix/sysv/linux/tile/gettimeofday.c: Likewise.
284         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise.
285         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
286         * sysdeps/unix/sysv/linux/aarch64/bits/libc-vdso.h: Move to ...
287         * sysdeps/unix/sysv/linux/aarch64/libc-vdso.h: ... here.
288         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Move to ...
289         * sysdeps/unix/sysv/linux/powerpc/libc-vdso.h: ... here.
290         * sysdeps/unix/sysv/linux/s390/bits/libc-vdso.h: Move to ...
291         * sysdeps/unix/sysv/linux/s390/libc-vdso.h: ... here.
292         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Move to ...
293         * sysdeps/unix/sysv/linux/tile/libc-vdso.h: ... here.
295 2015-04-19  Paul Eggert  <eggert@cs.ucla.edu>
297         * stdlib/setenv.c (__add_to_environ):
298         Dump core quickly if setenv (..., NULL, ...) is called.
299         This time, do it the right way, and pacify GCC with a pragma.
301 2015-04-17  Roland McGrath  <roland@hack.frob.com>
303         * elf/dl-close.c (_dl_close_worker) [DL_NNS == 1]: Just assert that
304         IMAP->l_prev cannot be null, and #if out the code for the contrary
305         case, avoiding 'assert (nsid != LM_ID_BASE)' making the compiler
306         believe that NS (&_dl_ns[NSID]) could point outside the array.
308         * elf/dl-open.c (_dl_open): Use __glibc_unlikely in invalid namespace
309         check.  Reject NSID < 0 and NSID >= dl_nns, and check for DL_NNS==1,
310         before using NSID as an index.
312 2015-04-17  Il'ya Malakhov <ilmalakhov@yandex.ru>
314         [BZ #17825]
315         * sysdeps/sparc/sparc64/memchr.S: Fix signedness handling of length.
316         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
317         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
319 2015-04-17  Roland McGrath  <roland@hack.frob.com>
321         Add preliminary port to Google Native Client on ARM.
322         * abi-tags (.*-.*-nacl.*): New entry.
323         * sysdeps/arm/nacl: New directory.
324         * sysdeps/nacl: New directory.
326 2015-04-16  David S. Miller  <davem@davemloft.net>
328         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Make use of
329         lowlevellock-futex.h
331 2015-04-16  Chris Metcalf  <cmetcalf@ezchip.com>
333         * sysdeps/tile/configure.ac: New file.
334         * sysdeps/tile/configure: Regenerated.
336 2015-04-15  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
338         * wcsmbs/wcschr.c [WCSCHR] (wcschr): Define as __wcschr.  Remove
339         conditionals for weak_alias and libc_hidden_weak.
340         * sysdeps/i386/i686/multiarch/wcschr-c.c [libc]: Undefine
341         libc_hidden_weak and weak_alias.
342         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c [libc]:
343         Undefine libc_hidden_weak. Define libc_hidden_def for SHARED builds
344         and weak_alias for static one.
346 2015-04-15  David S. Miller  <davem@davemloft.net>
348         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
350 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
352         [BZ #18206]
353         * wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
354           Use signed comparision instead of substraction to avoid
355           overflow bug.
356         * localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
357           Take the sign of ret.
358         * localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
359           Do not expect precise return values. Only the sign matters.
360         * wcsmbs/Makefile (strop-tests): Add wcsncmp.
361         * wcsmbs/test-wcsncmp.c: New File.
362         * string/test-strncmp.c: Add wcsncmp support.
364 2015-04-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
366         [BZ #6792]
367         * math/w_log1p.c: New file.
368         * math/w_log1pf.c: Likewise.
369         * math/w_log1pl.c: Likewise.
370         * math/Makefile (libm-calls): Add w_log1p.
371         * math/s_log1pl.c (log1pl): Remove weak_alias.
372         * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
373         * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
374         * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
375         * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
376         * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
377         [NO_LONG_DOUBLE] (log1pl): Likewise.
378         * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
379         * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
380         * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
381         (log1p): Remove long_double_symbol.
382         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
383         * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
384         * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
385         * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
386         remove weak_alias for corresponding log1p function.
387         * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
388         * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
389         * sysdeps/ia64/fpu/w_log1p.c: New file.
390         * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
391         * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
392         * math/libm-test.inc (log1p_test_data): Add errno expectations.
394 2015-04-10  Joseph Myers  <joseph@codesourcery.com>
396         [BZ #18247]
397         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
398         decimal exponent by 1.
399         * stdlib/tst-strtod-round-data: Add more tests.
400         * stdlib/tst-strtod-round.c (tests): Regenerated.
402 2015-04-09  Joseph Myers  <joseph@codesourcery.com>
404         * math/auto-libm-test-in: Add more tests of clog and clog10.
405         * math/auto-libm-test-out: Regenerated.
406         * sysdeps/i386/fpu/libm-test-ulps: Update.
407         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
409 2015-04-09  Roland McGrath  <roland@hack.frob.com>
411         * Makeconfig (module-cppflags): Exclude all .v.i files.
412         (skip-module-cppflags): Variable removed.
414         * configure.ac (libc_config_ok): Initialize before reading
415         preconfigure scripts, not after.
416         * configure: Regenerated.
418         * test-skeleton.c (TIMEOUT): Move #define to top level.
419         (main): Grok environment variable TEST_DIRECT.  If set, print
420         test expectation details into that file and then behave as if
421         given --direct.
423 2015-04-09  Florian Weimer  <fweimer@redhat.com>
425         * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
426         warning on 32-bit.
428 2015-04-08  David S. Miller  <davem@davemloft.net>
430         * sysdeps/sparc/fpu/libm-test-ulps: Update.
432 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
434         * math/auto-libm-test-in: Add more tests of atanh.
435         * math/auto-libm-test-out: Regenerated.
436         * sysdeps/i386/fpu/libm-test-ulps: Update.
437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
439         * math/auto-libm-test-in: Add more tests of atan.
440         * math/auto-libm-test-out: Regenerated.
441         * sysdeps/i386/fpu/libm-test-ulps: Update.
442         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
444 2015-04-08  Florian Weimer  <fweimer@redhat.com>
446         * elf/pldd.c (main): Rewrite to use struct
447         scratch_buffer instead of extend_alloca.
448         * elf/pldd-xx.c (find_maps): Likewise.
449         * grp/initgroups.c: Include <scratch_buffer.h> instead of
450         <alloca.h>.
451         * grp/compat-initgroups.c (compat_call): Rewrite to use struct
452         scratch_buffer instead of extend_alloca.
453         * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
454         grp/compat-initgroups.c.
455         * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
456         Rewrite to use struct scratch_buffer instead of extend_alloca.
457         * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
458         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
460 2015-04-08  Joseph Myers  <joseph@codesourcery.com>
462         * math/auto-libm-test-in: Add more tests of cbrt.
463         * math/auto-libm-test-out: Regenerated.
464         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
466         * math/auto-libm-test-in: Add more tests of cabs.
467         * math/auto-libm-test-out: Regenerated.
468         * sysdeps/i386/fpu/libm-test-ulps: Update.
469         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
471         [BZ #18210]
472         [BZ #18211]
473         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
474         (__ieee754_atan2): Set FE_TONEAREST mode for internal
475         computations.
476         * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
477         clog10.
478         * math/auto-libm-test-out: Regenerated.
479         * sysdeps/i386/fpu/libm-test-ulps: Update.
480         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
482         [BZ #18197]
483         * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
484         (atan): Set FE_TONEAREST mode for internal computations.
485         * math/auto-libm-test-in: Add more tests of atan.
486         * math/auto-libm-test-out: Regenerated.
488 2015-04-07  James Cowgill  <james410@cowgill.org.uk>
490         [BZ #17930]
491         * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
493 2015-04-07  Florian Weimer  <fweimer@redhat.com>
495         * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
497 2015-04-07  Florian Weimer  <fweimer@redhat.com>
499         * include/scratch_buffer.h: New file.
500         * malloc/scratch_buffer_grow.c: Likewise.
501         * malloc/scratch_buffer_grow_preserve.c: Likewise.
502         * malloc/scratch_buffer_set_array_size.c: Likewise.
503         * malloc/tst-scratch_buffer.c: Likewise.
504         * malloc/Makefile (routines): Add scratch_buffer_grow.
505         (tests): Add test case.
506         * malloc/Versions (GLIBC_PRIVATE): Export
507         __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
508         __libc_scratch_buffer_set_array_size.
510 2015-04-06  Richard Henderson  <rth@redhat.com>
512         * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
513         * sysdeps/alpha/fpu/libm-test-ulps: Update.
515         * math/test-fenvinline.c (feenable_test): Cast fe_exc to
516         unsigned int before printing.
518 2015-04-03  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
520         [BZ #17596]
521         * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
522         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
524 2015-04-02  Florian Weimer  <fweimer@redhat.com>
526         * include/libc-internal.h (libc_max_align_t): Define.
528 2015-04-02  Andreas Schwab  <schwab@suse.de>
530         [BZ #16850]
531         * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
533 2015-04-02  Mel Gorman  <mgorman@suse.de>
535         [BZ #17195]
536         * malloc/arena.c (free): Apply trim threshold to per-thread heaps
537         as well as the main arena.
539 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
541         [BZ #18185]
542         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
543         sharing L2 cache to 2 for Silvermont/Knights Landing.
545 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
547         [BZ #17711]
548         * config.make.in (have-protected-data): New.
549         * configure.ac: Check linker support for protected data symbol.
550         * configure: Regenerated.
551         * elf/Makefile (modules-names): Add tst-protected1moda and
552         tst-protected1modb if $(have-protected-data) is yes.
553         (tests): Add tst-protected1a and tst-protected1b if
554         $(have-protected-data) is yes.
555         ($(objpfx)tst-protected1a): New.
556         ($(objpfx)tst-protected1b): Likewise.
557         (tst-protected1modb.so-no-z-defs): Likewise.
558         * elf/tst-protected1a.c: New file.
559         * elf/tst-protected1b.c: Likewise.
560         * elf/tst-protected1mod.h: Likewise.
561         * elf/tst-protected1moda.c: Likewise.
562         * elf/tst-protected1modb.c: Likewise.
564 2015-03-31  H.J. Lu  <hongjiu.lu@intel.com>
566         [BZ #17711]
567         * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
568         indicates it is called from do_lookup_x on relocation against
569         protected data, skip the data definion in the executable from
570         copy reloc.
571         (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
572         instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
573         EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
574         * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
575         New.  Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
576         otherwise to 0.
577         * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
578         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
579         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
580         * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
581         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
582         to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
584 2015-03-28  Martin Galvan  <martin.galvan@tallertechnologies.com>
586         * sysdeps/nptl/pthread.h: Remove duplicate definition of
587         PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
589 2015-03-27  Martin Galvan  <martin.galvan@tallertechnologies.com>
591         * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
592         THREAD_SETMEM_NC.
593         * sysdeps/x86_64/nptl/tls.h: Ditto.
595 2015-03-27  Roland McGrath  <roland@hack.frob.com>
597         * dlfcn/tststatic.c (main): Converted to ...
598         (do_test): ... this.
599         (TEST_FUNCTION): New macro.
600         Include test-skeleton.c.
602 2015-03-26  Alan Modra  <amodra@gmail.com>
604         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
605         Don't segfault if ifunc resolver returns a NULL.  Do set plt to
606         zero for undefined weak.
607         (elf_machine_plt_conflict): Similarly.
609 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
611         * math/auto-libm-test-in: Add more tests of acosh, asinh and
612         atanh.
613         * math/auto-libm-test-out: Regenerated.
614         * sysdeps/i386/fpu/libm-test-ulps: Update.
615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
617         * math/auto-libm-test-in: Add another test of asin.
618         * math/auto-libm-test-out: Regenerated.
619         * sysdeps/i386/fpu/libm-test-ulps: Update.
620         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
622         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
623         Remove macro.
624         (LLL_EBX_REG): Likewise.
625         (LLL_ENTER_KERNEL): Likewise.
627         * math/auto-libm-test-in: Add more tests of asin.
628         * math/auto-libm-test-out: Regenerated.
629         * sysdeps/i386/fpu/libm-test-ulps: Update.
630         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
632         [BZ #18138]
633         * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
634         libc_do_syscall_args): New structure.
635         (INTERNAL_SYSCALL_MAIN_0): New macro.
636         (INTERNAL_SYSCALL_MAIN_1): Likewise.
637         (INTERNAL_SYSCALL_MAIN_2): Likewise.
638         (INTERNAL_SYSCALL_MAIN_3): Likewise.
639         (INTERNAL_SYSCALL_MAIN_4): Likewise.
640         (INTERNAL_SYSCALL_MAIN_5): Likewise.
641         (INTERNAL_SYSCALL_MAIN_6): Likewise.  Call __libc_do_syscall.
642         (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
643         Replace conditional definitions by conditional definitions of ....
644         (INTERNAL_SYSCALL_MAIN_INLINE): ... this.  New macro.
645         * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
646         * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
647         (libpthread-sysdep_routines): Add libc-do-syscall.
648         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
649         * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
650         to __NR_futex not 240.
652 2015-03-25  Alan Modra  <amodra@gmail.com>
654         * NEWS: Advertise TLS optimization.
655         * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
656         (DT_PPC_NUM): Increment.
657         * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
658         (CHECK_STATIC_TLS): Use here.
659         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
660         TLS descriptors.
661         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
662         * sysdeps/powerpc/dl-tls.c: New file.
663         * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
664         * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
665         * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
666         Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
668         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
669         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
671 2015-03-25  Alan Modra  <amodra@gmail.com>
673         * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
674         for overlapping .opd entries" to "support...".
675         * sysdeps/powerpc/powerpc64/configure: Regenerate
677 2015-03-25  Joseph Myers  <joseph@codesourcery.com>
679         * math/auto-libm-test-in: Add more tests of acos.
680         * math/auto-libm-test-out: Regenerated.
681         * sysdeps/i386/fpu/libm-test-ulps: Update.
682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
684         * math/auto-libm-test-in: Add more tests of expm1.
685         * math/auto-libm-test-out: Regenerated.
686         * sysdeps/i386/fpu/libm-test-ulps: Update.
687         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
689 2015-03-24  Joseph Myers  <joseph@codesourcery.com>
691         * math/auto-libm-test-in: Add more tests of cosh and sinh.
692         * math/auto-libm-test-out: Regenerated.
693         * sysdeps/i386/fpu/libm-test-ulps: Update.
694         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
696         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
697         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
699         * math/auto-libm-test-in: Add more tests of log2.
700         * math/auto-libm-test-out: Regenerated.
701         * sysdeps/i386/fpu/libm-test-ulps: Update.
702         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
704 2015-03-23  Roland McGrath  <roland@hack.frob.com>
706         * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
707         inside [F_GETFL].  Remove POSIX_MODE local variable, just test the
708         _IO_IS_APPENDING bit in READ_WRITE instead.
710 2015-03-23  Florian Weimer  <fweimer@redhat.com>
712         * sysdeps/unix/sysv/linux/pthread_setaffinity.c
713         (__determine_cpumask_size): Replace extend_alloca with a
714         variable-length array.  Do not treat res == 0 as an error.
716 2015-03-23  Florian Weimer  <fweimer@redhat.com>
718         [BZ #18100]
719         * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
720         and integer overflow.
721         * posix/wordexp-test.c (test_case): Add divide-by-zero test.
722         (main): Add integer overflow tests.
723         * manual/pattern.texi (Calling Wordexp): Document additional use
724         for WRDE_SYNTAX.
726 2015-03-23  Alan Modra  <amodra@gmail.com>
728         * config.h.in: Remove HAVE_ASM_PPC_REL16.
729         * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
730         and false branch of conditional.
731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
732         Likewise.
734 2015-03-21  Samuel Thibault  <samuel.thibault@ens-lyon.org
736         * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
737         libc-modules.h
738         * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
739         unused declaration of _hurd_intr_rpc_msg_in_trap.
740         * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
741         defined instead of whether it is non-zero.
742         * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
743         input constraint instead of both input and output constraint.  Use ecx
744         clobber instead of %ecx.
745         * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
746         mutex_unlock): Use a statement expression instead of an expression list.
747         * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
748         type to vm_size_t instead of vm_address_t.
749         * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
750         defined instead of whether it is non-zero.
751         * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
752         * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
753         * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
754         comparisons with mapaddr.
755         * nscd/nscd-client.h: Include <time.h>.
756         * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
757         9th parameter to __vm_region instead of int.
758         * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
759         * scripts/check-local-headers.sh (exclude): Add device/,
760         hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
761         cthreads.h.
763 2015-03-19  Roland McGrath  <roland@hack.frob.com>
765         * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
766         to account for alignment padding.
767         * sysdeps/arm/memmove.S: Likewise.
769 2015-03-19  Chris Metcalf  <cmetcalf@ezchip.com>
771         * sysdeps/unix/sysv/linux/generic/README: New file.
773 2015-03-18  Joseph Myers  <joseph@codesourcery.com>
775         [BZ #18138]
776         * nptl/sem_waitcommon.c: Include <kernel-features.h>.
777         (futex_abstimed_wait)
778         [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
779         Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
780         of lll_futex_timed_wait.
782 2015-03-18  Brad Hubbard  <bhubbard@redhat.com>
784         [BZ #17542]
785         * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
787 2015-03-17  Alexandre Oliva <aoliva@redhat.com>
789         [BZ #17090]
790         [BZ #17620]
791         [BZ #17621]
792         [BZ #17628]
793         * NEWS: Update.
794         * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
795         entries with Static TLS too.  Skip entries past the end of the
796         allocated DTV, from Alan Modra.
797         (tls_get_addr_tail): Update to glibc_likely/unlikely.  Move
798         Static TLS DTV entry set up from...
799         (_dl_allocate_tls_init): ... here (fix modid assertion), ...
800         * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
801         * nptl/allocatestack.c (init_one_static_tls): ... and here...
802         * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
803         for Static TLS.
804         * elf/tlsdeschtab.h (map_generation): Return size_t.  Check
805         that the slot we find is associated with the given map before
806         using its generation count.
807         * nptl_db/db_info.c: Include ldsodefs.h.
808         (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
809         * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
810         (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
811         (link_map::l_tls_offset): New struct field.
812         (dtv_t::counter): Likewise.
813         (rtld_global): New struct.
814         (_rtld_global): New rtld variable.
815         (dl_tls_dtv_slotinfo_list): New rtld global field.
816         (dtv_slotinfo_list): New struct.
817         (dtv_slotinfo): Likewise.
818         * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
819         (td_lookup): Rename to...
820         (td_mod_lookup): ... this.  Use new mod parameter instead of
821         LIBPTHREAD_SO.
822         * nptl_db/td_thr_tlsbase.c: Include link.h.
823         (dtv_slotinfo_list, dtv_slotinfo): New functions.
824         (td_thr_tlsbase): Check DTV generation.  Compute Static TLS
825         addresses even if the DTV is out of date or missing them.
826         * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
827         index zero-length arrays.
828         * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
829         (td_lookup): Make it a macro implemented in terms of...
830         (td_mod_lookup): ... this declaration.
831         * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
832         (DB_MAIN_VARIABLE): Likewise.
834 2015-03-16  H.J. Lu  <hongjiu.lu@intel.com>
836         [BZ #18134]
837         * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
839 2015-03-15  Paul Eggert  <eggert@cs.ucla.edu>
841         * stdlib/setenv.c (__add_to_environ): Revert previous change.
843 2015-03-14  Andreas Schwab  <schwab@linux-m68k.org>
845         [BZ #18128]
846         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
847         (atomic_add, atomic_increment_and_test)
848         (atomic_decrement_and_test): Fix 64-bit arithmetic.
850 2015-03-13  Paul Eggert  <eggert@cs.ucla.edu>
852         * stdlib/setenv.c (__add_to_environ):
853         Dump core quickly if setenv (..., NULL, ...) is called.
855 2015-03-13  Roland McGrath  <roland@hack.frob.com>
857         * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
858         (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
859         all the necessary asm magic in one place.
860         (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
861         using those.
863 2015-03-13  Carlos O'Donell  <carlos@redhat.com>
865         [BZ #14906]
866         * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
867         traced file mtime. Use consistent log message.
868         * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
869         (register_traced_file): Call install_watches. Always set mtime.
870         (invalidate_cache): Iterate over all trace files. Call install_watches.
871         (inotify_check_files): Don't inline. Handle watching parent
872         directories and configuration file movement in and out.
873         (handle_inotify_events): New function.
874         (main_loop_poll): Call handle_inotify_events.
875         (main_loop_epoll): Likewise.
876         * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
877         (struct traced_file): Use array of inotify fds. Add parent directory,
878         and basename.
879         (struct database_dyn): Remove unused file_mtime.
880         (init_traced_file): New inline function.
881         (define_traced_file): New macro.
882         * nss/nss_db/db-init.c: Use define_traced_file.
883         (_nss_db_init): Use init_traced_file.
884         * nss/nss_files/files-init.c: Use define_traced_file.
885         (_nss_files_init): Use init_traced_file.
887 2015-03-12  Joseph Myers  <joseph@codesourcery.com>
889         * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
890         [_LIBC]: Do not include <stdlib.h>.
891         [!_LIBC] (abort): Remove declaration.
892         * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
893         _FP_STATIC_ASSERT instead of conditionally calling abort.
894         * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
895         (_FP_EXTEND_CNAN): Likewise.
896         (FP_TRUNC): Likewise.
897         (__FP_CLZ): Likewise.
898         * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
900 2015-03-12  Yaakov Selkowitz  <yselkowi@redhat.com>
902         * manual/string.texi (XPG basename): Fix prototype.
904 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
906         [BZ #18080]
907         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
908         (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
909         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
910         (__setcontext): Likewise.
911         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
912         (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
913         Call rt_sigprocmask syscall one time to set new signal mask
914         and retrieve the current signal mask instead of two calls.
915         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
916         (__swapcontext): Likewise.
917         * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
918         * stdlib/tst-setcontext2.c: New file.
920 2015-03-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
922         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
924 2015-03-11  Aurelien Jarno  <aurelien@aurel32.net>
926         [BZ #18093]
927         * elf/cache.c (load_aux_cache): Regenerate the cache if it has
928         the wrong size.
930 2015-03-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
932         [BZ #18043]
933         * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
935 2015-03-11  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
937         * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
938         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
939         Remove define.
940         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
941         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
942         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
943         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
944         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
945         * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
946         define.
947         * nptl_db/td_symbol_list.c (td_lookup): Remove
948         HAVE_ASM_GLOBAL_DOT_NAME code.
949         * sysdeps/powerpc/powerpc64/configure.ac: Remove
950         HAVE_ASM_GLOBAL_DOT_NAME check.
951         * sysdeps/powerpc/powerpc64/configure: Regenerate.
952         * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
953         (DOT_LABEL): Remove define.
954         [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
955         [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
956         [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
957         * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
958         (__TLS_GET_ADDR): Likewise.
959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
960         [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
962 2015-03-11  Carlos O'Donell  <carlos@redhat.com>
964         [BZ #18111]
965         * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
966         (_FPU_SETCW): Initialize cw from fpsr before storing.
967         * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
968         (fesetexceptflag): Rewrite using fpu_control.h.
969         * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
971 2015-03-11  John David Anglin  <danglin@gcc.gnu.org>
973         [BZ #18110]
974         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
975         asms.
976         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
978 2015-03-11  Joseph Myers  <joseph@codesourcery.com>
980         * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
981         * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
982         abort.
983         (_FP_FMA): Likewise.
984         (_FP_DIV): Likewise.
986 2015-03-10  Roland McGrath  <roland@hack.frob.com>
988         * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
989         with 0 in that case.
990         * Makefile (summarize-tests): New canned sequence, factored out of
991         commands for targets tests and xtests.  Display summary lines that
992         don't start with PASS: or XFAIL: rather than ones that do start with
993         ERROR: or FAIL:.  Make the commands fail if any summary lines fail
994         to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
995         do start with ERROR: or FAIL:.
996         * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
997         (except for [$(build-shared) = yes]).
998         (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
999         (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
1000         ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
1001         * nptl/Makefile: Revert 2015-03-04 changes.
1002         [$(CXX) empty] (tests-unsupported): New variable.
1003         * debug/Makefile: Likewise.
1005         * posix/regcomp.c: Fix comment typos and formatting to harmonize with
1006         gnulib file.  Replace __attribute with __attribute__ throughout.
1008 2015-03-10  Carlos O'Donell  <carlos@redhat.com>
1010         * sysdeps/hppa/fpu/libm-test-ulps: Update.
1012 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1014         [BZ #18104]
1015         * math/auto-libm-test-in: Add another test of pow.
1016         * math/auto-libm-test-out: Regenerated.
1018 2015-03-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1020         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
1021         $(config-cflags-nofma).
1023 2015-03-10  Joseph Myers  <joseph@codesourcery.com>
1025         * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
1026         * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
1027         * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
1028         * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
1029         * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
1030         * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
1031         * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
1032         * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
1033         * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
1034         * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
1035         Add comment on closing #endif.
1037 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1039         * posix/wordexp.c (CHAR_IN_SET): New macro.
1040         (parse_param): Use it.
1042 2015-03-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1044         * sysdeps/powerpc/fpu/libm-test-ulps: update.
1046 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1048         [BZ #18043]
1049         * posix/wordexp.c (parse_param): Fix buffer overflow.
1050         * posix/wordexp-test.c (test_case): Add test case.
1052 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1054         [BZ #18042]
1055         * posix/wordexp.c (parse_backtick): Fix off-by-one.
1056         * posix/wordexp-test.c (test_case): Add test for BZ #18042.
1058 2015-03-09  Paul Pluzhnikov  <ppluzhnikov@google.com>
1060         [BZ #18043]
1061         * posix/wordexp-test.c (test_case): Add test for BZ #18043
1062         (do_bz18043): Delete.
1063         (at_page_end): New.
1064         (testit): Refactor to have words at the edge of unreadable page.
1066 2015-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
1068         [BZ #16734]
1069         * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
1070         Cleanup read-only streams as well.
1071         (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
1073 2015-03-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1075         * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
1076         <bits/libc-lockP.h>
1078 2015-03-07  Joseph Myers  <joseph@codesourcery.com>
1080         * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro.  Define depending
1081         on [__KERNEL__].
1082         * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
1083         * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
1084         * soft-fp/op-common.h (_FP_DECL): Likewise.
1086 2015-03-06  H.J. Lu  <hongjiu.lu@intel.com>
1088         * elf/ifuncdep2.c (global): Replace
1089         __attribute__((visibility("protected"))) with
1090         asm (".protected global").
1091         * elf/ifuncmod1.c (global): Likewise.
1092         * elf/ifuncmod5.c (global): Likewise.
1094 2015-03-06  Joseph Myers  <joseph@codesourcery.com>
1096         * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
1097         <asm/sfp-machine.h> instead of <sfp-machine.h>.
1099 2015-03-06  Roland McGrath  <roland@hack.frob.com>
1101         * manual/install.texi (Configuring and compiling):
1102         Document test-wrapper-env-only.
1103         * INSTALL: Regenerated.
1105 2015-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
1107         [BZ #18043]
1108         * posix/wordexp.c (parse_param): Fix buffer overflow.
1109         * posix/wordexp-test.c (do_bz18043): Add test case.
1111 2015-03-06  Vincent Bernat  <vincent@bernat.im>
1113         * time/tst-strptime2.c (do_test): Ensure failing tests are
1114         reported correctly.
1115         * time/tst-strptime3.c (do_test): Likewise.
1117 2015-03-06  Samuel Thibault  <samuel.thibault@inria.fr>
1119         Fix aio_error thread-safety.
1120         * sysdeps/pthread/aio_error.c: New file
1121         * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
1122         synchronization.
1124 2015-03-06  Florian Weimer  <fweimer@redhat.com>
1126         * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
1127         (group_number, vfprintf): Use it.
1128         (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
1129         (JUMP, REF): Use it.
1130         (WORK_BUFFER_SIZE): New enum constant.
1131         (process_arg, vfprintf): Use it.
1133 2015-03-06  Rical Jasan  <ricaljasan@pacific.net>
1135         * manual/errno.texi (Error Messages): Complete example function
1136         by adding missing #define.
1137         (program_invocation_name): Add statement indicating GNU
1138         extension and reference which header file declares the variable.
1139         (program_invocation_short_name): Likewise.
1141 2015-03-06  Mike Frysinger  <vapier@gentoo.org>
1143         * manual/errno.texi (Error Messages): Delete strerror ISO C89
1144         compatibility note.
1146 2015-03-05  Roland McGrath  <roland@hack.frob.com>
1148         * Makeconfig (test-wrapper-env-only): New variable.
1149         * Rules (make-test-out): If variable $*-ENV-only is nonempty,
1150         then use that with $(test-wrapper-env-only) rather than using
1151         $(test-wrapper-env) $(run-program-env) $($*-ENV).
1153 2015-03-05  H.J. Lu  <hongjiu.lu@intel.com>
1155         [BZ #18082]
1156         * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
1157         ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
1158         * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
1159         * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
1160         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
1161         * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
1162         * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
1163         * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
1164         Likewise.
1165         * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
1166         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
1167         Likewise.
1168         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
1169         Likewise.
1170         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
1171         Likewise.
1172         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
1173         Likewise.
1174         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
1175         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
1176         Likewise.
1177         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
1178         Likewise.
1179         * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
1180         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
1182 2015-03-04  Roland McGrath  <roland@hack.frob.com>
1184         * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
1185         (ETH_ALEN): New macro.
1186         (struct ether_addr): Use it for length of ether_addr_octet.
1188         * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
1189         (setdb): Don't call __nss_configure_lookup for "rpc".
1190         (do_test): Don't call test_rpc.
1191         (output_rpcent, test_rpc): Functions moved ...
1192         * sunrpc/test-rpcent.c: ... to this new file.
1193         * sunrpc/Makefile (tests): Add it.
1195         * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
1196         __xpg_sigpause.
1197         * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
1198         * nptl/tst-signal6.c: Likewise.
1199         * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
1200         * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
1202         * configure.ac (libc_cv_cxx_link_ok): New check.
1203         Reset CXX to empty if it fails to link.
1204         * configure: Regenerated.
1205         * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
1206         bug-atexit3-lib only if $(CXX) is nonempty.
1207         * nptl/Makefile (tests): Likewise for tst-cancel24.
1208         (tests, tests-static): Likewise for tst-cancel24-static.
1209         * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
1210         tst-lfschk4, tst-lfschk5, and tst-lfschk6.
1211         * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
1212         tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
1214 2015-03-04  Andreas Schwab  <schwab@suse.de>
1216         [BZ #17631]
1217         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
1218         for non-GCC compilers.
1219         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
1220         Likewise.
1222 2015-03-03 Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1224         [BZ #17776]
1225         * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
1226         integer before bitwise and assembly operations.
1227         (feclearexcept): Likewise.
1228         * math/test-fenvinline.c: New file.
1229         * math/Makefile: Add test-fenvinline test.
1231 2015-03-03  Alan Modra  <amodra@gmail.com>
1233         [BZ #16512]
1234         * scripts/localplt.awk: Strip off symbol version.
1235         * NEWS: Mention bug fix.
1237 2015-03-02  Roland McGrath  <roland@hack.frob.com>
1239         * sysdeps/pthread/timer_routines.c
1240         (timer_free_list, thread_free_list, thread_active_list): Make static.
1242 2015-03-02  Joseph Myers  <joseph@codesourcery.com>
1244         [BZ #17779]
1245         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
1246         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1247         Undefine.
1248         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1249         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1250         Likewise.
1251         * sysdeps/unix/sysv/linux/sh/kernel-features.h
1252         [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
1253         Likewise.
1255 2015-03-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
1257         [BZ #18036]
1258         * posix/fnmatch_loop.c (END): Detect invalid pattern.
1259         * posix/tst-fnmatch3.c (do_bz18036): Add test case.
1261 2015-03-02  Andreas Schwab  <schwab@suse.de>
1263         * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
1264         variable name.
1266 2015-03-02  Florian Weimer  <fweimer@redhat.com>
1268         * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
1269         Return error status.
1271 2015-02-27  Alexandre Oliva <aoliva@redhat.com>
1273         [BZ #15969]
1274         * locale/findlocale.c (_nl_find_locale): Introduce const
1275         version of loc_name and drop unsafe type casts.
1277 2015-02-27  Roland McGrath  <roland@hack.frob.com>
1279         * dlfcn/tststatic2.c (main): Converted to ...
1280         (do_test): ... this.
1281         (TEST_FUNCTION): New macro.
1282         Include test-skeleton.c.
1284 2015-02-27  H.J. Lu  <hongjiu.lu@intel.com>
1286         [BZ #17711]
1287         * elf/Makefile (tests): Add vismain only if PIE is enabled.
1288         (tests-pie): Add vismain.
1289         (CFLAGS-vismain.c): New.
1290         * elf/vismain.c: Add comments for PIE requirement.
1292 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1294         [BZ #18046]
1295         [BZ #18047]
1296         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
1297         0x1p-56L as threshold for just returning the argument.
1298         * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
1299         0x1p-32L as threshold for just returning the argument.
1300         * math/auto-libm-test-in: Add more tests of atanh.
1301         * math/auto-libm-test-out: Regenerated.
1302         * sysdeps/i386/fpu/libm-test-ulps: Update.
1303         * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
1305 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1307         * string/bcopy.c (bcopy): Call memmove for performance.
1309 2015-02-27  Wilco Dijkstra  wdijkstr@arm.com
1311         * string/bzero.c (__bzero): Call memset for performance.
1313 2015-02-27  John David Anglin  <dave.anglin@bell.net>
1315         [BZ #18068]
1316         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
1317         to 00100000.
1319 2015-02-27  Joseph Myers  <joseph@codesourcery.com>
1321         * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
1323 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1325         * sysdeps/ieee754/k_standard.c (CSTR): New macro.
1326         (__kernel_standard): Use CSTR macro when setting exc.name.
1327         * sysdeps/ieee754/Makefile [$(subdir) = math]
1328         (CFLAGS-k_standard.c): Remove variable.
1330         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
1331         setting p and q from "else if" to "else".
1332         (qzero): Likewise.
1333         * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
1334         (qone): Likewise.
1335         * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
1336         (qzerof): Likewise.
1337         * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
1338         (qonef): Likewise.
1339         * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
1340         (qzero): Likewise.
1341         * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
1342         (qone): Likewise.
1344         [BZ #18038]
1345         [BZ #18039]
1346         * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
1347         return pi/2 for arguments below 0x1p-113L.
1348         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
1349         return pi/2 for arguments below 0x1p-106L.
1350         * math/auto-libm-test-in: Add more tests of acos.
1351         * math/auto-libm-test-out: Regenerated.
1353         [BZ #16351]
1354         * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
1355         (MO): New macro.
1356         (__ieee754_asin): Force underflow exception for results with small
1357         absolute value.
1358         * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
1359         (MO): New macro.
1360         (__ieee754_asinf): Force underflow exception for results with
1361         small absolute value.
1362         * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1363         (__ieee754_asin): Force underflow exception for results with small
1364         absolute value.
1365         * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1366         (__ieee754_asinf): Force underflow exception for results with
1367         small absolute value.
1368         * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1369         (__ieee754_asinl): Force underflow exception for results with
1370         small absolute value.
1371         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1372         (__ieee754_asinl): Force underflow exception for results with
1373         small absolute value.
1374         * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1375         (__ieee754_asinl): Force underflow exception for results with
1376         small absolute value.
1377         * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1378         Include <math.h>.
1379         * math/auto-libm-test-in: Do not mark underflow exceptions as
1380         possibly missing for bug 16351.
1381         * math/auto-libm-test-out: Regenerated.
1383         [BZ #18030]
1384         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1385         of power of 2 down when low part has opposite sign.
1386         * math/libm-test.inc (logb_test_data): Add more tests.
1388 2015-02-26  Andreas Schwab  <schwab@suse.de>
1390         [BZ #18032]
1391         * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1392         over collating symbol inside a bracket expression.  Minor cleanup.
1393         * posix/tst-fnmatch3.c (do_test): Add test case.
1395 2015-02-26  Joseph Myers  <joseph@codesourcery.com>
1397         [BZ #18029]
1398         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1399         Adjust exponent of power of 2 down when low part has opposite
1400         sign.
1401         * math/libm-test.inc (ilogb_test_data): Add more tests.
1403 2015-02-26  Alexandre Oliva  <aoliva@redhat.com>
1405         [BZ #15969]
1406         * locale/findlocale.c (_nl_find_locale): Fix constness error in
1407         the previous change.
1409         [BZ #15969]
1410         * locale/findlocale.c (_nl_find_locale): Retry archive search
1411         after alias expansion.
1413 2015-02-25  Roland McGrath  <roland@hack.frob.com>
1415         * iconv/tst-iconv3.c (main): Converted to ...
1416         (do_test): ... this.
1417         (TEST_FUNCTION): New macro.
1418         Include test-skeleton.c.
1420         * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1421         (convert): Make function static.
1422         (test_unalign): Likewise.  Add const to argument pointee types.
1423         (main): Replace with static function do_test.
1424         Print "Succeeded." only if RET is zero.
1425         (TEST_FUNCTION): New macro.
1426         Include test-skeleton.c.
1428         * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1429         returns a null pointer.
1431 2015-02-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1433         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1434         to __memcpy_ppc only for static builds.
1436 2015-02-25  Joseph Myers  <joseph@codesourcery.com>
1438         [BZ #18020]
1439         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1440         2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1441         * math/auto-libm-test-in: Add more tests of asinh.
1442         * math/auto-libm-test-out: Regenerated.
1443         * sysdeps/i386/fpu/libm-test-ulps: Update.
1444         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1446 2015-02-25  Cong Wang  <xiyou.wangcong@gmail.com>
1448         [BZ #15850]
1449         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1450         and ip6_mtuinfo definitions here.
1451         * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1452         in this define too.  Update comment.
1454 2015-02-24  Benno Schulenberg  <bensberg@justemail.net>
1456         * elf/sprof.c (load_shobj): Tweak error message to match others.
1458 2015-02-24  Kevin Easton  <kevin@guarana.org>
1460         [BZ #16145] (partial fix)
1461         * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1462         to reduce lock contention.
1464 2015-02-24  Miroslav Lichvar  <mlichvar@redhat.com>
1466         * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1467         (struct timex): Update time comment.
1468         (ADJ_SETOFFSET): Define.
1470 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1472         [BZ #18019]
1473         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1474         2**56 not 2**28 as threshold for log (2x) formula.
1475         * math/auto-libm-test-in: Add more tests of acosh.
1476         * math/auto-libm-test-out: Regenerated.
1477         * sysdeps/i386/fpu/libm-test-ulps: Update.
1478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1480 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1482         * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1483         parenthesis around the buf assignment.
1484         [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1486 2015-02-24  Joseph Myers  <joseph@codesourcery.com>
1488         [BZ #16783]
1489         * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1490         arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1491         * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1492         * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1493         * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1494         * math/libm-test.inc (scalb_test_data): Add more tests.
1496 2015-02-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
1498         [BZ #17916]
1499         * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1500         * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1502 2015-02-24  Eric Rannaud  <e@nanocritical.com>
1504         [BZ #17523]
1505         * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1506         * io/bits/fcntl2.h (open): Use it.
1507         (openat): Likewise.
1508         * io/open.c (__libc_open): Likewise.
1509         * io/open64.c (__libc_open64): Likewise.
1510         * io/open64_2.c (__open64_2): Likewise.
1511         * io/open_2.c (__open_2): Likewise.
1512         * io/openat.c (__openat): Likewise.
1513         * io/openat64.c (__openat64): Likewise.
1514         * io/openat64_2.c (__openat64_2): Likewise.
1515         * io/openat_2.c (__openat_2): Likewise.
1516         * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1517         * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1518         * sysdeps/posix/open64.c (__libc_open64): Likewise.
1519         * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1520         * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1521         (__open_nocancel): Likewise.
1522         * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1523         * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1524         * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1526 2015-02-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
1528         [BZ #14841]
1529         * resolv/gethnamaddr.c (getanswer): Skip logging if
1530         RES_USE_DNSSEC is set.
1531         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1533 2015-02-24  Mike Frysinger  <vapier@gentoo.org>
1535         * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1537 2015-02-23  Alexandre Oliva <aoliva@redhat.com>
1539         * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1540         201304L, for Unicode 7.
1542 2015-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1544         [BZ #17836]
1545         * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1546         shared library.  Add gmon-start.os otherwise.
1547         ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1548         $(objpfx)gmon-start.os if builing shared library.
1549         ($(objpfx)g$(static-start-installed-name)): Likewise.
1551 2015-02-23  Andreas Schwab  <schwab@suse.de>
1553         * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1555 2015-02-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
1557         [BZ #17269]
1558         * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1559         (enlarge_userbuf): Likewise.
1561 2015-02-22  Chung-Lin Tang  <cltang@codesourcery.com>
1563         * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1564         * math/atest-exp.c (TIMEOUT): Adjust to 200.
1565         * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1566         * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1568 2015-02-20  Joseph Myers  <joseph@codesourcery.com>
1570         * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1571         expression inside statement expression.
1573 2015-02-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
1575         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1576         <sysdeps/nptl/lowlevellock.h> and remove macros and
1577         functions that are now defined there.
1578         (SYS_futex): Remove.
1579         (lll_compare_and_swap): Remove.
1580         * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1582 2015-02-19  Joseph Myers  <joseph@codesourcery.com>
1584         [BZ #17999]
1585         * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1586         instead of scandirat.
1587         * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1588         [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1589         [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1590         __scandirat.
1591         * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1592         (__scandirat): Declare.  Use libc_hidden_proto.
1593         * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1594         Remove variable.
1595         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1597 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1599         [BZ #15319]
1600         * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1601         (MO): New macro.
1602         (__ieee754_atan2): For results with small absolute value, force
1603         underflow exception and remove excess range and precision from
1604         return value.
1605         * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1606         (MO): New macro.
1607         (__ieee754_atan2f): For results with small absolute value, force
1608         underflow exception and remove excess range and precision from
1609         return value.
1610         * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1611         (MO): New macro.
1612         (__atan): For results with small absolute value, force underflow
1613         exception and remove excess range and precision from return value.
1614         * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1615         (MO): New macro.
1616         (__atanf): For results with small absolute value, force underflow
1617         exception and remove excess range and precision from return value.
1618         * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1619         <math.h>.
1620         (__ieee754_atan2): Force underflow exception for results with
1621         small absolute value.
1622         * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1623         <math_private.h>.
1624         (atan): Force underflow exception for results with small absolute
1625         value.
1626         * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1627         (__atanf): Force underflow exception for results with small
1628         absolute value.
1629         * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1630         <math.h>.
1631         (__atanl): Force underflow exception for results with small
1632         absolute value.
1633         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1634         (__atanl): Force underflow exception for results with small
1635         absolute value.
1636         * sysdeps/x86/fpu/bits/mathinline.h
1637         [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1638         (__ieee754_atan2): Only define inline for long double.
1639         * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1640         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1641         * math/auto-libm-test-in: Do not mark underflow exceptions as
1642         possibly missing for bug 15319.  Add more tests of atan2.
1643         * math/auto-libm-test-out: Regenerated.
1644         * math/libm-test.inc (casin_test_data): Do not mark underflow
1645         exceptions as possibly missing for bug 15319.
1646         (casinh_test_data): Likewise.
1647         * sysdeps/i386/fpu/libm-test-ulps: Update.
1649 2015-02-18  Steve Ellcey  <sellcey@imgtec.com>
1651         * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1652         * sysdeps/mips/bits/endian.h: Fix comments.
1654 2015-02-18  Joseph Myers  <joseph@codesourcery.com>
1656         [BZ #17996]
1657         * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1658         (hdestroy_r): Likewise.
1659         (hsearch_r): Likewise.
1660         (__hcreate_r): Declare and use libc_hidden_proto.
1661         (__hdestroy_r): Likewise.
1662         (__hsearch_r): Likewise.
1663         * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1664         (hcreate): Call __hcreate_r instead of hcreate_r.
1665         (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1666         * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1667         as weak alias of __hcreate_r.
1668         (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1669         __hdestroy_r.
1670         (hsearch_r): Rename to __hsearch_r and define as weak alias of
1671         __hsearch_r.
1672         * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1673         Remove variable.
1674         (test-xfail-XPG4/search.h/linknamespace): Likewise.
1675         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1676         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1677         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1679 2015-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
1681         * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1682         arena_lock into a single arena_get.
1684 2015-02-17  Carlos O'Donell  <carlos@redhat.com>
1686         * dl-reloc.c: Inlucde libc-internal.h.
1687         (_dl_try_allocate_static_tls): Call ALIGN_UP.
1688         (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1689         (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1690         * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1691         (grow_heap): Likewise.
1692         * malloc/malloc.c: Include libc-internal.h.
1693         (do_check_malloc): Call powerof2.
1694         (sysmalloc): Use pagesize. Call ALIGN_UP.
1695         (systrim): Use pagesize.
1696         (mremap_chunk): Use pagesize. Call ALIGN_UP.
1697         (__libc_valloc): Use pagesize.
1698         (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1700 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1702         [BZ #17991]
1703         * include/sys/resource.h (__getrlimit64): Declare.  Use
1704         libc_hidden_proto.
1705         * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1706         and define as weak alias of __getrlimit64.  Use libc_hidden_weak.
1707         * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1708         getrlimit64.
1709         * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1710         __getrlimit64.
1711         [!getrlimit64] (getrlimit64): Define as weak alias of
1712         __getrlimit64.  Use libc_hidden_weak.
1713         * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1714         using __getrlimit64 not __new_getrlimit64.
1715         (__GI_getrlimit64): Likewise.
1716         * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1717         Likewise.
1718         (__GI_getrlimit64): Likewise.
1719         (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1721         (getrlimit): Add __getrlimit64 alias.
1722         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1723         Likewise.
1724         * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1725         Remove variable.
1726         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1727         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1729 2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
1731         * libio/fileops.c: Add missing sys/mman.h
1732         * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1734 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
1736         * manual/math.texi (Errors in Math Functions): Clarify goals
1737         regarding inexact and underflow exceptions.
1739 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1741         * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1742         * sysdeps/mips/memset.S: Ditto.
1744 2015-02-17  Steve Ellcey  <sellcey@imgtec.com>
1746         * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1748 2015-02-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
1750         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1751         (__v1longjmp): Remove versioned symbol.
1752         (__v1siglongjmp): Remove alias and versioned symbol.
1753         (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1754         (__v2siglongjmp): Likewise.
1756 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1758         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1760 2015-02-16  Mike Frysinger  <vapier@gentoo.org>
1762         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1764 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1766         [BZ #17987]
1767         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1768         zero result does not depend on the sign resulting from
1769         subtraction.
1770         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1771         Likewise.
1772         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1773         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1774         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1775         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1776         * math/libm-test.inc (remquo_test_data): Add more tests.
1778 2015-02-16  Paul Eggert  <eggert@cs.ucla.edu>
1780         * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1781         Problem reported by J William Piggott.
1783 2015-02-16  Joseph Myers  <joseph@codesourcery.com>
1785         [BZ #17978]
1786         * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1787         products 4 * y and 2 * y where those would overflow.
1788         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1789         Likewise.
1790         * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1791         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1792         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1793         * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1794         * math/libm-test.inc (remquo_test_data): Add more tests.
1796         * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1798         * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1799         [defined _COMPILING_NEWLIB].
1800         * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1801         * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1803         * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1804         [!defined __mips_isa_rev || __mips_isa_rev < 6].
1806 2015-02-16  Torvald Riegel  <triegel@redhat.com>
1808         * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1809         acquired.
1811 2015-02-15  Matthew Fortune <Matthew.Fortune@imgtec.com>
1813         [BZ #17792]
1814         * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1815         (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1816         HOST_STACK_END_ADDR): Likewise.
1818 2015-02-13  Steve Ellcey  <sellcey@imgtec.com>
1820         * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1821         * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1822         * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1824 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1826         * sysdeps/generic/c++-types.data: New file.
1827         * sysdeps/generic/ld.abilist: New file.
1828         * sysdeps/generic/libBrokenLocale.abilist: New file.
1829         * sysdeps/generic/libanl.abilist: New file.
1830         * sysdeps/generic/libc.abilist: New file.
1831         * sysdeps/generic/libcrypt.abilist: New file.
1832         * sysdeps/generic/libdl.abilist: New file.
1833         * sysdeps/generic/libm.abilist: New file.
1834         * sysdeps/generic/libpthread.abilist: New file.
1835         * sysdeps/generic/libresolv.abilist: New file.
1836         * sysdeps/generic/librt.abilist: New file.
1838 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1840         [BZ #17569]
1841         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1842         Compute absolute value of x as modified by fmod, not original
1843         value of x.
1844         * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1845         RUN_TEST_ffI_f1_mod8.  Check extra return value mod 8.
1846         (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8.  Call
1847         RUN_TEST_ffI_f1_mod8.
1848         (remquo_test_data): Add more tests.
1850 2015-02-13  Roland McGrath  <roland@hack.frob.com>
1852         * sysdeps/init_array/pt-crti.S: New file.
1854 2015-02-13  Joseph Myers  <joseph@codesourcery.com>
1856         [BZ #17967]
1857         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1858         __builtin_fmaf instead of relying on contraction of a * b + c.
1860 2015-02-12  J William Piggott  <elseifthen@gmx.com>
1862         [BZ #17969]
1863         * manual/time.texi: correct the zoneinfo path in the TZ Variable
1864         node.
1866 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1868         [BZ #17964]
1869         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1870         __builtin_fma instead of relying on contraction of a * b + c.
1872 2015-02-12  Roland McGrath  <roland@hack.frob.com>
1874         * Makeconfig (ASFLAGS): Add -Werror=undef.
1875         * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1876         * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1877         SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1879         * Makeconfig (after-link): New variable.
1880         (+link-pie, +link-pie-tests): Use it.
1881         (+link-static, +link-static-tests): Likewise.
1882         (+link, +link-tests): Likewise.
1883         * Makerules (build-module, build-module-asneeded): Likewise.
1884         (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1885         Likewise.
1886         * elf/Makefile ($(objpfx)ld.so): Likewise.
1888 2015-02-12  Rüdiger Sonderfeld  <ruediger@c-plusplus.net>
1890         [BZ #17965]
1891         * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1892         both struct timeval and struct timespec.
1894 2015-02-12  Joseph Myers  <joseph@codesourcery.com>
1896         [BZ #16560]
1897         * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1898         and redefine.
1899         (__ieee754_exp2l): Do not multiply small fractional parts by
1900         M_LN2l.
1901         * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1902         small argument.
1903         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1904         * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1905         * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1906         * math/auto-libm-test-in: Add more tests of exp2.
1907         * math/auto-libm-test-out: Regenerated.
1909 2015-02-12  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
1911         * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1912         unaligned path.
1914 2015-02-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1916         * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1917         little endian.
1919 2015-02-12  Andreas Schwab  <schwab@suse.de>
1921         [BZ #15790]
1922         * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1923         Filter out elision flags from value returned in kind.
1924         * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1925         * nptl/tst-pthread-mutexattr.c: New file.
1927 2015-02-11  Samuel Thibault  <samuel.thibault@ens-lyon.org>
1929         * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1930         * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1931         into gnu-gnu, and update comment to refer to abi-tags.
1933 2015-02-11  Joseph Myers  <joseph@codesourcery.com>
1935         [BZ #15467]
1936         * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1937         (__sincos): Set errno to EDOM for infinite argument.
1938         * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1939         (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1940         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1941         (__sincosl): Set errno to EDOM for infinite argument.
1942         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1943         (__sincosl): Set errno to EDOM for infinite argument.
1944         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1945         (__sincosl): Set errno to EDOM for infinite argument.
1946         * math/libm-test.inc (sincos_test_data): Test errno setting.
1948 2015-02-11  Leonhard Holz  <leonhard.holz@web.de>
1950         * string/strxfrm_l.c: Remove #define STRCMP.
1951         * string/strcoll_l.c: Remove #define STRLEN.
1952         * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1953         * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1955 2015-02-10  Joseph Myers  <joseph@codesourcery.com>
1957         * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1958         * sysdeps/mips/mips32/sfp-machine.h: ... here.
1959         * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1960         * sysdeps/mips/mips64/Makefile: ... here.
1961         * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1962         * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1963         * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1964         * sysdeps/mips/mips64/sfp-machine.h: ... here.
1965         * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1966         * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1967         * sysdeps/mips/mips64/n64/Implies: Likewise.
1969 2015-02-10  Roland McGrath  <roland@hack.frob.com>
1971         * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1972         <sys/time.h>, <string.h>, and <errno.h>.
1973         (dest_offset, dest_address, value, zero): Remove unused variables.
1974         (ldouble): Remove typedef.
1975         (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1976         signature.  Pass 1 to siglongjmp rather than 0 (which is converted to
1977         1).  Fix code style.
1978         (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1979         (check): Function removed.
1980         (CHECK): New macro.
1981         (TEST_FUNC): Fix code style.  Use CHECK macro rather than repeating
1982         boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1983         Don't call set_sigaction_FP and remove_sigaction_FP here.
1984         (ldouble_test): Just use 'long double' as macro argument, no need for
1985         the 'ldouble' typedef.
1986         (do_test): Set up SIGFPE handler at start, using plain signal rather
1987         than sigaction.  Fix code style.
1989 2015-02-10  Evangelos Foutras  <evangelos@foutrelis.com>
1991         [BZ #17949]
1992         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1993         jump label.
1995 2015-02-09  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
1997         * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1998         * sysdeps/powerpc/powerpc32/configure: Regenerated.
2000         * sysdeps/powerpc/configure.ac: Remove file.
2001         * sysdeps/powerpc/configure: Likewise.
2003         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2004         [sysdep_routines]: Remove wordcopy-power6 object.
2005         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
2006         (__memmove_power7): Use local call for wordcopy and memcpy symbols.
2007         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
2008         (__memmove_ppc32): Likewise.
2009         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
2010         file.
2011         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
2012         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
2013         Remove preprocessor.
2015         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
2016         [sysdep_routines]: Remove wide chars objects.
2017         [wcsmbs]: New rule for wide char objects.
2019         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2020         Remove wordcopy-power6 obejct.
2021         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
2022         Use local call for wordcopy and memcpy symbols.
2023         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
2024         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
2025         implementation for loader.
2026         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
2028         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2029         Remove wordcopy-power7 object.
2030         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
2031         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
2032         (_wordcopy_fwd_aligned): Remove POWER7 specialization.
2033         (_wordcopy_fwd_dest_aligned): Likewise.
2034         (_wordcopy_bwd_aligned): Likewise.
2035         (_wordcopy_bwd_dest_aligned): Likewise.
2037         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
2038         Rewrite to call __memmove_ppc instead of include default
2039         implementation.
2041         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2042         Remove wide chars objects.
2043         [wcsmbs]: New rule for wide char objects.
2045 2015-02-09  Andreas Schwab  <schwab@suse.de>
2047         [BZ #17912]
2048         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
2049         in terms of __O_DIRECTORY.
2051 2015-02-08  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2053         * time/getdate.c: Include <stdbool.h>.
2054         * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
2055         call PTR_MANGLE.
2056         [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
2057         PTR_DEMANGLE.
2059 2015-02-07  Paul Eggert  <eggert@cs.ucla.edu>
2061         Add ersatz _Static_assert on older C hosts
2062         * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
2063         pre-C11 C platform that is not known to support _Static_assert.
2065 2015-02-07  Richard Braun  <rbraun@sceen.net>
2067         * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
2068         sigstate.
2069         * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
2071 2015-02-07  Samuel Thibault  <samuel.thibault@ens-lyon.org>
2073         * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
2074         priority against unexistent AIO_PRIO_DELTA_MAX.
2075         * misc/chflags.c (chflags): Set flags parameter type to unsigned long
2076         instead of int.
2077         * misc/fchflags.c (fchflags): Likewise.
2078         * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
2079         * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
2080         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
2081         UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
2082         SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
2083         Declare macros.
2084         [__USE_MISC] (chflags, fchflags): Declare functions.
2085         * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
2086         EINVAL when nfds is greater than FD_SETSIZE.
2087         * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
2088         NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
2089         45.
2090         * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
2091         __mach_msg.  If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
2092         * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
2093         MACH_RCV_TIMED_OUT.
2094         * hurd/hurd/signal.h (_hurd_self_sigstate,
2095         _hurd_critical_section_lock, _hurd_critical_section_unlock):
2096         Explicit casts from void *.
2097         * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
2098         * abi-tags: Rename gnu-gnu os into gnu.
2100         [BZ #4719]
2101         * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
2102         _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
2103         _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
2104         _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
2105         _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
2106         _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
2108         [BZ #17944]
2109         * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
2110         duplicates ADDR->sun_path with sockaddr LEN limitation.
2111         * sysdeps/mach/hurd/connect.c: Include <string.h>
2112         (__connect): Give result of _hurd_sun_path_dupa to name lookup.
2113         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2114         * sysdeps/mach/hurd/sendto.c: Likewise.
2115         * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
2116         implementing it by hand.
2118 2015-02-06  Roland McGrath  <roland@hack.frob.com>
2120         * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
2121         Use sfi_breg on ldr.
2122         [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
2123         Likewise.
2125         * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
2126         it's defined.
2127         * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
2128         Test SIGSETXID only if it's defined.
2130         * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
2132         * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
2133         will not be used.  Use NULL rather than 0 for .sigev_notify_attributes.
2135         * nptl/tst-align2.c: Moved ...
2136         * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
2137         * nptl/Makefile (tests): Remove tst-align2.
2138         * sysdeps/unix/sysv/linux/Makefile
2139         [$(subdir) = nptl] (tests): Add tst-align-clone.
2140         * nptl/tst-getpid1.c: Moved ...
2141         * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
2142         * nptl/tst-getpid2.c: Moved ...
2143         * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
2144         * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
2145         * sysdeps/unix/sysv/linux/Makefile
2146         [$(subdir) = nptl] (tests): ... here.
2147         * nptl/Makefile (tst-getpid2-ENV): Move variable ...
2148         * sysdeps/unix/sysv/linux/Makefile
2149         [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
2151         * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
2152         Drop trailing \n from perror argument.  Use return rather than exit.
2154         * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
2155         on [SA_SIGINFO].
2156         * nptl/tst-cancel21.c (do_test): Likewise.
2157         * debug/tst-backtrace6.c: Include <signal.h> first thing.
2158         Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
2159         [!SA_SIGINFO]: Make it a stub test.
2161         * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
2162         SIGCHLD; it's redundant with SIG_IGN as sa_handler.
2164         * posix/tst-getlogin.c: Move to ...
2165         * login/tst-getlogin.c: ... here.
2166         * posix/Makefile (tests): Move tst-getlogin to ...
2167         * login/Makefile (tests): ... here.
2169         * libio/tst-atime.c (do_test): Move local variables SV and E
2170         inside [ST_NOATIME] conditional.
2172         * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
2174         * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
2176         * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
2177         (wait_code): New function replaces macro.
2178         Call nanosleep rather than syscall.
2180         * nptl/pt-system.c: Rewritten.  Put everything under
2181         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2182         Use IFUNC to redirect when possible.
2184         * nptl/pt-longjmp.c: Rewritten.  Put everything under
2185         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2186         Use IFUNC to redirect when possible.
2188         * nptl/pt-fork.c: Rewritten.  Put everything under
2189         [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
2190         Use IFUNC to redirect when possible.
2191         * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
2193         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
2194         code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
2195         unconditionally nowadays.  This included the only reference to
2196         __vdso_clock_gettime that appears outside libc proper.
2197         * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
2198         Remove version set (containing only __vdso_clock_gettime).
2199         * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
2200         Add attribute_hidden.
2201         * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
2202         Likewise.  Drop __attribute__ ((nocommon)), libc_hidden_proto, and
2203         libc_hidden_data_def.
2204         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
2205         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
2207         * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
2208         getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
2209         setrpcent, and getrpcport to ...
2210         * sunrpc/Versions (libc: GLIBC_2.0): ... here.
2211         * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
2212         getrpcbynumber_r, and getrpcent_r to ...
2213         * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
2214         * inet/getrpcbyname.c: Moved ...
2215         * sunrpc/getrpcbyname.c: ... here.
2216         * inet/getrpcbyname_r.c: Moved ...
2217         * sunrpc/getrpcbyname_r.c: ... here.
2218         * inet/getrpcbynumber.c: Moved ...
2219         * sunrpc/getrpcbynumber.c: ... here.
2220         * inet/getrpcbynumber_r.c: Moved ...
2221         * sunrpc/getrpcbynumber_r.c: ... here.
2222         * inet/getrpcent.c: Moved ...
2223         * sunrpc/getrpcent.c: ... here.
2224         * inet/getrpcent_r.c: Moved ...
2225         * sunrpc/getrpcent_r.c: ... here.
2226         * inet/Makefile (routines): Move those to ...
2227         * sunrpc/Makefile (routines): ... here.
2228         * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
2229         the $(subdirs) list.
2230         (CPPFLAGS-getent.c): New variable.  Pass -D option to set HAVE_SUNRPC
2231         to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
2232         * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
2233         (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
2235         * elf/Makefile (routines): Include $(all-dl-routines), not just
2236         $(dl-routines).
2237         (rtld-routines): Likewise.  Use = rather than :=.
2238         * sysdeps/aarch64/Makefile [$(subdir) = elf]
2239         (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
2240         dl-tlsdesc to these; sysdep-dl-routines alone is enough.
2241         * sysdeps/arm/Makefile: Likewise.
2242         * sysdeps/i386/Makefile: Likewise.
2243         * sysdeps/x86_64/Makefile: Likewise.
2244         * sysdeps/hppa/Makefile [$(subdir) = elf]
2245         (sysdep_routines, sysdep-rtld-routines): Don't add
2246         $(sysdep-dl-routines) to these.
2247         * sysdeps/ia64/Makefile: Likewise.
2248         * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
2249         * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
2250         [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
2251         Don't add dl-static to these; sysdep-dl-routines alone is enough.
2252         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
2253         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
2254         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
2255         * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
2256         * sysdeps/powerpc/Makefile [$(subdir) = elf]
2257         (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
2258         these; sysdep-dl-routines alone is enough.
2260 2015-02-06  Joseph Myers  <joseph@codesourcery.com>
2262         [BZ #17932]
2263         * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
2264         where multiplication results in zero and third argument is finite
2265         and nonzero.
2266         * math/auto-libm-test-in: Add more tests of fma.
2267         * math/auto-libm-test-out: Regenerated.
2269         * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
2270         (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
2271         (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
2272         (_FP_CMP_EQ): Likewise.
2273         (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
2275         * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
2276         extra argument CHECK_NAN.  Redefine as wrapper around
2277         _FP_EXTEND_CNAN.
2279 2015-02-06  Carlos O'Donell  <carlos@systemhalted.org>
2281         * version.h (RELEASE): Set to "stable".
2282         (VERSION): Set to "2.21"
2283         * include/features.h (__GLIBC_MINOR__): Set to 21.
2285         * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
2287 2015-02-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
2288             Paul Eggert  <eggert@cs.ucla.edu>
2290         [BZ #16618]
2291         * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
2292         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
2293         size in bytes. Store needed elements in wpmax. Use needed size
2294         in bytes for extend_alloca.
2296 2015-02-05  Carlos O'Donell  <carlos@systemhalted.org>
2298         * manual/install.texi: Latest tested versions are GCC 4.9.2,
2299         binutls 2.25, and texinfo 5.2.
2300         * INSTALL: Regenerate.
2301         * sysdeps/nios2/configure: Regenerate.
2302         * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
2303         * manual/contrib.texi: Update.
2304         * po/be.po: Update.
2305         * po/bg.po: Update.
2306         * po/ca.po: Update.
2307         * po/cs.po: Update.
2308         * po/da.po: Update.
2309         * po/de.po: Update.
2310         * po/el.po: Update.
2311         * po/eo.po: Update.
2312         * po/es.po: Update.
2313         * po/fi.po: Update.
2314         * po/fr.po: Update.
2315         * po/gl.po: Update.
2316         * po/hr.po: Update.
2317         * po/hu.po: Update.
2318         * po/ia.po: Update.
2319         * po/id.po: Update.
2320         * po/it.po: Update.
2321         * po/ja.po: Update.
2322         * po/ko.po: Update.
2323         * po/lt.po: Update.
2324         * po/nb.po: Update.
2325         * po/nl.po: Update.
2326         * po/pl.po: Update.
2327         * po/pt_BR.po: Update.
2328         * po/ru.po: Update.
2329         * po/rw.po: Update.
2330         * po/sk.po: Update.
2331         * po/sl.po: Update.
2332         * po/sv.po: Update.
2333         * po/tr.po: Update.
2334         * po/uk.po: Update.
2335         * po/vi.po: Update.
2336         * po/zh_CN.po: Update.
2337         * po/zh_TW.po: Update.
2339         * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
2340         * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
2341         * sysdeps/hppa/dl-irel.h: Remove #warning.
2342         * sysdeps/hppa/entry.h: Provide prototype for
2343         __canonicalize_funcptr_for_compare and cast argument.
2344         * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
2345         * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
2346         * sysdeps/hppa/sotruss-lib.c: New file.
2347         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
2348         (atomic_compare_and_exchange_val_acq): Use __typeof__.
2349         (atomic_compare_and_exchange_bool_acq): Likewise.
2350         * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
2351         * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
2353         * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
2354         * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
2355         * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
2357 2015-02-05  Chung-Lin Tang  <cltang@codesourcery.com>
2359         * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
2360         called function in non-PIC case.
2362 2015-01-31  David S. Miller  <davem@davemloft.net>
2364         * sysdeps/sparc/sparc32/bits/atomic.h
2365         (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2366         unlock not after it.
2367         (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2368         volatile register usage warnings from the compiler.
2370         * sysdeps/sparc/nptl/sem_init.c: Delete.
2371         * sysdeps/sparc/nptl/sem_post.c: Delete.
2372         * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2373         * sysdeps/sparc/nptl/sem_wait.c: Delete.
2374         * sysdeps/sparc/sparc32/sem_init.c: New file.
2375         * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2376         * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2377         padding explicitly initialized.
2378         * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2379         padding for in-semaphore spinlock.
2380         * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2381         * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2382         * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2383         * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2384         * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2385         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2386         * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2387         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2388         version.
2389         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2390         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2392 2015-01-30  H.J. Lu  <hongjiu.lu@intel.com>
2394         [BZ #17801]
2395         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2396         Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2397         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2398         New.
2399         (index_AVX_Fast_Unaligned_Load): Likewise.
2400         (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2401         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2402         bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2403         * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2404         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2405         * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2406         * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2407         HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2408         * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2410 2015-01-29  Andreas Schwab  <schwab@suse.de>
2412         * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2414 2015-01-29  Siddhesh Poyarekar <siddhesh@redhat.com>
2416         [BZ #17892]
2417         * nscd/nscd_stat.c (send_stats): Initialize DATA.
2419 2015-01-28  Martin Sebor  <msebor@redhat.com>
2421         * math/README.libm-test: Clarify. Add "How to read the test output."
2423 2015-01-28  Chris Metcalf  <cmetcalf@ezchip.com>
2425         * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2426         Define to 0.
2428 2015-01-28  Joseph Myers  <joseph@codesourcery.com>
2430         * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2431         (__HAVE_64B_ATOMICS): Define to 0.
2433 2015-01-28  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2435         [BZ #17885]
2436         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2437         value to set as new flag.
2439         [BZ #16576]
2440         * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2441         and use _ARCH_PPCSQ instead.
2442         (__ieee754_sqrt): Likewise.
2443         (__ieee754_sqrtf): Likewise.
2444         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2445         _ARCH_PPCSQ is defined.
2446         (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2447         fsqrt instruction.
2448         * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2449         _ARCH_PPCSQ is defined.
2450         (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2451         fsqrts instruction.
2452         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2454 2015-01-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
2456         * iconv/loop.c: Suppress array out of bound warning caused by GCC
2457         bug (GCC BZ #64739).
2459 2015-01-25  Andreas Schwab  <schwab@linux-m68k.org>
2461         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2462         Mark _retval as used.
2463         (lll_futex_wake_unlock): Likewise.
2464         (lll_futex_timed_wait_requeue_pi): Likewise.
2466         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2467         (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2468         register variables.
2470         * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2471         libm_hidden_def.
2473         * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2474         (__bswap_64): Mark as __always_inline.
2476 2015-01-25  Bram  <bug_rh@spam.wizbit.be>
2478         [BZ #15378]
2479         * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2480         when none of the search directories exist.
2482 2015-01-24  Adhemerval Zanellla  <azanella@linux.vnet.ibm.com>
2484         [BZ #17869]
2485         * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2486         power8 in .machine directive.
2488         [BZ #17868]
2489         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2490         set dependency from opd value.
2492 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2494         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2495         Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2496         architecture.
2498 2015-01-23  H.J. Lu  <hongjiu.lu@intel.com>
2500         [BZ #17870]
2501         * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2502         with uint64_t.
2503         * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2504         (uint64_t) 1.
2505         (__new_sem_wait_fast): Replace unsigned long with uint64_t.
2506         (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2507         Replace 1UL with (uint64_t) 1.
2508         * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2509         int with uint64_t.
2511 2015-01-23  Roland McGrath  <roland@hack.frob.com>
2513         * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2514         (if_freenameindex): Likewise.
2516         * resource/getrlimit64.c: Add missing libc_hidden_def.
2518 2015-01-22  Joseph Myers  <joseph@codesourcery.com>
2520         * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2521         __label__.
2522         (_FP_FMA): Likewise.
2523         (_FP_TO_INT_ROUND): Likewise.
2524         (_FP_FROM_INT): Likewise.
2526 2015-01-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2528         [BZ #16418]
2529         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2530         Make code racy and cancel safe.
2532 2015-01-21  Carlos O'Donell  <carlos@redhat.com>
2534         * sysdeps/arm/unwind-resume.h: Fix copyright year.
2535         * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2536         attribution.
2538         * pwd/tst-getpw.c: Rewrite.
2540         [BZ #17702]
2541         * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2542         (modules-names): Add moddummy1 and moddummy2.
2543         ($(objpfx)tst-rec-dlopen): Define.
2544         * dlfcn/moddummy1.c: New file.
2545         * dlfcn/moddummy2.c: New file.
2546         * dlfcn/tst-rec-dlopen.c: New file.
2547         * elf/dl-cache.c (_dl_load_cache_lookup):
2548         Return char*. Copy result with alloca/strcpy/strdup.
2549         * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2550         returns char*. Free cached. If not saving realname
2551         free cached.
2552         * elf/dl-open.c (dl_open_worker): Do not assert that
2553         _r_debug->r_state is RT_CONSISTENT.
2554         * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2555         returns char*.
2557 2015-01-21  Torvald Riegel  <triegel@redhat.com>
2558             Carlos O'Donell  <carlos@redhat.com>
2560         [BZ #12674]
2561         * nptl/sem_waitcommon.c: New file.
2562         * nptl/sem_wait.c: Include sem_waitcommon.c.
2563         (__sem_wait_cleanup, do_futex_wait): Remove.
2564         (__new_sem_wait): Adapt.
2565         (__new_sem_trywait): New function.
2566         (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2567         * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2568         (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2569         (sem_timedwait): Adapt.
2570         * nptl/sem_post.c (__new_sem_post): Adapt.
2571         (futex_wake): New function.
2572         (__old_sem_post): Add release MO fence.
2573         * nptl/sem_open.c (sem_open): Adapt.
2574         * nptl/sem_init.c (__new_sem_init): Adapt.
2575         (futex_private_if_supported): New function.
2576         * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2577         (__old_sem_getvalue): Add using previous code.
2578         * sysdeps/nptl/internaltypes.h: Adapt.
2579         * nptl/tst-sem13.c (do_test): Adapt.
2580         * nptl/tst-sem11.c (main): Adapt.
2581         * nptl/sem_trywait.c: Remove.
2582         * nptl/DESIGN-sem.txt: Remove.
2583         * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2584         (gen-as-const-headers): Remove structsem.sym.
2585         * nptl/structsem.sym: Remove.
2586         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2587         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2588         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2589         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2590         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2591         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2592         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2593         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2594         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2595         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2596         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2597         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2598         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2599         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2600         * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2601         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2602         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2603         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2604         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2605         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2606         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2607         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2609 2015-01-20  Carlos O'Donell  <carlos@redhat.com>
2611         * INSTALL: Regenerated.
2613         * po/libc.pot: Regenerated.
2615 2015-01-18  Chung-Lin Tang  <cltang@codesourcery.com>
2616             Sandra Loosemore  <sandra@codesourcery.com>
2617             Andrew Jenner  <andrew@codesourcery.com>
2618             Joseph Myers  <joseph@codesourcery.com>
2619             Nathan Sidwell  <nathan@codesourcery.com>
2621         * NEWS: Mention new Nios II port.
2622         * sysdeps/nios2/Implies: New file.
2623         * sysdeps/nios2/Makefile: New file.
2624         * sysdeps/nios2/Subdirs: New file.
2625         * sysdeps/nios2/Versions: New file.
2626         * sysdeps/nios2/__longjmp.S: New file.
2627         * sysdeps/nios2/abort-instr.h: New file.
2628         * sysdeps/nios2/backtrace.c: New file.
2629         * sysdeps/nios2/bits/endian.h: New file.
2630         * sysdeps/nios2/bits/fenv.h: New file.
2631         * sysdeps/nios2/bits/link.h: New file.
2632         * sysdeps/nios2/bits/setjmp.h: New file.
2633         * sysdeps/nios2/bsd-_setjmp.S: New file.
2634         * sysdeps/nios2/bsd-setjmp.S: New file.
2635         * sysdeps/nios2/configure: New generated file.
2636         * sysdeps/nios2/configure.ac: New file.
2637         * sysdeps/nios2/crti.S: New file.
2638         * sysdeps/nios2/crtn.S: New file.
2639         * sysdeps/nios2/dl-init.c: New file.
2640         * sysdeps/nios2/dl-machine.h: New file.
2641         * sysdeps/nios2/dl-sysdep.h: New file.
2642         * sysdeps/nios2/dl-tls.h: New file.
2643         * sysdeps/nios2/dl-trampoline.S: New file.
2644         * sysdeps/nios2/gccframe.h: New file.
2645         * sysdeps/nios2/gmp-mparam.h: New file.
2646         * sysdeps/nios2/jmpbuf-offsets.h: New file.
2647         * sysdeps/nios2/jmpbuf-unwind.h: New file.
2648         * sysdeps/nios2/ldsodefs.h: New file.
2649         * sysdeps/nios2/libc-tls.c: New file.
2650         * sysdeps/nios2/libm-test-ulps: New file.
2651         * sysdeps/nios2/machine-gmon.h: New file.
2652         * sysdeps/nios2/math-tests.h: New file.
2653         * sysdeps/nios2/math_private.h: New file.
2654         * sysdeps/nios2/memusage.h: New file.
2655         * sysdeps/nios2/nptl/Makefile: New file.
2656         * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2657         * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2658         * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2659         * sysdeps/nios2/nptl/pthreaddef.h: New file.
2660         * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2661         * sysdeps/nios2/nptl/tls.h: New file.
2662         * sysdeps/nios2/preconfigure: New file.
2663         * sysdeps/nios2/s_fma.c: New file.
2664         * sysdeps/nios2/s_fmaf.c: New file.
2665         * sysdeps/nios2/setjmp.S: New file.
2666         * sysdeps/nios2/sfp-machine.h: New file.
2667         * sysdeps/nios2/sotruss-lib.c: New file.
2668         * sysdeps/nios2/stackguard-macros.h: New file.
2669         * sysdeps/nios2/stackinfo.h: New file.
2670         * sysdeps/nios2/start.S: New file.
2671         * sysdeps/nios2/sysdep.h: New file.
2672         * sysdeps/nios2/tls-macros.h: New file.
2673         * sysdeps/nios2/tst-audit.h: New file.
2674         * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2675         * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2676         * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2677         * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2678         * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2679         * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2680         * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2681         * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2682         * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2683         * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2684         * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2685         * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2686         * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2687         * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2688         * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2689         * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2690         * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2691         * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2692         * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2693         * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2694         * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2695         * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2696         * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2697         * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2698         * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2699         * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2700         * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2701         * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2702         * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2703         * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2704         * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2705         * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2706         * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2707         * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2708         * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2709         * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2710         * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2711         * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2712         * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2713         * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2714         * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2715         * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2716         * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2717         * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2719 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2721         [BZ #17844]
2722         * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2723         (getutent): Use weak_alias in non SHARED case
2724         and default_symbol_version in SHARED case.
2725         * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2726         (getutent_r, pututline): Likewise.
2727         * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2728         (getutid): Likewise.
2729         * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2730         (getutid_r): Likewise.
2731         * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2732         (getutline): Likewise.
2733         * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2734         (getutline_r): Likewise.
2735         * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2736         (updwtmp): Likewise.
2738 2015-01-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
2740         [BZ #17848]
2741         * sysdeps/s390/s390-32/memcmp.S
2742         (memcmp_g5): Rename to __memcmp_g5.
2743         * sysdeps/s390/s390-32/memcpy.S
2744         (memcpy_g5): Rename to __memcpy_g5.
2745         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2746         (memcpy_mvcle) Rename to __memcpy_mvcle.
2747         * sysdeps/s390/s390-32/memset.S
2748         (memset_g5): Rename to __memset_g5.
2749         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2750         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2751         and use prefixed functions.
2752         * sysdeps/s390/s390-32/multiarch/memcmp.S
2753         (memcmp_z196): Rename to __memcmp_z196.
2754         (memcmp_z10): Rename to __memcmp_z10.
2755         (memcmp): Set alias to __memcmp_g5.
2756         (bcmp): Set alias to __memcmp_g5.
2757         * sysdeps/s390/s390-32/multiarch/memcpy.S
2758         (memcpy_z196): Rename to __memcpy_z196.
2759         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2760         (memcpy_z10): Rename to __memcpy_z10.
2761         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2762         (memcpy): Set alias to __memcpy_g5.
2763         * sysdeps/s390/s390-32/multiarch/memset.S
2764         (memset_z196): Rename to __memset_z196.
2765         Jump to __memset_mvcle instead of memset_mvcle.
2766         (memset_z10): Rename to __memset_z10.
2767         Jump to __memset_mvcle instead of memset_mvcle.
2768         (memset_mvcle) Rename to __memset_mvcle.
2769         (memset): Set alias to __memset_g5.
2770         * sysdeps/s390/s390-64/memcmp.S
2771         (memcmp_z900): Rename to __memcmp_z900.
2772         * sysdeps/s390/s390-64/memcpy.S
2773         (memcpy_z900): Rename to __memcpy_z900.
2774         Jump to __memcpy_mvcle instead of memcpy_mvcle.
2775         (memcpy_mvcle) Rename to __memcpy_mvcle.
2776         * sysdeps/s390/s390-64/memset.S
2777         (memset_z900): Rename to __memset_z900.
2778         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2779         (IFUNC_RESOLVE): Prefix ifunc-resolve function
2780         and use prefixed functions.
2781         * sysdeps/s390/s390-64/multiarch/memcmp.S
2782         (memcmp_z196): Rename to __memcmp_z196.
2783         (memcmp_z10): Rename to __memcmp_z10.
2784         (memcmp): Set alias to __memcmp_z900.
2785         (bcmp): Set alias to __memcmp_z900.
2786         * sysdeps/s390/s390-64/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_z900.
2792         * sysdeps/s390/s390-64/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_z900.
2800 2015-01-14  Joseph Myers  <joseph@codesourcery.com>
2802         [BZ #17748]
2803         * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2804         __fesetenv instead of fesetenv.
2806 2015-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
2808         * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2809         macro.
2811 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2813         * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2814         regression on LE.
2816         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2817         * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2818         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2819         strncmp-power8 object.
2820         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2821         (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2822         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2823         * NEWS: Update.
2825 2015-01-13  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
2826             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2828         * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2829         trailing byte check.
2831 2015-01-13  David S. Miller  <davem@davemloft.net>
2833         * include/signal.h (__sigreturn): Guard with __USE_MISC.
2835 2015-01-13  Roland McGrath  <roland@hack.frob.com>
2837         * login/logout.c (logout): Use memset rather than bzero.
2838         * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2839         * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2840         * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2841         (_gethtbyaddr): Likewise.
2842         * locale/programs/simple-hash.c (bcopy): Macro removed.
2844 2015-01-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2846         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2847         Add strcmp-power8 object.
2848         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2849         (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2850         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2851         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2852         __strcmp_power8 implementation.
2853         * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2854         * NEWS: Update.
2856         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2857         Add strncpy-power8 and stpncpy-power8 objects.
2858         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2859         (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2860         implementations.
2861         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2862         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2863         __stpncpy_power8 implementation.
2864         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2865         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2866         __strncpy_power8 implementation.
2867         * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2868         * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2869         * NEWS: Update.
2871         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2872         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2873         * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2875         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2876         strncat-power8 object.
2877         * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2878         __strcat_power8 implementation.
2879         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2880         (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2881         * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2882         optimized strcat for power8.
2884         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2885         strcpy-power8 and stpcpy-power8 objects.
2886         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2887         (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2888         implementations.
2889         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2890         multiarch stpcpy implementation for POWER8.
2891         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2892         multiarch strcpy implementation for POWER8.
2893         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2894         __strcpy_power8 function.
2895         * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2896         stpcpy for POWER8.
2897         * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2898         strcpy for POWER8.
2899         * NEWS: Update.
2901 2015-01-13  Leonhard Holz  <leonhard.holz@web.de>
2903         [BZ #16009]
2904         * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2905         weights and rules. Use do_xfrm_cached if data fits in cache,
2906         do_xfrm otherwise.  Moved former main loop to...
2907         * (do_xfrm_cached): New function.
2908         * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2909         find_idx, find_position and stack_push.
2910         * (find_idx): New function.
2911         * (find_position): Likewise.
2912         * localedata/sort-test.sh: Added test run for do_xfrm.
2913         * localedata/xfrm-test.c (main): Added command line option
2914         -nocache to run the test with strings that are too large for
2915         the STRXFRM cache.
2917 2015-01-13  Torvald Riegel  <triegel@redhat.com>
2919         * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2920         variable to lll_futex_wake call, not the value itself.
2922 2015-01-12  Joseph Myers  <joseph@codesourcery.com>
2924         [BZ #17803]
2925         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2926         twom64.  Adjust value to 0x1p-64L.
2927         (__scalblnl): Only return standard underflowing result for K <=
2928         -64 not K <= -63; adjust exponent for underflowing result by 64
2929         not 63.
2930         * math/libm-test.inc (scalbn_test_data): Add more tests.
2931         (scalbln_test_data): Likewise.
2933         [BZ #17834]
2934         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2935         0x1p63L.
2936         (__scalblnl): Get new exponent of adjusted subnormal value from ES
2937         not HX.
2938         * math/libm-test.inc (scalbn_test_data): Add more tests.
2939         (scalbln_test_data): Likewise.
2941 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2942             Stefani Seibold  <stefani@seibold.net>
2944         * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2945         (sysdep_routines): Add dl-vdso here, ...
2946         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2947         (sysdep_routines): ... not here.
2948         * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2949         fallback when vDSO is not presented.
2950         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2951         Define with libc_hidden_proto/libc_hidden_data_def definitions.
2952         (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2953         * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2954         * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2955         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2956         * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2957         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2958         * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2959         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2960         * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here.  Also added
2961         fallback configurable symbol when vDSO is not available.
2962         * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2963         * sysdeps/unix/sysv/linux/x86/time.c: ... here.  Also refactored to
2964         be able to redefine fallback symbol when vDSO is not available.
2965         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2966         * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2968 2015-01-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2970         * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2971         (TLS_INIT_TP): Add tm_capable initialization.
2972         (TLS_DEFINE_INIT_TP): Likewise.
2973         (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2974         TCB.
2975         (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2976         * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2977         calculation.
2978         * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2979         transactoion is lock elision is built and TCB tm_capable is set.
2980         * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2981         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2982         (INTERNAL_SYSCALL_NCS): Likewise.
2983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2984         (INTERNAL_SYSCALL_NCS): Likewise.
2985         * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2987         * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2988         for powerpc.
2989         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2990         [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2991         and remove it for 32 bits case.
2992         [pthread_rwlock_t] (__rwelision): New field for lock elision.
2993         (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2994         initialization.
2995         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2996         Disable lock elision with rdlocks if elision is not available.
2998         * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2999         (sysdep_routines): Add lock elision objects.
3000         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
3001         [pthread_mutex_t] (__spins): Rework to add lock elision field.
3002         [pthread_mutex_t] (__elision): Add field.
3003         [__PTHREAD_SPINS]: Adjust to init lock elision field.
3004         * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
3005         elision definitions for powerpc.
3006         * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
3007         implementation of lock elision for powerpc.
3008         * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
3009         implementation of timed lock elision for powerpc.
3010         * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
3011         implementation of trylock with lock elision for powerpc.
3012         * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
3013         implementaion of unlock for lock elision for powerpc.
3014         * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
3015         automatic enable lock elision for mutexes.
3016         * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
3017         transaction execution definitions for powerpc.
3018         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
3019         definitions.
3020         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
3021         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
3022         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
3023         * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
3024         * NEWS: Update.
3026 2015-01-09  Roland McGrath  <roland@hack.frob.com>
3028         * sysdeps/posix/shm-directory.c: Use <> rather than ""
3029         for #include of <shm-directory.h>.
3031 2015-01-09  Chung-Lin Tang  <cltang@codesourcery.com>
3033         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
3034         assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
3036 2015-01-09  Matthew Fortune <matthew.fortune@imgtec.com>
3038         [BZ #17791]
3039         * NEWS: Mention bug fix.
3040         * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
3041         (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
3042         (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
3044 2015-01-09  Torvald Riegel <triegel@redhat.com>
3046         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
3048 2015-01-09  Torvald Riegel <triegel@redhat.com>
3050         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
3052 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3054         * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
3055         pointer and cast to uintptr_t.
3057 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3059         * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
3060         removed.
3061         (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
3063 2015-01-09  David Holsgrove  <david.holsgrove@xilinx.com>
3065         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
3066         of 0.
3068 2015-01-08  Roland McGrath  <roland@hack.frob.com>
3070         * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
3071         <nptl/pthreadP.h> instead.
3072         * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
3074         * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
3075         already defined.
3076         [__SIGRTMIN] (init): Function removed.
3077         [__SIGRTMIN] (initialized): Variable removed.
3078         [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
3079         [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
3080         __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
3081         (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
3082         (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
3083         (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
3084         (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
3085         (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
3086         (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
3087         (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
3088         (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
3089         * sysdeps/nptl/allocrtsig.c: New file.
3090         * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
3091         * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
3092         * sysdeps/generic/testrtsig.h: File removed.
3094         * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
3095         (pthread_sigmask): Call sigprocmask, not __sigprocmask.
3097         * nptl/nptl-init.c (pthread_functions): Conditionalize
3098         .ptr__nptl_setxid initialization on [SIGSETXID].
3100         * sysdeps/nptl/sys/procfs.h: New file.
3101         * nptl_db/Makefile (headers): Add it.
3102         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
3104         * nptl/pthreadP.h (check_cpuset_attr): Moved ...
3105         * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
3106         * nptl/pthread_attr_setaffinity.c: Include it.
3107         * nptl/pthread_setattr_default_np.c: Likewise.
3108         * nptl/check-cpuset.h: New file.
3110 2015-01-08  Richard Henderson  <rth@redhat.com>
3112         * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
3113         (CFLAGS-tst-execstack-prog.c): Likewise.
3114         * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
3116 2015-01-08  Chung-Lin Tang  <cltang@codesourcery.com>
3117             Sandra Loosemore  <sandra@codesourcery.com>
3118             Andrew Jenner  <andrew@codesourcery.com>
3119             Joseph Myers  <joseph@codesourcery.com>
3120             Nathan Sidwell  <nathan@codesourcery.com>
3122         * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
3123         (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
3124         (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
3125         (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
3126         (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
3127         (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
3128         (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
3129         (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
3130         (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
3131         (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
3132         (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
3133         (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
3134         (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
3135         (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
3136         (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
3137         (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
3138         (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
3140 2015-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3142         * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
3143         timespec struct member in syscall macro.
3144         * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
3145         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
3146         first timeval struct member in syscall macro.
3147         * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
3149 2015-01-07  Joseph Myers  <joseph@codesourcery.com>
3151         [BZ #17748]
3152         * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
3153         * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
3154         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
3155         __feupdateenv and define as weak alias of __feupdateenv.  Use
3156         libm_hidden_weak.
3157         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
3158         libm_hidden_def.
3159         * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
3160         and define as weak alias of __feupdateenv.  Use libm_hidden_weak.
3161         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3162         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
3163         libm_hidden_def.
3164         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
3165         __feupdateenv and define as weak alias of __feupdateenv.  Use
3166         libm_hidden_weak.
3167         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
3168         libm_hidden_def.
3169         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
3170         __feupdateenv and define as weak alias of __feupdateenv.  Use
3171         libm_hidden_weak.
3172         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
3173         libm_hidden_def.
3174         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3175         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3176         (__feupdateenv): Likewise.
3177         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
3178         __feupdateenv and define as weak alias of __feupdateenv.  Use
3179         libm_hidden_weak.
3180         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3181         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
3182         libm_hidden_def.
3183         * sysdeps/tile/math_private.h (__feupdateenv): New inline
3184         function.
3185         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
3186         libm_hidden_def.
3187         * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
3188         __feupdateenv instead of feupdateenv.
3189         (default_libc_feupdateenv_test): Likewise.
3190         (libc_feresetround_ctx): Likewise.
3192 2015-01-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3194         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
3195         prototype.
3197 2015-01-07  Chris Metcalf  <cmetcalf@ezchip.com>
3199         * posix/regcomp.c (parse_bracket_exp): Initialize type to
3200         COLL_SYM in a couple of places to avoid uninitialized variable
3201         wanings on tilegx gcc 4.8.2.
3203 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3205         * sysdeps/aarch64/strcpy.S: New file.
3206         * sysdeps/aarch64/stpcpy.S: New file.
3207         * NEWS: Updated.
3209 2015-01-07  Richard Earnshaw  <rearnsha@arm.com>
3211         * sysdeps/aarch64/strrchr.S: New file.
3212         * NEWS: Updated.
3214 2015-01-07  Eric Biggers  <ebiggers3@gmail.com>
3216         [BZ #17658]
3217         * stdlib/setenv.c: Fix memory leak when setting large,
3218         duplicate string.
3220 2015-01-06  Vladimir A. Nazarenko  <naszar@ya.ru>
3222         [BZ #17273]
3223         * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
3224         and tabs from buffer before parsing fstab entry.
3225         * misc/tst-mntent.c (main): Add test for mount entry with
3226         trailing spaces and tabs.
3228 2015-01-06  Joseph Myers  <joseph@codesourcery.com>
3230         [BZ #17748]
3231         * include/fenv.h (__fesetround): Declare.  Use libm_hidden_proto.
3232         * math/fesetround.c (fesetround): Rename to __fesetround and
3233         define as weak alias of __fesetround.  Use libm_hidden_weak.
3234         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
3235         * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
3236         * sysdeps/arm/fesetround.c (fesetround): Likewise.
3237         * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
3238         * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
3239         * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
3240         * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
3241         * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
3242         * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
3243         __fesetround_inline.
3244         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
3245         __fesetround_inline instead of __fesetround.
3246         * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
3247         __fesetround and define as weak alias of __fesetround.  Use
3248         libm_hidden_weak.  Call __fesetround_inline instead of
3249         __fesetround.
3250         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
3251         __fesetround and define as weak alias of __fesetround.  Use
3252         libm_hidden_weak.
3253         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
3254         Likewise.
3255         * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
3256         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
3257         * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
3258         * sysdeps/tile/math_private.h (__fesetround): New inline function.
3259         * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
3260         __fesetround and define as weak alias of __fesetround.  Use
3261         libm_hidden_weak.
3262         * sysdeps/generic/math_private.h (default_libc_fesetround): Call
3263         __fesetround instead of fesetround.
3264         (default_libc_feholdexcept_setround): Likewise.
3265         (libc_feholdsetround_ctx): Likewise.
3266         (libc_feholdsetround_noex_ctx): Likewise.
3268         [BZ #17748]
3269         * include/fenv.h (__fesetenv): Use libm_hidden_proto.
3270         * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
3271         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3272         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3273         * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3274         * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
3275         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3276         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
3277         * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3278         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3279         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3280         * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3281         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3282         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3283         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
3284         libm_hidden_def.
3285         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
3286         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
3287         Likewise.
3288         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
3289         define as weak alias of __fesetenv.  Use libm_hidden_weak.
3290         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
3291         * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
3292         * sysdeps/tile/math_private.h (__fesetenv): New inline function.
3293         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
3294         and define as weak alias of __fesetenv.  Use libm_hidden_weak.
3295         * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
3296         __fesetenv instead of fesetenv.
3297         (libc_feresetround_noex_ctx): Likewise.
3298         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3299         * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
3300         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
3301         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3302         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3303         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3304         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
3305         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
3306         (__feupdateenv): Likewise.
3307         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3308         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3309         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3310         * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
3312 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3314         [BZ #17806]
3315         * resolv/res_init.c (__res_iclose): Only clear nsinit if the
3316         addresses have been freed.
3318 2015-01-06  Aurelien Jarno  <aurelien@aurel32.net>
3320         * resolv/res_init.c (__res_vinit): Improve comments about nserv
3321         and nservall.
3323 2015-01-06  Ondřej Bílka  <neleai@seznam.cz>
3325         * sysdeps/unix/sysv/linux/check_pf.c (make_request):
3326         Clean up check_pf allocation pattern. addresses
3328 2015-01-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3330         * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
3331         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
3332         * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
3333         * nptl/pthread_exit.c (__pthread_exit): Likewise.
3334         * nptl/pthread_join.c (pthread_join): Likewise.
3335         * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
3336         * sysdeps/posix/waitid.c (__waitid): Likewise.
3337         * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
3338         * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
3339         * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
3340         * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
3341         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
3342         Likewise.
3343         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
3344         (__libc_pread64): Likewise.
3345         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
3346         (__libc_pwrite): Likewise.
3347         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
3348         (__libc_pwrite64): Likewsie.
3349         * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
3350         * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
3351         * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
3352         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
3353         * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
3354         * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
3355         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
3356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
3357         Likewise.
3358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
3359         (__libc_pread64): Likewise.
3360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
3361         Likewise.
3362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3363         (__libc_pwrite64): Likewise.
3364         * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3365         * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3366         * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3367         * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3368         * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3369         * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3370         * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3371         * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3372         * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3373         * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3374         * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3375         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3376         * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3377         * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3378         * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3379         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3380         Likewise.
3382 2015-01-06  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
3384         * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3385         (CFLAGS-test-double.c): Likewise.
3386         (CFLAGS-test-ldouble.c): Likewise.
3387         (CPPFLAGS-test-ifloat.c): Likewise.
3388         (CPPFLAGS-test-idouble.c): Likewise.
3389         (CPPFLAGS-test-ildoubl.c): Likewise.
3390         (CFLAGS-test-test-fenv.c): Remove variable.
3391         (CFLAGS-test-misc.c): Likewise.
3393 2015-01-06  H.J. Lu  <hongjiu.lu@intel.com>
3395         [BZ #17797]
3396         * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3397         * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3398         * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3399         CLOCKS_PER_SEC == 1000000.
3400         * time/clocktest.c (main): Replace %ld with %jd and cast to
3401         intmax_t.
3403 2015-01-05  Roland McGrath  <roland@hack.frob.com>
3405         * sysdeps/generic/unwind-resume.h: New file.
3406         * sysdeps/gnu/unwind-resume.c: Include it.
3407         (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3408         (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3409         argument list.
3410         (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3411         global rather than static.
3412         (_Unwind_Resume): Update user.
3413         Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3414         (init): Likewise.  Renamed to __libgcc_s_init, made hidden global
3415         rather than static.  Add __attribute__ ((cold)).
3416         (_Unwind_Resume, __gcc_personality_v0): Update callers.
3417         * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3418         * sysdeps/arm/arm-unwind-resume.S: New file.
3419         * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3420         * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3421         * sysdeps/arm/Makefile [$(subdir) = csu]
3422         (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3423         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3424         Add rt-arm-unwind-resume.
3425         [$(subdir) = nptl]
3426         (libpthread-sysdep_routines, libpthread-shared-only-routines):
3427         Add pt-arm-unwind-resume.
3428         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3429         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3431 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3433         [BZ #17748]
3434         * include/fenv.h (__feholdexcept): Declare.  Use
3435         libm_hidden_proto.
3436         * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3437         define as weak alias of __feholdexcept.  Use libm_hidden_weak.
3438         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3439         * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3440         * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3441         * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3442         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3443         * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3444         * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3445         * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3446         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3447         * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3448         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3449         (feholdexcept): Likewise.
3450         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3451         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3452         * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3453         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3454         * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3455         __feholdexcept instead of feholdexcept.
3456         (default_libc_feholdexcept_setround): Likewise.
3458 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3460         * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3461         to avoid using stl/str to align destination.
3463 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3465         * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3467 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3469         [BZ #17796]
3470         * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3471         [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3472         Define as weak alias not strong alias.
3474 2015-01-05  Steve Ellcey  <sellcey@imgtec.com>
3476         * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3477         bltzal with addiupc.
3478         (RTLD_START): Ditto.
3480 2015-01-05  Chris Metcalf  <cmetcalf@ezchip.com>
3482         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3483         for __vdso_* functions in declarations.
3484         * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3485         definitions.
3486         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3487         INTERNAL_VSYSCALL): Use struct return types to check for error.
3489         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3490         && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3491         function with cast from llround().
3492         * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3493         * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3494         Define.
3496 2015-01-05  Joseph Myers  <joseph@codesourcery.com>
3498         [BZ #17793]
3499         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3500         Define as weak alias not strong alias.
3502         [BZ #17635]
3503         * ctype/ctype-c99.c: New file.  isblank implementation moved from
3504         ...
3505         * ctype/ctype-extn.c: ... here.
3506         (__isblank_l): Move to ...
3507         * ctype/ctype-c99_l.c: ... here.  New file.
3508         * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3509         * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3510         Remove variable.
3511         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3512         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3513         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3514         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3515         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3517         [BZ #17777]
3518         * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3519         (posix_fadvise64): Define as weak alias not strong alias.
3520         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3521         (posix_fallocate64): Likewise.
3522         * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3523         Remove variable.
3524         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3525         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3526         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3527         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3528         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3530 2015-01-05  Matthew Fortune  <matthew.fortune@imgtec.com>
3532         [BZ #16191]
3533         * NEWS: Mention bug fix.
3534         * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3535         (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3536         (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3537         (HOST_STACK_END_ADDR): Likewise.
3539 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3541         [BZ #17748]
3542         * include/fenv.h (__fegetround): Declare.  Use libm_hidden_proto.
3543         * math/fegetround.c (fegetround): Rename to __fegetround and
3544         define as weak alias of __fegetround.  Use libm_hidden_weak.
3545         * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3546         * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3547         * sysdeps/arm/fegetround.c (fegetround): Likewise.
3548         * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3549         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3550         * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3551         * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3552         * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3553         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3554         Undefine after rather than before function definition; use
3555         parentheses around function name in definition.
3556         (__fegetround): Also undefine macro after function definition.
3557         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3558         __fegetround and define as weak alias of __fegetround.  Use
3559         libm_hidden_weak.  Do not undefine as macro.
3560         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3561         Likewise.
3562         * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3563         __fegetround and define as weak alias of __fegetround.  Use
3564         libm_hidden_weak.
3565         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3566         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3567         * sysdeps/tile/math_private.h (__fegetround): New inline function.
3568         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3569         __fegetround and define as weak alias of __fegetround.  Use
3570         libm_hidden_weak.
3571         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3572         __fegetround instead of fegetround.
3574         [BZ #17782]
3575         * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3576         Condition macro definition on [__USE_MISC].
3578         [BZ #17781]
3579         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3580         (struct sigaction): Change type of sa_flags field to int.
3582         [BZ #17780]
3583         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3584         [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3585         __glibc_reserved0.
3587         * nptl/version.c (banner): Use single year in copyright notice.
3589         * NEWS: Update copyright dates.
3590         * catgets/gencat.c (print_version): Likewise.
3591         * csu/version.c (banner): Likewise.
3592         * debug/catchsegv.sh: Likewise.
3593         * debug/pcprofiledump.c (print_version): Likewise.
3594         * debug/xtrace.sh (do_version): Likewise.
3595         * elf/ldconfig.c (print_version): Likewise.
3596         * elf/ldd.bash.in: Likewise.
3597         * elf/pldd.c (print_version): Likewise.
3598         * elf/sotruss.sh: Likewise.
3599         * elf/sprof.c (print_version): Likewise.
3600         * iconv/iconv_prog.c (print_version): Likewise.
3601         * iconv/iconvconfig.c (print_version): Likewise.
3602         * locale/programs/locale.c (print_version): Likewise.
3603         * locale/programs/localedef.c (print_version): Likewise.
3604         * login/programs/pt_chown.c (print_version): Likewise.
3605         * malloc/memusage.sh (do_version): Likewise.
3606         * malloc/memusagestat.c (print_version): Likewise.
3607         * malloc/mtrace.pl: Likewise.
3608         * manual/libc.texinfo: Likewise.
3609         * nptl/version.c (banner): Likewise.
3610         * nscd/nscd.c (print_version): Likewise.
3611         * nss/getent.c (print_version): Likewise.
3612         * nss/makedb.c (print_version): Likewise.
3613         * posix/getconf.c (main): Likewise.
3614         * scripts/test-installation.pl: Likewise.
3615         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3617 2015-01-02  Will Newton  <will.newton@linaro.org>
3619         * sysdeps/arm/armv7/configure: Removed.
3620         * sysdeps/arm/armv7/configure.ac: Likewise.
3622 2015-01-02  Joseph Myers  <joseph@codesourcery.com>
3624         * All files with FSF copyright notices: Update copyright dates
3625         using scripts/update-copyrights.
3626         * intl/plural.c: Regenerated.
3627         * locale/programs/charmap-kw.h: Likewise.
3628         * locale/programs/locfile-kw.h: Likewise.
3630 2015-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
3632         * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3634 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3636         [BZ #17748]
3637         * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3638         * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3639         * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3640         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3641         * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3642         * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3643         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3644         * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3645         * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3646         * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3647         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3648         * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3649         * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3650         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3651         * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3652         libm_hidden_def.
3653         * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3654         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3655         Likewise.
3656         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3657         define as weak alias of __fegetenv.  Use libm_hidden_weak.
3658         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3659         * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3660         * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3661         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3662         and define as weak alias of __fegetenv.  Use libm_hidden_weak.
3663         * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3664         __fegetenv instead of fegetenv.
3665         (libc_feholdsetround_noex_ctx): Likewise.
3667 2014-12-31  Matthew Fortune  <matthew.fortune@imgtec.com>
3669         * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3670         (Elf_MIPS_ABIFlags_v0): New structure.
3671         (EF_MIPS_FP64): Define.
3672         (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3673         (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3674         (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3675         (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3676         (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3677         (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3678         (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3679         (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3680         (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3681         (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3682         (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3683         (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3684         (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3685         (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3686         (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3687         (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3688         (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3689         (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3690         (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3691         * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3692         tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3693         * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3694         field.
3695         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3696         EF_MIPS_FP64.
3697         * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3698         * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3699         * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3700         * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3701         * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3702         * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3703         * sysdeps/mips/tst-abi-interlink.c: Likewise.
3704         * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3705         * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3706         * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3707         * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3708         record the current FP ABI extension.
3709         (mips-mode-switch): Define to show if kernel headers support mode
3710         switching.
3711         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3712         * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3713         supported SYSV ABI version to 3.
3714         * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3715         feature.
3717 2014-12-31  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
3718             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3720         * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3721         path.
3722         * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3724 2014-12-31  Joseph Myers  <joseph@codesourcery.com>
3726         * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3727         __fegetround and redefine to call __fegetround.  Remove condition
3728         on [!__NO_MATH_INLINES].
3729         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3730         function.
3731         * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3732         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3733         Remove macro.
3734         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3735         instead of <fenv_libc.h>.
3736         (__llrintl): Call fegetround instead of __fegetround.
3737         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3738         instead of <fenv_libc.h>.
3739         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3740         (__lrintl): Call fegetround instead of __fegetround.
3741         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3742         instead of <fenv_libc.h>.
3743         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3744         (__rintl): Call fegetround instead of __fegetround.
3746 2014-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
3748         * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3749         arrays.
3751 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3753         [BZ #17775]
3754         * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3755         (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3756         (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3758 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3760         * sysdeps/i386/tls-macros.h: Include <features.h>.
3761         (TLS_LE): Use non-PIC version for GCC >= 5.0.
3762         (TLS_IE): Likewise.
3763         (TLS_LD): Likewise.
3764         (TLS_GD): Likewise.
3765         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3766         define for GCC >= 5.0.
3768 2014-12-30  Chris Metcalf  <cmetcalf@ezchip.com>
3770         * math/test-fenv.c (test_single_exception, set_single_exc,
3771         feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3772         feexcp_mask_test, feenable_test, fe_single_test): Add
3773         [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3774         case where they are not used.
3775         * math/libm-test.inc: Likewise.
3776         * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3777         unused in the absence of FP rounding/exception support.
3778         * stdio-common/tst-printf-round.c: Likewise.
3779         * stdlib/tst-strtod-round.c: Likewise.
3780         * stdlib/tst-strtod-underflow.c: Likewise.
3782 2014-12-30  Joseph Myers  <joseph@codesourcery.com>
3784         [BZ #17723]
3785         * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3786         * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3787         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3788         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3789         libm_hidden_weak.
3790         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3791         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3792         * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3793         libm_hidden_def.
3794         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3795         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3796         libm_hidden_weak.
3797         * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3798         Likewise.
3799         * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3800         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3801         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3802         libm_hidden_weak.
3803         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3804         libm_hidden_def.
3805         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3806         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3807         (__feraiseexcept): Likewise.
3808         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3809         __feraiseexcept and define as weak alias of __feraiseexcept.  Use
3810         libm_hidden_weak.
3811         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3812         * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3813         libm_hidden_def.
3814         * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3815         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3816         Use libm_hidden_def.
3817         * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3818         libm_hidden_def.
3819         (feraiseexcept): Define as weak not strong alias.  Use
3820         libm_hidden_weak.
3821         * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3822         New inline function.  Factored out of ...
3823         (feraiseexcept): ... here.  Use __feraiseexcept_invalid_divbyzero.
3824         * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3825         * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3826         feraiseexcept.
3827         * math/w_acos.c (__acos): Likewise.
3828         * math/w_asin.c (__asin): Likewise.
3829         * math/w_ilogb.c (__ilogb): Likewise.
3830         * math/w_j0.c (y0): Likewise.
3831         * math/w_j1.c (y1): Likewise.
3832         * math/w_jn.c (yn): Likewise.
3833         * math/w_log.c (__log): Likewise.
3834         * math/w_log10.c (__log10): Likewise.
3835         * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3836         * sysdeps/aarch64/fpu/math_private.h
3837         (libc_feupdateenv_test_aarch64): Likewise.
3838         * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3839         * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3840         * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3841         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3842         * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3843         * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3844         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3845         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3846         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3847         * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3849 2014-12-30  H.J. Lu  <hongjiu.lu@intel.com>
3851         [BZ #17732]
3852         * io/test-utime.c (main): Replace %ld with %jd and cast to
3853         intmax_t.
3854         * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
3855         * nptl/tst-mutex5.c: Include <stdint.h>.
3856         (do_test): Replace %ld with %jd and cast to intmax_t.
3857         * posix/tst-regex.c (run_test): Likewise.
3858         (run_test_backwards): Likewise.
3859         * rt/tst-clock.c: Include <stdint.h>.
3860         (clock_test): Replace %ld with %jd and cast to intmax_t.
3861         * rt/tst-cpuclock1.c: Include <stdint.h>.
3862         (do_test): Replace %lu with %ju and cast to uintmax_t.
3863         * rt/tst-cpuclock2.c: Include <stdint.h>.
3864         (do_test): Replace %lu with %ju and cast to uintmax_t.
3865         * rt/tst-mqueue1.c: Include <stdint.h>.
3866         (check_attrs): Replace %ld with %jd and cast to intmax_t.
3867         * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3868         intmax_t.
3869         * rt/tst-mqueue4.c (do_test): Likewise.
3870         * rt/tst-timer4.c: Include <stdint.h>.
3871         (check_ts): Replace %ld with %jd and cast to intmax_t.
3872         (do_test): Likewise.
3873         * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3874         and cast to intmax_t.
3875         * sysdeps/pthread/tst-timer.c (main): Likewise.
3876         * time/clocktest.c (main): Likewise.
3877         * time/tst-posixtz.c (do_test): Likewise.
3878         * timezone/tst-timezone.c (main): Likewise.
3880 2014-12-30  Andrew Senkevich  <andrew.senkevich@intel.com>
3881             H.J. Lu  <hongjiu.lu@intel.com>
3883         * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3884         * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3885         * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3886         * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3887         * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3888         version if bit_Fast_Unaligned_Load is set.
3889         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3890         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3891         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3892         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3893         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3894         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3895         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3896         bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3897         memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3898         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3899         to 4.
3900         (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3901         __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3902         __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3903         __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3905 2014-12-29  Chris Metcalf  <cmetcalf@ezchip.com>
3907         * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3908         instead of #if to avoid a Wundef warning.
3909         * stdlib/tst-limits.c (do_test): Likewise.
3911         * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3912         parallel other exception macros.
3913         (fegetenv): Convert from macro to extern inline so that it applies
3914         retroactively to inline functions already seen by the compiler.
3915         (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3917         * posix/Makefile (before-compile): Use $(objpfx) for
3918         posix-conf-vars-def.h.
3920 2014-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
3922         * posix/getconf.c (main): Use size_t for type of I.
3923         * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3924         NSPEC.
3926         * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3927         * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3928         * posix/posix-envs.def: Likewise.
3929         * sysdeps/posix/sysconf.c: Likewise.
3930         * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3931         (specs): Remove array.
3932         * scripts/gen-posix-conf-vars.awk: Support generation of specs
3933         array.
3935         * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3936         * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3937         (__sysconf): Use CONF_IS_* macros.
3939         * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3940         ($(objpfx)posix-conf-vars-def.h): New target.
3941         * posix/posix-conf-vars.list: New file.
3942         * posix/posix-conf-vars.h: New file.
3943         * posix/confstr.c: Include posix-conf-vars.h.
3944         (confstr): Use CONF_IS_* macros.
3945         * posix/posix-envs.def: Include posix-conf-vars.h.  Use
3946         CONF_IS_* macros.
3947         * scripts/gen-posix-conf-vars.awk: New file.
3949 2014-12-26  Chris Metcalf  <cmetcalf@ezchip.com>
3951         * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3952         fegetround): Add no-op macros to avoid linknamespace issues.
3954         * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3955         definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3957         * sysdeps/unix/sysv/linux/tile/sysdep.h
3958         (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3959         assembly-specific section to avoid a redefinition warning.
3961         * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3962         long before casting to pointer to avoid a cast warning.
3964 2014-12-23  Chris Metcalf  <cmetcalf@ezchip.com>
3966         * sysdeps/tile/tilegx/Implies: New file.
3968 2014-12-23  Richard Earnshaw  <rearnsha@arm.com>
3970         * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3972 2014-12-23  Florian Weimer  <fweimer@redhat.com>
3974         * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3976 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
3978         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3979         not define.
3980         * sysdeps/unix/sysv/linux/utimes.c: Do not include
3981         <kernel-features.h>.
3982         (__utimes) [__NR_utimes]: Make code unconditional.
3983         (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3984         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3985         (__ASSUME_UTIMES): Do not undefine.
3986         * sysdeps/unix/sysv/linux/tile/kernel-features.h
3987         (__ASSUME_UTIMES): Likewise.
3988         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3989         (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3990         instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3991         * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3993 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
3995         * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3997 2014-12-22  Chris Metcalf  <cmetcalf@ezchip.com>
3999         [BZ #17747]
4000         * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
4001         alias to weak alias for j0l, y0l.
4002         * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
4003         * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
4005         [BZ #17746]
4006         * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
4007         conversion.
4009 2014-12-22  Steve Ellcey  <sellcey@imgtec.com>
4011         * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
4012         to zero if not already defined.
4014 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4016         [BZ #17724]
4017         * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
4018         (__kernel_standard_f): Remove.  Moved to k_standardf.c.
4019         (__kernel_standard_l): Remove.  Moved to k_standardl.c with
4020         (char *) casts added.
4021         * sysdeps/ieee754/k_standardf.c: New file.
4022         * sysdeps/ieee754/k_standardl.c: Likewise.
4023         * math/Makefile (libm-support): Remove k_standard.
4024         (libm-calls): Add k_standard.
4026 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4028         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
4029         Optimize to avoid an unnecessary FPCR read.
4031 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4033         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
4034         Optimize to reduce FPCR/FPSR accesses.
4036 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4038         * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
4039         Call libc_fetestexcept_aarch64.
4041 2014-12-22  Wilco Dijkstra  <wdijkstr@arm.com>
4043         * sysdeps/aarch64/fpu/fesetround.c (fesetround):
4044         Call libc_fesetround_aarch64.
4046 2014-12-22  Joseph Myers  <joseph@codesourcery.com>
4048         [BZ #17733]
4049         * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
4050         (__bind): Do not define as weak alias.
4051         * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
4052         define.
4053         (__getsockname): Do not define as weak alias.
4055 2014-12-22  Will Newton  <will.newton@linaro.org>
4057         * manual/install.texi: Document that we require bison 2.7
4058         or above.
4059         * INSTALL: Regenerate.
4060         * configure.ac: Use AC_CHECK_PROG_VER instead of
4061         AC_PATH_PROG when checking for bison and check for
4062         version 2.7 or above.
4063         * configure: Regenerate.
4065 2014-12-21  Chris Metcalf  <cmetcalf@ezchip.com>
4067         [BZ #17745]
4068         * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
4069         * sysdeps/tile/ffsll.c (ffsll): To here.
4071         * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
4073 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4075         * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
4076         if not defined.
4077         * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
4078         definition.
4079         * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4080         hidden ___tls_get_addr.
4081         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
4082         hidden __tls_get_addr.
4083         * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
4084         * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
4085         Likewise.
4087 2014-12-21  Andreas Schwab  <schwab@linux-m68k.org>
4089         * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
4090         _dl_init call.
4092 2014-12-21  H.J. Lu  <hongjiu.lu@intel.com>
4094         * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
4095         from "call _dl_init@PLT".
4096         * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
4098 2014-12-21  Anders Kaseorg  <andersk@mit.edu>
4100         * manual/search.texi: (Array Sort Function): Clarify stable sorting
4101         guarantees.
4103 2014-12-20  Chris Metcalf  <cmetcalf@ezchip.com>
4105         * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
4107 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4109         [BZ #17744]
4110         * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
4111         strnlen.
4113 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4115         * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
4116         of multu on MIPSr6.
4117         * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
4118         * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
4119         * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
4120         * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
4121         * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
4123 2014-12-19  Steve Ellcey  <sellcey@imgtec.com>
4125         * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
4126         (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
4127         (PTR_SUBU): Use subu for mips32r6/mips64r6.
4128         (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
4129         * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
4130         mips32r6/mips64r6.
4131         (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
4133 2014-12-19  Ondřej Bílka  <neleai@seznam.cz>
4135         * string/strncat.c (STRNCAT): Simplify implementation.
4137 2014-12-19  David S. Miller  <davem@davemloft.net>
4139         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
4140         access the quad as both a long double and as a series of 4 words.
4142         * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
4143         link_map->l_info array access.
4145 2014-12-19  Chris Metcalf  <cmetcalf@ezchip.com>
4147         * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
4149         * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
4150         * math/atest-exp2.c (TIMEOUT): Likewise.
4151         * math/atest-sincos.c (TIMEOUT): Likewise.
4153 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4155         * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
4156         -Wno-error with -fno-builtin-lround.
4158 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4160         * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
4161         Contains futex constants and functions moved over from ...
4162         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.  Include
4163         <lowlevellock-futex.h>.
4164         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4165         (lll_timedwait_tid): Add comments and parentheses around macro
4166         arguments.
4168 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4170         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
4171         <lowlevellock-futex.h>.  Remove FUTEX_* constants defined there.
4172         (__lll_private_flag): Remove.
4173         (lll_futex_wait): Likewise.
4174         (lll_futex_timed_wait): Likewise.
4175         (lll_futex_wake): Likewise.
4176         (lll_futex_requeue): Likewise.
4177         (lll_wait_tid): Use lll_futex_wait instead of assembly code.
4178         (__lll_timedwait_tid): Spell out argument names.
4179         (lll_timedwait_tid): Add comments and parentheses around macro
4180         arguments.
4181         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
4182         LLL_SHARED and LLL_PRIVATE usable from assembly code.
4184 2014-12-19  Torvald Riegel  <triegel@redhat.com>
4186         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
4187         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
4188         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
4189         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
4190         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
4191         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
4192         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
4193         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
4194         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
4195         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
4196         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
4197         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
4198         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
4199         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
4200         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
4201         * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
4202         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
4203         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
4204         * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
4206 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4208         * sysdeps/x86_64/x32/Makefile: New file.
4210 2014-12-19  H.J. Lu  <hongjiu.lu@intel.com>
4212         * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
4213         1L with (mp_limb_t) 1.
4215 2014-12-17  Roland McGrath  <roland@hack.frob.com>
4217         * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
4218         * nptl/libc_pthread_init.c: ... here.
4219         * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
4220         * nptl/register-atfork.c: ... here.
4222         * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
4223         Use pthread_sigmask rather than INTERNAL_SYSCALL.
4224         Use assert_perror to check its return value.
4225         (__gai_create_helper_thread): Likewise.
4227         * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
4229         * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
4231 2014-12-17  Joseph Myers  <joseph@codesourcery.com>
4233         [BZ #17725]
4234         * sysdeps/generic/profil-counter.h (profil_counter): Rename to
4235         __profil_counter.
4236         * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
4237         Likewise.
4238         * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
4239         Likewise.
4240         * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
4241         Likewise.
4242         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
4243         (profil_counter): Likewise.
4244         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
4245         (profil_counter): Likewise.
4246         * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
4247         Likewise.
4248         * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
4249         Likewise.
4250         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
4251         (profil_counter): Likewise.
4252         * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
4253         Likewise.
4254         [!__profil_counter] (profil_counter): Define as weak alias of
4255         __profil_counter.
4256         * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
4257         (profil_counter): Rename to __profil_counter.
4258         [!__profil_counter] (profil_counter): Define as weak alias of
4259         __profil_counter.
4260         * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
4261         (profil_counter): Rename to __profil_counter.
4262         [!__profil_counter] (profil_counter): Define as weak alias of
4263         __profil_counter.
4264         * sysdeps/posix/profil.c: Update comment referring to
4265         profil_counter.
4266         (__profil): Use __profil_counter instead of profil_counter.
4267         * sysdeps/posix/sprofil.c (profil_counter): Rename to
4268         __profil_counter.  Use __profil_counter_ushort and
4269         __profil_counter_uint in definitions.
4270         (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
4271         instead of profil_counter_uint and profil_counter_ushort.
4273         [BZ #17722]
4274         * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
4275         define as weak alias of __inet_makeaddr.
4276         * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
4277         as weak alias of __inet_addr.
4278         * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
4279         as weak alias of __inet_pton.  Use libc_hidden_weak.
4280         * include/arpa/inet.h (__inet_pton): Declare.  Use
4281         libc_hidden_proto.
4282         (inet_makeaddr): Don't use libc_hidden_proto.
4283         (__inet_makeaddr): Declare.  Use libc_hidden_proto.
4284         * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
4285         inet_pton.  Use __inet_makeaddr instead of inet_makeaddr.
4286         * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
4287         Remove variable.
4288         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
4289         (test-xfail-POSIX/time.h/linknamespace): Likewise.
4291 2014-12-17  Steve Ellcey  <sellcey@imgtec.com>
4293         * inet/getnetgrent_r.c: Move while loop to be inside if statement.
4295 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4297         * stdio-common/bug-vfprintf-nargs.c (do_test):
4298         Cast value to intptr_t to avoid format warning
4299         for usage with PRIdPTR printing macro.
4301 2014-12-17  Stefan Liebler  <stli@linux.vnet.ibm.com>
4303         * libio/tst-widetext.c (do_test):
4304         Use format type %td instead of %Zd for ptrdiff_t
4305         in order to avoid format warning.
4307 2014-12-17  Andreas Schwab  <schwab@suse.de>
4309         * nscd/mem.c (gc): Add size_t cast to match printf format.
4311 2014-12-16  Roland McGrath  <roland@hack.frob.com>
4313         * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
4314         (init): Apply PTR_MANGLE to pointers before storing them.
4315         (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
4316         before using them.
4318 2014-12-16  Joseph Myers  <joseph@codesourcery.com>
4320         [BZ #17719]
4321         * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
4322         define as weak alias of __memrchr.
4323         (__memrchr): Do not define as strong alias of memrchr.
4324         * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
4325         Remove variable.
4326         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
4327         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
4328         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
4330         [BZ #17717]
4331         * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
4332         define as weak alias of __if_nametoindex.  Use libc_hidden_weak.
4333         (if_indextoname): Rename to __if_indextoname and define as weak
4334         alias of __if_indextoname.  Use libc_hidden_weak.
4335         (if_freenameindex): Rename to __if_freenameindex and define as
4336         weak alias of __if_freenameindex.
4337         (if_nameindex): Rename to __if_nameindex and define as weak alias
4338         of __if_nameindex.
4339         * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
4340         __if_nametoindex and define as weak alias of __if_nametoindex.
4341         Use libc_hidden_weak.
4342         (if_freenameindex): Rename to __if_freenameindex and define as
4343         weak alias of __if_freenameindex.
4344         (if_nameindex): Rename to __if_nameindex and define as weak alias
4345         of __if_nameindex.
4346         (if_indextoname): Rename to __if_indextoname and define as weak
4347         alias of __if_indextoname.  Use libc_hidden_weak.
4348         * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
4349         __if_nametoindex and define as weak alias of __if_nametoindex.
4350         Use libc_hidden_weak.
4351         (if_freenameindex): Rename to __if_freenameindex and define as
4352         weak alias of __if_freenameindex.  Use libc_hidden_weak.
4353         (if_nameindex_netlink): Use __if_freenameindex instead of
4354         if_freenameindex.
4355         (if_nameindex): Rename to __if_nameindex and define as weak alias
4356         of __if_nameindex.  Use libc_hidden_weak.
4357         (if_indextoname): Rename to __if_indextoname and define as weak
4358         alias of __if_indextoname.  Use libc_hidden_weak.
4359         * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
4360         libc_hidden_proto.
4361         [!_ISOMAC] (__if_freenameindex): Likewise.
4362         * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4363         if_nametoindex.
4364         * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4365         variable.
4366         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4367         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4368         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4369         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4370         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4371         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4372         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4374         * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4375         Remove variable.
4376         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4377         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4379 2014-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
4381         * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4382         subscript above bounds'
4384         * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4385         bounds.
4387 2014-12-16  Arjun Shankar  <arjun.is@lostca.se>
4389         * libio/tst-fopenloc.c: Use test-skeleton.c.
4391         * stdlib/tst-bsearch.c: Use test-skeleton.c.
4392         (entry): Rename to ITEM.
4393         (do_test, comp): Adjust.
4395         * stdio-common/tst-fseek.c: Use test-skeleton.c.
4397 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4399         * string/tester.c: Include <libc-internal.h>.
4400         (test_memset): Ignore -Wmemset-transposed-args.
4402 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4404         * misc/tst-mntent2.c (do_test): Fix warning.
4406 2014-12-16  Torvald Riegel  <triegel@redhat.com>
4408         * elf/tst-unique4lib.cc(a): Mark as used.
4410 2014-12-16  Florian Weimer  <fweimer@redhat.com>
4412         [BZ #17630]
4413         * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4414         names.
4416 2014-12-16  Allan McRae  <allan@archlinux.org>
4418         * stdio-common/Makefile (tests): Re-add bug26.
4420 2014-12-15  Ondřej Bílka  <neleai@seznam.cz>
4422         [BZ #17657]
4423         * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4424         static array.
4426 2014-12-15  Bernard Ogden  <bernie.ogden@linaro.org>
4428         * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4429         (__lll_lock_wait): Likewise.
4430         (__lll_timedlock_wait): Likewise.
4431         (__lll_timedwait_tid): Likewise.
4432         * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4433         (__lll_robust_timedlock_wait): Likewise.
4434         * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4435         (lll_cond_trylock): Likewise.
4436         (__lll_lock): Likewise.
4437         (__lll_robust_lock): Likewise.
4438         (__lll_cond_lock): Likewise.
4439         (lll_robust_cond_lock): Likewise.
4440         (__lll_timedlock): Likewise.
4441         (__lll_robust_timedlock): Likewise.
4442         (__lll_unlock): Likewise.
4443         (__lll_robust_unlock): Likewise.
4444         (lll_wait_tid): Likewise.
4445         (lll_timedwait_tid): Likewise.
4447 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4449         * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4451 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4453         * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4455 2014-12-15  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4457         * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4458         * stdio-common/tst-sprintf.c: Likewise.
4460 2014-12-15  Torvald Riegel  <triegel@redhat.com>
4462         * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4464 2014-12-15  Jeff Law  <law@redhat.com>
4466         [BZ #16617]
4467         * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4468         on the heap.  (CVE-2012-3406)
4469         * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4470         * stdio-common/bug23-4.c: New file.  Test case by Joseph Myers.
4471         * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4473 2014-12-15  Will Newton  <will.newton@linaro.org>
4475         * manual/install.texi: Bump required version of texinfo
4476         to 4.7 from 4.5.
4477         * INSTALL: Regenerated.
4478         * configure.ac: Check for makeinfo version 4.7 and above.
4479         * configure: Regenerated.
4481 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4483         * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4484         PREFIX, string constant to insert between directory and name.
4485         * sysdeps/posix/shm_open.c: Update caller.
4486         * sysdeps/posix/shm_unlink.c: Likewise.
4487         * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4488         (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4489         (SEM_SHM_PREFIX): New macro.
4490         * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4491         [$(have-thread-library) = no].
4492         * nptl/Makefile (libpthread-routines): Add shm-directory.
4493         * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4494         * sysdeps/nptl/shm-directory.h: New file.
4495         * sysdeps/posix/shm-directory.c
4496         [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4497         * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4498         * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4499         INTERNAL_SYSCALL.
4500         (__where_is_shmfs): Function removed.
4501         (mountpoint, defaultmount, defaultdir, __namedsem_once):
4502         Variables removed.
4503         (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4504         Use SHM_GET_NAME.
4505         * nptl/sem_unlink.c: Prototypify.  Use SHM_GET_NAME.
4507         * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4508         (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4509         unconditional for use inside libpthread.
4510         [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4512 2014-12-12  Roland McGrath  <roland@hack.frob.com>
4514         * nptl/pthread_getaffinity.c: New file.
4515         * nptl/pthread_setaffinity.c: New file.
4516         * nptl/pthread_getname.c: New file.
4517         * nptl/pthread_setname.c: New file.
4519         * nptl/pthread_create.c (START_THREAD_DEFN)
4520         [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4522 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4523             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4525         * resolv/res_send.c (send_vc): Disable warning resplen may
4526         be used uninitialized.
4528 2014-12-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
4530         * nptl/tst-mutex6.c
4531         (ATTR_NULL): New define checks ATTR against NULL.
4532         (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4533         * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4535 2014-12-11  James Lemke  <jwlemke@codesourcery.com>
4537         [BZ #17581]
4538         * malloc/hooks.c
4539         (mem2mem_check): Revert my previous change.
4540         (malloc_check_get_size): Revert my previous change.
4541         (mem2chunk_check): Revert my previous change.
4543 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4545         * sysdeps/posix/shm-directory.c: New file.
4546         * sysdeps/posix/shm-directory.h: New file.
4547         * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4548         * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4549         Use O_NOFOLLOW and O_CLOEXEC if available.  Transmute EISDIR to EINVAL.
4550         * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4551         Transmute EPERM to EACCES.
4552         * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4553         from ...
4554         * sysdeps/unix/sysv/linux/shm_open.c: ... here.  File removed.
4555         * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4557 2014-12-11  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4559         * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4560         pointer and cast to uintptr_t.
4561         * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4562         * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4563         Add cast to avoid warning.
4564         * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4566 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4568         * nptl/semaphore.h: Move to ...
4569         * sysdeps/pthread/semaphore.h: ... here.
4570         * Makefile (installed-headers): Change nptl/semaphore.h to
4571         sysdeps/pthread/semaphore.h.
4573 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4575         * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4576         generated error format strings.
4578         * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4579         -Wformat-extra-args warnings for scanf formats.
4580         * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4581         test of zero-length format (duh).
4582         * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4583         corner-case scanf format test.
4584         * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4585         generated fprintf format string.
4586         * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4587         corner-case sprintf format tests.
4588         * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4589         * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4590         -Wformat-extra-args warnings throughout.
4591         * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4592         (CFLAGS-scanf4.c): Likewise.
4593         (CFLAGS-scanf7.c): Likewise.
4594         (CFLAGS-tst-sprintf.c): Likewise.
4595         (CFLAGS-tst-printf.c): Likewise.
4596         (CFLAGS-tst-printfsz.c): Likewise.
4598 2014-12-11  Joseph Myers  <joseph@codesourcery.com>
4600         * include/cpio.h: New file.
4601         * include/fmtmsg.h: Likewise.
4603         * tst-mbswcs1.c (show): Use %zu format instead of %Zd.  Cast
4604         corresponding format argument to size_t.
4605         * tst-mbswcs2.c (show): Likewise.  Use %td format for ptrdiff_t
4606         arguments.
4607         * tst-mbswcs3.c (show): Use %zu format instead of %Zd.  Cast
4608         corresponding format argument to size_t.
4609         * tst-mbswcs4.c (show): Likewise.  Use %td format for ptrdiff_t
4610         arguments.
4611         * tst-mbswcs5.c (show): Use %zu format instead of %Zd.  Cast
4612         corresponding format argument to size_t.
4613         * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4614         * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4615         (CFLAGS-tst-mbswcs2.c): Likewise.
4616         (CFLAGS-tst-mbswcs3.c): Likewise.
4617         (CFLAGS-tst-mbswcs4.c): Likewise.
4618         (CFLAGS-tst-mbswcs5.c): Likewise.
4619         (CFLAGS-tst-trans.c): Likewise
4621 2014-12-11  Roland McGrath  <roland@hack.frob.com>
4623         * posix/regexbug1.c (main): Use "%s" format with regerror results,
4624         rather than assuming they won't contain any '%'s.
4626 2014-12-11  Chris Metcalf  <cmetcalf@ezchip.com>
4628         * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4629         inhibit_loop_to_libcall to avoid recursive calls.
4630         * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4631         * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4633 2014-12-11  Adhemerval Zanella  <Azanella@linux.vnet.ibm.com>
4635         * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4636         prototype.
4638 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4640         * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4641         integer value instead of boolean.
4643 2014-12-11  Steve Ellcey  <sellcey@imgtec.com>
4645         * malloc/malloc.c: Fix powerof2 check.
4647 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4649         * locale/programs/locfile.h (maybe_swap_uint32):
4650         Remove inline and add unused attribute.
4652 2014-12-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
4654         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
4655         Truncating assembler expression to a .long expression.
4657 2014-12-11  Andreas Schwab  <schwab@suse.de>
4659         * elf/rtld.c (struct map_args): Constify str member.
4660         (do_preload): Constify fname argument.
4662 2014-12-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4664         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4665         constants definition.
4667 2014-12-11  Andreas Schwab  <schwab@suse.de>
4669         [BZ #16657]
4670         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4671         FORCE_ELISION instead of DO_ELISION.
4672         * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4673         Remove.
4674         * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4675         Likewise.
4677         * iconvdata/gconv-modules: Remove duplicate entry.
4679 2014-12-11  Will Newton  <will.newton@linaro.org>
4681         Merge gettext 0.19.3 into intl/.
4683         This involves a number of cosmetic changes to comments
4684         and ANSI function definitions and prototypes throughout
4685         all the files. The gettext copyright header is used but
4686         with the date ranges taken from the glibc copy.
4688         * NEWS: Add gettext merge to 2.21.
4689         * intl/bindtextdom.c: Switch to gettext copyright.
4690         Use ANSI definitions and prototypes.
4691         Use gl_* locking primitives rather than __libc_* ones.
4692         Use __builtin_expect rather than __glibc_likely/unlikely.
4693         * intl/dcgettext.c: Switch to gettext copyright.
4694         Use ANSI definitions and prototypes.
4695         * intl/dcigettext.c: Switch to gettext copyright.
4696         Use ANSI definitions and prototypes.
4697         (INTDIV0_RAISES_SIGFPE): New define.
4698         Use gl_* locking primitives rather than __libc_* ones.
4699         Include eval-plural.h instead of plural-eval.c.
4700         Use __builtin_expect rather than __glibc_likely/unlikely.
4701         * intl/dcngettext.c: Switch to gettext copyright.
4702         Use ANSI definitions and prototypes.
4703         * intl/dgettext.c: Likewise.
4704         * intl/dngettext.c: Likewise.
4705         * intl/plural-eval.c: Renamed to...
4706         * intl/eval-plural.h: ...this.
4707         * intl/explodename.c: Switch to gettext copyright.
4708         Use ANSI definitions and prototypes.
4709         (_nl_explode_name): Use strchr instead of __rawmemchr.
4710         * intl/finddomain.c: Switch to gettext copyright.
4711         Use ANSI definitions and prototypes.
4712         Use gl_* locking primitives rather than __libc_* ones.
4713         (_nl_find_domain): Use malloc rather than alloca for
4714         allocation of temporary locale name.
4715         * intl/gettext.c: Switch to gettext copyright.
4716         Use ANSI definitions and prototypes.
4717         * intl/gettextP.h: Switch to gettext copyright.
4718         Use ANSI definitions and prototypes.
4719         Use gl_* locking primitives rather than __libc_* ones.
4720         * intl/gmo.h: Switch to gettext copyright.
4721         (struct sysdep_string): Move struct segment_pair outside of
4722         struct definition.
4723         * intl/hash-string.c: Use ANSI definitions and prototypes.
4724         * intl/hash-string.h: Switch to gettext copyright.
4725         Use ANSI definitions and prototypes.
4726         * intl/l10nflist.c: Switch to gettext copyright.
4727         Use ANSI definitions and prototypes.
4728         (_nl_normalize_codeset): Avoid integer overflow.
4729         * intl/loadinfo.h: Switch to gettext copyright.
4730         Use ANSI definitions and prototypes.
4731         (LIBINTL_DLL_EXPORTED): New define.
4732         (PATH_SEPARATOR): New define.
4733         * intl/loadmsgcat.c: Switch to gettext copyright.
4734         * intl/localealias.c: Switch to gettext copyright.
4735         Use ANSI definitions and prototypes.
4736         (_nl_expand_alias): Use PATH_SEPARATOR.
4737         * intl/ngettext.c: Switch to gettext copyright.
4738         Use ANSI definitions and prototypes.
4739         * intl/plural-exp.c: Likewise.
4740         * intl/plural-exp.h: Switch to gettext copyright.
4741         Use ANSI definitions and prototypes.
4742         (struct expression): Move definition of enum operator outside
4743         of struct definition.
4744         * intl/plural.c: Regenerate.
4745         * intl/plural.y: Switch to gettext copyright.
4746         Use ANSI definitions and prototypes.
4747         Port to bison 3.0.
4748         * intl/textdomain.c: Switch to gettext copyright.
4749         Use ANSI definitions and prototypes.
4750         Use gl_* locking primitives rather than __libc_* ones.
4752 2014-12-10  Steve Ellcey  <sellcey@imgtec.com>
4754         * debug/warning-nop.c: Add used atrribute.
4756 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4758         * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4760         * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4761         [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4762         [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4764 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4765             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4767         [BZ #17634]
4768         * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4769         Undefine after defining function.  Define as weak alias of
4770         __wcschr.  Use libc_hidden_weak.
4771         * include/wchar.h (__wcschr): Declare.  Use libc_hidden_proto.
4772         * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4773         (libc_hidden_def): Also define __GI___wcschr alias.
4774         * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4775         __wcschr and define as weak alias of __wcschr.
4776         * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4777         __wcschr.
4778         [!WCSCHR] (DEFAULT_WCSCHR): Define.
4779         [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4780         [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr.  Use
4781         libc_hidden_weak.  Do not use libc_hidden_def.
4782         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4783         [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4784         __GI___wcschr alias.
4785         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4786         [IS_IN (libc)] (wcschr): Define as macro expanding to
4787         __redirect_wcschr.
4788         [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4789         [IS_IN (libc)] (__wcschr_power6): Likewise.
4790         [IS_IN (libc)] (__wcschr_power7): Likewise.
4791         [IS_IN (libc)] (__libc_wcschr): New.  Define with libc_ifunc
4792         instead of wcschr.
4793         [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4794         __libc_wcschr.
4795         [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4796         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4797         __wcschr and define as weak alias of __wcschr.  Use
4798         libc_hidden_builtin_def.
4799         * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4800         as weak alias of __wcschr.  Use libc_hidden_weak.
4801         * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4802         wcschr.
4803         * time/era.c (_nl_init_era_entries): Likewise.
4804         * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4805         variable.
4806         (test-xfail-XPG3/time.h/linknamespace): Likewise.
4807         (test-xfail-XPG4/time.h/linknamespace): Likewise.
4809 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4811         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4812         format for long int variable.
4814 2014-12-10  Anders Kaseorg  <andersk@MIT.EDU>
4816         [BZ #10672]
4817         * manual/search.texi: (Array Sort Function): Remove claim how to make
4818         qsort stable.
4820 2014-12-10  Andreas Schwab  <schwab@suse.de>
4822         [BZ #12847]
4823         * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4824         user-controlled locks.
4826 2014-12-10  Richard Earnshaw  <rearnsha@arm.com>
4828         * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4829         register.
4831 2014-12-10  Joseph Myers  <joseph@codesourcery.com>
4833         * configure.ac (--disable-werror): New configure option.
4834         (enable_werror): New AC_SUBST.
4835         * configure: Regenerated.
4836         * config.make.in (enable-werror): New variable.
4837         * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4838         -Wno-error=undef.
4839         (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4840         * manual/install.texi (Configuring and compiling): Document
4841         --disable-werror.
4842         * INSTALL: Regenerated.
4843         * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4844         (CFLAGS-tst-chk2.c): Likewise.
4845         (CFLAGS-tst-chk3.c): Likewise.
4846         (CFLAGS-tst-chk4.cc): Likewise.
4847         (CFLAGS-tst-chk5.cc): Likewise.
4848         (CFLAGS-tst-chk6.cc): Likewise.
4849         (CFLAGS-tst-lfschk1.c): Likewise.
4850         (CFLAGS-tst-lfschk2.c): Likewise.
4851         (CFLAGS-tst-lfschk3.c): Likewise.
4852         (CFLAGS-tst-lfschk4.cc): Likewise.
4853         (CFLAGS-tst-lfschk5.cc): Likewise.
4854         (CFLAGS-tst-lfschk6.cc): Likewise.
4856         * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4857         (main): Disable -Wdeprecated-declarations around calls to
4858         register_printf_function.
4860         * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4861         (do_test): Disable -Wdiv-by-zero around some calls to
4862         fwrite_unlocked and fread_unlocked.
4864         * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4865         (DIAG_POP_NEEDS_COMMENT): Likewise.
4866         (_DIAG_STR1): Likewise.
4867         (_DIAG_STR): Likewise.
4868         (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4869         * stdio-common/bug21.c: Include <libc-internal.h>.
4870         (do_test): Disable -Wformat around call to sscanf.
4871         * stdio-common/scanf14.c: Include <libc-internal.h>.
4872         (main): Disable -Wformat around some calls to scanf functions.
4874 2014-12-09  Torvald Riegel  <triegel@redhat.com>
4876         * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4878 2014-12-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4880         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4881         stack variable alignment.
4883 2014-12-06  Joseph Myers  <joseph@codesourcery.com>
4885         [BZ #17682]
4886         * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4887         * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4888         * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4889         * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4890         * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4891         __getrlimit instead of getrlimit.
4892         * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4893         __gettimeofday instead of gettimeofday.
4894         * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4895         Likewise.
4896         * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4897         Likewise.
4898         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4899         * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4900         Remove variable.
4901         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4902         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4904 2014-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4906         * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4907         for wide-character tests.
4909 2014-12-04  Roland McGrath  <roland@hack.frob.com>
4911         * io/openat64.c: #include <libc-internal.h>
4912         (__openat64): Prototypify.  Use ignore_value on MODE.
4913         * io/openat.c: Likewise.
4914         * misc/reboot.c: #include <libc-internal.h>
4915         (reboot): Prototypify.  Use ignore_value on HOWTO.
4916         * misc/ptrace.c: #include <libc-internal.h>
4917         (ptrace): Prototypify.  Use ignore_value for va_arg'd parameters.
4919 2014-12-04  Joseph Myers  <joseph@codesourcery.com>
4921         * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4922         XPG4, UNIX98 and XOPEN2K.
4923         * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4924         Remove variable.
4925         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4927 2014-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
4929         * libio/fileops.c: Use ISO C style for function definitions.
4930         * libio/iofopen.c: Likewise.
4931         * libio/wfileops.c: Likewise.
4933         [BZ #17653]
4934         * libio/fileops.c (_IO_new_file_underflow): Unset cached
4935         offset on EOF.
4936         * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4937         * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4938         (fgets_func): Function pointer to fgets and fgetws.
4939         (do_ftell_test): Add test to verify ftell value after read
4940         EOF.
4941         (do_test): Set fgets_func.
4943         * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4944         O_TRUNC flag for w and w+ modes.
4945         (do_rewind_test): Likewise.
4946         (do_ftell_test): Likewise.
4947         (do_write_test): Likewise.
4949         [BZ #17647]
4950         * libio/fileops.c (do_ftell): Seek only when there are
4951         unflushed writes.
4952         * libio/wfileops.c (do_ftell_wide): Likewise.
4953         * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4954         test case.
4955         (do_one_test): Call it.
4957 2014-12-03  Joseph Myers  <joseph@codesourcery.com>
4959         * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4960         for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4961         * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4962         Remove variable.
4963         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4964         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4965         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4967 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
4969         * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4970         Remove variable.
4971         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4973         [BZ #17668]
4974         * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4975         as weak alias of __getifaddrs.  Use libc_hidden_weak.
4976         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4977         __freeifaddrs.  Use libc_hidden_weak.
4978         * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4979         define as weak alias of __getifaddrs.  Use libc_hidden_weak.
4980         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4981         __freeifaddrs.  Use libc_hidden_weak.
4982         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4983         __getifaddrs and define as weak alias of __getifaddrs.  Use
4984         libc_hidden_weak.
4985         (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4986         __freeifaddrs.  Use libc_hidden_weak.
4987         * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4988         Remove variable.
4989         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4990         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4992 2014-12-02  Petar Jovanovic  <petar.jovanovic@rt-rk.com>
4994         [BZ #17601]
4995         * sysdeps/mips/start.S (__start): Use indirect jump to call
4996         __libc_start_main.
4998 2014-12-02  Joseph Myers  <joseph@codesourcery.com>
5000         * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
5002         * nptl/tst-mutex1.c: Include <stdbool.h>.
5003         [!ATTR] (ATTR_NULL): New macro.
5004         (do_test): Test !ATTR_NULL instead of ATTR != NULL.
5005         * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
5006         * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
5008         * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
5009         to char *.
5011         [BZ #17665]
5012         * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
5013         Change conditional to [__USE_MISC].
5015         [BZ #17664]
5016         * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
5017         fgets_unlocked.
5018         * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
5019         __fgets_unlocked.
5020         * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
5021         fgets_unlocked.
5022         * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
5023         Remove variable.
5024         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
5025         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
5026         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
5027         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
5028         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
5029         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
5030         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
5031         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
5032         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
5034         * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
5036 2014-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5038         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5039         Remove strpbrk objects.
5040         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5041         (__libc_ifunc_impl_list): Remove strpbrk implementation.
5042         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
5043         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
5044         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
5045         * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
5047         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5048         Remove strcspn objects.
5049         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5050         (__libc_ifunc_impl_list): Remove strcspn implementation.
5051         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
5052         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
5053         * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
5054         * sysdeps/powerpc/powerpc64/strcspn.S: New file.
5056         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
5057         Remove strspn objetcs.
5058         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
5059         (__libc_ifunc_impl_list): Remove strspn implementation.
5060         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
5061         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5062         * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
5063         * sysdeps/powerpc/powerpc64/strspn.S: New file.
5065 2014-12-01  James Lemke  <jwlemke@codesourcery.com>
5067         [BZ #17581]
5068         * malloc/hooks.c
5069         (mem2mem_check): Add a terminator to the chain of checking blocks.
5070         (malloc_check_get_size): Use it here.
5071         (mem2chunk_check): Ditto.
5073 2014-12-01  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
5075         * sysdeps/powerpc/powerpc64/strtok.S: New file.
5076         * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
5078 2014-11-29  Carlos O'Donell  <carlos@redhat.com>
5080         * bits/ioctl-types.h: Indent preprocessor directives correctly.
5082         * nptl/nptl-init.c: Include libc-internal.h.
5083         (__pthread_initialize_minimal_internal): Use ROUND_UP.
5085         * elf/ldconfig.c (search_dir): Expand comment.
5087 2014-11-29  Joseph Myers  <joseph@codesourcery.com>
5089         * conform/Makefile (linknamespace-symlist-stdlibs-base): New
5090         variable.
5091         (linknamespace-symlist-stdlibs-tests): Likewise.
5092         (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
5093         instead of $(objpfx)symlist-stdlibs.
5094         (linknamespace-libs-isoc): New variable.
5095         (linknamespace-libs): Use $(linknamespace-libs-isoc).
5096         (linknamespace-libs-ISO): New variable.
5097         (linknamespace-libs-ISO99): Likewise.
5098         (linknamespace-libs-ISO11): Likewise.
5099         (linknamespace-libs-XPG3): Likewise.
5100         (linknamespace-libs-XPG4): Likewise.
5101         (linknamespace-libs-POSIX): Likewise.
5102         (linknamespace-libs-UNIX98): Likewise.
5103         (linknamespace-libs-XOPEN2K): Likewise.
5104         (linknamespace-libs-POSIX2008): Likewise.
5105         (linknamespace-libs-XOPEN2K8): Likewise.
5106         ($(objpfx)symlist-stdlibs): Replace by
5107         $(linknamespace-symlist-stdlibs-tests).  Use
5108         $(linknamespace-libs-$*) as set of libraries.
5109         ($(linknamespace-header-tests)): Update dependencies.  Use
5110         $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
5111         (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
5112         * conform/linknamespace.pl: Remove comment about considering
5113         definitions of symbols from irrelevant libraries.
5115 2014-11-28  H.J. Lu  <hongjiu.lu@intel.com>
5117         [BZ #13862]
5118         * elf/dl-tls.c: Include <atomic.h>.
5119         (oom): Remove #ifdef SHARED/#endif.
5120         (_dl_static_dtv, _dl_initial_dtv): Moved before ...
5121         (_dl_resize_dtv): This.  Extracted from _dl_update_slotinfo.
5122         (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
5123         big enough.
5124         (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
5125         * nptl/Makefile (tests): Add tst-stack4.
5126         (modules-names): Add tst-stack4mod.
5127         ($(objpfx)tst-stack4): New.
5128         (tst-stack4mod.sos): Likewise.
5129         ($(objpfx)tst-stack4.out): Likewise.
5130         ($(tst-stack4mod.sos)): Likewise.
5131         (clean): Likewise.
5132         * nptl/tst-stack4.c: New file.
5133         * nptl/tst-stack4mod.c: Likewise.
5135 2014-11-27  J. Brown  <jb999@gmx.de>
5137         * sysdeps/x86/bits/string.h: Add recent CPUs.
5139 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5141         * misc/tst-pselect.c (do_test): Use sigprocmask instead of
5142         sigblock.
5144         * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
5145         feof.
5147         * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
5148         variable.
5150 2014-11-27  Stefan Liebler  <stli@linux.vnet.ibm.com>
5152         * nscd/connections.c: Include libc-internal.h because of macro
5153         usage ignore_value.
5155 2014-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
5157         * string/bits/string3.h (__warn_memset_zero_len): Don't
5158         declare for gcc newer than 5.0.
5159         (memset): Don't test for zero-length __LEN for gcc newer than
5160         5.0.
5162 2014-11-27  Joseph Myers  <joseph@codesourcery.com>
5164         * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
5165         size_t for %zu format.
5167         * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
5168         difference, not %ju.
5170 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5172         * include/libc-internal.h (ignore_value): New macro.
5173         * nscd/connections.c (restart): Wrap calls to setuid and setgid
5174         with ignore_value.
5176         * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
5177         definition.
5179         * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
5180         pthread_cleanup_push to void *.
5182         * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
5183         Undefine.
5185         [BZ #16619]
5186         [BZ #16740]
5187         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
5188         instead of 1L << 52.
5190         * libio/bug-rewind.c (do_test): Check fwscanf return values.
5191         * libio/bug-rewind2.c (do_test): Likewise.
5193         * debug/test-stpcpy_chk-ifunc.c: Remove file.
5194         * debug/test-strcpy_chk-ifunc.c: Likewise.
5195         * wcsmbs/test-wcschr-ifunc.c: Likewise.
5196         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
5197         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
5198         * wcsmbs/test-wcslen-ifunc.c: Likewise.
5199         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
5200         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
5201         * Rules [$(multi-arch) = no] (tests): Do not filter out
5202         $(tests-ifunc).
5203         [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
5204         * debug/Makefile (tests-ifunc): Remove variable.
5205         (tests): Do not add $(tests-ifunc).
5206         * wcsmbs/Makefile (tests-ifunc): Remove variable.
5207         (tests): Do not add $(tests-ifunc).
5208         * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
5209         [TEST_IFUNC]: Remove conditionals.
5210         * string/test-string.h (TEST_IFUNC): Remove macro.
5211         [TEST_IFUNC]: Remove conditionals.
5213         * string/test-strchr.c [!WIDE] (L): New macro.
5214         [WIDE] (L): Likewise.
5215         (check1): Use CHAR instead of char.  Use L on string and character
5216         constants.
5218 2014-11-26  Adhemerval Zanella  <azanella@linux.ibm.com>
5220         * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
5221         tests.
5222         * sysdeps/powerpc/bits/atomic.h
5223         (__arch_atomic_exchange_and_add_32_acq): Add definition.
5224         (__arch_atomic_exchange_and_add_32_rel): Likewise.
5225         (atomic_exchange_and_add_acq): Likewise.
5226         (atomic_exchange_and_add_rel): Likewise.
5227         * sysdeps/powerpc/powerpc32/bits/atomic.h
5228         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5229         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5230         * sysdeps/powerpc/powerpc64/bits/atomic.h
5231         (__arch_atomic_exchange_and_add_64_acq): Add definition.
5232         (__arch_atomic_exchange_and_add_64_rel): Likewise.
5234 2014-11-26  Torvald Riegel  <triegel@redhat.com>
5236         * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
5237         Change synchronization of __sched_fifo_min_prio and
5238         __sched_fifo_max_prio.
5239         * nptl/pthread_mutexattr_getprioceiling.c
5240         (pthread_mutexattr_getprioceiling): Likewise.
5241         * nptl/pthread_mutexattr_setprioceiling.c
5242         (pthread_mutexattr_setprioceiling): Likewise.
5243         * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
5244         * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
5245         Likewise.
5247 2014-11-26  Joseph Myers  <joseph@codesourcery.com>
5249         * setjmp/jmpbug.c (test): Make foo volatile and cast it to
5250         void.
5252 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5254         * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
5255         third argument const.
5257 2014-11-25  Paul Eggert  <eggert@cs.ucla.edu>
5259         fnmatch: work around GCC compiler warning bug with uninit var
5260         * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
5261         This works around a bug with x86-64 GCC 4.9.2 and earlier
5262         where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
5263         "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
5264         used uninitialized in this function [-Wmaybe-uninitialized]".
5266 2014-11-25  Joseph Myers  <joseph@codesourcery.com>
5268         * posix/bug-regex31.c (main): Return RES not 0.
5270 2014-11-25  Anton Blanchard <anton@samba.org>
5272         * sysdeps/powerpc/bits/atomic.h
5273         (__arch_compare_and_exchange_bool_64_rel): Load from mem.
5275 2014-11-24  Sterling Augustine  <saugustine@google.com>
5277         * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
5279 2014-11-24  Ryan Cumming  <etaoins@gmail.com>
5281         [BZ #17608]
5282         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
5284 2014-11-24  Joseph Myers  <joseph@codesourcery.com>
5286         [BZ #17633]
5287         * stdio-common/perror.c (perror): Call __fileno instead of fileno.
5288         * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
5289         variable.
5290         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
5291         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
5293 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5295         * string/strncpy.c (strncpy): Improve performance by using memset.
5297 2014-11-24  Wilco Dijkstra  <wdijkstr@arm.com>
5299         * string/strcpy.c (strcpy):
5300         Improve performance by using strlen and memcpy.
5302 2014-11-24  Leonhard Holz  <leonhard.holz@web.de>
5304         * string/strcoll_l.c (get_next_seq): __always_inline.
5305         * string/strcoll_l.c (do_compare): __always_inline.
5307 2014-11-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
5309         * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
5310         defined.
5311         * include/mqueue.h: Likewise.
5312         * include/stdlib.h: Likewise.
5314         * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
5315         (get_null_defines): Adjust.
5316         * sunrpc/Makefile: Adjust comment.
5317         * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
5318         * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
5319         (CFLAGS-interp.c): Likewise.
5320         (CFLAGS-ldconfig.c): Likewise.
5321         (CPPFLAGS-.os): Likewise.
5322         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5323         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5324         * extra-modules.mk (extra-modules.mk): Likewise.
5325         * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
5326         * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
5327         * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
5328         * nscd/Makefile (CPPFLAGS-nscd): Likewise.
5329         * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
5330         * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
5331         * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
5332         * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
5333         * iconvdata/Makefile (CPPFLAGS): Likewise.
5334         (cpp-srcs-left): Add libof for all iconvdata routines.
5335         * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
5336         * include/assert.h: Likewise.
5337         * include/ctype.h: Likewise.
5338         * include/errno.h: Likewise.
5339         * include/libc-symbols.h: Likewise.
5340         * include/math.h: Likewise.
5341         * include/netdb.h: Likewise.
5342         * include/resolv.h: Likewise.
5343         * include/stdio.h: Likewise.
5344         * include/stdlib.h: Likewise.
5345         * include/string.h: Likewise.
5346         * include/sys/stat.h: Likewise.
5347         * include/wctype.h: Likewise.
5348         * intl/l10nflist.c: Likewise.
5349         * libidn/idn-stub.c: Likewise.
5350         * libio/libioP.h: Likewise.
5351         * nptl/libc_multiple_threads.c: Likewise.
5352         * nptl/pthreadP.h: Likewise.
5353         * posix/regex_internal.h: Likewise.
5354         * resolv/res_hconf.c: Likewise.
5355         * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
5356         * sysdeps/arm/memmove.S: Likewise.
5357         * sysdeps/arm/sysdep.h: Likewise.
5358         * sysdeps/generic/_itoa.h: Likewise.
5359         * sysdeps/generic/symbol-hacks.h: Likewise.
5360         * sysdeps/gnu/errlist.awk: Likewise.
5361         * sysdeps/gnu/errlist.c: Likewise.
5362         * sysdeps/i386/i586/memcpy.S: Likewise.
5363         * sysdeps/i386/i586/memset.S: Likewise.
5364         * sysdeps/i386/i686/memcpy.S: Likewise.
5365         * sysdeps/i386/i686/memmove.S: Likewise.
5366         * sysdeps/i386/i686/mempcpy.S: Likewise.
5367         * sysdeps/i386/i686/memset.S: Likewise.
5368         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5369         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5370         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5371         * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5372         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5373         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5374         * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5375         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5376         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5377         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5378         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5379         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5380         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5381         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5382         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5383         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5384         * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5385         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5386         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5387         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5388         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5389         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5390         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5391         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5392         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5393         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5394         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5395         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5396         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5397         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5398         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5399         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5400         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5401         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5402         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5403         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5404         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5405         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5406         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5407         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5408         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5409         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5410         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5411         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5412         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5413         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5414         * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5415         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5416         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5417         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5418         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5419         * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5420         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5421         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5422         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5423         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5424         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5425         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5426         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5427         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5428         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5429         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5430         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5431         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5432         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5433         * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5434         * sysdeps/posix/closedir.c: Likewise.
5435         * sysdeps/posix/opendir.c: Likewise.
5436         * sysdeps/posix/readdir.c: Likewise.
5437         * sysdeps/posix/rewinddir.c: Likewise.
5438         * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5439         * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5440         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5441         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5442         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5443         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5444         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5445         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5446         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5447         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5448         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5449         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5450         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5451         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5452         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5453         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5454         * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5455         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5456         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5457         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5458         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5459         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5460         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5461         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5462         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5463         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5464         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5465         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5466         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5467         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5468         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5469         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5470         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5471         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5472         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5473         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5474         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5475         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5476         * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5477         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5478         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5479         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5480         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5481         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5482         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5483         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5484         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5485         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5486         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5487         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5488         * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5489         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5490         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5491         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5492         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5493         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5494         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5495         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5496         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5497         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5498         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5499         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5500         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5501         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5502         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5503         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5504         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5505         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5506         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5507         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5508         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5509         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5510         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5511         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5512         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5513         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5514         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5515         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5516         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5517         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5518         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5519         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5520         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5521         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5522         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5523         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5524         * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5525         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5526         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5527         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5528         * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5529         * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5530         * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5531         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5532         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5533         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5534         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5535         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5536         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5537         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5538         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5539         * sysdeps/unix/alpha/sysdep.S: Likewise.
5540         * sysdeps/unix/alpha/sysdep.h: Likewise.
5541         * sysdeps/unix/make-syscalls.sh: Likewise.
5542         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5543         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5544         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5545         * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5546         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5547         * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5548         * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5549         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5550         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5551         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5552         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5553         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5554         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5555         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5556         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5557         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5558         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5559         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5560         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5561         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5562         * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5563         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5564         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5565         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5566         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5567         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5568         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5571         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5572         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5573         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5574         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5575         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5576         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5577         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5578         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5579         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5580         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5581         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5582         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5583         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5584         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5585         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5586         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5587         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5588         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5589         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5590         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5591         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5592         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5593         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5594         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5595         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5596         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5597         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5598         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5599         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5600         * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5601         * sysdeps/x86_64/memcpy.S: Likewise.
5602         * sysdeps/x86_64/memmove.c: Likewise.
5603         * sysdeps/x86_64/memset.S: Likewise.
5604         * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5605         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5606         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5607         * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5608         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5609         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5610         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5611         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5612         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5613         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5614         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5615         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5616         * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5617         * sysdeps/x86_64/multiarch/memset.S: Likewise.
5618         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5619         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5620         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5621         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5622         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5623         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5624         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5625         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5626         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5627         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5628         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5629         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5630         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5631         * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5632         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5633         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5634         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5635         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5636         * sysdeps/x86_64/strcmp.S: Likewise.
5638         * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5640         * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5641         * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5642         * elf/rtld-Rules: Likewise.
5643         * elf/setup-vdso.h: Likewise.
5644         * include/assert.h: Likewise.
5645         * include/bits/stdlib-float.h: Likewise.
5646         * include/errno.h: Likewise.
5647         * include/sys/stat.h: Likewise.
5648         * include/unistd.h: Likewise.
5649         * sysdeps/aarch64/setjmp.S: Likewise.
5650         * sysdeps/alpha/setjmp.S: Likewise.
5651         * sysdeps/arm/__longjmp.S: Likewise.
5652         * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5653         * sysdeps/arm/setjmp.S: Likewise.
5654         * sysdeps/arm/sysdep.h: Likewise.
5655         * sysdeps/generic/_itoa.h: Likewise.
5656         * sysdeps/generic/dl-sysdep.h: Likewise.
5657         * sysdeps/generic/ldsodefs.h: Likewise.
5658         * sysdeps/i386/dl-tls.h: Likewise.
5659         * sysdeps/i386/setjmp.S: Likewise.
5660         * sysdeps/m68k/setjmp.c: Likewise.
5661         * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5662         * sysdeps/mach/hurd/opendir.c: Likewise.
5663         * sysdeps/posix/getcwd.c: Likewise.
5664         * sysdeps/posix/opendir.c: Likewise.
5665         * sysdeps/posix/profil.c: Likewise.
5666         * sysdeps/powerpc/dl-procinfo.h: Likewise.
5667         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5668         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5669         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5670         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5671         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5672         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5673         * sysdeps/s390/dl-tls.h: Likewise.
5674         * sysdeps/s390/s390-32/setjmp.S: Likewise.
5675         * sysdeps/s390/s390-64/setjmp.S: Likewise.
5676         * sysdeps/sh/sh3/setjmp.S: Likewise.
5677         * sysdeps/sh/sh4/setjmp.S: Likewise.
5678         * sysdeps/unix/alpha/sysdep.h: Likewise.
5679         * sysdeps/unix/arm/sysdep.S: Likewise.
5680         * sysdeps/unix/i386/sysdep.S: Likewise.
5681         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5682         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5683         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5684         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5685         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5686         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5687         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5688         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5689         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5690         * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5691         * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5692         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5693         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5696         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5697         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5698         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5699         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5700         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5701         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5702         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5703         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5704         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5705         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5706         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5707         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5708         * sysdeps/unix/x86_64/sysdep.S: Likewise.
5709         * sysdeps/x86_64/setjmp.S: Likewise.
5711         * include/math.h: Use IS_IN instead of IS_IN_libm.
5712         * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5713         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5714         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5715         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5716         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5717         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5718         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5719         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5720         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5721         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5722         * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5723         * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5724         * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5725         * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5726         * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5727         * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5728         * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5729         * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5730         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5731         * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5732         * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5733         * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5734         * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5735         * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5736         * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5737         * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5738         * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5739         * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5740         * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5741         * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5742         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5743         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5744         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5745         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5746         Likewise.
5747         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5748         Likewise.
5749         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5750         Likewise.
5751         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5752         Likewise.
5753         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5754         Likewise.
5755         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5756         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5757         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5758         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5759         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5760         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5761         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5762         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5763         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5764         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5765         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5766         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5767         * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5768         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5769         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5770         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5771         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5772         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5773         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5774         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5775         * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5776         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5777         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5778         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5779         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5780         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5781         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5783         * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5784         * nptl/pthreadP.h: Likewise.
5785         * nptl_db/structs.def: Likewise.
5786         * sysdeps/arm/sysdep.h: Likewise.
5787         * sysdeps/nptl/bits/libc-lock.h: Likewise.
5788         * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5789         * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5790         * sysdeps/unix/alpha/sysdep.h: Likewise.
5791         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5792         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5793         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5794         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5795         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5796         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5797         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5798         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5799         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5800         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5801         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5802         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5803         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5804         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5805         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5806         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5807         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5808         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5809         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5810         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5811         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5812         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5813         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5814         * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5815         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5816         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5818         * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5819         * nptl/pthreadP.h: Likewise.
5820         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5821         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5822         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5823         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5824         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5825         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5826         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5827         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5828         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5829         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5830         * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5831         * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5833         Likewise.
5834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5835         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/waitpid.S: Likewise.
5843         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5845         * dlfcn/dladdr.c: Use IS_IN.
5846         * dlfcn/dladdr1.c: Likewise.
5847         * dlfcn/dlclose.c: Likewise.
5848         * dlfcn/dlerror.c: Likewise.
5849         * dlfcn/dlinfo.c: Likewise.
5850         * dlfcn/dlmopen.c: Likewise.
5851         * dlfcn/dlopen.c: Likewise.
5852         * dlfcn/dlsym.c: Likewise.
5853         * dlfcn/dlvsym.c: Likewise.
5855         * include/ifaddrs.h: Use IS_IN.
5856         * inet/check_pf.c: Likewise.
5857         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5858         * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5860         * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5861         IS_IN_ldconfig.
5862         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5863         * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5865         * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5866         * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5867         IS_IN (libc).
5869         * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5871         * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5872         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5873         * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5874         * include/libc-symbols.h (IS_IN_LIB): New macro.
5875         * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5876         * include/netdb.h: Likewise.
5877         * include/stap-probe.h: Remove all uses of IN_LIB.
5879         * Makeconfig (module-cppflags-real): Define MODULE_NAME
5880         instead of IN_MODULE.
5881         * include/libc-symbols.h (IN_MODULE): Define using
5882         MODULE_NAME.
5883         (PASTE_NAME, PASTE_NAME1): New macros.
5884         * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5885         of IN_LIB.
5886         (STAP_PROBE_ASM): Likewise.
5888 2014-11-23  Samuel Thibault  <samuel.thibault@ens-lyon.org>
5890         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5891         __mach_init in dlopened libc.
5893 2014-11-22  Mike Frysinger  <vapier@gentoo.org>
5895         * sysdeps/arm/preconfigure.ac: Delete EABI check.
5896         * sysdeps/arm/preconfigure: Regenerate.
5898 2014-11-21  Roland McGrath  <roland@hack.frob.com>
5900         * nptl/pthread_create.c (__pthread_create_2_1): Set
5901         ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5902         when copying values from IATTR into PD.
5904 2014-11-21  Will Newton  <will.newton@linaro.org>
5905             Andrew Pinski  <andrew.pinski@caviumnetworks.com>
5907         * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5908         Refactor inline-asm.  Also add comment.
5910         * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5911         ElfW macro instead of hardcoded Elf64 types.
5912         (la_aarch64_gnu_pltenter): Likewise.
5913         * sysdeps/aarch64/dl-machine.h
5914         (elf_machine_runtime_setup): Use ElfW(Addr).
5916         * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5917         R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5918         R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5919         R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5920         R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5921         (R_AARCH64_TLS_DTPMOD64): Rename to ..
5922         (R_AARCH64_TLS_DTPMOD): This.
5923         (R_AARCH64_TLS_DTPREL64): Rename to ...
5924         (R_AARCH64_TLS_DTPREL): This.
5925         (R_AARCH64_TLS_TPREL64): Rename to ...
5926         (R_AARCH64_TLS_TPREL): This.
5927         * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5928         R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5929         R_AARCH64_TLS_TPREL64.
5930         (elf_machine_rela): Likewise.
5932 2014-11-21  Torvald Riegel  <triegel@redhat.com>
5934         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5935         by setting it to 0.  64b atomics are not supported currently.
5937 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5939         [BZ #16469]
5940         * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5941         search domain names.
5943 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5945         [BZ #16469]
5946         * NEWS: Update.
5947         * resolv/res_query.c (__libc_res_nquerydomain): Retain
5948         trailing dot.
5949         * posix/tst-getaddrinfo5.c: New.
5950         * posix/Makefile (tests): Add it.
5952 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5954         [BZ #14498]
5955         * NEWS: Fixed.
5956         * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5957         after parsing line but before break_if_match.
5958         * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5959         if there is a protocol mismatch.
5961 2014-11-21  Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5963         * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5964         because the potential race is on the user-supplied stream.
5966 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5968         * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5969         string literal if not passed a buffer.
5970         * manual/job.texi (ctermid): Update reasoning, note deviation
5971         from posix, suggest mtasurace when not passed a buffer, for
5972         future non-preliminary safety notes.
5974 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5976         * manual/users.texi (cuserid): Fix MT-Safety note for the case
5977         of not passing it a buffer.
5978         Reported by Peng Haitao.
5980 2014-11-21  Alexandre Oliva <aoliva@redhat.com>
5982         * manual/Makefile ($(objpfx)stamp-summary): Require
5983         check-safety.sh to pass.
5984         * manual/check-safety.sh: Wish for verification that every
5985         @deftypefn and @deftypefun is followed by a @safety remark.
5987 2014-11-20  Roland McGrath  <roland@hack.frob.com>
5989         * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5991         * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5992         PTHREAD_CANCEL_ASYNCHRONOUS.
5993         * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5994         send SIGCANCEL.
5996         * nptl/default-sched.h: New file.
5997         * sysdeps/unix/sysv/linux/default-sched.h: New file.
5998         * nptl/pthread_create.c: Include it.
5999         (__pthread_create_2_1): Use collect_default_sched instead of making
6000         Linux syscalls here directly.
6002 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6004         * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
6005         __pthread_once): Use C11 atomics.
6007 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6009         * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
6011 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6013         * include/atomic.h (__atomic_link_error, __atomic_check_size,
6014         atomic_thread_fence_acquire, atomic_thread_fence_release,
6015         atomic_thread_fence_seq_cst, atomic_load_relaxed,
6016         atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
6017         atomic_compare_exchange_weak_relaxed,
6018         atomic_compare_exchange_weak_acquire,
6019         atomic_compare_exchange_weak_release,
6020         atomic_exchange_acquire, atomic_exchange_release,
6021         atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
6022         atomic_fetch_add_release, atomic_fetch_add_acq_rel,
6023         atomic_fetch_and_acquire,
6024         atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
6026 2014-11-20  Torvald Riegel  <triegel@redhat.com>
6028         * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
6029         USE_ATOMIC_COMPILER_BUILTINS): Define.
6030         * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
6031         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6032         * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
6033         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6034         * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
6035         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6036         * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
6037         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6038         * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
6039         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6040         * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
6041         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6042         * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
6043         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6044         * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
6045         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6046         * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6047         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6048         * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6049         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6050         * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
6051         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6052         * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
6053         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6054         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
6055         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6056         * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
6057         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6058         * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
6059         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6060         * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
6061         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6062         * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
6063         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6064         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
6065         (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6066         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
6067         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6068         * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
6069         USE_ATOMIC_COMPILER_BUILTINS): Likewise.
6071 2014-11-19  Roland McGrath  <roland@hack.frob.com>
6073         * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
6074         the sched_priority value here.  It was already checked when the user
6075         called pthread_attr_setschedparam.
6077         * nptl/tst-bad-schedattr.c: New file.
6078         * nptl/Makefile (tests): Add it.
6080 2014-11-19  Carlos O'Donell  <carlos@redhat.com>
6081             Florian Weimer  <fweimer@redhat.com>
6082             Joseph Myers  <joseph@codesourcery.com>
6083             Adam Conrad  <adconrad@0c3.net>
6084             Andreas Schwab  <schwab@suse.de>
6085             Brooks  <bmoses@google.com>
6087         [BZ #17625]
6088         * wordexp-test.c (__dso_handle): Add prototype.
6089         (__register_atfork): Likewise.
6090         (__app_register_atfork): New function.
6091         (registered_forks): New global.
6092         (register_fork): New function.
6093         (test_case): Add 3 new tests for WRDE_CMDSUB.
6094         (main): Call __app_register_atfork.
6095         (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
6096         fork count is non-zero fail the test.
6097         * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
6098         is set.
6099         (parse_dollars): Remove check for WRDE_NOCMD.
6100         (parse_dquote): Likewise.
6102 2014-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
6104         * Makeconfig (built-modules): List non-library modules to be
6105         built.
6106         (module-cppflags): Include libc-modules.h for
6107         everything except shlib-versions.v.i.
6108         (CPPFLAGS): Use it.
6109         (before-compile): Add libc-modules.h.
6110         ($(common-objpfx)libc-modules.h,
6111         $(common-objpfx)libc-modules.stmp): New targets.
6112         (common-generated): Add libc-modules.h and libc-modules.stmp.
6113         ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
6114         * include/libc-symbols.h: Don't include libc-modules.h.
6115         * include/libc-modules.h: Remove file.
6116         * scripts/gen-libc-modules.awk: New script to generate
6117         libc-modules.h.
6118         * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
6119         Depend on libc-modules.stmp.
6121         * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
6123         * Makeconfig (in-module): Get value of libof set for the
6124         translation unit.
6125         (CPPFLAGS): Use $(in-module).
6126         * Makerules: Don't suffix routine names for nonlib.
6127         * include/libc-modules.h: New file.
6128         * include/libc-symbols.h: Include libc-modules.h
6129         (IS_IN): New macro to replace IS_IN_* macros.
6130         * elf/Makefile: Set libof-* for each routine.
6131         * elf/rtld-Rules: Likewise.
6132         * extra-modules.mk: Likewise.
6133         * iconv/Makefile: Likewise.
6134         * iconvdata/Makefile: Likewise.
6135         * locale/Makefile: Likewise.
6136         * malloc/Makefile: Likewise.
6137         * nss/Makefile: Likewise.
6138         * sysdeps/gnu/Makefile: Likewise.
6139         * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
6140         * sysdeps/unix/sysv/linux/Makefile: Likewise.
6141         * sysdeps/s390/s390-64/Makefile: Likewise.
6142         * nscd/Makefile: Set libof-* for each routine.  Set CFLAGS and
6143         CPPFLAGS for nscd instead of nonlib.
6145 2014-11-18  Roland McGrath  <roland@hack.frob.com>
6147         * nptl/createthread.c: New file.
6149         * nptl/createthread.c: Moved ...
6150         * sysdeps/unix/sysv/linux/createthread.c: ... here.
6152         * nptl/createthread.c: Add proper top-line comment.
6153         (do_clone): Folded into ...
6154         (create_thread): ... here.  Take new arguments STOPPED_START and
6155         THREAD_RAN.  Always set PD->stopped_start to something here.  Don't
6156         increment __nptl_threads, do event-reporting logic, do
6157         CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
6158         here.  Set *THREAD_RAN after ARCH_CLONE call succeeds.  Don't do any
6159         resource cleanup if sched_setaffinity or sched_setscheduler fails,
6160         just send SIGCANCEL.
6161         * nptl/pthread_create.c: Forward-declare create_thread before
6162         including createthread.c.
6163         (start_thread): Use new macro START_THREAD_DEFN to replace defining
6164         declaration, and new macro START_THREAD_SELF to replace argument.
6165         Remove return statement.
6166         (report_thread_creation): New function.
6167         (__pthread_create_2_1): Use it.  Do TD_CREATE reporting,
6168         synchronization logic, and __nptl_nthreads increment here, around
6169         calling create_thread.  Do CHECK_THREAD_SYSINFO and initialize
6170         PD->parent_cancelhandling here, before create_thread.  When
6171         create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
6172         __deallocate_stack, and ENOMEM translation here.
6174 2014-11-18  Joseph Myers  <joseph@codesourcery.com>
6176         [BZ #17616]
6177         * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
6178         (mptwo): Rename to __mptwo.
6179         (__inv): Use __mptwo instead of mptwo.
6180         * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
6181         (mptwo): Rename to __mptwo.
6182         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
6183         of mpone and __mptwo instead of mptwo.
6184         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
6185         instead of mpone.
6186         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
6187         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
6188         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
6189         of mpone and __mptwo instead of mptwo.
6190         (__mpranred): Use __mpone instead of mpone.
6191         * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
6192         variable.
6193         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6194         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6195         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6196         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6197         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6198         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6199         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6200         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6201         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6202         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6203         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6204         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6205         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6206         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6207         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6208         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6209         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6210         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6211         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6213 2014-11-18  Tom de Vries  <tom@codesoucery.com>
6215         * manual/signal.texi (Primitives Interrupted by Signals): In section,
6216         replace BSD Handler xref with BSD Signal Handling.
6218 2014-11-17  Richard Henderson  <rth@redhat.com>
6220         * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
6221         (_FP_PACK_RAW_2): Remove.
6222         (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
6223         (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
6224         (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
6225         (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
6226         * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
6227         * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
6228         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
6229         * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
6230         * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
6231         * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
6232         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
6233         * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
6234         * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
6235         * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
6236         * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
6237         * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
6239 2014-11-14  Roland McGrath  <roland@hack.frob.com>
6241         * signal/signal.h [__USE_MISC]
6242         (struct sigvec): Remove type.
6243         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
6244         (sigvec): Remove declaration.
6245         * sysdeps/posix/sigvec.c: Moved ...
6246         * signal/sigvec.c: ... here, replacing old file.
6247         (struct sigvec): New type, copied from old signal.h definition.
6248         (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
6249         (__sigvec): Convert definition to prototype.
6250         (sigvec): Replace weak_alias with compat_symbol.
6251         * signal/Versions (libc: GLIBC_2.21): New version set.
6252         * include/signal.h: Remove __sigvec declaration.
6253         * sysdeps/unix/bsd/sigvec.c: Remove file.
6254         * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
6255         * manual/signal.texi (BSD Handler): Remove subsection.
6256         Move siginterrupt up to ...
6257         (BSD Signal Handling): ... here.  Mark it as XPG rather than BSD.
6258         (Blocking in BSD): Fold subsection into its parent.
6259         * NEWS: Mention sigvec removal.
6261 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6263         * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
6264         (DLA_FMS): Make definition conditional only on [__FMA4__].
6265         [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
6266         definition.
6268         * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
6269         Make definition conditional only on [PROF].
6270         [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
6271         definition.
6272         [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
6273         [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
6275         * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
6276         !__GNUC__].
6277         * include/signal.h (__sigpause): Move declaration above call to
6278         libc_hidden_proto.
6279         * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
6280         variable.
6281         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6282         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6284 2014-11-14  David S. Miller  <davem@davemloft.net>
6286         * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
6287         Define before including <string/memcpy.c> and <string/mempcpy.c>.
6289 2014-11-14  Joseph Myers  <joseph@codesourcery.com>
6291         * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
6292         * configure: Regenerated.
6293         * manual/install.texi (Tools for Compilation): Document a
6294         requirement of GCC 4.6 or later and that GCC 4.9 is the newest
6295         compiler verified to work.
6296         * INSTALL: Regenerated.
6298         * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
6299         redeclare with asm name.
6300         [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
6301         * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
6302         including <string.h>.
6303         * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6304         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
6305         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6306         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
6307         [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6308         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
6309         [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
6311 2014-11-13  Joseph Myers  <joseph@codesourcery.com>
6313         * stdlib/strtol.c (__strtol): Use prototype definition.
6315         [BZ #17594]
6316         * stdlib/strtol.c (SYM__): New macro.
6317         (SYM__1): Likewise.
6318         (__strtol): Likewise.
6319         (strtol): Rename to __strtol and define as weak alias of
6320         __strtol.  Use libc_hidden_weak.
6322 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6324         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
6325         Use numbered labels in inline assembly.
6327 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6329         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
6330         Add setjmp LIBC_PROBE.
6331         * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
6332         Likewise.
6333         * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
6334         Add longjmp, longjmp_target LIBC_PROBE.
6335         * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
6336         Likewise.
6338 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6340         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
6341         Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
6342         to get rid of unused variable warning.
6344 2014-11-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
6346         * sysdeps/s390/s390-32/backtrace.c (__backtrace):
6347         Check for unwind_backtrace ==  NULL only in SHARED case.
6348         (__backchain_backtrace): Compile only in SHARED case.
6349         * sysdeps/s390/s390-64/backtrace.c (__backtrace):
6350         Likewise.
6351         (__backchain_backtrace): Declare as static.
6353 2014-11-12  Roland McGrath  <roland@hack.frob.com>
6355         * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
6356         (__libc_multiple_threads_ptr): Variable moved ...
6357         * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
6359 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
6361         * conform/GlibcConform.pm: New file.
6362         * conform/conformtest.pl: Use GlibcConform module.
6363         * conform/linknamespace.pl: New file.
6364         * conform/list-header-symbols.pl: Likewise.
6365         * conform/Makefile (linknamespace-symlists-base): New variable.
6366         (linknamespace-symlists-tests): Likewise.
6367         (linknamespace-header-base): Likewise.
6368         (linknamespace-header-tests): Likewise.
6369         (tests-special): Add new tests.
6370         ($(linknamespace-symlists-tests)): New rule.
6371         (linknamespace-libs): New variable.
6372         ($(objpfx)symlist-stdlibs): New rule.
6373         ($(linknamespace-header-tests)): Likewise.
6374         (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6375         (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6376         (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6377         (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6378         (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6379         (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6380         (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6381         (test-xfail-ISO/math.h/linknamespace): Likewise.
6382         (test-xfail-ISO/signal.h/linknamespace): Likewise.
6383         (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6384         (test-xfail-ISO/time.h/linknamespace): Likewise.
6385         (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6386         (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6387         (test-xfail-ISO99/math.h/linknamespace): Likewise.
6388         (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6389         (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6390         (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6391         (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6392         (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6393         (test-xfail-ISO11/math.h/linknamespace): Likewise.
6394         (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6395         (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6396         (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6397         (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6398         (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6399         (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6400         (test-xfail-XPG3/math.h/linknamespace): Likewise.
6401         (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6402         (test-xfail-XPG3/search.h/linknamespace): Likewise.
6403         (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6404         (test-xfail-XPG3/time.h/linknamespace): Likewise.
6405         (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6406         (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6407         (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6408         (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6409         (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6410         (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6411         (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6412         (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6413         (test-xfail-XPG4/math.h/linknamespace): Likewise.
6414         (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6415         (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6416         (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6417         (test-xfail-XPG4/search.h/linknamespace): Likewise.
6418         (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6419         (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6420         (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6421         (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6422         (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6423         (test-xfail-XPG4/time.h/linknamespace): Likewise.
6424         (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6425         (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6426         (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6427         (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6428         (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6429         (test-xfail-POSIX/math.h/linknamespace): Likewise.
6430         (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6431         (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6432         (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6433         (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6434         (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6435         (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6436         (test-xfail-POSIX/time.h/linknamespace): Likewise.
6437         (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6438         (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6439         (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6440         (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6441         (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6442         (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6443         (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6444         (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6445         (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6446         (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6447         (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6448         (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6449         (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6450         (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6451         (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6452         (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6453         (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6454         (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6455         (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6456         (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6457         (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6458         (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6459         (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6460         (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6461         (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6462         (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6463         (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6464         (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6465         (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6466         (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6467         (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6468         (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6469         (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6470         (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6471         (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6472         (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6473         (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6474         (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6475         (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6476         (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6477         (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6478         (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6479         (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6480         (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6481         (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6482         (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6483         (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6484         (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6485         (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6486         (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6487         (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6488         (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6489         (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6490         (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6491         (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6492         (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6493         (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6494         (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6495         (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6496         (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6497         (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6498         (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6499         (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6500         (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6501         (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6502         (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6503         (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6504         (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6505         (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6506         (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6507         (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6508         (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6509         (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6510         (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6511         (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6512         (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6513         (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6514         (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6515         (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6516         (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6517         (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6518         (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6519         (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6520         (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6521         (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6522         (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6523         (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6524         (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6525         (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6526         (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6527         (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6528         (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6529         (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6530         (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6531         (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6532         (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6533         (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6534         (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6536         [BZ #17589]
6537         * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6538         of fgets_unlocked.
6540         [BZ #17585]
6541         * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6542         (memmem): Rename to __memmem and define as weak alias of
6543         __memmem.  Use libc_hidden_weak.
6544         (__memmem): Use libc_hidden_def.
6545         * include/string.h (__memmem): Declare.  Use libc_hidden_proto.
6546         * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6547         memmem.
6549         [BZ #17582]
6550         * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6551         (__fgets_unlocked): Add alias of _IO_fgets.  Use libc_hidden_def.
6552         * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6553         and define as weak alias of __fgets_unlocked.  Use
6554         libc_hidden_weak.
6555         (__fgets_unlocked): Use libc_hidden_def.
6556         * include/stdio.h (__fgets_unlocked): Declare.  Use
6557         libc_hidden_proto.
6558         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6559         __fgets_unlocked instead of fgets_unlocked.
6560         * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6561         (GET_NPROCS_CONF_PARSER): Likewise.
6562         * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6563         (GET_NPROCS_CONF_PARSER): Likewise.
6565         [BZ #17574]
6566         * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6567         weak alias of __wmemset.  Use libc_hidden_weak.
6568         (__wmemset): Use libc_hidden_def.
6569         * include/wchar.h (__wmemset): Declare.  Use libc_hidden_proto.
6570         * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6571         of wmemset.
6573         [BZ #17573]
6574         * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6575         with asm name __mempcpy.
6576         [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6578         [BZ #17572]
6579         * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6580         and define as weak alias of __rawmemchr.
6581         (__rawmemchr): Do not define as strong alias of rawmemchr.
6583         [BZ #17571]
6584         * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6585         alias of __qsort_r.
6586         (qsort): Call __qsort_r instead of qsort_r.
6587         * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6588         (__qsort_r): Declare.  Call libc_hidden_proto.
6589         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6590         instead of qsort_r.
6591         * nscd/gai.c (__qsort_r): Define to qsort_r.
6592         * posix/tst-rfc3484.c (__qsort_r): Likewise.
6593         * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6594         * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6596         [BZ #17570]
6597         * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6598         define as weak alias of __malloc_info.
6600         [BZ #17584]
6601         * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6602         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6603         (__rewinddir): Use libc_hidden_def.
6604         * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6605         as weak alias of __rewinddir.  Don't use libc_hidden_def.
6606         (__rewinddir): Use libc_hidden_def.
6607         * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6608         weak alias of __rewinddir.  Don't use libc_hidden_def.
6609         (__rewinddir): Use libc_hidden_def.
6610         * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6611         (__rewinddir): Use libc_hidden_proto.
6612         * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6613         rewinddir.
6614         (__getcwd): Use __rewinddir instead of rewinddir.
6616         [BZ #17583]
6617         * libio/fileno.c (fileno): Rename to __fileno and define as weak
6618         alias of __fileno.  Use libc_hidden_weak.
6619         (__fileno): Use libc_hidden_def.
6620         [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6621         * libio/ftello.c (ftello): Rename to __ftello and define as weak
6622         alias of __ftello.
6623         [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6624         __ftello.
6625         * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6626         (__fread_unlocked): Define as strong alias of _IO_fread.  Use
6627         libc_hidden_def.
6628         (fread_unlocked): Don't use libc_hidden_ver.
6629         * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6630         and define as weak alias of __fread_unlocked.  Don't use
6631         libc_hidden_def.
6632         (__fread_unlocked): Use libc_hidden_def.
6633         * include/stdio.h (__fileno): Declare.  Use libc_hidden_proto.
6634         (ftello): Don't use libc_hidden_proto.
6635         (__ftello): Declare.  Use libc_hidden_proto.
6636         (fread_unlocked): Don't use libc_hidden_proto.
6637         (__fread_unlocked): Declare.  Use libc_hidden_proto.
6638         * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6639         and __ftello instead of fileno, fread_unlocked and ftello.
6641 2012-11-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
6643         * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6644         GOT12.
6645         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6646         Likewise.
6647         (_dl_start_user): Likewise.
6648         * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6650 2014-11-12  Carlos O'Donell  <carlos@redhat.com>
6651             Siddhesh Poyarekar  <siddhesh@redhat.com>
6653         * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6654         Move argv and envp down instead of moving argc up.
6655         * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6657 2014-11-12  Leonhard Holz  <leonhard.holz@web.de>
6659         [BZ #17506]
6660         * test-skeleton.c (main): Return successful if one of
6661         EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6662         * string/tst-strcoll-overflow.c: Define expected status.
6664 2014-11-12  Tatiana Udalova  <t.udalova@samsung.com>
6666         [BZ #17475]
6667         * locale/iso-639.def: Define Bhili and Tulu language codes.
6669 2014-11-11  Alan Hayward  <alan.hayward@arm.com>
6671         * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6673 2014-11-10  Renlin Li  <Renlin.Li@arm.com>
6675         [BZ #17555]
6676         * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6678 2014-11-10  Andrew Senkevich  <andrew.n.senkevich@gmail.com>
6680         * configure.ac: Updated check of minimal required version to
6681         2.22.
6682         * manual/install.texi (Tools for Compilation): Updated version
6683         number.
6684         * configure: Regenerated.
6685         * INSTALL: Likewise.
6687 2014-11-07  Andreas Schwab  <schwab@linux-m68k.org>
6689         * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6690         __tls_get_addr.
6692 2014-11-07  Joseph Myers  <joseph@codesourcery.com>
6694         * include/sys/wait.h (__libc_waitpid): Remove declaration.
6695         * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6696         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6697         libc_hidden_weak.
6698         (waitpid): Define as alias of __waitpid.
6699         * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6700         __waitpid.
6701         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6702         libc_hidden_weak.
6703         (waitpid): Define as alias of __waitpid.
6704         * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6705         __libc_waitpid alias.
6706         * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6707         * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6708         Likewise.
6709         * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6710         * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6711         * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6712         alias.
6713         * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6714         __waitpid.
6715         (__waitpid): Don't define as alias.  Use libc_hidden_def not
6716         libc_hidden_weak.
6717         (waitpid): Define as alias of __waitpid.
6719 2014-11-06  Carlos O'Donell  <carlos@redhat.com>
6721         * manual/llio.texi: Add comment that write safety has been
6722         fixed in Linux.
6724         * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6725         (localplt-build-dso): Add elf/ld.so.
6726         * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6727         i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6728         and free for ld.so.
6729         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6730         __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6732         Likewise.
6733         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6734         Likewise.
6735         * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6736         * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6737         version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6738         * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6739         * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6740         * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6741         * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6742         * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6743         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6744         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6745         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6747 2014-11-05  Joseph Myers  <joseph@codesourcery.com>
6749         [BZ #14132]
6750         * include/libc-symbols.h (INTUSE): Remove macro.
6751         (INTDEF): Likewise.
6752         (INTVARDEF): Likewise.
6753         (_INTVARDEF): Likewise.
6754         (INTDEF2): Likewise.
6755         (INTVARDEF2): Likewise.
6756         * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6757         rtld_hidden_def instead of INTVARDEF.
6758         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6759         (_dl_starting_up_internal): Remove declaration.
6760         (_dl_starting_up): Use rtld_hidden_proto.
6761         * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6762         declaration.
6763         [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6764         (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6765         _dl_starting_up.
6766         * elf/dl-writev.h (_dl_writev): Likewise.
6767         * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6768         (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6769         _dl_starting_up_internal.
6771 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6773         * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6774         test-skeleton.c.
6776 2014-11-05  Will Newton  <will.newton@linaro.org>
6778         * benchtests/Makefile: (bench-malloc): Add malloc thread
6779         scalability benchmark.
6780         * benchtests/bench-malloc-threads.c: New file.
6782 2014-11-05  Richard Earnshaw  <rearnsha@arm.com>
6784         * sysdeps/aarch64/strchrnul.S: New file.
6786 2014-11-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6788         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6789         definition.
6790         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6791         Likwise.
6792         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6793         Likewise.
6794         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6795         Likewise.
6796         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6797         Likewise.
6798         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6799         Likewise.
6801 2014-11-05  Arjun Shankar  <arjun.is@lostca.se>
6803         * catgets/test-gencat.c: Use test-skeleton.c.
6804         * catgets/tst-catgets.c: Likewise.
6805         * csu/tst-empty.c: Likewise.
6806         * elf/tst-audit2.c: Likewise.
6807         * elf/tst-global1.c: Likewise.
6808         * elf/tst-pathopt.c: Likewise.
6809         * elf/tst-piemod1.c: Likewise.
6810         * elf/tst-tls10.c: Likewise.
6811         * elf/tst-tls11.c: Likewise.
6812         * elf/tst-tls12.c: Likewise.
6813         * gnulib/tst-gcc.c: Likewise.
6814         * iconvdata/tst-e2big.c: Likewise.
6815         * iconvdata/tst-loading.c: Likewise.
6816         * iconv/tst-iconv1.c: Likewise.
6817         * iconv/tst-iconv2.c: Likewise.
6818         * inet/test-inet6_opt.c: Likewise.
6819         * inet/tst-gethnm.c: Likewise.
6820         * inet/tst-network.c: Likewise.
6821         * inet/tst-ntoa.c: Likewise.
6822         * intl/tst-codeset.c: Likewise.
6823         * intl/tst-gettext2.c: Likewise.
6824         * intl/tst-gettext3.c: Likewise.
6825         * intl/tst-ngettext.c: Likewise.
6826         * intl/tst-translit.c: Likewise.
6827         * io/test-stat.c: Likewise.
6828         * libio/test-fmemopen.c: Likewise.
6829         * libio/tst-freopen.c: Likewise.
6830         * libio/tst-sscanf.c: Likewise.
6831         * libio/tst-ungetwc1.c: Likewise.
6832         * libio/tst-ungetwc2.c: Likewise.
6833         * libio/tst-widetext.c: Likewise.
6834         * localedata/tst-ctype.c: Likewise.
6835         * localedata/tst-digits.c: Likewise.
6836         * localedata/tst-leaks.c: Likewise.
6837         * localedata/tst-mbswcs1.c: Likewise.
6838         * localedata/tst-mbswcs2.c: Likewise.
6839         * localedata/tst-mbswcs3.c: Likewise.
6840         * localedata/tst-mbswcs4.c: Likewise.
6841         * localedata/tst-mbswcs5.c: Likewise.
6842         * localedata/tst-setlocale.c: Likewise.
6843         * localedata/tst-trans.c: Likewise.
6844         * localedata/tst-wctype.c: Likewise.
6845         * localedata/tst-xlocale1.c: Likewise.
6846         * login/tst-grantpt.c: Likewise.
6847         * malloc/tst-calloc.c: Likewise.
6848         * malloc/tst-malloc.c: Likewise.
6849         * malloc/tst-mallocstate.c: Likewise.
6850         * malloc/tst-mcheck.c: Likewise.
6851         * malloc/tst-mtrace.c: Likewise.
6852         * malloc/tst-obstack.c: Likewise.
6853         * math/atest-exp2.c: Likewise.
6854         * math/atest-exp.c: Likewise.
6855         * math/atest-sincos.c: Likewise.
6856         * math/test-matherr.c: Likewise.
6857         * math/test-misc.c: Likewise.
6858         * math/test-powl.c: Likewise.
6859         * math/tst-definitions.c: Likewise.
6860         * misc/tst-dirname.c: Likewise.
6861         * misc/tst-efgcvt.c: Likewise.
6862         * misc/tst-fdset.c: Likewise.
6863         * misc/tst-hsearch.c: Likewise.
6864         * misc/tst-mntent2.c: Likewise.
6865         * nptl/tst-sem7.c: Likewise.
6866         * nptl/tst-sem8.c: Likewise.
6867         * nptl/tst-sem9.c: Likewise.
6868         * nss/test-netdb.c: Likewise.
6869         * posix/tst-fnmatch.c: Likewise.
6870         * posix/tst-getlogin.c: Likewise.
6871         * posix/tst-gnuglob.c: Likewise.
6872         * posix/tst-mmap.c: Likewise.
6873         * pwd/tst-getpw.c: Likewise.
6874         * resolv/tst-inet_ntop.c: Likewise.
6875         * rt/tst-timer.c: Likewise.
6876         * stdio-common/test-fseek.c: Likewise.
6877         * stdio-common/test-popen.c: Likewise.
6878         * stdio-common/test-vfprintf.c: Likewise.
6879         * stdio-common/tst-cookie.c: Likewise.
6880         * stdio-common/tst-fileno.c: Likewise.
6881         * stdio-common/tst-gets.c: Likewise.
6882         * stdio-common/tst-obprintf.c: Likewise.
6883         * stdio-common/tst-perror.c: Likewise.
6884         * stdio-common/tst-sprintf2.c: Likewise.
6885         * stdio-common/tst-sprintf3.c: Likewise.
6886         * stdio-common/tst-sprintf.c: Likewise.
6887         * stdio-common/tst-swprintf.c: Likewise.
6888         * stdio-common/tst-tmpnam.c: Likewise.
6889         * stdio-common/tst-unbputc.c: Likewise.
6890         * stdio-common/tst-wc-printf.c: Likewise.
6891         * stdlib/tst-environ.c: Likewise.
6892         * stdlib/tst-fmtmsg.c: Likewise.
6893         * stdlib/tst-limits.c: Likewise.
6894         * stdlib/tst-rand48-2.c: Likewise.
6895         * stdlib/tst-rand48.c: Likewise.
6896         * stdlib/tst-random2.c: Likewise.
6897         * stdlib/tst-random.c: Likewise.
6898         * stdlib/tst-strtol.c: Likewise.
6899         * stdlib/tst-strtoll.c: Likewise.
6900         * stdlib/tst-tls-atexit.c: Likewise.
6901         * stdlib/tst-xpg-basename.c: Likewise.
6902         * string/test-ffs.c: Likewise.
6903         * string/tst-bswap.c: Likewise.
6904         * string/tst-inlcall.c: Likewise.
6905         * string/tst-strtok.c: Likewise.
6906         * string/tst-strxfrm.c: Likewise.
6907         * sysdeps/x86_64/tst-audit10.c: Likewise.
6908         * sysdeps/x86_64/tst-audit3.c: Likewise.
6909         * sysdeps/x86_64/tst-audit4.c: Likewise.
6910         * sysdeps/x86_64/tst-audit5.c: Likewise.
6911         * time/tst-ftime_l.c: Likewise.
6912         * time/tst-getdate.c: Likewise.
6913         * time/tst-mktime3.c: Likewise.
6914         * time/tst-mktime.c: Likewise.
6915         * time/tst-posixtz.c: Likewise.
6916         * time/tst-strptime2.c: Likewise.
6917         * time/tst-strptime3.c: Likewise.
6918         * wcsmbs/tst-btowc.c: Likewise.
6919         * wcsmbs/tst-mbrtowc.c: Likewise.
6920         * wcsmbs/tst-mbsrtowcs.c: Likewise.
6921         * wcsmbs/tst-wchar-h.c: Likewise.
6922         * wcsmbs/tst-wcpncpy.c: Likewise.
6923         * wcsmbs/tst-wcrtomb.c: Likewise.
6924         * wcsmbs/tst-wcsnlen.c: Likewise.
6925         * wcsmbs/tst-wcstof.c: Likewise.
6927 2014-11-04  Joseph Myers  <joseph@codesourcery.com>
6929         [BZ #14132]
6930         * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6931         INTDEF.
6932         * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6933         declaration.
6934         (_dl_mcount): Use rtld_hidden_proto.
6935         * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6936         _dl_mcount.
6937         * elf/rtld.c (_rtld_global_ro): Likewise.
6939         [BZ #14132]
6940         * elf/dl-init.c (_dl_init): Don't use INTDEF.
6941         * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6942         of _dl_init_internal.
6943         * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6944         * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6945         * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6946         * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6947         * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6948         * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6949         * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6950         * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6951         * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6952         * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6953         * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6954         * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6955         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6956         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6957         * sysdeps/tile/dl-start.S (_start): Likewise.
6958         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6959         * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6961         [BZ #14132]
6962         * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6963         [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6964         (rtld_progname): Make macro definition unconditional.
6965         * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6966         INTDEF.
6967         (dlmopen_doit): Do not use INTUSE with _dl_argv.
6968         (dl_main): Likewise.
6969         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6970         * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6971         instead of _dl_argv_internal.
6972         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6973         __GI__dl_argv instead of INTUSE(_dl_argv).
6974         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6975         __GI__dl_argv instead of _dl_argv_internal.
6977         * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6978         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6979         macro.
6980         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6981         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6982         New macro.
6983         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6984         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6985         macro.
6986         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6987         * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6989 2014-11-04  Andreas Schwab  <schwab@suse.de>
6991         * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6993 2014-11-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6995         * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6996         mtvsrd instruction in binary form.
6998 2014-11-03  Andreas Schwab  <schwab@suse.de>
7000         [BZ #17522]
7001         * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
7002         for less than MB_LEN_MAX use a local buffer of that size.
7003         * libio/tst-fputws.c: New file.
7004         * libio/Makefile (tests): Add tst-fputws.
7006 2014-11-01  Jose E. Marchesi  <jose.marchesi@oracle.com>
7008         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
7009         the size of the fpu_fr.fpu_dregs[] array.
7011 2014-11-01  Joseph Myers  <joseph@codesourcery.com>
7013         * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
7014         (__nanosleep): Do not define as alias.
7015         (nanosleep): Define as alias of __nanosleep.
7016         * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
7017         __libc_nanosleep name.
7019 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7021         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
7022         install.texi in comment.
7024 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7026         * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
7027         * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
7028         ... add here and use lwsync or sync ...
7029         * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
7030         ... and add here using lwsync.
7032 2014-10-31  Matthew Fortune  <matthew.fortune@imgtec.com>
7034         * elf/dl-machine-reject-phdr.h: New file.
7035         * elf/dl-load.c: #include that.
7036         (open_verify): Call elf_machine_reject_phdr_p and ignore the file
7037         if that returned true.
7039 2014-10-31  Roland McGrath  <roland@hack.frob.com>
7041         [BZ #17496]
7042         * Makerules: Move gnu/lib-names.h generation chunk up, to right after
7043         gen-as-const-headers chunk.  Add a big scare comment after the last
7044         safe place to touch before-compile.
7046 2014-10-31  Joseph Myers  <joseph@codesourcery.com>
7048         * manual/install.texi (Tools for Compilation): Update autoconf
7049         version requirements.
7050         * INSTALL: Regenerated.
7052         * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
7053         * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
7054         (__libc_pselect): Likewise.
7056         [BZ #14138]
7057         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
7058         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
7059         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
7060         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
7062 2014-10-31  Torvald Riegel  <triegel@redhat.com>
7064         * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
7065         correct barrier instruction.
7066         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
7067         Likewise.
7068         * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
7069         Likewise.
7071 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7073         * include/ctype.h: Include <ctype/ctype.h> first thing rather than
7074         after defining inlines.  Instead, just use parens to defeat macro
7075         expansion of __isctype in its declaration.
7077 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7079         * include/sys/uio.h (__libc_readv): Remove declaration.
7080         (__libc_writev): Likewise.
7081         * misc/readv.c (__libc_readv): Rename to __readv.
7082         (__readv): Do not define as alias.
7083         (readv): Define as alias of __readv.
7084         * misc/writev.c (__libc_writev): Rename to __writev.
7085         (__writev): Do not define as alias.
7086         (writev): Define as alias of __writev.
7087         * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
7088         (__readv): Do not define as alias.
7089         (readv): Define unconditionally as alias of __readv.
7090         * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
7091         (__writev): Do not define as alias.
7092         (writev): Define unconditionally as alias of __writev.
7093         * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
7094         name.
7095         (writev): Do not define __libc_writev name.
7097 2014-10-30  Roland McGrath  <roland@hack.frob.com>
7099         * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
7100         (convert_charseq): New function, broken out of ...
7101         (use_from_charmap): ... here.  Call it.
7102         (use_to_charmap): Use convert_charseq and free instead of duplicating
7103         its code with a variable-length stack struct.
7105 2014-10-30  Joseph Myers  <joseph@codesourcery.com>
7107         * include/fcntl.h (__libc_creat): Remove declaration.
7108         * io/creat.c (__libc_creat): Rename to creat.
7109         (creat): Do not define as alias.
7110         * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
7111         of creat instead of __libc_creat.
7112         * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
7113         to creat.
7114         (creat): Do not define as alias.
7115         [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
7116         __libc_creat.
7117         * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
7118         __libc_creat name.
7119         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
7120         Likewise.
7122 2014-10-29  Carlos O'Donell  <carlos@redhat.com>
7124         * manual/llio.texi: Add comments discussing why write() may be
7125         considered MT-unsafe on Linux.
7127 2014-10-28  Carlos O'Donell  <carlos@redhat.com>
7129         * dl-load.c (local_strdup): Remove.
7130         (expand_dynamic_string_token): Use __strdup.
7131         (decompose_rpath): Likewise.
7132         (_dl_map_object): Likewise.
7134 2014-10-28  Joseph Myers  <joseph@codesourcery.com>
7136         [BZ #14132]
7137         * sysdeps/generic/unwind-dw2-fde.c
7138         (__register_frame_info_bases_internal): Do not declare.
7139         (__register_frame_info_table_bases_internal): Likewise.
7140         (__deregister_frame_info_bases_internal): Likewise.
7141         (__register_frame_info_bases): Declare and use hidden_proto before
7142         definition.  Use hidden_def instead of INTDEF.
7143         (__register_frame_info_table_bases): Likewise.
7144         (__deregister_frame_info_bases): Likewise.
7145         (__register_frame_info): Do not use INTUSE.
7146         (__register_frame): Likewise.
7147         (__register_frame_info_table): Likewise.
7148         (__register_frame_table): Likewise.
7149         (__deregister_frame_info): Likewise.
7150         (__deregister_frame): Likewise.
7152 2014-10-27  Gratian Crisan  <gratian.crisan@ni.com>
7154         * sysdeps/unix/sysv/linux/arm/kernel-features.h
7155         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
7156         not undefine.
7157         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
7158         Likewise.
7159         [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
7160         Likewise.
7162 2014-10-27  Joseph Myers  <joseph@codesourcery.com>
7164         [BZ #14138]
7165         * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
7166         * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
7167         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
7168         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
7169         * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
7170         * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
7171         * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
7172         * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
7173         * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
7174         * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
7175         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
7176         * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
7177         * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
7178         syscall.
7179         (setfsuid): Likewise.
7180         * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
7181         (setfsuid): Likewise.
7182         * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
7183         (setfsuid): Likewise.
7184         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
7185         Likewise.
7186         (setfsuid): Likewise.
7187         * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
7188         (setfsuid): Likewise.
7189         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
7190         Likewise.
7191         (setfsuid): Likewise.
7193 2014-10-27  Andreas Schwab  <schwab@suse.de>
7195         [BZ #17501]
7196         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
7197         check for Slow_SSE4_2 feature bit.
7198         * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
7199         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
7200         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
7201         Likewise.  Fix check for Fast_Unaligned_Load feature bit.
7203 2014-10-24  Roland McGrath  <roland@hack.frob.com>
7205         * configure.ac: Validate compiler version with a empirical test of
7206         __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
7207         $CC -v output.
7208         * configure: Regenerated.
7210         * inet/htons.c (htons): Prototypify.
7211         * inet/htonl.c (htonl): Likewise.
7213 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7215         * string/strncat.c (strncat): Improve performance by using strlen.
7217 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7219         * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
7221 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7223         * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
7224         Call libc_fetestexcept_aarch64.
7226 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7228         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
7229         Call libc_feholdexcept_aarch64.
7231 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7233         * sysdeps/aarch64/fpu/fegetround.c (fegetround):
7234         Call get_rounding_mode.
7236 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7238         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
7239         Simplify logic.
7241 2014-10-24  Wilco Dijkstra  <wdijkstr@arm.com>
7243         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
7244         Simplify logic.
7246 2014-10-24  Joseph Myers  <joseph@codesourcery.com>
7248         [BZ #14138]
7249         * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
7250         * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
7251         * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
7252         * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
7253         * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
7254         * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
7255         * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
7256         * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
7257         * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
7258         * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
7259         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
7260         * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
7261         * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
7262         * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
7263         * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
7264         * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
7265         * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
7266         * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
7267         * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
7268         * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
7269         * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
7270         * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
7271         * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
7272         * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
7273         * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
7274         * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
7275         * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
7276         * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
7277         * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
7278         * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
7279         * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
7280         * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
7281         * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
7282         * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
7283         * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
7284         * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
7285         * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
7286         * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
7287         * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
7288         * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
7289         * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
7290         syscall.
7291         (geteuid): Likewise.
7292         (getgid): Likewise.
7293         (getuid): Likewise.
7294         (getresgid): Likewise.
7295         (getresuid): Likewise.
7296         (getgroups): Likewise.
7297         * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
7298         (geteuid): Likewise.
7299         (getgid): Likewise.
7300         (getuid): Likewise.
7301         (getresgid): Likewise.
7302         (getresuid): Likewise.
7303         (getgroups): Likewise.
7304         * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
7305         (geteuid): Likewise.
7306         (getgid): Likewise.
7307         (getuid): Likewise.
7308         (getresgid): Likewise.
7309         (getresuid): Likewise.
7310         (getgroups): Likewise.
7311         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
7312         Likewise.
7313         (geteuid): Likewise.
7314         (getgid): Likewise.
7315         (getuid): Likewise.
7316         (getresgid): Likewise.
7317         (getresuid): Likewise.
7318         (getgroups): Likewise.
7319         * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
7320         (geteuid): Likewise.
7321         (getgid): Likewise.
7322         (getuid): Likewise.
7323         (getresgid): Likewise.
7324         (getresuid): Likewise.
7325         (getgroups): Likewise.
7326         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
7327         Likewise.
7328         (geteuid): Likewise.
7329         (getgid): Likewise.
7330         (getuid): Likewise.
7331         (getgroups): Likewise.
7333         [BZ #14138]
7334         * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
7335         * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
7336         * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
7337         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7338         * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
7339         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
7340         * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
7341         * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
7342         * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
7343         * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
7344         * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
7345         * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
7346         * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
7347         __chown.
7348         * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
7349         (lchown): Likewise.
7350         (fchown): Likewise.
7351         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
7352         Likewise.
7353         (lchown): Likewise.
7354         (fchown): Likewise.
7355         * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
7356         (lchown): Likewise.
7357         (fchown): Likewise.
7358         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
7359         Likewise.
7360         (lchown): Likewise.
7361         (fchown): Likewise.
7363 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7365         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7366         Simplify logic.
7368 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7370         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7371         Cleanup logic.
7373 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7375         * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7376         Remove unused include.
7378 2014-10-23  Wilco Dijkstra  <wdijkstr@arm.com>
7380         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7381         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7382         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7383         * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7385 2014-10-23  Carlos O'Donell  <carlos@systemhalted.org>
7386             Helge Deller <deller@gmx.de>
7388         [BZ #17508]
7389         * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7390         Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7391         Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7393 2014-10-23  Joseph Myers  <joseph@codesourcery.com>
7395         [BZ #14132]
7396         * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7397         Remove macro definition.
7398         (__ashrdi3_v_glibc20): Likewise.
7399         (__lshrdi3_v_glibc20): Likewise.
7400         (__cmpdi2_v_glibc20): Likewise.
7401         (__ucmpdi2_v_glibc20): Likewise.
7402         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7403         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7404         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7405         [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7406         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7407         [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7409 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7411         * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7412         old GNU extension [0] syntax.
7413         * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7414         alloca rather than an array member with variable length.
7415         * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7416         * nscd/nscd.c (invalidate_db): New function, broken out of ...
7417         (parse_opt): ... here.  Likewise use alloca there.
7418         Validate the -i argument before checking for rootness.
7419         (send_shutdown): New function, broken out of ...
7420         (parse_opt): ... here.
7422 2014-10-22  Roland McGrath  <roland@hack.frob.com>
7424         * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7425         macro to get at the _rt_local_ro field.
7426         [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7427         ([PIC] case) or _dl_hwcap ([!PIC] case).
7428         * sysdeps/arm/setjmp.S: Likewise.
7430         * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7431         * sysdeps/arm/configure.ac: New check to define it.
7432         * sysdeps/arm/configure: Regenerated.
7433         * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7434         (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7435         (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7436         depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7437         (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7438         Use move/movt pair instead of a load.
7439         (LDST_GLOBAL): Macro removed.
7440         (LDR_GLOBAL): New macro replaces it.
7441         (LDR_HIDDEN): New macro.
7442         (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7443         Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7445         * setjmp/tst-setjmp-static.c: New file.
7446         * setjmp/Makefile (tests): Add it.
7447         (tests-static): New variable.
7449 2014-10-22  Maciej W. Rozycki  <macro@codesourcery.com>
7451         [BZ #17485]
7452         * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7454 2014-10-21  Joseph Myers  <joseph@codesourcery.com>
7456         [BZ #14132]
7457         * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7459 2014-10-21  Roland McGrath  <roland@hack.frob.com>
7461         * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7463 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7465         * io/fts.c (dirent_not_directory): New function.
7466         (fts_build): Call it.
7468 2014-10-20  Roland McGrath  <roland@hack.frob.com>
7470         * nptl/version.c (__nptl_main): Use normal __write rather than
7471         INTERNAL_SYSCALL.
7472         (banner): Update copyright years.
7474         * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7475         gettimeofday.
7476         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7477         * nptl/pthread_cond_timedwait.c: Likewise.
7478         * nptl/pthread_mutex_timedlock.c: Likewise.
7479         * nptl/sem_timedwait.c: Likewise.
7481         * sysdeps/nptl/bits/libc-lock.h
7482         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7483         (__libc_lock_init_recursive): Return void, not 0.
7484         * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7485         (__libc_rwlock_init): Likewise.
7486         * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7488 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7490         [BZ #15215]
7491         * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7492         (__pthread_once_slow): ... here.
7493         * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7494         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7496 2014-10-20  Torvald Riegel  <triegel@redhat.com>
7498         [BZ #15215]
7499         * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7500         __PTHREAD_ONCE_FORK_GEN_INCR): New.
7501         * sysdeps/nptl/fork.c (__libc_fork): Use them.
7502         * nptl/pthread_once.c (__pthread_once): Likewise.
7503         Update comments.
7505 2014-10-20  Joseph Myers  <joseph@codesourcery.com>
7507         [BZ #14138]
7508         * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7509         name.
7510         (writev): Use __libc_writev as strong name.
7511         * sysdeps/unix/sysv/linux/readv.c: Remove file.
7512         * sysdeps/unix/sysv/linux/writev.c: Likewise.
7514 2014-10-17  Roland McGrath  <roland@hack.frob.com>
7516         * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7518         * sysdeps/i386/nptl/tls.h
7519         (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7520         [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7521         New macros.
7522         * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7523         (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7524         * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7525         Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7526         * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7527         Call CHECK_THREAD_SYSINFO instead of doing an assert.
7529         * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7530         Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7531         on [__NR_futex].
7532         * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7533         broken out of ...
7534         (__pthread_mutex_init): ... here.  Call it.
7535         * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7536         Conditionalize PI cases on [__NR_futex].
7537         * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7538         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7539         * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7541         * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7542         conditional on [SIGSETXID].
7543         (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7544         (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7545         is defined.  Likewise for SIGSETXID.
7546         * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7547         Conditionalize definitions on [SIGSETXID].
7548         (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7549         * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7550         unblocking on [SIGCANCEL].
7552         * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7553         [__NR_set_robust_list].
7555 2014-10-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7557         * string/strcoll_l.c (get_next_seq): Fix up formatting.
7558         (do_compare): Likewise.
7560 2014-10-17  Leonhard Holz  <leonhard.holz@web.de>
7562         [BZ #15884]
7563         * string/strcoll_l.c: Don't include stdio.h.
7564         (coll_seq): Remove members idxarr and rulearr.
7565         (get_next_seq_cached): Remove function.
7566         (get_next_seq): Likewise.
7567         (get_next_seq_nocache): Rename to get_next_seq.
7568         (do_compare): Remove function.
7569         (do_compare_nocache): Rename to do_compare.
7570         (STRCOLL): Remove weight and rules cache.
7572 2014-10-16  Roland McGrath  <roland@hack.frob.com>
7574         * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7575         * sysdeps/arm/sfp-machine.h: ... to here.
7576         * sysdeps/arm/Implies: Remove arm/soft-fp.
7578 2014-10-14  Joseph Myers  <joseph@codesourcery.com>
7580         * conform/data/sys/utsname.h-data (*_t): Allow.
7581         * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7582         [POSIX] (WEXITED): Do not expect constant.
7583         [POSIX] (WSTOPPED): Likewise.
7584         [POSIX] (WNOHANG): Likewise.
7585         [POSIX] (WNOWAIT): Likewise.
7586         [POSIX] (siginfo_t): Do not expect type or elements.
7587         [POSIX] (pid_t): Do not expect type.
7588         [POSIX] (signal.h): Do not allow header.
7589         [POSIX] (sys/resource.h): Likewise.
7590         [POSIX] (si_*): Do not allow pattern.
7591         [POSIX] (W*): Likewise.
7592         [POSIX] (P_*): Likewise.
7593         [POSIX] (BUS_*): Likewise.
7594         [POSIX] (CLD_*): Likewise.
7595         [POSIX] (FPE_*): Likewise.
7596         [POSIX] (ILL_*): Likewise.
7597         [POSIX] (POLL_*): Likewise.
7598         [POSIX] (SEGV_*): Likewise.
7599         [POSIX] (SI_*): Likewise.
7600         [POSIX] (TRAP_*): Likewise.
7601         * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7602         variable.
7604 2014-10-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
7606         [BZ #12926]
7607         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7608         infinite loop when __recvmsg returns 0.
7610 2014-10-10  Joseph Myers  <joseph@codesourcery.com>
7612         * CANCEL-FCT-WAIVE: Remove file.
7613         * CANCEL-FILE-WAIVE: Likewise.
7615         [BZ #14132]
7616         * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7617         instead of INTVARDEF.
7618         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7619         * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7620         rtld_hidden_data_def instead of INTVARDEF.
7621         (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7622         * elf/dl-deps.c (expand_dst): Likewise.
7623         * elf/dl-load.c (_dl_dst_count): Likewise.
7624         (_dl_dst_substitute): Likewise.
7625         (decompose_rpath): Likewise.
7626         (_dl_init_paths): Likewise.
7627         (open_path): Likewise.
7628         (_dl_map_object): Likewise.
7629         * elf/rtld.c (dl_main): Likewise.
7630         (process_dl_audit): Likewise.
7631         (process_envvars): Likewise.
7632         * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7633         Remove declaration.
7634         (__libc_enable_secure): Use rtld_hidden_proto.
7636 2014-10-09  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7638         * elf/dl-load.c
7639         (add_path): New function broken out of _dl_rtld_di_serinfo.
7640         (_dl_rtld_di_serinfo): Remove that nested function.  Update call sites.
7642 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7644         * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7645         parentheses around macro arguments.
7646         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7647         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7648         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7649         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7650         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7651         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7652         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7653         [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7654         [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7655         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7656         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7657         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7658         [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7659         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7660         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7661         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7662         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7663         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7664         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7665         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7666         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7667         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7668         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7669         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7670         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7671         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7672         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7673         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7674         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7675         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7676         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7677         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7678         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7679         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7680         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7681         * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7682         Likewise.
7683         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7684         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7685         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7686         [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7687         [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7688         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7689         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7690         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7691         [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7692         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7693         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7694         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7695         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7696         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7697         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7698         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7699         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7700         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7701         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7702         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7703         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7704         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7705         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7706         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7707         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7708         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7709         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7710         * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7711         (_FP_FRAC_SRS_1): Likewise.
7712         (_FP_FRAC_CLZ_1): Likewise.
7713         (_FP_MUL_MEAT_1_imm): Likewise.
7714         (_FP_MUL_MEAT_1_wide): Likewise.
7715         (_FP_MUL_MEAT_1_hard): Likewise.
7716         (_FP_SQRT_MEAT_1): Likewise.
7717         (_FP_FRAC_ASSEMBLE_1): Likewise.
7718         (_FP_FRAC_DISASSEMBLE_1): Likewise.
7719         * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7720         (__FP_CLZ_2): Likewise.
7721         (_FP_MUL_MEAT_2_wide): Likewise.
7722         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7723         (_FP_MUL_MEAT_2_gmp): Likewise.
7724         (_FP_MUL_MEAT_2_120_240_double): Likewise.
7725         (_FP_SQRT_MEAT_2): Likewise.
7726         (_FP_FRAC_ASSEMBLE_2): Likewise.
7727         (_FP_FRAC_DISASSEMBLE_2): Likewise.
7728         * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7729         (_FP_FRAC_CLZ_4): Likewise.
7730         (_FP_MUL_MEAT_4_wide): Likewise.
7731         (_FP_MUL_MEAT_4_gmp): Likewise.
7732         (_FP_SQRT_MEAT_4): Likewise.
7733         (_FP_FRAC_ASSEMBLE_4): Likewise.
7734         (_FP_FRAC_DISASSEMBLE_4): Likewise.
7735         * soft-fp/op-common.h (_FP_CMP): Likewise.
7736         (_FP_CMP_EQ): Likewise.
7737         (_FP_CMP_UNORD): Likewise.
7738         (_FP_TO_INT): Likewise.
7739         (_FP_FROM_INT): Likewise.
7740         [!__FP_CLZ] (__FP_CLZ): Likewise.
7741         (_FP_DIV_HELP_imm): Likewise.
7742         * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7743         Likewise.
7744         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7745         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7746         [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7747         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7748         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7749         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7750         [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7751         [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7752         [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7753         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7754         [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7755         [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7756         [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7757         [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7758         [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7759         [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7760         [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7761         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7762         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7763         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7764         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7765         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7766         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7767         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7768         [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7769         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7770         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7771         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7772         [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7773         [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7774         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7775         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7776         [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7777         [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7778         [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7779         * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7780         (FP_UNPACK_RAW_SP): Likewise.
7781         (FP_PACK_RAW_S): Likewise.
7782         (FP_PACK_RAW_SP): Likewise.
7783         (FP_UNPACK_S): Likewise.
7784         (FP_UNPACK_SP): Likewise.
7785         (FP_UNPACK_SEMIRAW_S): Likewise.
7786         (FP_UNPACK_SEMIRAW_SP): Likewise.
7787         (FP_PACK_S): Likewise.
7788         (FP_PACK_SP): Likewise.
7789         (FP_PACK_SEMIRAW_S): Likewise.
7790         (FP_PACK_SEMIRAW_SP): Likewise.
7791         (_FP_SQRT_MEAT_S): Likewise.
7792         (FP_CMP_S): Likewise.
7793         (FP_CMP_EQ_S): Likewise.
7794         (FP_CMP_UNORD_S): Likewise.
7795         (FP_TO_INT_S): Likewise.
7796         (FP_FROM_INT_S): Likewise.
7798         * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7800         * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7801         (FP_EX_INVALID_IMZ): Likewise.
7802         (FP_EX_INVALID_IMZ_FMA): Likewise.
7803         (FP_EX_INVALID_ISI): Likewise.
7804         (FP_EX_INVALID_ZDZ): Likewise.
7805         (FP_EX_INVALID_IDI): Likewise.
7806         (FP_EX_INVALID_SQRT): Likewise.
7807         (FP_EX_INVALID_CVI): Likewise.
7808         (FP_EX_INVALID_VC): Likewise.
7809         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7810         "invalid" exceptions.
7811         (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7812         (_FP_ADD_INTERNAL): Likewise.
7813         (_FP_MUL): Likewise.
7814         (_FP_FMA): Likewise.
7815         (_FP_DIV): Likewise.
7816         (_FP_CMP_CHECK_NAN): Likewise.
7817         (_FP_SQRT): Likewise.
7818         (_FP_TO_INT): Likewise.
7819         (FP_EXTEND): Likewise.
7821 2014-10-09  Allan McRae  <allan@archlinux.org>
7823         * po/fr.po: Update French translation from translation project.
7825 2014-10-09  Joseph Myers  <joseph@codesourcery.com>
7827         [BZ #14132]
7828         * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7829         of INTDEF.
7830         * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7831         (__cxa_atexit): Use libc_hidden_proto.
7832         [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7834         [BZ #14132]
7835         * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7836         declaration.
7837         [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7838         [!_ISOMAC] (__iswspace_l_internal): Likewise.
7839         [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7840         [!_ISOMAC] (__iswctype_internal): Likewise.
7841         * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7842         * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7843         alias.
7844         (fcntl): Remove __fcntl_internal alias.
7845         * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7846         __connect_internal alias.
7847         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7848         Likewise.
7850         * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7851         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7852         FP_DENORM_ZERO.
7853         (_FP_CHECK_FLUSH_ZERO): New macro.
7854         (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7855         (_FP_CMP): Likewise.
7856         (_FP_CMP_EQ): Likewise.
7857         (_FP_TO_INT): Do not set inexact for subnormal arguments if
7858         FP_DENORM_ZERO.
7859         (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7860         (FP_TRUNC): Likewise.
7862         * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7863         treated as invalid conversion, not as normal exponent.
7865         * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7866         (_FP_CMP): Add extra argument EX.  Call _FP_CMP_CHECK_NAN.
7867         (_FP_CMP_EQ): Likewise.
7868         (_FP_CMP_UNORD): Likewise.
7869         * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7870         (FP_CMP_EQ_D): Likewise.
7871         (FP_CMP_UNORD_D): Likewise.
7872         * soft-fp/extended.h (FP_CMP_E): Likewise.
7873         (FP_CMP_EQ_E): Likewise.
7874         (FP_CMP_UNORD_E): Likewise.
7875         * soft-fp/quad.h (FP_CMP_Q): Likewise.
7876         (FP_CMP_EQ_Q): Likewise.
7877         (FP_CMP_UNORD_Q): Likewise.
7878         * soft-fp/single.h (FP_CMP_S): Likewise.
7879         (FP_CMP_EQ_S): Likewise.
7880         (FP_CMP_UNORD_S): Likewise.
7881         * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7882         * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7883         * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7884         * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7885         * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7886         * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7887         * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7888         * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7889         * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7890         * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7891         * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7892         * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7893         * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7894         to FP_CMP_Q.
7895         * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7896         FP_CMP_Q.
7897         * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7898         * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7899         FP_CMP_EQ_Q.
7900         * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7901         FP_CMP_Q.
7902         * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7903         * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7904         * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7905         * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7906         FP_CMP_EQ_Q.
7907         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7908         FP_CMP_Q.
7909         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7910         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7911         FP_CMP_EQ_Q.
7912         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7913         FP_CMP_Q.
7914         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7915         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7916         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7917         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7918         FP_CMP_EQ_Q.
7920         * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7921         a subnormal result, set the underflow exception if trapping on
7922         underflow is enabled.
7923         * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7924         (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7925         [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7926         redefine to 0.
7927         * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7928         * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7929         * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7930         * soft-fp/extendxftf2.c (__extendxftf2): Use
7931         FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7933         * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7934         * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7935         (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7936         FP_HANDLE_EXCEPTIONS.
7937         * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7938         (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7939         FP_HANDLE_EXCEPTIONS.
7940         * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7941         (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7942         FP_HANDLE_EXCEPTIONS.
7943         * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7944         (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7945         FP_HANDLE_EXCEPTIONS.
7947 2014-10-08  Joseph Myers  <joseph@codesourcery.com>
7949         [BZ #14132]
7950         * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7951         * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7952         use INTUSE.
7953         [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7954         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7955         Remove alias.
7956         (__adjtimex): Define using libc_hidden_ver.
7957         * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7958         Remove declaration.
7959         (ntp_gettime): Call __adjtimex directly.
7960         * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7961         Remove declaration.
7962         (ntp_gettimex): Call __adjtimex directly.
7963         * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7964         __adjtimex_internal alias.
7966 2014-10-08  Roland McGrath  <roland@hack.frob.com>
7968         [BZ #17460]
7969         * nscd/nscd.c (more_help): Rewrite list of tables collection
7970         using xstrdup and asprintf.
7972         * nscd/nscd_conf.c: Remove local xstrdup declaration.
7974 2014-10-08  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
7975             Roland McGrath  <roland@hack.frob.com>
7977         * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7978         (do_lookup_unique): ... local function 'enter' here; update callers.
7980 2014-10-06  Joseph Myers  <joseph@codesourcery.com>
7982         * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7983         compat_symbol calls on [SHARED].
7984         * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7985         * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7986         Remove.
7987         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7988         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7989         (oldsetrlimit): Remove.
7990         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7991         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7992         (lchown): New syscall entry.
7993         (oldsetrlimit): Remove.
7994         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7995         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7996         (oldsetrlimit): Remove.
7997         (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7999         [BZ #14138]
8000         * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
8001         * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
8002         * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
8003         * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
8004         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
8005         * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
8006         (fchown): Likewise.
8007         * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
8008         (fchown): Likewise.
8009         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
8010         Likewise.
8012 2014-10-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8014         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
8015         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
8016         (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
8017         __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
8018         * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
8019         Likewise.
8020         (__old_sem_post): Likewise.
8022 2014-10-06  Chris Metcalf  <cmetcalf@tilera.com>
8024         * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
8025         INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
8026         HAVE_CLOCK_GETTIME_VSYSCALL macros.
8027         * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
8028         Use INLINE_VSYSCALL macro.
8029         * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
8030         __vdso_clock_gettime.
8031         * sysdeps/unix/sysv/linux/tile/init-first.c
8032         (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
8033         * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
8034         __vdso_clock_gettime.
8036         * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
8037         to set up frame more cleanly.
8039         * sysdeps/tile/memcmp.c: New file.
8041         * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
8043         * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
8044         * sysdeps/tile/tilegx/strcasestr.c: New file.
8045         * sysdeps/tile/tilegx/strnlen.c: New file.
8046         * sysdeps/tile/tilegx/strstr.c: New file.
8048         * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
8050 2014-10-06  Arjun Shankar  <arjun.is@lostca.se>
8052         * nptl/tst-setuid3.c: Write errors to stdout.
8054 2014-10-01  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8056         * elf/dl-deps.c
8057         (preload): New functions broken out of _dl_map_object_deps.
8058         (_dl_map_object_deps):  Remove a nested function. Update call sites.
8060 2014-10-01  Joseph Myers  <joseph@codesourcery.com>
8062         [BZ #14138]
8063         * sysdeps/unix/sysv/linux/execve.c: Remove file.
8064         * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
8066 2014-10-01  Steve Ellcey  <sellcey@mips.com>
8068         * sysdeps/mips/strcmp.S: New.
8070 2014-09-30  Joseph Myers  <joseph@codesourcery.com>
8072         [BZ #14138]
8073         * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
8074         (linkat): Likewise.
8075         (mkdirat): Likewise.
8076         (readlinkat): Likewise.
8077         (renameat): Likewise.
8078         (symlinkat): Likewise.
8079         (unlinkat): Likewise.
8080         * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
8081         * sysdeps/unix/sysv/linux/linkat.c: Likewise.
8082         * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
8083         * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
8084         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
8085         * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
8086         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
8088 2014-09-30  Will Newton  <will.newton@linaro.org>
8090         * math/math.h: Define long double math functions if
8091         _LIBC_TEST is defined.
8092         * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
8094         * localedata/Makefile: Move assignment to tests-special
8095         into an ifdef testing run-built-tests.
8096         * timezone/Makefile: Likewise.
8098 2014-09-29  Joseph Myers  <joseph@codesourcery.com>
8100         * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
8101         with $(BASH) not $(SHELL).
8103 2014-09-29  Carlos O'Donell  <carlos@redhat.com>
8104             Matthew LeGendre  <legendre1@llnl.gov>
8106         [BZ #17411]
8107         * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
8108         l_reloc_result.
8110 2014-09-29  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8112         * stdio-common/printf_fp.c
8113         (hack_digit): New function, broken out of ...
8114         (__printf_fp): ... local function here.  Update call sites.
8115         hack_digit now takes an additional parameter that is a pointer
8116         to a struct of the referenced locals.  Those locals moved inside
8117         the struct and references updated.
8119 2014-09-29  H.J. Lu  <hongjiu.lu@intel.com>
8121         * aclocal.m4: Require autoconf 2.69.
8122         * configure: Regenerated.
8123         * sysdeps/aarch64/configure: Likewise.
8124         * sysdeps/alpha/configure: Likewise.
8125         * sysdeps/arm/armv7/configure: Likewise.
8126         * sysdeps/arm/configure: Likewise.
8127         * sysdeps/ia64/configure: Likewise.
8128         * sysdeps/mach/configure: Likewise.
8129         * sysdeps/mips/configure: Likewise.
8130         * sysdeps/s390/configure: Likewise.
8131         * sysdeps/unix/sysv/linux/mips/configure: Likewise.
8132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
8134         * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
8135         file.
8136         * sysdeps/ia64/configure.ac: Likewise.
8138 2014-09-26  Joseph Myers  <joseph@codesourcery.com>
8140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
8141         specify symbol version for ld.so.  Do not include entry for
8142         libpthread.
8143         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8144         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8145         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8147         [BZ #14171]
8148         * Makeconfig [$(build-shared) = yes]
8149         ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
8150         makefiles.
8151         [$(build-shared) = yes && $(soversions.mk-done) = t]
8152         ($(common-objpfx)gnu/lib-names.h): Remove rule.
8153         [$(build-shared) = yes && $(soversions.mk-done) = t]
8154         ($(common-objpfx)gnu/lib-names.stmp): Likewise.  Split and moved
8155         to Makerules.
8156         [$(build-shared) = yes && $(soversions.mk-done) = t]
8157         (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
8158         here.
8159         [$(build-shared) = yes && $(soversions.mk-done) = t]
8160         (common-generated): Don't append gnu/lib-names.h and
8161         gnu/lib-names.stmp here.
8162         * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
8163         (lib-names-h-abi): New variable.
8164         [$(build-shared) = yes && $(soversions.mk-done) = t]
8165         (lib-names-stmp-abi): Likewise.
8166         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8167         abi-variants] (before-compile): Append
8168         $(common-objpfx)$(lib-names-h-abi).
8169         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8170         abi-variants] (common-generated): Append gnu/lib-names.h.
8171         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8172         abi-variants] (install-others-nosubdir): Depend on
8173         $(inst_includedir)/$(lib-names-h-abi).
8174         [$(build-shared) = yes && $(soversions.mk-done) = t &&
8175         abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
8176         [$(build-shared) = yes && $(soversions.mk-done) = t]
8177         ($(common-objpfx)$(lib-names-h-abi)): New rule.
8178         [$(build-shared) = yes && $(soversions.mk-done) = t]
8179         ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
8180         [$(build-shared) = yes && $(soversions.mk-done) = t]
8181         (common-generated): Append $(lib-names-h-abi) and
8182         $(lib-names-stmp-abi).
8183         * scripts/lib-names.awk: Do not handle multi being set.
8184         * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
8185         Remove variable.
8186         (abi-lp64_be-ld-soname): Likewise.
8187         * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
8188         Likewise.
8189         (abi-hard-ld-soname): Likewise.
8190         * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
8191         * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
8192         Remove variable.
8193         (abi-o32_hard-ld-soname): Likewise.
8194         (abi-o32_soft_2008-ld-soname): Likewise.
8195         (abi-o32_hard_2008-ld-soname): Likewise.
8196         (abi-n32_soft-ld-soname): Likewise.
8197         (abi-n32_hard-ld-soname): Likewise.
8198         (abi-n32_soft_2008-ld-soname): Likewise.
8199         (abi-n32_hard_2008-ld-soname): Likewise.
8200         (abi-n64_soft-ld-soname): Likewise.
8201         (abi-n64_hard-ld-soname): Likewise.
8202         (abi-n64_soft_2008-ld-soname): Likewise.
8203         (abi-n64_hard_2008-ld-soname): Likewise.
8204         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
8205         Likewise.
8206         (abi-64-v2-ld-soname): Likewise.
8207         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
8208         ld.so entries.
8209         * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
8210         variable.
8211         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
8212         entry.
8213         * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
8214         variable.
8215         (abi-64-ld-soname): Likewise.
8216         (abi-x32-ld-soname): Likewise.
8217         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
8218         entry.
8219         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8221 2014-09-23  Joseph Myers  <joseph@codesourcery.com>
8223         [BZ #14138]
8224         * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
8225         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
8226         * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
8227         * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
8228         * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
8229         * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
8230         * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
8231         syscall entry for GLIBC_2.2 symbol version.
8232         * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
8233         Likewise.
8234         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
8235         (setrlimit): Likewise.
8236         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
8237         Likewise.
8239 2014-09-23  Will Newton  <will.newton@linaro.org>
8241         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
8242         _LINUX_ARM_SYSDEP_H include guard too.
8243         * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
8244         define.
8246 2014-09-20  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
8248         * sysdeps/unix/sysv/linux/eventfd.c:
8249         Make first argument unsigned.
8250         * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
8251         * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
8253 2014-09-20  Ondřej Bílka  <neleai@seznam.cz>
8255         * socket/recvmmsg.c (recvmmsg): Drop const argument.
8256         * socket/sys/socket.h: Likewise
8257         * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
8259 2014-09-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
8261         * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
8263 2014-09-17  Arjun Shankar  <arjun.is@lostca.se>
8265         * time/tst-ftime.c: New test.
8266         * time/Makefile (tests): Add tst-ftime.
8268 2014-09-17  Joseph Myers  <joseph@codesourcery.com>
8270         * soft-fp/extended.h: Fix comment formatting.
8271         * soft-fp/op-1.h: Likewise.
8272         * soft-fp/op-2.h: Likewise.
8273         * soft-fp/op-4.h: Likewise.
8274         * soft-fp/op-8.h: Likewise.
8275         * soft-fp/op-common.h: Likewise.
8276         * soft-fp/soft-fp.h: Likewise.
8278         * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
8280 2014-09-16  Joseph Myers  <joseph@codesourcery.com>
8282         [BZ #6652]
8283         * Makeconfig (soversions-default-setname): Remove variable.
8284         ($(common-objpfx)soversions.i): Don't pass default_setname to
8285         soversions.awk.
8286         * Makerules ($(common-objpfx)abi-versions.h): Don't pass
8287         oldest_abi to abi-versions.awk.
8288         * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
8289         * config.make.in (oldest-abi): Remove variable.
8290         * configure.ac (--enable-oldest-abi): Remove configure option.
8291         * configure: Regenerated.
8292         * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
8293         text.
8294         * scripts/abi-versions.awk: Do not handle oldest_abi variable.
8295         * scripts/soversions.awk: Do not handle default_setname variable.
8296         * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
8297         variable.
8298         * sysdeps/mach/hurd/configure: Regenerated.
8299         * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
8300         variable.
8301         * sysdeps/unix/sysv/linux/configure: Regenerated.
8303 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8305         * elf/Makefile (CFLAGS-interp.c): Remove.
8306         ($(elf-objpfx)runtime-linker.h): Generate header with linker
8307         path string.
8308         * elf/interp.c: Include generated runtime-linker.h
8310         * Makerules (lib%.so): Don't include $(+interp) in
8311         prerequisites.
8312         * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
8313         * dlfcn/eval.c: Remove file.
8315         * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
8316         macros.
8318         [BZ #17266]
8319         * misc/sys/cdefs.h: Define __extern_always_inline for clang
8320         4.2 and newer.
8322         [BZ #17370]
8323         * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
8325 2014-09-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
8326             Jakub Jelinek  <jakub@redhat.com>
8328         [BZ #17266]
8329         * libio/stdio.h: Check definition of __fortify_function
8330         instead of __extern_always_inline to include bits/stdio2.h.
8331         * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
8332         check if __extern_always_inline is defined.
8333         [__USE_MISC || __USE_XOPEN]: Likewise.
8334         [__USE_ISOC99] Likewise.
8335         * misc/sys/cdefs.h (__fortify_function): Define only if
8336         __extern_always_inline is defined.
8337         [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
8338         __extern_always_inline and __extern_inline only for g++-4.3
8339         and newer or a compatible gcc.
8341 2014-09-15  Andreas Schwab  <schwab@linux-m68k.org>
8343         [BZ #17371]
8344         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
8345         last change to handle zero prefix length.
8347 2014-09-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
8349         * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
8350         _SC_REGEX_VERSION.
8352         * posix/getconf.c (vars): Add _POSIX_IPV6 and
8353         _POSIX_RAW_SOCKETS.
8355 2014-09-13  Allan McRae  <allan@archlinux.org>
8357         * po/ru.po: Update Russian translation from translation project.
8359 2014-09-12  Roland McGrath  <roland@hack.frob.com>
8361         * locale/programs/locale.c (show_locale_vars): Inline local function
8362         into its sole call site.  Clean up some style nits.
8363         (print_item): New function, broken out of ...
8364         (show_info): ... local function here.  Clean up style nits.
8366         * locale/programs/ld-ctype.c (set_one_default): New function, broken
8367         out of ...
8368         (set_class_defaults): ... local function set_default here.
8369         Define set_default as a macro locally to pass constant parameters.
8370         (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8371         rather than a shared local.
8373         * stdlib/rpmatch.c (try): New function, broken out of ...
8374         (rpmatch): ... local function here.  Also, prototypify definition.
8376 2014-09-12  Joseph Myers  <joseph@codesourcery.com>
8378         * scripts/soversions.awk: Do not handle configuration names.
8379         * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8380         vendor and os variables to soversions.awk.
8381         * configure.ac: Do not modify gnu-* host_os.
8382         * configure: Regenerated
8383         * shlib-versions: Remove first column with configuration names.
8384         * nptl/shlib-versions: Likewise.
8385         * nptl_db/shlib-versions: Likewise.
8386         * sysdeps/hppa/shlib-versions: Likewise.
8387         * sysdeps/m68k/shlib-versions: Likewise.
8388         * sysdeps/mach/hurd/shlib-versions: Likewise.
8389         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8390         * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8391         * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8392         * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8393         * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8394         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8395         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8396         * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8398         Likewise.
8399         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8400         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8401         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8402         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8403         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8404         * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8405         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8406         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8409         (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8411         Regenerated.
8412         * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8413         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8414         Condition symbol version definitions on [HAVE_ELFV2_ABI].
8416         * shlib-versions: Remove OS-specific entries.  Moved to files in
8417         sysdeps.
8418         * sysdeps/mach/hurd/shlib-versions: New file.
8419         * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8421         * nptl/shlib-versions: Remove architecture-specific entries.
8422         Moved to files in sysdeps.
8423         * shlib-versions: Likewise.
8424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8425         file.
8426         * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8427         * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8428         * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8429         * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8431         * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8432         (UDP_NO_CHECK6_RX): Likewise.
8434 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8436         * sysdeps/posix/sysconf.c (__sysconf): Spell
8437         _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8439 2014-08-12  Florian Weimer  <fweimer@redhat.com>
8441         * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8442         loading.
8443         * iconv/Versions (__gconv_transliterate): Export for use from
8444         gconv modules.
8445         * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8446         (struct __gconv_trans_data, __gconv_trans_fct,
8447         __gconv_trans_context_fct, __gconv_trans_query_fct,
8448         __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8449         definitions.
8450         (struct __gconv_step_data): Remove __trans member.
8451         (__gconv_transliterate): Declaration moved from gconv_int.h.  No
8452         longer hidden.  Remove unused trans_data argument.
8453         * iconv/gconv_int.h (struct trans_struct): Remove definition.
8454         (__gconv_translit_find): Remove declaration.
8455         (__gconv_transliterate): Declaration moved to gconv.h.  Add hidden
8456         prototype.
8457         * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8458         * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8459         trans_data argument.  Add hidden definition.
8460         (__gconv_translit_find): Remove.
8461         * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8462         __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8463         * iconv/skeleton.c: Remove transliteration initialization.
8464         * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8465         __gconv_step_data initialization.
8466         * libio/iofwide.c (__libio_translit_): Remove.
8467         (_IO_fwide): Adjust struct __gconv_step_data initialization.
8468         * wcsmbs/btowc.c (__btowc): Likewise.
8469         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8470         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8471         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8472         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8473         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8474         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8475         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8476         * wcsmbs/wctob.c (wctob): Likewise.
8478 2014-09-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
8480         [BZ #16194]
8481         * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8482         * sysdeps/x86/tst-ld-sse-use.sh: ... this.  Check for zmm
8483         register usage.
8484         * sysdeps/x86/Makefile: Adjust.
8486 2014-09-11  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
8487             Roland McGrath  <roland@hack.frob.com>
8489         * locale/weight.h: Add include guard.
8490         (findidx): Make static rather than auto; take new parameters
8491         TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8492         * locale/weightwc.h: Likewise.
8493         * posix/fnmatch_loop.c
8494         (FCT): Change type of EXTRA from int32_t to wint_t.
8495         Don't include either header inside the function.
8496         Call FINDIDX rather than findidx, and pass new arguments.
8497         #undef FINDIDX at the end of the file.
8498         * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8499         FINDIDX before including fnmatch_loop.c for the non-wide version.
8500         [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8501         #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8502         for the wide version.
8503         * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8504         (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8505         Pass new arguments to findidx.
8506         * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8507         [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8508         Don't #include it inside the function.  Pass new arguments to findidx.
8509         * posix/regex_internal.h
8510         [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8511         (re_string_elem_size_at): Don't #include it inside the function.
8512         Pass new arguments to findidx.
8513         * string/strcoll_l.c: #include WEIGHT_H at top level.
8514         (get_next_seq): Don't #include it inside the function.
8515         Pass new arguments to findidx.
8516         (get_next_seq_nocache): Likewise.
8517         * string/strxfrm_l.c: #include WEIGHT_H at top level.
8518         (STRXFRM): Don't #include it inside the function.
8519         Pass new arguments to findidx.
8521 2014-09-11  Florian Weimer  <fweimer@redhat.com>
8523         [BZ #17344]
8524         * malloc/malloc.c (unlink): Turn asserts into a call to
8525         malloc_printerr.
8527 2014-09-11  Tim Lammens  <tim.lammens@gmail.com>
8529         [BZ #17370]
8530         * libio/wfileops (do_ftell_wide): Free OUT.
8532 2014-09-10  Chris Metcalf  <cmetcalf@tilera.com>
8534         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8536 2014-09-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
8538         [BZ #17363]
8539         * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8540         group if the current group is empty.
8542 2014-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8544         * benchtests/bench-memset.c (test_main): Add more test from size
8545         from 32 to 512 bytes.
8546         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8547         Add POWER8 memset object.
8548         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8549         (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8550         * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8551         implementation.
8552         * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8553         Likewise.
8554         * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8555         multiarch POWER8 memset optimization.
8556         * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8557         POWER8 memset optimization.
8559         * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8560         Remove bzero multiarch objects.
8561         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8562         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8563         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8564         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8565         Remove define.
8566         [__bzero]: Redefine to specific name.
8567         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8568         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8569         * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8570         define.
8571         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8572         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8574 2014-09-10  Florian Weimer  <fweimer@redhat.com>
8576         * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8577         warnings into errors.
8579         * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8580         __cxa_thread_atexit_impl prototype.
8582 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8584         * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8585         Fix capitalization of error message.
8587 2014-09-09  Steve Ellcey  <sellcey@mips.com>
8589         * sysdeps/mips/preconfigure: Modify ABI tests.
8591 2014-09-07  Carlos O'Donell  <carlos@systemhalted.org>
8593         * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8595 2014-09-07  Roland McGrath  <roland@hack.frob.com>
8596             Carlos O'Donell  <carlos@systemhalted.org>
8598         * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8599         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8600         * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8601         * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8602         * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8603         * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8604         * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8605         * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8606         * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8607         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8608         * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8609         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8610         * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8611         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8612         * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8613         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8614         * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8615         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8616         * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8617         * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8618         * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8619         * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8620         * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8621         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8622         * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8623         * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8624         * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8625         * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8626         Deconditionalize the code that was previously under [RESET_PID].
8627         * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8628         * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8629         * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8630         * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8631         include sysdep.h.
8633 2014-09-08  Allan McRae  <allan@archlinux.org>
8635         * version.h (RELEASE): Set to "development".
8636         (VERSION): Set to "2.20.90"
8638 2014-09-07  Allan McRae  <allan@archlinux.org
8640         * version.h (RELEASE): Set to "stable".
8641         (VERSION): Set to "2.20"
8642         * include/features.h (__GLIBC_MINOR__): Set to 20.
8644         * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8645         Liebler.
8647         * po/ko.po: Update Korean translation from translation project.
8649 2014-09-06  Chris Metcalf  <cmetcalf@tilera.com>
8651         [BZ #17354]
8652         * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8653         macro for handling signed relocations.
8655 2014-09-03  Florian Weimer  <fweimer@redhat.com>
8657         [BZ #17325]
8658         * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8659         * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8660         assert.
8661         * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8662         * iconvdata/ibm935.c (BODY): Likewise.
8663         * iconvdata/ibm937.c (BODY): Likewise.
8664         * iconvdata/ibm939.c (BODY): Likewise.
8665         * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8666         assert.
8667         * iconvdata/Makefile (iconv-test.out): Pass module list to test
8668         script.
8669         * iconvdata/run-iconv-test.sh: New test loop for checking for
8670         decoder crashers.
8672 2014-09-02  Khem Raj  <raj.khem@gmail.com>
8674         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8675         libm_hidden_ver.
8677 2014-09-01  Allan McRae  <allan@archlinux.org>
8679         * po/eo.po: Update Esperanto translation from translation project.
8681         * po/ca.po: Update Catalan translation from translation project.
8683 2014-08-28  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8685         * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8686         __proc_dostop call.
8688 2014-08-27  Mark Wielaard  <mjw@redhat.com>
8690         [BZ #17319]
8691         * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8692         to call set_thread_area instead of hand written asm.
8693         (__NR_set_thread_area): Removed define.
8694         (TLS_FLAG_WRITABLE): Likewise.
8695         (__ASSUME_SET_THREAD_AREA): Remove check.
8696         (TLS_EBX_ARG): Remove define.
8697         (TLS_LOAD_EBX): Likewise.
8699 2014-08-27  Samuel Thibault  <samuel.thibault@ens-lyon.org>
8701         Simplify atomicity of socket creation in bind.
8703         * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8704         looking up the name after linking the file.
8706 2014-08-27  Allan McRae  <allan@archlinux.org>
8708         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8710 2014-08-26  Florian Weimer  <fweimer@redhat.com>
8712         [BZ #17187]
8713         * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8714         trans_compare, open_translit, __gconv_translit_find):
8715         Remove module loading code.
8717 2014-08-26  Allan McRae  <allan@archlinux.org>
8719         * po/vi.po: Update Vietnamese translation from translation project.
8721         * po/uk.po: Update Ukrainian translation from translation project.
8723         * po/fr.po: Update French translation from translation project.
8725         * po/ru.po: Update Russian translation from translation project.
8727         * po/pl.po: Update Polish translation from translation project.
8729         * po/cs.po: Update Czech translation from translation project.
8731         * po/de.po: Update German translation from translation project.
8733         * po/bg.po: Update Bulgarian translation from translation project.
8735         * po/sv.po: Update Sweedish translation from translation project.
8737         * po/nl.po: Update Dutch translation from translation project.
8739         * po/es.po: Update Spanish translation from translation project.
8741 2014-08-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
8743         * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8745         * catgets/Makefile (CPPFLAGS-gencat): Remove.
8746         * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8747         (CPPFLAGS-iconvconfig): Likewise.
8748         * timezone/Makefile (CPPFLAGS-zic): Likewise.
8750         * include/libc-symbols.h: Remove unnecessary check for
8751         NOT_IN_libc.
8752         * nptl/pthreadP.h: Likewise.
8753         * sysdeps/aarch64/setjmp.S: Likewise.
8754         * sysdeps/alpha/setjmp.S: Likewise.
8755         * sysdeps/arm/sysdep.h: Likewise.
8756         * sysdeps/i386/setjmp.S: Likewise.
8757         * sysdeps/m68k/setjmp.c: Likewise.
8758         * sysdeps/posix/getcwd.c: Likewise.
8759         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8760         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8761         * sysdeps/s390/s390-32/setjmp.S: Likewise.
8762         * sysdeps/s390/s390-64/setjmp.S: Likewise.
8763         * sysdeps/sh/sh3/setjmp.S: Likewise.
8764         * sysdeps/sh/sh4/setjmp.S: Likewise.
8765         * sysdeps/unix/alpha/sysdep.h: Likewise.
8766         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8767         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8768         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8769         * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8770         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8771         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8772         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8773         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8774         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8775         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8776         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8777         * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8778         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8779         * sysdeps/x86_64/setjmp.S: Likewise.
8781 2014-08-13  Joseph Myers  <joseph@codesourcery.com>
8783         [BZ #17263]
8784         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8785         <stdint.h>.
8786         (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8787         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8789 2014-08-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
8791         * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8793         [BZ #17262]
8794         * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8795         and __x86_64__ when disabling x87 inline functions.
8797 2014-08-12  H.J. Lu  <hongjiu.lu@intel.com>
8799         [BZ #17259]
8800         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8801         asm statement with __cpuid_count.
8803 2014-08-12  Mike Frysinger  <vapier@gentoo.org>
8805         * configure.ac: Change __ehdr_start code to dereference the struct.
8806         Run readelf on the output to look for relocations.
8807         * configure: Regenerated.
8809 2014-08-12  Joseph Myers  <joseph@codesourcery.com>
8811         [BZ #17261]
8812         * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8813         value to 0.
8814         (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8816 2014-08-12  Roland McGrath  <roland@hack.frob.com>
8818         * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8820 2014-08-12  Bernard Ogden  <bernie.ogden@linaro.org>
8822         [BZ #16892]
8823         * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8824         atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8826 2014-08-12  Sean Anderson  <seanga2@gmail.com>
8828         * malloc/malloc.c: Fix typo in comment.
8830 2014-08-09  Allan McRae  <allan@archlinux.org>
8832         * Regenerate libc.po.
8834 2014-08-08  Mike Frysinger  <vapier@gentoo.org>
8836         * intl/tst-gettext2.sh: Check every lang file for creation.
8838 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8840         * sysdeps/aarch64/fpu/math_private.h
8841         (libc_feholdsetround_noex_aarch64_ctx): New function.
8843 2014-08-07  Wilco Dijkstra  <wdijkstr@arm.com>
8845         * sysdeps/arm/armv6/strcpy.S (strcpy):
8846         Fix performance issue in misaligned cases.
8848 2014-08-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
8850         * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8851         Move definition from termios.h.
8852         (struct termio): Likewise.
8853         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8854         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8855         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8856         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8857         Likewise.
8858         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8859         Move definition to ioctl-types.h
8860         (struct termio): Likewise.
8861         (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8862         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8863         N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8864         N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8865         Likewise.
8867 2014-08-05  Richard Henderson  <rth@redhat.com>
8869         * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8870         exceptions.
8871         * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8872         Add fraiseexcpt.
8873         * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8874         Use __feraiseexcept.
8875         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8876         Protect libm symbols with IS_IN_libm.
8878         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8880 2014-08-04  Bernard Ogden  <bernie.ogden@linaro.org>
8882         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8884 2014-08-04  Will Newton  <will.newton@linaro.org>
8886         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8887         file.
8889 2014-08-04  Mike Frysinger  <vapier@gentoo.org>
8891         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8892         variants for each function.
8894 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8896         * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8897         appended ...
8898         * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8899         * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8900         appended ...
8901         * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8902         * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8903         * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8904         * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8905         * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8906         * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8907         * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8908         * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8909         * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8910         * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8911         * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8912         * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8913         * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8914         * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8915         * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8916         * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8917         * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8918         * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8919         * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8920         * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8921         * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8922         * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8923         * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8924         * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8925         * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8926         * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8927         * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8928         * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8929         * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8930         * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8931         * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8932         * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8933         * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8934         * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8935         * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8936         * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8937         * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8938         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8939         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8940         * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8941         * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8942         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8943         * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8944         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8945         * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8946         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8947         * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8948         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8949         * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8950         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8951         * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8952         * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8953         * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8954         Update #include.
8955         * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8956         * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8958 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8960         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8961         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8962         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8963         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8964         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8965         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8967 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8969         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8970         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8971         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8972         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8974 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8976         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8977         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8978         (__libc_vfork): Define function under this name.
8979         (__vfork): Define as an alias.
8980         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8981         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8983 2014-08-04  Roland McGrath  <roland@hack.frob.com>
8985         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8986         that was previously under [RESET_PID].
8987         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8989 2014-08-04  Andreas Schwab  <schwab@suse.de>
8991         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8993 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
8995         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8996         (main): Likewise.
8998 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9000         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
9002 2014-08-01  Richard Henderon  <rth@redhat.com>
9004         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
9005         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
9006         typo in exact zero test.
9007         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
9008         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
9009         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
9011 2014-08-01  Roland McGrath  <roland@hack.frob.com>
9013         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
9014         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
9015         * sysdeps/arm/sysdep.h: ... here.
9016         [!__ASSEMBLER__]: Include <stdint.h>.
9018 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
9020         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
9021         (HAVE_WCTYPE_H): Likewise.
9022         (HAVE_ISWCTYPE): Likewise.
9023         (ENABLE_NLS): Likewise.
9024         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
9025         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
9027         * posix/regex_internal.c: Check if DEBUG is defined and is
9028         set.
9030         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
9031         (HAVE_MBSRTOWCS): Likewise.
9032         * posix/fnmatch.c: Include string.h unconditionally.
9034 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
9036         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
9037         reversal.
9039 2014-07-31  Roland McGrath  <roland@hack.frob.com>
9041         * sysdeps/generic/safe-fatal.h: New file.
9042         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
9043         * nptl/forward.c: Include it.
9044         (__pthread_unwind): Use __safe_fatal as default action, rather
9045         than a bogus use of INTERNAL_SYSCALL that could never work.
9047         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
9048         * configure.ac (libc_cv_builtin_trap): New test.
9049         * configure: Regenerated.
9050         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
9051         (ABORT_INSTRUCTION): Define using __builtin_trap.
9053         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
9054         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
9055         * sysdeps/nptl/nptl-signals.h: New file.
9056         * nptl/pthreadP.h: Include <nptl-signals.h>.
9058 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9060         * sysdeps/s390/s390-64/utf16-utf32-z9.c
9061         (ONE_DIRECTION): Define.
9062         * sysdeps/s390/s390-64/utf8-utf16-z9.c
9063         (ONE_DIRECTION): Define.
9064         * sysdeps/s390/s390-64/utf8-utf32-z9.c
9065         (ONE_DIRECTION): Define.
9067 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
9069         * sysdeps/s390/Makefile: Delete file.
9070         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
9071         * sysdeps/s390/__longjmp.c: Delete file.
9072         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
9073         Remove fields __flags and __reserved.
9074         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
9075         and add versioning.
9076         * sysdeps/s390/rtld-__longjmp.c: Delete file.
9077         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
9078         * sysdeps/s390/rtld-setjmp.S: Likewise.
9079         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
9080         * sysdeps/s390/s390-32/__longjmp.c: ... here.
9081         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
9082         * sysdeps/s390/s390-32/setjmp.S: ... here.
9083         Add versioning.
9084         (__sigsetjmp): Remove setting __flags field.
9085         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
9086         * sysdeps/s390/s390-64/__longjmp.c: ... here.
9087         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
9088         * sysdeps/s390/s390-64/setjmp.S: ... here.
9089         Add versioning.
9090         (__sigsetjmp): Remove setting __flags field.
9091         * sysdeps/s390/setjmp.S: Delete file.
9092         * sysdeps/s390/sigjmp.c: Likewise.
9093         * sysdeps/s390/v1-longjmp.c: Likewise.
9094         * sysdeps/s390/v1-setjmp.h: Likewise.
9095         * sysdeps/s390/v1-sigjmp.c: Likewise.
9096         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
9097         Remove v1-longjmp_chk.
9098         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
9099         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
9100         Include debug/longjmp_chk.c and add versioning.
9101         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
9102         Include nptl/pt-longjmp.c and add versioning.
9103         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
9104         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
9105         Include __longjmp.c.
9106         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
9107         Move to ...
9108         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
9109         (__getcontext): Remove setting __flags field.
9110         Add versioning.
9111         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
9112         Don't restore upper high grps.
9113         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
9114         Likewise.
9115         (__swapcontext): Remove setting uc_flags field.
9116         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
9117         Delete file.
9118         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
9119         Include __longjmp.c.
9120         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
9121         Move to ...
9122         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
9123         (__getcontext): Remove setting __flags field.
9124         Add versioning.
9125         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
9126         (__swapcontext): Remove setting uc_flags field.
9127         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
9128         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
9129         Remove fields uc_high_gprs and __reserved.
9130         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
9131         New file with reverted content.
9132         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
9133         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
9134         Regenerated.
9135         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
9136         Regenerated.
9138 2014-07-31  Andreas Schwab  <schwab@suse.de>
9140         * config.h.in (HAVE_IFUNC): Define to 0.
9141         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
9142         definedness.
9144 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
9146         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9147         memmove-avx-unaligned, memcpy-avx-unaligned and
9148         mempcpy-avx-unaligned.
9149         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9150         Add tests for AVX memcpy functions.
9151         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
9152         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
9153         memcpy_chk.
9154         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
9155         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
9156         memmove_chk.
9157         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
9158         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
9159         mempcpy_chk.
9160         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
9161         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
9162         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
9164 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9166         [BZ #17213]
9167         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
9168         powerpc64le.
9170 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
9172         [BZ #16839]
9173         * manual/llio.texi: Add section about open file description locks.
9174         * manual/examples/ofdlocks.c: Example of open file description
9175         lock usage.
9176         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
9177         F_OFD_SETLK, and F_OFD_SETLKW.
9179 2014-07-23  Allan McRae  <allan@archlinux.org>
9181         * po/es.po: Update Spanish translation from translation project.
9183 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
9185         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
9187 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
9189         [BZ #17078]
9190         * sysdeps/arm/dl-machine.h (elf_machine_rela)
9191         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
9192         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
9194 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
9196         [BZ #17088]
9197         * math/fesetenv.c (__fesetenv)
9198         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
9199         * math/feupdateenv.c (__feupdateenv)
9200         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
9202         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
9203         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
9204         (__ASSUME_SOCKETCALL): Do not define.
9206         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
9207         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
9208         (__ASSUME_SOCKETCALL): Do not define.
9209         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
9210         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9211         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9212         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
9213         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9214         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
9215         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9216         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9218         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
9219         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
9220         (__ASSUME_SOCKETCALL): Do not define.
9221         (__ASSUME_IPC64): Define unconditionally.
9222         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9223         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9224         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
9225         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9226         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
9227         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9228         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
9229         Likewise.
9231         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
9232         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
9233         (__ASSUME_SOCKETCALL): Do not define.
9234         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
9235         (__ASSUME_FUTEX_LOCK_PI): Likewise.
9236         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9237         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9238         (__ASSUME_REQUEUE_PI): Define unconditionally.
9239         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
9240         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
9241         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9242         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
9243         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9244         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9246         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
9247         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
9248         (__ASSUME_SOCKETCALL): Do not define.
9249         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
9250         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9251         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9252         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
9253         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9254         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9256         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
9257         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
9258         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
9259         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
9260         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9261         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
9262         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
9263         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
9264         (__ASSUME_GETCPU_SYSCALL): Likewise.
9266         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
9267         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
9268         cases for individual architectures.
9269         * sysdeps/gnu/configure: Regenerated.
9270         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
9271         LIBC_SLIBDIR_RTLDDIR.
9272         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
9273         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
9274         LIBC_SLIBDIR_RTLDDIR.
9275         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
9276         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
9277         LIBC_SLIBDIR_RTLDDIR.
9278         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
9279         Regenerated.
9280         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
9281         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
9282         file.
9283         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
9284         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
9285         file.
9286         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
9287         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
9288         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
9289         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
9291         * sysdeps/aarch64/shlib-versions: Move to ...
9292         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
9293         * sysdeps/alpha/shlib-versions: Move to ...
9294         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
9295         * sysdeps/arm/shlib-versions: Move to ...
9296         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
9297         * sysdeps/hppa/shlib-versions: Move all contents except for
9298         libgcc_s entry to ...
9299         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
9300         entry from ...
9301         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
9302         * sysdeps/ia64/shlib-versions: Move to ...
9303         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
9304         entry from ...
9305         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
9306         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
9307         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
9308         * sysdeps/microblaze/shlib-versions: Move to ...
9309         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
9310         * sysdeps/mips/shlib-versions: Move to ...
9311         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
9312         entry from ...
9313         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
9314         * sysdeps/tile/shlib-versions: Move to ...
9315         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
9316         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
9317         from ...
9318         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
9319         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
9320         entry from ...
9321         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
9323 2014-07-17  Will Newton  <will.newton@linaro.org>
9325         * sysdeps/arm/bits/atomic.h
9326         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
9327         (__arch_compare_and_exchange_bool_16_int): Likewise.
9328         (__arch_compare_and_exchange_bool_64_int): Likewise.
9330         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
9331         into an #else block.
9333 2014-07-16  Roland McGrath  <roland@hack.frob.com>
9335         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
9336         just Linux configurations.  Test empirically that the compiler sets
9337         __ARM_EABI__, rather than using the tuple to decide.
9338         * sysdeps/arm/preconfigure: Regenerated.
9339         * sysdeps/unix/sysv/linux/arm/configure: File removed.
9340         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
9341         contents appended ...
9342         * sysdeps/arm/configure.ac: ... here.
9343         * sysdeps/arm/configure: Regenerated.
9345 2014-07-15  Roland McGrath  <roland@hack.frob.com>
9347         * nptl/pthread_kill.c: New file.
9348         * nptl/pthread_sigmask.c: New file.
9349         * nptl/pthread_sigqueue.c: New file.
9351         * sysdeps/nptl/lowlevellock.h: New file.
9352         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
9353         * sysdeps/nptl/lowlevellock-futex.h: New file.
9355         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
9356         Remove dead declarations.
9358 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
9360         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
9361         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
9362         config-cflags-avx2.
9363         * sysdeps/x86_64/configure.ac: Likewise.
9364         * sysdeps/i386/configure: Regenerated.
9365         * sysdeps/x86_64/configure: Likewise.
9366         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9367         memset-avx2 only if config-cflags-avx2 is yes.
9368         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9369         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9370         defined.
9371         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9372         only if HAVE_AVX2_SUPPORT is defined.
9373         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9375 2014-07-14  Alan Modra  <amodra@gmail.com>
9377         [BZ #17153]
9378         * elf/elf.h (DT_PPC64_NUM): Correct value.
9379         * NEWS: Add to fixed bug list.
9381 2014-07-13  Jim Meyering  <meyering@fb.com>
9383         [BZ 17150]
9384         regex: don't deref NULL upon heap allocation failure
9385         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9386         failure in one more place.
9387         To trigger the segfault, configure grep -with-included-regex,
9388         build it, and run these commands:
9389         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9391 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
9393         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9395 2014-07-11  Richard Henderson  <rth@redhat.com>
9397         * sysdeps/aarch64/libm-test-ulps: Update.
9399 2014-07-10  Florian Weimer  <fweimer@redhat.com>
9401         [BZ #17135]
9402         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9403         * nptl/allocatestack.c (__nptl_setxid_error): New function.
9404         (__nptl_setxid): Initialize error member.  Call
9405         __nptl_setxid_error.
9406         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9407         * nptl/descr.h (struct xid_command): Add error member.
9408         * nptl/tst-setuid3.c: New file.
9409         * nptl/Makefile (tests): Add it.
9411 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9413         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9414         New define.
9415         (__lll_trylock): Use __lll_base_trylock.
9416         (__lll_cond_trylock): Likewise.
9418 2014-07-10  Roland McGrath  <roland@hack.frob.com>
9420         * nptl/pthread_create.c (start_thread): Use atomic_or and
9421         lll_futex_wake directly rather than lll_robust_dead.
9422         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9423         (lll_robust_dead): Macro removed.
9424         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
9425         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9426         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9427         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9428         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9429         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9430         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9431         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9432         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9433         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9434         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9435         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9436         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9437         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9438         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9440         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9441         Use atomic_compare_and_exchange_val_acq directly rather than
9442         lll_robust_trylock.
9443         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9444         (__lll_robust_trylock, lll_robust_trylock): Removed.
9445         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9446         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9447         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9448         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9449         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9450         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9451         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9452         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9453         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9454         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9455         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9456         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9457         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9458         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9460 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9462         * manual/locale.texi (Locale Names): New section documenting
9463         locale name syntax.  Adjust menu and node chaining accordingly.
9464         (Choosing Locale): Reference Locale Names, Locale Categories.
9465         Mention setting LC_ALL=C.  Reflect that name syntax is now
9466         documented.
9467         (Locale Categories): New section title.  Reference Locale Names.
9468         LC_ALL is an environment variable, but not a category.
9469         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9470         description, now in Locale Name.  Reference that section.  Locale
9471         name syntax is now documented.
9473 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9475         [BZ #17137]
9476         * locale/findlocale.c (name_present, valid_locale_name): New
9477         functions.
9478         (_nl_find_locale): Use the loc_name variable to store name
9479         candidates.  Call name_present and valid_locale_name to check and
9480         validate locale names.  Return an error if the locale is invalid.
9482 2014-07-02  Florian Weimer  <fweimer@redhat.com>
9484         * locale/setlocale.c (setlocale): Use strdup for allocating
9485         composite name copy.
9487 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
9489         Sync up with gnulib.
9490         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9491         [!_LIBC && ENABLE_NLS]: Include gettext.h.
9492         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9493         and _GL_ARG_NONNULL.
9494         [USE_UNLOCKED_IO]: Include unlocked-io.h.
9495         [!_LIBC]: Include code for Windows and Cygwin.
9496         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9497         Include prototype for int strerror_r.
9498         [!_LIBC] (is_open): New function.
9499         (flush_stdout): New function.
9500         (print_errno_message): Use it.
9501         (error): Likewise.
9502         (error_at_line): Likewise.
9503         (error_tail) Add function attribute macros.  Use
9504         __builtin_expect.
9506         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9508         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9510         * io/ftw.c: Include sys/param.h unconditionally.
9512         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9514         [BZ #17125]
9515         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9516         libc_freeres_ptr.
9517         (freecache): New function to free CACHE on exit.
9519         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9520         initialization.
9522 2014-07-09  David S. Miller  <davem@davemloft.net>
9524         * sysdeps/sparc/fpu/libm-test-ulps: Update.
9526         * sysdeps/sparc/nptl/internaltypes.h: Delete.
9527         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9528         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9529         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9530         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9531         * sysdeps/sparc/nptl/sem_init.c: Likewise.
9532         * sysdeps/sparc/nptl/sem_post.c: Likewise.
9533         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9534         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9535         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9536         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9537         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9538         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9540 2014-07-09  Andreas Schwab  <schwab@suse.de>
9542         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9543         output.
9544         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9545         (do_test): Likewise.
9547         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9549 2014-07-09  Will Newton  <will.newton@linaro.org>
9551         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9552         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9553         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9554         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9555         * sysdeps/hppa/start.S (_start): Likewise.
9557 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
9559         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9561         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9562         defined.
9564 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9566         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9567         after checking that it is non-NULL.
9569         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9571 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9573         * sysdeps/powerpc/memmove.c: Remove file.
9574         * sysdeps/powerpc/powerpc32/power4/memcopy.h
9575         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9576         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9577         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9578         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9579         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9580         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9581         string memmove instead of removed powerpc one.
9583         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9584         [weak_alias]: Fix compiler warning due trailing data.
9585         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9586         [weak_alias]: Likewise.
9587         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9588         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9590         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9591         (__libc_ifunc_impl_list): Add memmove functions.
9593 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
9595         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9596         Remove code.
9597         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9598         Likewise
9599         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9600         Likewise
9601         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9602         Likewise
9603         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9604         Likewise
9605         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9606         Likewise
9607         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9608         Likewise
9609         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9610         Likewise
9611         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9612         Likewise
9613         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9614         Likewise
9615         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9616         Likewise
9617         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9618         Likewise
9619         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9620         Likewise
9621         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9622         Likewise
9623         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9624         Likewise
9625         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9626         Likewise
9627         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9628         Likewise
9630 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9632         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9633         to avoid alignment traps in non-cacheable memory.
9634         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9636         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9637         multiarch objects.
9638         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9639         file: multiarch power7 memmove.
9640         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9641         multiarch default memmove.
9642         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9643         multiarch memove for powerpc32/power4.
9645         * string/bcopy.c: Use full path to include memmove.c.
9646         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9647         multiarch objects.
9648         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9649         bcopy for powerpc64.
9650         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9651         bcopy for powerpc64.
9652         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9653         and memmove implementations.
9654         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9655         optimized multiarch memmove for POWER7/powerpc64.
9656         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9657         default multiarch memmove for powerpc64.
9658         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9659         multiarch for powerpc64.
9660         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9661         for POWER7/powerpc64.
9662         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9663         memmove for POWER7/powerpc64.
9665         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9666         glibc default one.
9668         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9669         __ELF_NATIVE_CLASS equal to 64.
9671 2014-07-07  Roland McGrath  <roland@hack.frob.com>
9673         * sysdeps/nptl/lowlevellock.h: File removed.
9675         * NEWS: NPTL is no longer an add-on!
9676         * nptl/internaltypes.h: Moved ...
9677         * sysdeps/nptl/internaltypes.h: ... here.
9678         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9679         * sysdeps/nptl/fork.c: Likewise.
9680         * sysdeps/nptl/gai_misc.h: Likewise.
9681         * sysdeps/nptl/librt-cancellation.c: Likewise.
9682         * sysdeps/nptl/jmp-unwind.c: Likewise.
9683         * sysdeps/nptl/setxid.h: Likewise.
9684         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9685         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9686         * sysdeps/unix/sysv/linux/arm/Implies: New file.
9687         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9688         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9689         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9690         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9691         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9692         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9693         * sysdeps/unix/sysv/linux/mips/Implies: New file.
9694         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9695         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9696         * sysdeps/unix/sysv/linux/sh/Implies: New file.
9697         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9698         * sysdeps/unix/sysv/linux/tile/Implies: New file.
9699         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9700         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9701         * nptl/Makeconfig: Moved ...
9702         * sysdeps/nptl/Makeconfig: ... here.
9703         * nptl/configure: File removed.
9704         * nptl/ANNOUNCE: File removed.
9705         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9706         * sysdeps/unix/sysv/linux/configure: Regenerated.
9708         * nptl/Makefile (routines): Add libc_pthread_init,
9709         libc_multiple_threads, register-atfork and unregister-atfork.
9710         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9711         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9712         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9713         pthread-pi-defines.sym, structsem.sym.
9714         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9715         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9716         [$(subdir) = nptl] (tests): Add tst-setgetname.
9717         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9718         * sysdeps/unix/sysv/linux/sigaction.c: Just include
9719         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9720         [!LIBC_SIGACTION]: Remove aliases.
9721         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9722         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9723         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9724         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9725         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9726         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9727         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9728         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9729         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9730         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9731         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9732         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9733         __libc_allocate_rtsig_private.
9734         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9735         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9736         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9737         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9738         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9739         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9740         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9741         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9742         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9743         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9744         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9745         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9746         * nptl/internaltypes.h: ... here.
9747         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9748         * sysdeps/nptl/jmp-unwind.c: ... here.
9749         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9750         * nptl/libc-lowlevellock.c: ... here.
9751         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9752         * nptl/libc_multiple_threads.c: ... here.
9753         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9754         * nptl/libc_pthread_init.c: ... here.
9755         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9756         * nptl/lowlevelbarrier.sym: ... here.
9757         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9758         * nptl/lowlevelcond.sym: ... here.
9759         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9760         * nptl/lowlevellock.c: ... here.
9761         * nptl/lowlevellock.h: Moved ...
9762         * sysdeps/nptl/lowlevellock.h: ... here.
9763         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9764         * nptl/lowlevelrobustlock.c: ... here.
9765         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9766         * nptl/lowlevelrobustlock.sym: ... here.
9767         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9768         * nptl/lowlevelrwlock.sym: ... here.
9769         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9770         * nptl/pt-fork.c: ... here.
9771         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9772         * nptl/pthread-pi-defines.sym: ... here.
9773         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9774         * nptl/pthread_attr_getaffinity.c: ... here.
9775         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9776         * nptl/pthread_attr_setaffinity.c: ... here.
9777         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9778         * nptl/pthread_mutex_cond_lock.c: ... here.
9779         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9780         Update #include.
9781         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9782         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9783         * nptl/pthread_once.c: ... here, replacing old file.
9784         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9785         * nptl/pthread_yield.c: ... here.
9786         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9787         * nptl/register-atfork.c: ... here.
9788         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9789         * nptl/sem_post.c: ... here.
9790         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9791         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9792         * nptl/sem_timedwait.c: ... here.
9793         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9794         * nptl/sem_trywait.c: ... here.
9795         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9796         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9797         * nptl/sem_wait.c: ... here.
9798         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9799         * nptl/structsem.sym: ... here.
9800         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9801         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9802         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9803         * nptl/unregister-atfork.c: ... here.
9804         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9805         * nptl/unwindbuf.sym: ... here.
9806         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9807         * sysdeps/nptl/fork.c: ... here.
9808         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9809         * sysdeps/nptl/fork.h: ... here.
9810         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9811         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9812         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9813         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9814         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9815         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9816         * sysdeps/unix/sysv/linux/getpid.c: ... here.
9817         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9818         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9819         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9820         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9821         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9822         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9823         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9824         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9825         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9826         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9827         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9828         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9829         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9830         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9831         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9832         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9833         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9834         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9835         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9836         * sysdeps/unix/sysv/linux/raise.c: ... here.
9837         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9838         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9839         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9840         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9841         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9842         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9843         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9844         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9845         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9846         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9847         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9848         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9849         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9850         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9851         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9853 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9855         * sysdeps/generic/memcopy.h: Add comment for
9856         MEMCPY_OK_FOR_FWD_MEMMOVE.
9858 2014-07-04  Will Newton  <will.newton@linaro.org>
9860         * string/memchr.c: Merge from gnulib.
9861         [_LIBC]: Remove conditionals.
9862         (__ptr_t): Remove define.
9863         (LONG_MAX_32_BITS): Likewise.
9864         (LONG_MAX): Likewise.
9865         (MEMCHR): Use ANSI prototype and optimize algorithm.
9867         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9869 2014-07-03  Roland McGrath  <roland@hack.frob.com>
9871         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9872         (lll_futex_timed_wait_bitset): Fix syscall argument count.
9874         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9875         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9876         in a bare environment with no <stdlib.h> installed.
9877         * sysdeps/nptl/configure: Regenerated.
9879         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9881         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9882         AC_EGREP_CPP for kernel header checks, so they only succeed if
9883         including <linux/version.h> actually works right.
9884         * sysdeps/unix/sysv/linux/configure: Regenerated.
9886         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9887         value so it's not diagnosed as unused.
9889         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9890         thing) with "ifeq ($(subdir),rt)".
9892 2014-07-03  Richard Henderson  <rth@redhat.com>
9894         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9895         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9896         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9898         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9899         (math_force_eval): New.
9901         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9902         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9904         * sysdeps/alpha/fpu/s_round.c: Remove file.
9905         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9907         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9908         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9909         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9910         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9911         (_dl_start, print_statistics): Likewise.
9912         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9913         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9915         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9916         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9917         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9918         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9919         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9920         (HP_SMALL_TIMING_AVAIL): Define.
9921         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9922         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9923         (HP_SMALL_TIMING_AVAIL): Define.
9924         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9925         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9927         * sysdeps/aarch64/hp-timing.h: New file.
9929         * sysdeps/generic/hp-timing.h: Remove dead comment.
9930         * sysdeps/generic/hp-timing-common.h: New file.
9931         * sysdeps/alpha/hp-timing.h: Include it.
9932         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9933         * sysdeps/i386/i686/hp-timing.h: Likewise.
9934         * sysdeps/ia64/hp-timing.h: Likewise.
9935         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9936         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9937         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9938         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9939         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9940         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9941         (hp_timing_t): New.
9943         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9944         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9945         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9946         * elf/rtld.c (_dl_start_final): Likewise.
9947         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9948         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9949         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9950         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9951         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9952         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9953         (HP_TIMING_DIFF_INIT): Remove.
9954         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9955         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9956         (HP_TIMING_DIFF_INIT): Remove.
9957         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9958         * sysdeps/i386/i686/hp-timing.c: Remove file.
9959         * sysdeps/x86_64/hp-timing.c: Remove file.
9960         * sysdeps/ia64/hp-timing.c: Remove file.
9961         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9962         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9963         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9964         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9966         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9967         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9968         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9969         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9970         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9971         (HP_TIMING_ACCUM): Remove.
9972         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9973         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9974         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9976         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9977         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9978         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9979         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9980         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9981         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9982         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9983         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9985         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9987 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
9989         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9991 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
9993         Sync up with gettext.
9994         * intl/loadmsgcat.c: Define O_BINARY if not defined.
9995         [_MSC_VER]: Include malloc.h
9996         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9997         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9998         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
9999         TEMP_FAILURE_RETRY.  Cast return of alloca.
10000         [!_LIBC] Call gl_rwlock_init.
10001         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
10003 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10005         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
10006         before checking its value.
10008 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10010         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
10012         * debug/memcpy_chk.c: Don't include pagecopy.h.
10013         * debug/mempcpy_chk.c: Likewise.
10014         * string/memcpy.c: Likewise.
10015         * string/memmove.c: Likewise.
10016         * sysdeps/powerpc/memmove.c: Likewise.
10017         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
10018         definition of PAGE_COPY_FWD_MAYBE here...
10019         * sysdeps/generic/pagecopy.h: ... from here.
10020         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
10022 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
10023             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10025         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
10026         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
10027         optimizations.
10028         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
10029         (__libc_ifunc_impl_list): Likewise.
10030         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
10031         multiarch strcat for PPC64.
10032         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
10033         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
10035 2014-07-02  Roland McGrath  <roland@hack.frob.com>
10037         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
10039 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10041         * intl/loadmsgcat.c: Remove declaration of
10042         get_sysdep_segment_value.
10043         (get_sysdep_segment_value): Use ISO C style.
10044         (_nl_load_domain): Use ISO C style.  Get rid of redundant
10045         semicolon.  Fix typo and formatting in comment.
10046         (_nl_unload_domain): Use ISO C style.
10048         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
10050 2014-07-02  Will Newton  <will.newton@linaro.org>
10052         * malloc/obstack.c: Merge from gnulib master.
10053         [HAVE_CONFIG_H]: Remove conditional code.
10054         [!_LIBC]: Include config.h.
10055         [!ELIDE_CODE]: Don't include inttypes.h, include
10056         stdint.h unconditionally.
10057         (print_and_abort): Mark as _Noreturn.
10058         (_obstack_allocated_p): Mark as __attribute_pure__.
10059         (obstack_free): Rename to __obstack_free.
10060         [!__attribute__]: Remove conditional code.
10061         * malloc/obstack.h: Merge from gnulib master.
10062         [__cplusplus]: Move conditional down.
10063         [!__attribute_pure__]: Define __attribute_pure__ here
10064         if it is not already defined.
10065         (_obstack_memory_used): Mark as __attribute_pure__.
10066         [!__obstack_free]: Define as obstack_free.
10067         [__GNUC__]: Remove check for ancient NeXT gcc.
10069 2014-07-02  Will Newton  <will.newton@linaro.org>
10070             Paul Eggert  <eggert@cs.ucla.edu>
10072         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
10074 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
10076         * resolv/gethnamaddr.c: Add comment warning that the file is
10077         not maintained.
10079 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
10081         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
10082         entries.
10084         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
10085         entry for aio_cancel and aio_cancel64.
10086         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
10087         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
10088         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
10089         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
10090         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
10091         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
10092         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
10093         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
10094         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
10095         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
10096         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
10097         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
10098         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
10100 2014-07-01  Roland McGrath  <roland@hack.frob.com>
10102         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
10103         * nptl/pthread_mutex_lock.c: Likewise.
10104         * nptl/pthread_mutex_timedlock.c: Likewise.
10105         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
10107 2014-07-01  Richard henderson  <rth@redhat.com>
10109         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
10110         (__isnan, __isnanl): Remove.
10111         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
10113         * sysdeps/alpha/fpu/libm-test-ulps: Update.
10115 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
10117         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
10119 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
10121         * resolv/nss_dns/dns-host.c (getanswer_r)
10122         [MULTI_PTRS_ARE_ALIASES]: Remove code.
10124 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
10126         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
10127         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
10128         undefine.
10129         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
10130         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
10132 2014-07-01  Roland McGrath <roland@hack.frob.com>
10134         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
10135         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
10137         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
10138         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
10140         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
10141         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
10142         ... here.
10143         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
10144         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
10146         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
10147         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
10148         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
10149         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
10151         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
10152         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
10153         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
10154         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
10155         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
10156         Moved ...
10157         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
10158         ... here.
10159         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
10160         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
10161         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
10162         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
10163         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
10164         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
10165         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
10166         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
10167         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
10168         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
10169         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
10170         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
10171         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
10172         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
10173         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
10174         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
10175         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
10176         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
10177         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
10178         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
10179         ... here.
10180         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
10181         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
10182         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
10183         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
10184         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
10185         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
10186         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
10187         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
10189 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
10191         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
10192         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
10193         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
10194         Add sysdep.
10196 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10198         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10200 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10202         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
10203         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
10205         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
10207         * sysdeps/arm/libm-test-ulps: Regenerated.
10209 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10210             Roland McGrath <roland@hack.frob.com>
10212         * test-skeleton.c (signal_handler): Kill the whole process group
10213         before killing the child individually.
10214         (main): Report any failure on `setpgid'.
10216 2014-06-30  Roland McGrath  <roland@hack.frob.com>
10218         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
10219         from _TLS_H to _ARM_NPTL_TLS_H.
10220         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
10221         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
10223 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
10225         [BZ #16539]
10226         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
10227         (__expm1l): Return argument unchanged when small but not
10228         subnormal.
10230         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
10231         include macro name.
10232         (_FP_UNPACK_RAW_1_P): Likewise.
10233         (_FP_PACK_RAW_1): Likewise.
10234         (_FP_PACK_RAW_1_P): Likewise.
10235         (_FP_MUL_MEAT_1_wide): Likewise.
10236         (_FP_MUL_MEAT_DW_1_hard): Likewise.
10237         (_FP_MUL_MEAT_1_hard): Likewise.
10238         (_FP_DIV_MEAT_1_imm): Likewise.
10239         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
10240         (_FP_DIV_MEAT_1_udiv): Likewise.
10241         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
10242         (_FP_UNPACK_RAW_2): Likewise.
10243         (_FP_UNPACK_RAW_2_P): Likewise.
10244         (_FP_PACK_RAW_2): Likewise.
10245         (_FP_PACK_RAW_2_P): Likewise.
10246         (_FP_MUL_MEAT_DW_2_wide): Likewise.
10247         (_FP_MUL_MEAT_2_wide): Likewise.
10248         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
10249         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
10250         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
10251         (_FP_MUL_MEAT_2_gmp): Likewise.
10252         (_FP_DIV_MEAT_2_udiv): Likewise.
10253         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
10254         (_FP_FRAC_SRL_4): Likewise.
10255         (_FP_FRAC_SRST_4): Likewise.
10256         (_FP_FRAC_SRS_4): Likewise.
10257         (_FP_UNPACK_RAW_4): Likewise.
10258         (_FP_UNPACK_RAW_4_P): Likewise.
10259         (_FP_PACK_RAW_4): Likewise.
10260         (_FP_PACK_RAW_4_P): Likewise.
10261         (_FP_MUL_MEAT_DW_4_wide): Likewise.
10262         (_FP_MUL_MEAT_4_wide): Likewise.
10263         (_FP_MUL_MEAT_4_gmp): Likewise.
10264         (umul_ppppmnnn): Likewise.
10265         (_FP_DIV_MEAT_4_udiv): Likewise.
10266         (__FP_FRAC_ADD_4): Likewise.
10267         (__FP_FRAC_SUB_3): Likewise.
10268         (__FP_FRAC_SUB_4): Likewise.
10269         (__FP_FRAC_DEC_3): Likewise.
10270         (__FP_FRAC_DEC_4): Likewise.
10271         (__FP_FRAC_ADDI_4): Likewise.
10272         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
10273         (_FP_FRAC_SRL_8): Likewise.
10274         (_FP_FRAC_SRS_8): Likewise.
10276         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
10277         include macro name.
10278         (FP_UNPACK_RAW_EP): Likewise.
10279         (FP_PACK_RAW_E): Likewise.
10280         (FP_PACK_RAW_EP): Likewise.
10281         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
10282         (_FP_ISSIGNAN): Likewise.
10283         (_FP_ADD_INTERNAL): Likewise.
10284         (_FP_FMA): Likewise.
10285         (_FP_CMP): Likewise.
10286         (_FP_SQRT): Likewise.
10287         (_FP_TO_INT): Likewise.
10288         (_FP_FROM_INT): Likewise.
10289         (FP_EXTEND): Likewise.
10290         (_FP_DIV_MEAT_N_loop): Likewise.
10292 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
10294         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
10295         throughout.
10297 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
10299         [BZ #17097]
10300         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
10301         result with correct sign in case of exponents that produce
10302         overflow except for X very close to 1.
10304 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
10306         mktime: merge #if/#ifdef usage from glibc
10307         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
10308         as that works with both Glibc's and Gnulib's style.
10309         See thread starting at Siddhesh Poyarekar's bug report at:
10310         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
10312 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
10314         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
10315         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
10316         * sysdeps/tile/tilegx/memmove.c: Remove file.
10318 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10320         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
10321         abi-name definition.
10322         * scripts/soversions.awk: Do not handle or generate ABI lines.
10323         * shlib-versions: Remove ABI entries.
10324         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
10325         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
10327 2014-06-27  Roland McGrath  <roland@hack.frob.com>
10329         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
10330         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
10331         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
10332         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
10333         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
10334         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
10335         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
10336         Moved ...
10337         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
10338         ... here.
10339         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
10340         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
10341         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
10342         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
10343         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
10344         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
10345         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
10346         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
10347         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
10348         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
10349         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
10350         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
10351         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
10352         Moved ...
10353         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
10354         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
10355         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
10356         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
10357         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
10358         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
10359         Moved ...
10360         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
10361         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
10362         Moved ...
10363         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10364         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10365         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10366         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10367         Moved ...
10368         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10369         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10370         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10371         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10372         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10373         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10374         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10375         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10376         Moved ...
10377         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10378         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10379         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10380         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10381         Moved ...
10382         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10383         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10384         Moved ...
10385         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10386         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10387         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10388         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10389         Moved ...
10390         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10391         ... here.
10392         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10393         Identical file removed.
10394         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10395         Moved ...
10396         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10397         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10398         Identical file removed.
10399         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10400         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10401         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10402         Moved ...
10403         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10404         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10405         Identical file removed.
10406         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10407         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10408         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10409         Identical file removed.
10410         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10411         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10412         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10413         Identical file removed.
10414         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10415         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10416         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10417         Identical file removed.
10418         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10419         Moved ...
10420         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10421         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10422         Identical file removed.
10423         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10424         Moved ...
10425         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10426         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10427         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10428         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10429         Identical file removed.
10430         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10431         Moved ...
10432         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10433         ... here.
10434         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10435         Identical file removed.
10436         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10437         Moved ...
10438         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10439         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10440         Identical file removed.
10441         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10442         Moved ...
10443         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10444         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10445         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10446         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10447         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10448         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10449         Moved ...
10450         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10451         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10452         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10454         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10455         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10456         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10457         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10458         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10460 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
10462         [BZ #17092]
10463         * nscd/nscd.c (monitor_child): Return exit status of child
10464         instead of return value from wait syscall.
10466 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
10468         * configure.ac (libc_commonpagesize): Remove variable.
10469         (libc_relro_required): Likewise.
10470         (libc_cv_z_relro): Remove configure test.
10471         * configure: Regenerated.
10472         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10473         variable.
10474         (libc_relro_required): Likewise.
10475         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10476         (libc_relro_required): Likewise.
10477         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10478         (libc_relro_required): Likewise.
10479         * sysdeps/arm/preconfigure: Regenerated.
10480         * sysdeps/ia64/preconfigure: Remove file.
10481         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10482         variable.
10483         (libc_relro_required): Likewise.
10485         [BZ #16561]
10486         [BZ #16562]
10487         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10488         (__ieee754_yn): Set FE_TONEAREST mode internally and then
10489         recompute overflowing results in original rounding mode.
10490         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10491         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10492         recompute overflowing results in original rounding mode.
10493         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10494         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10495         recompute overflowing results in original rounding mode.
10496         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10497         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10498         recompute overflowing results in original rounding mode.
10499         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10500         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10501         recompute overflowing results in original rounding mode.
10502         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10503         (libc_feholdsetround_ctx): New macro.
10504         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10505         * sysdeps/i386/fpu/libm-test-ulps: Update.
10506         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10508 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10510         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10511         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10512         corresponding .cpsetup call.
10514 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10516         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10517         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10518         * sysdeps/arm/Makefile [$(subdir) = csu]
10519         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10520         (static-only-routines): Add aeabi_read_tp here.
10521         (shared-only-routines): Add libc-aeabi_read_tp here.
10522         (CFLAGS-libc-start.c): Add -fexceptions here.
10523         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10524         (sysdep_routines, static-only-routines, shared-only-routines):
10525         Don't add to these here.
10526         (CFLAGS-libc-start.c): Likewise.
10528         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10529         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10530         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10531         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10532         * sysdeps/arm/Makefile [$(subdir) = rt]
10533         (librt-sysdep_routines, librt-shared-only-routines):
10534         Append rt-aeabi_unwind_cpp_pr1 here.
10535         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10536         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10537         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10538         (libpthread-sysdep_routines, libpthread-shared-only-routines):
10539         Append nptl-aeabi_unwind_cpp_pr1 here.
10540         (tests): Filter out tst-cleanupx4 here.
10541         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10542         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10543         Don't do those here.
10545 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10547         * scripts/list-sources.sh: Do not handle ports specially.
10549 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10551         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10552         * sysdeps/arm/feupdateenv.c: Likewise.
10554         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10556 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10558         * manual/texinfo.tex: Update to version 2014-05-05.10 with
10559         trailing whitespace removed.
10560         * scripts/config.guess: Update to version 2014-03-23.
10561         * scripts/config.sub: Update to version 2014-05-01
10562         * scripts/install-sh: Update to version 2013-12-25.23.
10563         * scripts/move-if-change: Update from gnulib.
10565 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10567         * debug/memmove_chk.c: Remove pagecopy.h include.
10569 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
10571         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
10572         identical to gnulib mktime.
10574 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
10576         * configure.ac: Do not test for machine being rs6000.  Do not test
10577         for powerpc*-*soft.
10578         * configure: Regenerated.
10580         [BZ #11505]
10581         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10582         test.
10583         * configure: Regenerated.
10584         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10585         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10586         Remove configure test.
10587         * sysdeps/arm/configure: Regenerated.
10588         * sysdeps/nptl/configure.ac: Do not check
10589         libc_cv_asm_cfi_directives.
10590         * sysdeps/nptl/configure: Regenerated.
10591         * sysdeps/x86_64/nptl/configure.ac: Remove file.
10592         * sysdeps/x86_64/nptl/configure: Remove generated file.
10593         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10594         unconditional.
10595         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10597 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
10599         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10600         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10601         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10602         it is defined.
10604         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10605         instead of whether it is defined.
10606         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10607         * sysdeps/hppa/dl-machine.h: Likewise.
10608         * sysdeps/ia64/dl-machine.h: Likewise.
10609         * sysdeps/m68k/dl-machine.h: Likewise.
10610         * sysdeps/microblaze/dl-machine.h: Likewise.
10611         * sysdeps/mips/dl-machine.: Likewise.
10612         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10613         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10614         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10615         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10616         * sysdeps/sh/dl-machine.h: Likewise.
10617         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10618         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10619         * sysdeps/tile/dl-machine.h: Likewise.
10620         * sysdeps/x86_64/dl-machine.h: Likewise.
10622         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10623         code.
10624         (verify_persistent_db): Likewise.
10626 2014-06-26  Roland McGrath  <roland@hack.frob.com>
10628         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10629         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10630         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10631         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10632         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10633         Moved ...
10634         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10635         ... here.
10636         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10637         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10638         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10639         Identical file removed.
10640         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10641         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10642         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10643         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10644         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10645         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10646         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10647         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10648         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10649         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10650         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10651         Moved ...
10652         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10653         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10654         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10655         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10656         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10658         Moved ...
10659         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10660         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10661         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10662         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10663         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10664         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10665         Identical file removed.
10666         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10667         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10668         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10669         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10670         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10671         Moved ...
10672         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10673         ... here.
10674         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10675         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10676         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10677         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10678         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10679         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10680         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10681         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10682         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10683         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10684         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10685         Moved ...
10686         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10688         Moved ...
10689         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10690         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10691         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10692         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10693         Moved ...
10694         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10695         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10696         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10698         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10699         folded into ...
10700         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10701         * sysdeps/unix/sysv/linux/s390/Versions
10702         (libpthread: GLIBC_2.19): New version set.
10703         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10704         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10705         (librt: GLIBC_2.3.3): New version set.
10706         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10707         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10708         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10709         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10710         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10711         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10712         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10713         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10714         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10715         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10716         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10717         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10718         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10719         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10720         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10721         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10722         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10723         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10724         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10725         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10726         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10727         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10728         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10729         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10730         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10731         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10732         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10733         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10734         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10735         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10736         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10737         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10738         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10739         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10740         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10741         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10742         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10743         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10744         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10745         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10746         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10747         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10748         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10749         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10750         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10752         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10753         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10754         (__libc_vfork): Define the function under this name.
10755         [!NOT_IN_libc] (__vfork): Make this an alias.
10756         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10757         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10758         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10759         (__libc_vfork): Define the function under this name.
10760         [!NOT_IN_libc] (__vfork): Make this an alias.
10761         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10762         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10763         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10764         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10765         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10766         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10768         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10769         code that was previously under [RESET_PID].
10770         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10771         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10772         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10774         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10775         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10776         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10777         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10778         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10779         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10780         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10781         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10782         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10783         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10784         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10785         Moved ...
10786         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10787         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10788         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10789         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10790         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10791         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10792         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10793         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10794         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10795         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10796         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10797         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10798         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10799         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10800         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10801         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10802         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10803         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10804         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10805         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10806         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10807         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10808         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10809         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10810         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10811         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10812         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10813         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10814         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10816 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10818         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10819         that was previously under [RESET_PID].
10820         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10822 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
10824         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10825         not undefine and redefine.
10826         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10827         [O_CLOEXEC]: Make code unconditional.
10828         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10829         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10830         <kernel-features.h>.
10831         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10832         conditional variable definition.
10833         (shm_open) [O_CLOEXEC]: Make code unconditional.
10834         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10835         code.
10837         * configure.ac (USE_REGPARMS): Don't define here.
10838         * configure: Regenerated.
10839         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10840         * sysdeps/i386/configure: Regenerated.
10842         * nptl/createthread.c: Don't include kernel-features.h.
10843         * nptl/pthread_cancel.c: Likewise.
10844         * nptl/pthread_condattr_setclock.c: Likewise.
10845         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10846         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10847         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10848         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10849         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10850         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10851         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10852         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10853         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10854         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10855         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10856         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10857         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10858         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10859         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10860         * nscd/gai.c: Likewise.
10861         * nss/nss_db/db-open.c: Likewise.
10862         * sysdeps/generic/ldsodefs.h: Likewise.
10863         * sysdeps/sh/nptl/tls.h: Likewise.
10864         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10865         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10866         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10867         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10868         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10869         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10870         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10871         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10872         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10873         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10874         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10875         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10876         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10877         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10878         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10879         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10880         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10881         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10882         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10883         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10884         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10885         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10886         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10887         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10888         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10889         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10890         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10891         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10892         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10893         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10894         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10895         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10896         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10897         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10898         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10899         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10900         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10901         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10902         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10903         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10904         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10905         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10906         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10907         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10908         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10909         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10910         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10911         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10912         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10913         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10914         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10915         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10916         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10917         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10918         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10919         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10920         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10921         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10922         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10923         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10933         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10934         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10944         * sysdeps/unix/sysv/linux/pread.c: Likewise.
10945         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10946         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10947         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10948         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10949         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10950         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10951         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10952         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10953         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10954         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10955         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10956         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10957         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10958         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10959         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10960         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10961         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10962         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10963         * sysdeps/unix/sysv/linux/system.c: Likewise.
10964         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10965         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10966         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10967         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10968         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10969         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10970         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10972         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10973         * configure: Regenerated.
10974         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10976         * configure.ac (base_machine): Do not set specially for particular
10977         machines here.
10978         * configure: Regenerated.
10979         * sysdeps/powerpc/preconfigure: Move machine and base_machine
10980         settings from configure.ac.
10981         * sysdeps/i386/preconfigure: New file.
10982         * sysdeps/s390/preconfigure: Likewise.
10983         * sysdeps/sh/preconfigure: Likewise.
10984         * sysdeps/sparc/preconfigure: Likewise.
10986 2014-06-25  Roland McGrath  <roland@hack.frob.com>
10988         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10989         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10990         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10991         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10992         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10993         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10994         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10995         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10996         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10997         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10998         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10999         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
11000         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
11001         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
11002         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
11003         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
11004         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
11005         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
11006         * sysdeps/sparc/sparc64/Makefile: ... appended here.
11008         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
11009         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
11010         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
11011         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
11012         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
11013         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
11014         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
11015         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
11016         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
11017         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
11018         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
11019         * sysdeps/sparc/sparc32/sem_post.c: ... here.
11020         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
11021         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
11022         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
11023         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
11024         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
11025         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
11026         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
11027         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
11028         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
11029         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
11030         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
11031         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
11032         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
11033         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
11034         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
11035         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
11036         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
11037         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
11038         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
11039         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
11040         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
11041         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
11042         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
11043         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
11044         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
11045         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
11047         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
11048         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
11049         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
11050         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
11051         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
11052         Moved ...
11053         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
11054         ... here.
11055         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
11056         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
11057         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
11058         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
11059         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
11060         Moved ...
11061         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
11062         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
11063         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
11064         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
11065         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
11066         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
11067         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
11068         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
11069         Moved ...
11070         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
11071         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
11072         Moved ...
11073         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
11074         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
11075         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
11076         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
11077         Moved ...
11078         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
11079         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
11080         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
11081         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
11082         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
11083         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
11084         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
11085         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
11086         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
11087         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
11088         Moved ...
11089         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
11090         ... here.
11091         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
11092         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
11093         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
11094         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
11095         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
11096         Moved ...
11097         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
11098         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
11099         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
11100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
11101         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
11102         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
11103         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
11104         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
11105         Moved ...
11106         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
11107         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
11108         Moved ...
11109         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
11110         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
11111         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
11112         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
11113         Moved ...
11114         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
11115         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
11116         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
11117         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
11118         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
11120 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11122         * timezone/checktab.awk: Update from tzcode 2014e.
11123         * timezone/private.h: Likewise.
11124         * timezone/tzfile.h: Likewise.
11125         * timezone/zdump.c: Likewise.
11126         * timezone/zic.c: Likewise.
11128         * sysdeps/unix/sysv/linux/kernel-features.h
11129         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
11130         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
11131         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
11132         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
11133         Remove conditional code.
11135 2014-06-25  Will Newton  <will.newton@linaro.org>
11137         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
11138         (_dl_arm_cap_flags): Add HWCAP2 values.
11139         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
11140         (_DL_HWCAP_COUNT): Increase to 37.
11141         (_DL_HWCAP_LAST): New define.
11142         (_DL_HWCAP2_LAST): New define.
11143         (_dl_procinfo): Add support for printing
11144         AT_HWCAP2 entries.
11145         (_dl_string_hwcap): Use _dl_hwcap_string.
11147 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11149         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11151 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
11153         * README: Do not mention ports directory.
11155         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
11156         Remove macro.
11157         * sysdeps/unix/sysv/linux/futimes.c: Do not include
11158         <kernel-features.h>.
11159         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
11160         conditional variable definition.
11161         (__futimes): Update comment.
11162         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
11163         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
11165         [BZ #16560]
11166         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
11167         arguments close to 0.
11168         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
11169         Likewise.
11170         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
11171         Likewise.
11172         * math/auto-libm-test-in: Add more tests of exp10.
11173         * math/auto-libm-test-out: Regenerated.
11174         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11176         * sysdeps/unix/sysv/linux/kernel-features.h
11177         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
11178         * sysdeps/unix/sysv/linux/readv.c: Do not include
11179         <kernel-features.h>.
11180         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11181         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11182         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11183         unconditional.
11184         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11185         conditional code.
11186         * sysdeps/unix/sysv/linux/writev.c: Do not include
11187         <kernel-features.h>.
11188         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
11189         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
11190         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
11191         unconditional.
11192         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
11193         conditional code.
11195 2014-06-25  Will Newton  <will.newton@linaro.org>
11197         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
11198         comment changes throughout the file.  Remove checks
11199         for HAVE_*_H definitions that are not required.
11200         (__gen_tempname): Call abort if an unknown kind value is
11201         passed.
11203 2014-06-25  Andreas Schwab  <schwab@suse.de>
11205         [BZ #17086]
11206         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
11207         scalbln, scalblnf, scalblnl in libc.
11209 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
11211         [BZ #17086]
11212         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
11213         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11214         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11216 2014-06-24  Roland McGrath  <roland@hack.frob.com>
11218         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
11219         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
11220         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
11221         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
11222         Update #include.
11223         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
11224         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
11225         Update #include.
11226         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
11227         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
11228         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
11229         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
11230         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
11231         * sysdeps/x86/bits/pthreadtypes.h: ... here.
11232         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
11233         * sysdeps/x86/bits/semaphore.h: ... here.
11234         * sysdeps/x86/nptl/elide.h: Moved ...
11235         * sysdeps/x86/elide.h: ... here.
11236         * sysdeps/x86_64/nptl/Implies: File removed.
11237         * sysdeps/i386/nptl/Implies: File removed.
11239 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
11241         [BZ #16539]
11242         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
11243         return the argument for normal arguments with exponent below -64.
11244         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11245         Likewise.
11246         * math/auto-libm-test-in: Add another test of expm1.
11247         * math/auto-libm-test-out: Regenerated.
11249         [BZ #16287]
11250         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
11251         calling __erfcl for arguments at least 16.
11252         * math/auto-libm-test-in: Add more tests of erf.
11253         * math/auto-libm-test-out: Regenerated.
11255         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
11256         individual architectures.
11257         * sysdeps/unix/sysv/linux/configure: Regenerated.
11258         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
11259         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
11260         * sysdeps/unix/sysv/linux/powerpc/configure.ac
11261         (ldd_rewrite_script): Define variable.
11262         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
11263         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
11264         file.
11265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
11266         generated file.
11267         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
11268         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
11269         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
11270         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
11271         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
11272         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
11273         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
11274         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
11276 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11278         [BZ #17084]
11279         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
11280         Rename member __data.d to __data.__elision_data.
11282 2014-06-24  Wilco  <wdijkstr@arm.com>
11284         * NEWS: Add 16918 to fixed bug list.
11286 2014-06-24  Wilco  <wdijkstr@arm.com>
11288         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
11290 2014-06-24  Wilco  <wdijkstr@arm.com>
11292         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
11293         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
11294         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
11295         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
11296         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
11297         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
11298         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
11299         Use _FPU_MASK_RM.
11301 2014-06-24  Wilco  <wdijkstr@arm.com>
11303         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
11305 2014-06-24  Wilco  <wdijkstr@arm.com>
11307         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
11308         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
11309         * sysdeps/arm/fesetround.c (fesetround): Remove space.
11310         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
11312 2014-06-24  Wilco  <wdijkstr@arm.com>
11314         [BZ #16918]
11315         * sysdeps/arm/feupdateenv.c (feupdateenv):
11316         Rewrite to reduce FPSCR accesses and fix return value.
11318 2014-06-24  Wilco  <wdijkstr@arm.com>
11320         * sysdeps/arm/fclrexcpt.c (feclearexcept):
11321         Optimize to avoid unnecessary FPSCR writes.
11322         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
11323         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
11324         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
11325         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
11327 2014-06-24  Wilco  <wdijkstr@arm.com>
11329         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
11330         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
11331         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
11332         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
11333         Call libc_fetestexcept_vfp.
11334         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
11335         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
11336         __SOFTFP__ ifdef so that they can be built for softfp.
11338 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11340         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
11341         argument type signed char.
11343         * Makerules (check-abi): Dump diff of symlist if the test
11344         fails.
11346 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11348         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
11349         using abort.
11351         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
11352         Remove unused variable ST.
11354 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11356         [BZ #16354]
11357         [BZ #17061]
11358         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
11359         small arguments before calling __expm1.
11360         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
11361         small arguments before calling __expm1f.
11362         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11363         small arguments before calling __expm1l.
11364         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11365         Likewise.
11366         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11367         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
11368         spurious underflow for some cosh tests.
11369         * math/auto-libm-test-out: Regenerated.
11370         * sysdeps/i386/fpu/libm-test-ulps: Update.
11372         [BZ #17050]
11373         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11374         (__ieee754_y1): Set errno if return value overflows.
11375         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11376         (__ieee754_y1f): Set errno if return value overflows.
11377         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11378         (__ieee754_y1l): Set errno if return value overflows.
11379         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11380         (__ieee754_y1l): Set errno if return value overflows.
11381         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11382         * math/auto-libm-test-out: Regenerated.
11384         * math/gen-auto-libm-tests.c: Document use of
11385         ignore-zero-inf-sign.
11386         (input_flag_type): Add value flag_ignore_zero_inf_sign.
11387         (input_flags): Add ignore-zero-inf-sign.
11388         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11389         * math/gen-libm-test.pl (generate_testfile): Handle
11390         ignore-zero-inf-sign.
11391         * math/auto-libm-test-in: Mark some cpow tests with
11392         ignore-zero-inf-sign and some with xfail-rounding.
11393         * math/auto-libm-test-out: Regenerated.
11394         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11395         * sysdeps/i386/fpu/libm-test-ulps: Update.
11396         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11398         [BZ #16315]
11399         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11400         overflowing or underflowing operations take place with sign of
11401         result.
11402         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11403         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11404         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11405         (__ieee754_pow): Recompute overflowing and underflowing results in
11406         original rounding mode.
11407         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11408         (__powl_helper): Allow negative argument X and scale negated value
11409         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
11410         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11411         overflowing or underflowing operations take place with sign of
11412         result.
11413         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11414         Include <math.h>.
11415         * math/auto-libm-test-in: Add more tests of pow.
11416         * math/auto-libm-test-out: Regenerated.
11417         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11418         (pow_tonearest_test_data): Remove.
11419         (pow_test_tonearest): Likewise.
11420         (pow_towardzero_test_data): Likewise.
11421         (pow_test_towardzero): Likewise.
11422         (pow_downward_test_data): Likewise.
11423         (pow_test_downward): Likewise.
11424         (pow_upward_test_data): Likewise.
11425         (pow_test_upward): Likewise.
11426         (main): Don't call removed functions.
11427         * sysdeps/i386/fpu/libm-test-ulps: Update.
11428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11430 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11432         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11433         Moved ...
11434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11436         Moved ...
11437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11438         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11439         Moved ...
11440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11442         Moved ...
11443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11444         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11445         File removed.
11446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11447         File removed.
11448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11449         File removed.
11450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11451         File removed.
11452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11453         File removed.
11454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11455         File removed.
11456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11457         File removed.
11458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11459         File removed.
11460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11461         File removed.
11462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11463         File removed.
11464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11465         File removed.
11466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11467         File removed.
11468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11469         Moved ...
11470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11472         Moved ...
11473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11474         ... here.
11475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11476         Moved ...
11477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11478         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11479         Moved ...
11480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11482         Moved ...
11483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11485         Moved ...
11486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11488         Moved ...
11489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11491         Moved ...
11492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11493         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11494         Moved ...
11495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11498         ... here.
11499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11500         Moved ...
11501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11503         Moved ...
11504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11505         ... here.
11506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11507         Moved ...
11508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11509         ... here.
11510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11511         Moved ...
11512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11513         ... here.
11514         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11515         Moved ...
11516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11518         Moved ...
11519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11523         Moved ...
11524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11525         ... here.
11526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11527         Moved ...
11528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11529         ... here.
11530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11531         Moved ...
11532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11534         Moved ...
11535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11537         Moved ...
11538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11540         Moved ...
11541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11543         Moved ...
11544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11545         ... here.
11546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11547         Moved ...
11548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11550         Moved ...
11551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11553         Moved ...
11554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11556         Moved ...
11557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11561         Moved ...
11562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11564         Moved ...
11565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11567         Moved ...
11568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11569         ... here.
11570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11571         Moved ...
11572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11573         ... here.
11574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11575         Moved ...
11576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11577         ... here.
11578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11579         Moved ...
11580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11582         Moved ...
11583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11585         Moved ...
11586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11588         Moved ...
11589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11590         ... here.
11591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11592         Moved ...
11593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11594         ... here.
11595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11596         Moved ...
11597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11598         ... here.
11599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11600         Moved ...
11601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11603         Moved ...
11604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11606 2014-06-23  Will Newton  <will.newton@linaro.org>
11607             Wilco  <wdijkstr@arm.com>
11609         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11610         implementation.  Include get-rounding-mode.h.
11611         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11612         [!libc_feholdsetround_noex_ctx]: Define
11613         libc_feholdsetround_noex_ctx.
11614         [!libc_feholdsetround_noexf_ctx]: Define
11615         libc_feholdsetround_noexf_ctx.
11616         [!libc_feholdsetround_noexl_ctx]: Define
11617         libc_feholdsetround_noexl_ctx.
11618         (libc_feholdsetround_ctx): New function.
11619         (libc_feresetround_ctx): New function.
11620         (libc_feholdsetround_noex_ctx): New function.
11621         (libc_feresetround_noex_ctx): New function.
11623 2014-06-23  Roland McGrath  <roland@hack.frob.com>
11625         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11626         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11627         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11628         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11629         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11630         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11632         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11633         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11634         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11635         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11636         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11637         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11638         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11639         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11640         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11641         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11642         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11643         Moved ...
11644         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11645         ... here.
11646         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11647         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11648         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11649         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11650         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11651         Moved ...
11652         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11653         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11654         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11655         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11656         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11657         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11658         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11659         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11660         Moved ...
11661         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11662         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11663         Moved ...
11664         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11665         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11666         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11667         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11668         Moved ...
11669         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11670         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11671         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11672         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11673         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11674         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11675         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11676         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11677         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11678         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11679         Moved ...
11680         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11681         ... here.
11682         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11683         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11684         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11685         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11686         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11687         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11688         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11689         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11690         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11691         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11692         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11693         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11694         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11695         Moved ...
11696         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11697         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11698         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11699         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11700         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11701         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11702         Moved ...
11703         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11704         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11705         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11706         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11707         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11709         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11710         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11711         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11712         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11713         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11714         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11715         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11716         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11717         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11718         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11719         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11720         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11721         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11722         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11723         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11724         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11725         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11726         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11727         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11728         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11729         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11730         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11731         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11732         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11733         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11734         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11735         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11736         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11738 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
11740         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11741         (FALLOC_FL_COLLAPSE_RANGE): New macro.
11742         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11743         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11744         (IPV6_PMTUDISC_INTERFACE): Likewise.
11745         (IPV6_PMTUDISC_OMIT): Likewise.
11747 2014-06-23  Andreas Schwab  <schwab@suse.de>
11749         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11750         Remove unused errout label.
11752 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11754         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11755         macro: hardware supports Vector Crypto instructions.
11757 2014-06-23  Will Newton  <will.newton@linaro.org>
11759         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11760         rather than __builtin_expect.
11762         * elf/dl-lookup.c (undefined_msg): Remove variable.
11763         (_dl_lookup_symbol_x): Replace undefined_msg with string
11764         literal.
11766         * elf/dl-lookup.c (do_lookup_unique): New function.
11767         (do_lookup_x): Move STB_GNU_UNIQUE handling code
11768         to a separate function.
11770 2014-06-23  Andreas Schwab  <schwab@suse.de>
11772         [BZ #17079]
11773         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11774         before reading the next line.
11776 2014-06-23  Will Newton  <will.newton@linaro.org>
11778         * test-skeleton.c (signal_handler): Use printf and %m
11779         rather than perror.  Use printf rather than fprintf to
11780         stderr.  Use puts rather than fputs to stderr.
11781         (main): Likewise.
11783 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
11785         * nscd/nscd.c (thread_info_t): Remove typedef.
11786         (thread_info): Remove variable.
11788 2014-06-21  Allan McRae  <allan@archlinux.org>
11790         * NEWS: Mention CVE-2014-4043.
11792 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11794         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11795         * nptl/smp.h: ... here.
11797         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11799         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11800         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11801         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11802         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11804         * nptl/allocatestack.c: Include <stack-aliasing.h>.
11805         * nptl/stack-aliasing.h: New file.
11806         * sysdeps/i386/i686/stack-aliasing.h: New file.
11807         * sysdeps/i386/i686/nptl/Makefile: File removed.
11808         * sysdeps/x86_64/stack-aliasing.h: New file.
11809         * sysdeps/x86_64/nptl/Makefile
11810         (CFLAGS-pthread_create.c): Variable removed.
11812         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11813         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11814         old file.
11815         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11816         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11817         old file.
11819 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
11821         * sysdeps/unix/sysv/linux/arm/kernel-features.h
11822         (__ASSUME_SIGFRAME_V2): Remove macro.
11823         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11824         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11825         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11826         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11827         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11828         Declare as function.  Remove conditional macro definitions.
11829         (__default_rt_sa_restorer): Likewise.
11830         (__default_sa_restorer_v1): Remove declaration.
11831         (__default_sa_restorer_v2): Likewise.
11832         (__default_rt_sa_restorer_v1): Likewise.
11833         (__default_rt_sa_restorer_v2): Likewise.
11834         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11835         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11836         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11838 2014-06-20  Roland McGrath  <roland@hack.frob.com>
11840         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11841         (libpthread-routines): Add sysdep.
11842         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11843         * sysdeps/unix/sysv/linux/sparc/Versions
11844         (libpthread: GLIBC_2.3.3): New version set.
11845         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11846         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11847         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11848         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11849         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
11850         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11851         Moved ...
11852         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11853         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11854         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11855         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11856         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11857         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11858         * sysdeps/sparc/nptl/sem_init.c: ... here.
11859         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11860         * sysdeps/sparc/nptl/sem_post.c: ... here.
11861         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11862         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11863         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11864         * sysdeps/sparc/nptl/sem_wait.c: ... here.
11865         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11866         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11867         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11868         (libpthread-routines): Add cpu_relax.
11869         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11870         File removed.
11871         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11872         (librt: GLIBC_2.3.3): New version set.
11873         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11874         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11875         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11876         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11877         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11878         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11879         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11881         Moved ...
11882         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11883         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11884         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11885         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11886         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11887         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11888         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11889         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11890         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11891         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11892         Moved ...
11893         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11894         Update #include.
11895         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11896         Moved ...
11897         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11898         Update #include.
11899         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11900         Moved ...
11901         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11902         Update #include.
11903         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11904         Moved ...
11905         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11906         Update #include.
11907         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11908         Moved ...
11909         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11910         Update #include.
11911         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11912         Moved ...
11913         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11914         Update #include.
11915         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11916         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11917         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11918         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11919         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11920         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11921         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11922         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11923         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11924         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11925         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11926         Moved ...
11927         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11928         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11929         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11930         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11931         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11933 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11935         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11936         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11937         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11938         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11939         * nscd/nscd.c: Likewise.
11940         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11941         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11942         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11943         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11945         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11946         <kernel-features.h>.
11947         (init_mq_netlink): Remove conditional have_sock_cloexec
11948         definitions.  Remove code conditional on have_sock_cloexec < 0.
11949         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11950         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11951         * sysdeps/unix/sysv/linux/opensock.c: Do not include
11952         <kernel-features.h>.
11953         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11954         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11956 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
11958         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11959         Add tests for memset_chk and memset.
11961         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11962         with AVX2_Usable.
11964 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11966         [BZ #16046]
11967         * elf/tst-dl-iter-static.c: New file.
11968         * elf/Makefile (tests-static): Add tst-dl-iter-static.
11970         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11971         error.
11973 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
11975         * sysdeps/unix/sysv/linux/kernel-features.h
11976         (__ASSUME_F_GETOWN_EX): Remove macro.
11977         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11978         <kernel-features.h>.
11979         (miss_F_GETOWN_EX): Remove variable or macro.
11980         (do_fcntl): Do not check miss_F_GETOWN_EX.
11981         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11983         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11984         Remove macro.
11985         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11986         [!__ASSUME_AT_RANDOM]: Remove conditional code.
11987         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11989         * sysdeps/unix/sysv/linux/kernel-features.h
11990         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11991         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11992         [ADJ_OFFSET_SS_READ]: Make code unconditional.
11993         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11995 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
11997         [BZ #17075]
11998         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11999         Fix calculation of the symbol's value.
12000         * sysdeps/arm/tst-armtlsdescloc.c: New file.
12001         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
12002         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
12003         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
12004         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
12005         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
12006         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
12007         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
12008         (modules-names): Add `tst-armtlsdescmod',
12009         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
12010         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
12011         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12012         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
12013         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
12014         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
12015         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
12016         ($(objpfx)tst-armtlsdescloc): New dependency.
12017         ($(objpfx)tst-armtlsdescextnow): Likewise.
12018         ($(objpfx)tst-armtlsdescextlazy): Likewise.
12019         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
12020         TLS scheme support.
12021         * sysdeps/arm/configure: Regenerate.
12023 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
12025         * include/fcntl.h (__atfct_seterrno): Remove prototype.
12026         (__atfct_seterrno_2): Likewise.
12027         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
12028         <kernel-features.h>.
12029         (__ASSUME_ATFCTS): Do not undefine and redefine.
12030         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
12031         (__have_atfcts): Remove conditional definition.
12032         (__fxstatat([__NR_fstatat64]: Make code unconditional.
12033         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
12034         unreachable if [__ASSUME_ATFCTS].
12035         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
12036         not undefine and redefine.
12037         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
12038         <kernel-features.h>.
12039         (faccessat) [__NR_faccessat]: Make code unconditional.
12040         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
12041         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
12042         <kernel-features.h>.
12043         (fchmodat) [__NR_fchmodat]: Make code unconditional.
12044         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12045         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
12046         <kernel-features.h>.
12047         (fchownat) [__NR_fchownat]: Make code unconditional.
12048         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
12049         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
12050         <kernel-features.h>.
12051         (futimesat) [__NR_futimesat]: Make code unconditional.
12052         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
12053         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
12054         <kernel-features.h>.
12055         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12056         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12057         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
12058         <kernel-features.h>.
12059         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
12060         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12061         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
12062         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
12063         <kernel-features.h>.
12064         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
12065         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12066         * sysdeps/unix/sysv/linux/linkat.c: Do not include
12067         <kernel-features.h>.
12068         (linkat) [__NR_linkat]: Make code unconditional.
12069         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12070         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
12071         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
12072         <kernel-features.h>.
12073         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
12074         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
12075         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
12076         <kernel-features.h>.
12077         (mkdirat) [__NR_mkdirat]: Make code unconditional.
12078         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
12079         * sysdeps/unix/sysv/linux/openat.c: Do not include
12080         <kernel-features.h>.
12081         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
12082         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
12083         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
12084         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
12085         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
12086         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
12087         <kernel-features.h>.
12088         (readlinkat) [__NR_readlinkat]: Make code unconditional.
12089         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
12090         result of INLINE_SYSCALL directly, not via int variable.
12091         * sysdeps/unix/sysv/linux/renameat.c: Do not include
12092         <kernel-features.h>.
12093         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
12094         (renameat) [__NR_renameat]: Make code unconditional.
12095         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
12096         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
12097         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
12098         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
12099         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
12100         (__ASSUME_ATFCTS): Do not undefine and redefine.
12101         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
12102         <kernel-features.h>.
12103         (symlinkat) [__NR_symlinkat]: Make code unconditional.
12104         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12105         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
12106         <kernel-features.h>.
12107         (unlinkat) [__NR_unlinkat]: Make code unconditional.
12108         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
12109         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
12110         (__ASSUME_ATFCTS): Do not undefine and redefine.
12111         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
12112         <kernel-features.h>.
12113         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
12114         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
12115         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
12116         <kernel-features.h>.
12117         (__xmknodat) [__NR_mknodat]: Make code unconditional.
12118         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
12120 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
12122         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
12124 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
12126         [BZ #17069]
12127         * posix/regcomp.c (parse_reg_exp): Deallocate partially
12128         constructed tree before returning error.
12129         * posix/bug-regexp36.c: Expand test case.
12131 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
12133         [BZ #6803]
12134         * math/libm-test.inc (scalbln_test_date):
12135         Add errno expectations.
12136         * math/w_scalblnf.c: New File.
12137         Add wrapper which checks for setting errno to ERANGE.
12138         Add weak_alias for corresponding scalbln function.
12139         * math/w_scalbln.c: Likewise.
12140         * math/w_scalblnl.c: Likewise.
12141         * math/Makefile (libm-calls): Add w_scalbln.
12142         * sysdeps/ieee754/flt-32/s_scalblnf.c:
12143         Remove weak_alias for corresponding scalbln function.
12144         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
12145         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
12146         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
12147         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
12148         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
12149         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
12150         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
12151         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
12152         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
12153         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
12154         Remove long_double_symbol for scalblnl function in libm, libc.
12155         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
12156         Add wrapper which checks for setting errno to ERANGE.
12157         Add long_double_symbol for scalblnl function in libm, libc.
12158         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
12159         Remove long_double_symbol for scalblnl in libm.
12160         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
12161         Add wrapper which checks for setting errno to ERANGE.
12162         Add long_double_symbol for scalblnl function in libm.
12163         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
12164         Do not use wrapper because of own implementation.
12166 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
12168         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
12169         3 bytes for __pad1 for x32.
12170         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
12172 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
12173             H.J. Lu  <hongjiu.lu@intel.com>
12175         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
12176         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
12177         * sysdeps/x86_64/multiarch/memset.S: Likewise.
12178         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
12179         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
12181 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
12183         [BZ #17069]
12184         * posix/regcomp.c (parse_expression): Deallocate partially
12185         constructed tree before returning error.
12186         * posix/Makefile.c (tests): Add bug-regex36.
12187         (generated): Add bug-regex36.mtrace.
12188         (tests-special): Add $(objpfx)bug-regex36-mem.out
12189         (bug-regex36-ENV): New variable.
12190         ($(objpfx)bug-regex36-mem.out): New rule.
12191         * posix/bug-regex36.c: New file.
12193 2014-06-19  Will Newton  <will.newton@linaro.org>
12195         * malloc/malloc.c (systrim): If extra is zero then return
12196         early.
12198 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
12200         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
12202 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
12204         * sysdeps/aarch64/strchr.S: New file.
12206 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12208         [BZ #17022]
12209         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
12210         from arguments -2 or below.
12211         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
12212         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
12214 2014-06-18  Andreas Schwab  <schwab@suse.de>
12216         [BZ #17062]
12217         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
12218         of a bracket expr not to run off the end of the string.
12219         * posix/Makefile (tests): Add tst-fnmatch3.
12220         * posix/tst-fnmatch3.c: New file.
12222 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
12224         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
12225         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12226         [$(cross-compiling) = no]: Likewise.
12227         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12228         [$(cross-compiling) = no]: Likewise.
12230 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
12232         [BZ #17031]
12233         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
12234         double, adjusted for any remainder from the high double.
12235         * math/libm-test.inc (nearbyint): Add tests.
12236         (rint): Likewise.
12238 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12240         * nptl/sysdeps/powerpc/Makefile: Moved ...
12241         * sysdeps/powerpc/nptl/Makefile: ... here.
12242         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
12243         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
12244         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
12245         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
12246         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
12247         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
12248         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
12249         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
12250         * nptl/sysdeps/powerpc/tls.h: Moved ...
12251         * sysdeps/powerpc/nptl/tls.h: ... here.
12253 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
12255         [BZ #16681]
12256         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
12257         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
12258         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
12259         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
12260         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
12261         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
12262         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
12263         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
12264         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
12266 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
12268         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
12270 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
12272         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
12273         defined operator.
12275         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
12276         $TIMEOUTFACTOR.
12278 2014-06-16  Florian Weimer  <fweimer@redhat.com>
12280         [BZ #17058]
12281         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
12282         non-executed part of the test.
12284 2014-06-16  Andreas Schwab  <schwab@suse.de>
12286         * string/bits/string2.h (strdup, strndup): Update feature guard.
12288 2014-06-14  David S. Miller  <davem@davemloft.net>
12290         * sysdeps/sparc/fpu/libm-test-ulps: Update.
12292 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
12294         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
12295         that was previously under [RESET_PID].
12296         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
12298         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
12299         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
12300         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
12301         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
12302         (__libc_vfork): New strong alias.
12303         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
12305 2014-06-14 Andi Kleen  <ak@linux.intel.com>
12307         * sysdeps/generic/elide.h: New file.
12309 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
12311         * Makefile (installed-headers): Adjust path of pthread.h header.
12313 2014-06-13  Roland McGrath  <roland@hack.frob.com>
12315         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
12316         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
12317         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
12318         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
12320         * nptl/sysdeps/s390/Makefile: Moved ...
12321         * sysdeps/s390/nptl/Makefile: ... here.
12322         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
12323         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
12324         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
12325         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
12326         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
12327         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
12328         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
12329         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
12330         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
12331         * sysdeps/s390/nptl/pthreaddef.h: ... here.
12332         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
12333         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
12334         * nptl/sysdeps/s390/tls.h: Moved ...
12335         * sysdeps/s390/nptl/tls.h: ... here.
12337         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
12338         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
12340 2014-06-13  David S. Miller  <davem@davemloft.net>
12342         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
12343         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
12344         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
12345         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
12346         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
12347         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
12348         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
12349         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
12350         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
12351         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
12352         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
12353         Remove RESET_PID cpp guards.
12354         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
12355         Remove RESET_PID cpp guards.
12356         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
12358 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
12360         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
12361         __sp to uintptr_t.
12363 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12365         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12366         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12367         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12368         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12369         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12370         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12371         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12372         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12373         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12374         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12375         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12376         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12377         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12378         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12379         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12380         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12381         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12382         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12383         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12384         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
12386         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
12387         (pthread_rwlock_rdlock): Add elision.
12388         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12389         (pthread_rwlock_wrlock): Add elision.
12390         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12391         (pthread_rwlock_trywrlock): Add elision.
12392         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12393         (pthread_rwlock_tryrdlock): Add elision.
12394         * nptl/pthread_rwlock_unlock.c: Include elide.h.
12395         (pthread_rwlock_tryrdlock): Add elision unlock.
12396         * nptl/sysdeps/pthread/pthread.h:
12397         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12398         (PTHREAD_RWLOCK_INITIALIZER,
12399         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12400         Handle new elision field.
12401         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12402         * sysdeps/arm/nptl/bits/pthreadtypes.h
12403         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12404         * sysdeps/sh/nptl/bits/pthreadtypes.h
12405         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12406         * sysdeps/tile/nptl/bits/pthreadtypes.h
12407         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12408         * sysdeps/a/nptl/bits/pthreadtypes.h
12409         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12410         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12411         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12412         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12413         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12414         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12415         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12416         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12417         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12418         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12419         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12420         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12421         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12422         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12423         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12424         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12425         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12426         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12427         (elision_init): Set try_xbegin to zero when no RTM.
12428         * sysdeps/x86/nptl/bits/pthreadtypes.h
12429         (pthread_rwlock_t): Change __pad1 to __rwelision.
12430         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12432 2014-06-13  Andi Kleen  <ak@linux.intel.com>
12434         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12435         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12436         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12437         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12439 2014-06-13  Meador Inge  <meadori@codesourcery.com>
12441         [BZ #16996]
12442         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
12443         that the cached result has been set before returning it.
12445 2014-06-12  Roland McGrath  <roland@hack.frob.com>
12447         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12448         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12449         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12450         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12451         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12452         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12454         * nptl/sysdeps/sparc/Makefile: Moved ...
12455         * sysdeps/sparc/nptl/Makefile: ... here.
12456         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12457         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12458         * nptl/sysdeps/sparc/tls.h: Moved ...
12459         * sysdeps/sparc/nptl/tls.h: ... here.
12460         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12461         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12462         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12463         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12464         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12465         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12466         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12467         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12468         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12469         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12470         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12471         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12472         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12473         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12474         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12475         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12476         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12477         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12478         Update #include.
12479         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12480         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12481         Update #include.
12482         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12483         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12484         Update #include.
12485         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12486         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12487         Update #include.
12489         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12491         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12492         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12494         * sysdeps/pthread/posix-timer.h: Include <list.h>.
12495         (struct list_links): Type removed.
12496         (struct thread_node, struct timer_node): Replace struct list_links
12497         with struct list_head.
12498         (list_unlink_ip): Likewise.
12499         * sysdeps/pthread/timer_routines.c
12500         (timer_free_list, thread_free_list, thread_active_list): Likewise.
12501         (list_append, list_insbefore): Likewise.
12502         (list_init): Function removed.
12503         (thread_init, init_module): Use INIT_LIST_HEAD instead.
12504         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12505         * sysdeps/pthread/Makefile: ... here, new file.
12507         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12508         * sysdeps/nptl/Implies: ... here.
12509         * sysdeps/unix/sysv/linux/Implies: Add nptl.
12510         * nptl/sysdeps/pthread/list.h: Moved ...
12511         * include/list.h: ... here.
12512         * nptl/sysdeps/pthread/createthread.c: Moved ...
12513         * nptl/createthread.c: ... here.
12514         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12515         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12516         * nptl/pt-longjmp.c: ... here.
12517         * nptl/sysdeps/pthread/Makefile: Moved ...
12518         * sysdeps/nptl/Makefile: ... here.
12519         * nptl/sysdeps/pthread/Subdirs: Moved ...
12520         * sysdeps/nptl/Subdirs: ... here.
12521         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12522         * sysdeps/nptl/aio_misc.h: ... here.
12523         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12524         * sysdeps/nptl/bits/libc-lock.h: ... here.
12525         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12526         * sysdeps/nptl/bits/libc-lockP.h: ... here.
12527         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12528         * sysdeps/nptl/bits/stdio-lock.h: ... here.
12529         * nptl/sysdeps/pthread/configure: Moved ...
12530         * sysdeps/nptl/configure: ... here.
12531         * nptl/sysdeps/pthread/configure.ac: Moved ...
12532         * sysdeps/nptl/configure.ac: ... here.
12533         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12534         * sysdeps/nptl/gai_misc.h: ... here.
12535         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12536         * sysdeps/nptl/librt-cancellation.c: ... here.
12537         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12538         * sysdeps/nptl/malloc-machine.h: ... here.
12539         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12540         * sysdeps/nptl/pthread-functions.h: ... here.
12541         * nptl/sysdeps/pthread/pthread.h: Moved ...
12542         * sysdeps/nptl/pthread.h: ... here.
12543         * nptl/sysdeps/pthread/setxid.h: Moved ...
12544         * sysdeps/nptl/setxid.h: ... here.
12545         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12546         * sysdeps/nptl/sigfillset.c: ... here.
12547         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12548         * sysdeps/nptl/tcb-offsets.h: ... here.
12549         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12550         * sysdeps/nptl/tst-mqueue8x.c: ... here.
12551         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12552         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12553         * nptl/sysdeps/pthread/allocalim.h: Moved ...
12554         * sysdeps/pthread/allocalim.h: ... here.
12555         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12556         * sysdeps/pthread/bits/sigthread.h: ... here.
12557         * nptl/sysdeps/pthread/flockfile.c: Moved ...
12558         * sysdeps/pthread/flockfile.c: ... here.
12559         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12560         * sysdeps/pthread/ftrylockfile.c: ... here.
12561         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12562         * sysdeps/pthread/funlockfile.c: ... here.
12563         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12564         * sysdeps/pthread/posix-timer.h: ... here.
12565         * nptl/sysdeps/pthread/timer_create.c: Moved ...
12566         * sysdeps/pthread/timer_create.c: ... here.
12567         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12568         * sysdeps/pthread/timer_delete.c: ... here.
12569         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12570         * sysdeps/pthread/timer_getoverr.c: ... here.
12571         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12572         * sysdeps/pthread/timer_gettime.c: ... here.
12573         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12574         * sysdeps/pthread/timer_routines.c: ... here.
12575         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12576         * sysdeps/pthread/timer_settime.c: ... here.
12577         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12578         * sysdeps/pthread/tst-timer.c: ... here.
12579         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12580         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12582         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12583         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12585         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12586         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12587         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12588         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12589         Update #include target.
12590         * nptl/sysdeps/i386/i686/Makefile: Moved ...
12591         * sysdeps/i386/i686/nptl/Makefile: ... here.
12592         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12593         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12594         Update #include target.
12595         * nptl/sysdeps/i386/i686/tls.h: Moved ...
12596         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
12597         * nptl/sysdeps/i386/Makefile: Moved ...
12598         * sysdeps/i386/nptl/Makefile: ... here.
12599         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12600         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12601         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12602         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12603         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12604         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12605         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12606         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12607         * sysdeps/i386/nptl/pthreaddef.h: ... here.
12608         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12609         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12610         * nptl/sysdeps/i386/tls.h: Moved ...
12611         * sysdeps/i386/nptl/tls.h: ... here.
12613         * sysdeps/sh/Makefile [$(subdir) = csu]
12614         (gen-as-const-headers): Add tcb-offsets.sym.
12615         * nptl/sysdeps/sh/Makefile: File removed.
12616         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12617         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12618         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12619         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12620         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12621         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12622         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12623         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12624         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12625         * sysdeps/sh/nptl/pthreaddef.h: ... here.
12626         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12627         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12628         * nptl/sysdeps/sh/tls.h: Moved ...
12629         * sysdeps/sh/nptl/tls.h: ... here.
12630         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12631         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12632         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12633         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12634         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12635         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12636         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12637         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12638         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12639         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12640         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12641         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12642         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12643         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12644         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12645         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12646         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12647         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12648         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12649         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12650         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12651         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12652         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12653         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12654         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12655         Moved ...
12656         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12657         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12658         Moved ...
12659         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12660         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12661         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12662         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12663         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12664         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12665         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12666         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12667         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12668         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12669         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12670         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12671         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12672         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12673         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12674         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12675         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12676         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12677         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12679 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
12681         * posix/spawn_faction_addopen.c: Include string.h.
12683 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12685         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12686         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12687         * nptl/sysdeps/x86_64/Makefile: Moved ...
12688         * sysdeps/x86_64/nptl/Makefile: ... here.
12689         * nptl/sysdeps/x86_64/configure: Moved ...
12690         * sysdeps/x86_64/nptl/configure: ... here.
12691         * nptl/sysdeps/x86_64/configure.ac: Moved ...
12692         * sysdeps/x86_64/nptl/configure.ac: ... here.
12693         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12694         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12695         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12696         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12697         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12698         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12699         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12700         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12701         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12702         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12703         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12704         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12705         * nptl/sysdeps/x86_64/tls.h: Moved ...
12706         * sysdeps/x86_64/nptl/tls.h: ... here.
12707         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12708         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12709         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12710         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12712         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12714 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12716         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12718 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
12720         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12721         type.
12722         [POSIX] (off_t): Likewise.
12723         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12724         [POSIX] (S_ISBLK): Require macro.
12725         [POSIX] (S_ISCHR): Likewise.
12726         [POSIX] (S_ISDIR): Likewise.
12727         [POSIX] (S_ISFIFO): Likewise.
12728         [POSIX] (S_ISREG): Likewise.
12729         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12730         optional-macro.
12731         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12732         type.
12733         [POSIX] (time_t): Likewise.
12734         [POSIX] (timer_t): Likewise.
12736 2014-06-11  Florian Weimer  <fweimer@redhat.com>
12738         [BZ #17048]
12739         * posix/spawn_int.h (struct __spawn_action): Make the path string
12740         non-const to support deallocation.
12741         * posix/spawn_faction_addopen.c
12742         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12743         * posix/spawn_faction_destroy.c
12744         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
12745         path in all spawn_do_open actions.
12746         * posix/tst-spawn.c (do_test): Exercise the copy operation in
12747         posix_spawn_file_actions_addopen.
12749 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
12751         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12752         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12753         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12754         conditional code always true.
12755         (__libc_vfork): New alias.
12757 2014-06-11  Roland McGrath  <roland@hack.frob.com>
12759         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12760         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12762         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12764         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12765         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12767         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12768         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12770         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12771         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12773 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
12775         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12776         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12777         multiarch strcmp for PPC64.
12778         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12779         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12780         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12781         multiarch optimizations.
12782         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12783         (__libc_ifunc_impl_list): Likewise.
12785 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12787         * benchtests/scripts/validate_benchout.py: New script.
12788         * benchtests/Makefile (bench-func): Call it.
12789         * benchtests/scripts/benchout.schema.json: New file.
12791 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
12793         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12794         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12795         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12796         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12797         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12798         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12799         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12800         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12801         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12802         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12803         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12804         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12805         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12806         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12807         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12808         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12809         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
12810         Moved ...
12811         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
12812         ... here.
12813         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
12814         Moved ...
12815         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12816         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
12817         Moved ...
12818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
12819         ... here.
12820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
12821         Moved ...
12822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
12823         ... here.
12824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
12825         Moved ...
12826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12827         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
12828         Moved ...
12829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
12830         ... here.
12831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
12832         Moved ...
12833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
12834         ... here.
12835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
12836         Moved ...
12837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12838         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
12839         Moved ...
12840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
12841         ... here.
12842         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
12843         Moved ...
12844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
12845         ... here.
12846         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
12847         Moved ...
12848         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
12849         ... here.
12850         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
12851         Moved ...
12852         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
12854         Moved ...
12855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
12856         ... here.
12857         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
12858         Moved ...
12859         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
12860         ... here.
12861         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
12862         Moved ...
12863         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
12864         ... here.
12865         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
12866         Moved ...
12867         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12868         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
12869         Moved ...
12870         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
12871         ... here.
12872         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
12873         Moved ...
12874         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
12875         ... here.
12876         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
12877         Moved ...
12878         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12879         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
12880         Moved ...
12881         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
12882         ... here.
12883         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
12884         Moved ...
12885         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12886         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
12887         Moved ...
12888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12889         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
12890         Moved ...
12891         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
12892         ... here.
12893         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
12894         Moved ...
12895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
12896         ... here.
12897         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
12898         Moved ...
12899         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
12900         ... here.
12901         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
12902         Moved ...
12903         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12904         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
12905         Moved ...
12906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
12907         ... here.
12908         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
12909         Moved ...
12910         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
12911         ... here.
12912         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12913         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12914         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12915         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12916         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
12917         Moved ...
12918         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
12919         ... here.
12920         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12921         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12922         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12923         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12924         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12925         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12926         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12927         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12928         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12929         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12930         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12931         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12932         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
12933         Moved ...
12934         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12935         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
12936         Moved ...
12937         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12938         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12939         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12940         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
12941         Moved ...
12942         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12943         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12944         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12945         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12946         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12947         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12948         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
12950 2014-06-10  Wilco  <wdijkstr@arm.com>
12952         * math/test-fenv-return.c: New file.
12953         * math/Makefile: Add new test test-fenv-return.
12955 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
12957         [BZ #17042]
12958         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12959         when x - 1 is zero.
12960         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12961         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12962         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12963         0.0L for an argument of 1.0L.
12964         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12965         Likewise.
12966         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12967         value when x - 1 is zero.
12968         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12969         * sysdeps/i386/fpu/libm-test-ulps: Update.
12970         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12972 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
12974         [BZ #15119]
12975         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12977 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12979         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12980         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12982 2014-06-09  Roland McGrath  <roland@hack.frob.com>
12984         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12985         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12987         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12988         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12990         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12991         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12993         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12994         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12996         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12997         if not already defined.
12998         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12999         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
13000         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
13001         (TLS_INIT_TP): Use it.
13002         (TLS_DEFINE_INIT_TP): New macro.
13003         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
13005 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
13007         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
13008         constant.
13009         [POSIX] (IXANY): Likewise.
13010         [POSIX] (OLCUC): Likewise.
13011         [POSIX || POSIX2008] (CBAUD): Do not allow.
13012         [POSIX || POSIX2008] (DEFECHO): Likewise.
13013         [POSIX || POSIX2008] (ECHOCTL): Likewise.
13014         [POSIX || POSIX2008] (ECHOKE): Likewise.
13015         [POSIX || POSIX2008] (ECHOPRT): Likewise.
13016         [POSIX || POSIX2008] (EXTA): Likewise.
13017         [POSIX || POSIX2008] (EXTB): Likewise.
13018         [POSIX || POSIX2008] (FLUSHO): Likewise.
13019         [POSIX || POSIX2008] (LOBLK): Likewise.
13020         [POSIX || POSIX2008] (PENDIN): Likewise.
13021         [POSIX || POSIX2008] (SWTCH): Likewise.
13022         [POSIX || POSIX2008] (VDISCARD): Likewise.
13023         [POSIX || POSIX2008] (VDSUSP): Likewise.
13024         [POSIX || POSIX2008] (VLNEXT): Likewise.
13025         [POSIX || POSIX2008] (VREPRINT): Likewise.
13026         [POSIX || POSIX2008] (VSTATUS): Likewise.
13027         [POSIX || POSIX2008] (VWERASE): Likewise.
13028         (B*): Change to B[0123456789]*.
13029         * conform/data/time.h-data [POSIX || UNIX98]
13030         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
13031         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
13032         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
13033         [POSIX] (tm_*): Do not allow.
13035 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
13037         * Makefile (install): Don't set LANGUAGE.
13038         * Makefile.in (install): Likewise.
13039         * assert/Makefile (test-assert-ENV): Remove variable.
13040         (test-assert-perr-ENV): Likewise.
13041         * elf/Makefile (neededtest4-ENV): Likewise.
13042         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13043         [$(cross-compiling) = no]: Don't set LANGUAGE.
13044         * io/ftwtest-sh (LANG): Remove variable.
13045         * libio/Makefile (tst-widetext-ENV): Likewise.
13046         * manual/install.texi (Running make install): Don't refer to
13047         environment settings for make install.
13048         * INSTALL: Regenerated.
13049         * nptl/tst-tls6.sh: Don't set LANG.
13050         * posix/globtest.sh (LANG): Remove variable.
13051         * string/Makefile (tester-ENV): Likewise.
13052         (inl-tester-ENV): Likewise.
13053         (noinl-tester-ENV): Likewise.
13054         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13055         [$(cross-compiling) = no]: Don't set LANGUAGE.
13056         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
13057         without explicit environment settings.
13059 2014-06-06  Roland McGrath  <roland@hack.frob.com>
13061         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
13062         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
13063         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
13064         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
13066 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
13068         * crypt/crypt-private.h [DOS]: Add some includes taken from the
13069         other files in the crypt directory.
13070         * crypt/crypt.c: Remove duplicate includes.
13071         * crypt/crypt-entry.c: Likewise.
13072         * crypt/crypt_util.c: Likewise.
13074 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
13076         * Makeconfig (run-program-env): New variable.
13077         (run-program-prefix-before-env): Likewise.
13078         (run-program-prefix-after-env): Likewise.
13079         (run-program-prefix): Define in terms of new variables.
13080         (built-program-cmd-before-env): New variable.
13081         (built-program-cmd-after-env): Likewise.
13082         (built-program-cmd): Define in terms of new variables.
13083         (test-program-prefix-before-env): New variable.
13084         (test-program-prefix-after-env): Likewise.
13085         (test-program-prefix): Define in terms of new variables.
13086         (test-program-cmd-before-env): New variable.
13087         (test-program-cmd-after-env): Likewise.
13088         (test-program-cmd): Define in terms of new variables.
13089         * Rules (make-test-out): Use $(run-program-env).
13090         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
13091         (help): Do not mention environment variables.  Mention
13092         --timeoutfactor option.
13093         (timeoutfactor): New variable.
13094         (blacklist_exports): Remove function.
13095         (exports): Remove variable.
13096         (command): Do not include ${exports}.
13097         * manual/install.texi (Configuring and compiling): Do not mention
13098         test wrappers preserving environment variables.  Mention that last
13099         assignment to a variable must take precedence.
13100         * INSTALL: Regenerated.
13101         * benchtests/Makefile (run-bench): Use $(run-program-env).
13102         * catgets/Makefile ($(objpfx)test1.cat): Use
13103         $(built-program-cmd-before-env), $(run-program-env) and
13104         $(built-program-cmd-after-env).
13105         ($(objpfx)test2.cat): Do not specify environment variables
13106         explicitly.
13107         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
13108         $(run-program-env) and $(built-program-cmd-after-env).
13109         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
13110         $(run-program-env) and $(test-program-cmd-after-env).
13111         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
13112         explicitly.
13113         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
13114         run_program_env and test_program_cmd_after_env arguments.
13115         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
13116         * elf/tst-pathopt.sh: Use run_program_env argument.
13117         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
13118         $(test-wrapper-env) and $(run-program-env).
13119         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
13120         run_program_env arguments.
13121         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
13122         * intl/Makefile ($(objpfx)tst-gettext.out): Use
13123         $(test-program-prefix-before-env), $(run-program-env) and
13124         $(test-program-prefix-after-env).
13125         ($(objpfx)tst-gettext2.out): Likewise.
13126         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
13127         run_program_env and test_program_prefix_after_env arguments.
13128         * intl/tst-gettext2.sh: Likewise.
13129         * intl/tst-gettext4.sh: Do not set environment variables
13130         explicitly.
13131         * intl/tst-gettext6.sh: Likewise.
13132         * intl/tst-translit.sh: Likewise.
13133         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
13134         $(test-program-prefix-before-env), $(run-program-env) and
13135         $(test-program-prefix-after-env).
13136         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
13137         run_program_env and test_program_prefix_after_env arguments.
13138         * math/Makefile (run-regen-ulps): Use $(run-program-env).
13139         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
13140         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
13141         explicitly with each use of ${test_wrapper_env}.
13142         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
13143         $(test-program-prefix-before-env), $(run-program-env) and
13144         $(test-program-prefix-after-env).
13145         * posix/tst-getconf.sh: Do not set environment variables
13146         explicitly.
13147         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
13148         run_program_env and test_program_prefix_after_env arguments.
13149         * stdio-common/tst-printf.sh: Do not set environment variables
13150         explicitly.
13151         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
13152         $(test-program-prefix-before-env), $(run-program-env) and
13153         $(test-program-prefix-after-env).
13154         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
13155         run_program_env and test_program_prefix_after_env arguments.
13156         Split $test calls into $test_pre and $test.
13157         * timezone/Makefile (build-testdata): Use
13158         $(built-program-cmd-before-env), $(run-program-env) and
13159         $(built-program-cmd-after-env).
13161 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13163         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
13164         strlen for non SHARED builds.
13166 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13168         * nptl/allocatestack.c (check_list): Inlined function...
13169         (__reclaim_stacks): ... here.
13171 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13173         [BZ #15698]
13174         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
13175         memory overrun.
13177 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
13179         * Rules (make-test-out): Include
13180         LOCPATH=$(common-objpfx)localedata in default environment.
13181         * debug/Makefile (tst-chk1-ENV): Remove variable.
13182         (tst-chk2-ENV): Likewise.
13183         (tst-chk3-ENV): Likewise.
13184         (tst-chk4-ENV): Likewise.
13185         (tst-chk5-ENV): Likewise.
13186         (tst-chk6-ENV): Likewise.
13187         (tst-lfschk1-ENV): Likewise.
13188         (tst-lfschk2-ENV): Likewise.
13189         (tst-lfschk3-ENV): Likewise.
13190         (tst-lfschk4-ENV): Likewise.
13191         (tst-lfschk5-ENV): Likewise.
13192         (tst-lfschk6-ENV): Likewise.
13193         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
13194         (tst-iconv7-ENV): Likewise.
13195         * intl/Makefile (LOCPATH-ENV): Likewise.
13196         (tst-codeset-ENV): Likewise.
13197         (tst-gettext3-ENV): Likewise.
13198         (tst-gettext5-ENV): Likewise.
13199         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
13200         (tst-fopenloc-ENV): Likewise.
13201         (tst-fgetws-ENV): Remove variable.
13202         (tst-ungetwc1-ENV): Likewise.
13203         (tst-ungetwc2-ENV): Likewise.
13204         (bug-ungetwc2-ENV): Likewise.
13205         (tst-swscanf-ENV): Likewise.
13206         (bug-ftell-ENV): Likewise.
13207         (tst-fgetwc-ENV): Likewise.
13208         (tst-fseek-ENV): Likewise.
13209         (tst-ftell-partial-wide-ENV): Likewise.
13210         (tst-ftell-active-handler-ENV): Likewise.
13211         (tst-ftell-append-ENV): Likewise.
13212         * posix/Makefile (tst-fnmatch-ENV): Likewise.
13213         (tst-regexloc-ENV): Likewise.
13214         (bug-regex1-ENV): Likewise.
13215         (tst-regex-ENV): Likewise.
13216         (tst-regex2-ENV): Likewise.
13217         (bug-regex5-ENV): Likewise.
13218         (bug-regex6-ENV): Likewise.
13219         (bug-regex17-ENV): Likewise.
13220         (bug-regex18-ENV): Likewise.
13221         (bug-regex19-ENV): Likewise.
13222         (bug-regex20-ENV): Likewise.
13223         (bug-regex22-ENV): Likewise.
13224         (bug-regex23-ENV): Likewise.
13225         (bug-regex25-ENV): Likewise.
13226         (bug-regex26-ENV): Likewise.
13227         (bug-regex30-ENV): Likewise.
13228         (bug-regex32-ENV): Likewise.
13229         (bug-regex33-ENV): Likewise.
13230         (bug-regex34-ENV): Likewise.
13231         (bug-regex35-ENV): Likewise.
13232         (tst-rxspencer-ENV): Likewise.
13233         (tst-rxspencer-no-utf8-ENV): Likewise.
13234         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
13235         (tst-sscanf-ENV): Likewise.
13236         (tst-swprintf-ENV): Likewise.
13237         (tst-swscanf-ENV): Likewise.
13238         (test-vfprintf-ENV): Likewise.
13239         (scanf13-ENV): Likewise.
13240         (bug14-ENV): Likewise.
13241         (tst-grouping-ENV): Likewise.
13242         * stdlib/Makefile (tst-strtod-ENV): Likewise.
13243         (tst-strtod3-ENV): Likewise.
13244         (tst-strtod4-ENV): Likewise.
13245         (tst-strtod5-ENV): Likewise.
13246         (testmb2-ENV): Likewise./
13247         * string/Makefile (tst-strxfrm-ENV): Likewise.
13248         (tst-strxfrm2-ENV): Likewise.
13249         (bug-strcoll1-ENV): Likewise.
13250         (test-strcasecmp-ENV): Likewise.
13251         (test-strncasecmp-ENV): Likewise.
13252         * time/Makefile (tst-strptime-ENV): Likewise.
13253         (tst-ftime_l-ENV): Likewise.
13254         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
13255         (tst-mbrtowc-ENV): Likewise.
13256         (tst-wcrtomb-ENV): Likewise.
13257         (tst-mbrtowc2-ENV): Likewise.
13258         (tst-c16c32-1-ENV): Likewise.
13259         (tst-mbsnrtowcs-ENV): Likewise.
13261 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
13263         * manual/resource.texi (How to get information about the memory
13264         subsystem?): Fix typo.
13265         Reported by Peon de la Parra Ivan <peon@keba.com>
13267 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
13269         [BZ #16882]
13270         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
13271         (pthread_spin_lock): Branch out of spin loop to proper location.
13272         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
13273         (pthread_spin_lock): Likewise.
13275         * nptl/tst-spin4.c: New test.
13276         * nptl/Makefile (tests): Add tst-spin4.
13278 2014-06-03  Andreas Schwab  <schwab@suse.de>
13280         [BZ #15946]
13281         * resolv/res_send.c (send_dg): Reload file descriptor after
13282         calling reopen.
13284 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
13286         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
13288 2014-06-03  Richard Henderson  <rth@redhat.com>
13290         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
13291         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
13292         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
13293         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
13294         in the SAVE_PID block.
13295         (__libc_vfork): New alias.
13296         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
13298         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
13299         child in registers, not on the stack.  Remove RESET_PID conditionals.
13300         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
13302 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
13304         * sysdeps/aarch64/libm-test-ulps: Regenerate.
13306 2014-06-03  Wilco  <wdijkstr@arm.com>
13308         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
13309         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
13310         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13311         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
13312         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
13313         Likewise.
13315 2014-06-03  Wilco  <wdijkstr@arm.com>
13317         * sysdeps/aarch64/fpu/math_private.h
13318         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
13319         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
13320         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
13321         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
13322         Fix declarations.
13324 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13326         * crypt/crypt-private.h: Include ufc-crypt.h.
13327         (__b64_from_24bit): Declare extern.
13328         * crypt/crypt_util.c(__b64_from_24bit): New function.
13329         (b64t): New static const variable.
13330         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
13331         (b64t): Remove variable.
13332         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
13333         * crypt/sha256-crypt.c: Include crypt-private.h.
13334         (b64t): Remove variable.
13335         (__sha256_crypt_r): Remove b64_from_24bit and replace
13336         with __b64_from_24bit.
13337         * crypt/sha512-crypt.c: Likewise.
13339 2014-06-02  Roland McGrath  <roland@hack.frob.com>
13341         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
13342         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
13343         Label the code __libc_vfork rather than __vfork.
13344         [!NOT_IN_libc] (vfork): Define as weak alias.
13345         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
13346         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
13347         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
13349 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13351         * malloc/malloc.c (malloc_info): Fix format specifier for
13352         n_mmaps.
13354 2014-06-02  Wilco  <wdijkstr@arm.com>
13356         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
13357         FPCR write.
13359 2014-06-02  Wilco  <wdijkstr@arm.com>
13361         [BZ #17009]
13362         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13363         Rewrite to reduce FPCR/FPSR accesses.
13365 2014-06-01  David S. Miller  <davem@davemloft.net>
13367         * sysdeps/sparc/fpu/libm-test-ulps: Update.
13369 2014-05-31  David S. Miller  <davem@davemloft.net>
13371         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13372         to occur in round to nearest mode when |x| >= 2.0
13374 2014-05-30  Richard Henderson  <rth@twiddle.net>
13376         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13377         (PSEUDO_RET_NOERRNO): Remove.
13378         (ret): Don't redefine.
13379         (ret_NOERRNO): Define in terms of ret.
13380         (ret_ERRVAL): Likewise.
13382         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13383         use of PSEUDO_RET; perform the error check directly.
13385 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
13387         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13388         with __int128_t.
13390 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13392         * malloc/malloc (malloc_info): Fix formatting.
13394 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
13395             Roland McGrath  <roland@hack.frob.com>
13397         * malloc/malloc (malloc_info): Also print mmapped statistics.
13399 2014-05-30  Roland McGrath  <roland@hack.frob.com>
13401         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13402         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13404 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
13406         * malloc/malloc.c (malloc_info): Inline mi_arena.
13408 2014-05-29  Richard Henderson  <rth@twiddle.net>
13410         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13411         Remove comma before expanding ASM_ARGS_##nr.
13412         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13413         Make _x0 a strict output; make _x8 a strict input; adjust expansion
13414         of ASM_ARGS_##nr.
13415         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13416         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13417         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13418         (ASM_ARGS_1): Add leading comma.
13420         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13421         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13422         to __errno_location.
13423         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13424         Remove the expected plt for __errno_location.
13426         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13427         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
13428         call to __read_tp.
13430         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13431         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
13432         it and break it down.
13433         (DOCARGS_0, DOCARGS_1): Do nothing.
13434         (DOCARGS_2): Update to store into the new stack frame.
13435         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13436         (UNDOCARGS_1): Update to restore from the new stack frame.
13437         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13438         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13440         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13441         (SINGLE_THREAD_P): New parameter for result regno.
13442         (PSEUDO): Update to match; use cbz instead of beq.
13444         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13445         Use ENTRY to define the _nocancel entry point.  Share the syscall
13446         and syscall error check paths with the cancel path.
13447         (PSEUDO_END): New.
13449         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13450         whitespace; tabs before and after asm mnemonics.
13452 2014-05-29  Eric Wong  <normalperson@yhbt.net>
13454         [BZ #15132]
13455         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13456         Call fstat64 or stat64 internally, depending on arguments passed.
13457         Replace stat buffer argument with file descriptor argument.
13458         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13459         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13460         Pass fd to __internal_statvfs instead of calling fstat64.
13461         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13462         Pass fd to __internal_statvfs64 instead of calling fstat64.
13463         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13464         Pass -1 to __internal_statvfs instead of calling stat64.
13465         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13466         Pass -1 to __internal_statvfs64 instead of calling stat64.
13468 2014-05-28  Roland McGrath  <roland@hack.frob.com>
13470         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13471         that was previously under [RESET_PID].
13472         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13474         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13475         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13477 2014-05-27  Roland McGrath  <roland@hack.frob.com>
13479         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13481         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13482         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13484 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
13486         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13488 2014-05-27  Andreas Schwab  <schwab@suse.de>
13490         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13491         TLS_INIT_TP macro.
13492         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13493         * elf/rtld.c (init_tls, dl_main): Likewise.
13494         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13495         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13496         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13497         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13498         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13499         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13500         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13501         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13502         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13503         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13504         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13505         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13506         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13507         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13508         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13509         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13510         * sysdeps/generic/tls.h: Update description.
13512 2014-05-27  Will Newton  <will.newton@linaro.org>
13514         [BZ #16990]
13515         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13516         and restore r2 rather than just restoring.
13518 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
13520         [BZ #16724]
13521         * libio/tst-ftell-append.c: New test case.
13522         * libio/Makefile (tests): Add test case.
13523         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13524         append mode.
13525         * libio/wfileops.c (do_ftell_wide): Likewise.
13527 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13529         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13531         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13532         ...
13533         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13535         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13536         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13537         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13538         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13539         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13540         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13541         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13542         Moved ...
13543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13544         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13545         Moved ...
13546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13547         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13548         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13549         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13550         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13551         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13552         ...
13553         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13554         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13555         Moved ...
13556         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13557         here.
13558         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13559         ...
13560         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13561         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13562         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13564         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13565         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13566         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13567         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13569         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13570         merge into ...
13571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13572         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13573         ...
13574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13575         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13576         ...
13577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13578         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13579         Moved ...
13580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13581         here.
13582         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13583         Moved ...
13584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13585         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13586         Moved ...
13587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13589         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13590         conditional [RESET_PID].
13591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13592         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13593         removed.
13594         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13595         removed.
13597         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13598         <tcb-offsets.h>.
13599         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13600         (__libc_vfork): New strong alias.
13601         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13602         removed.
13603         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13604         Removed.
13606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13607         <tcb-offsets.h>.
13608         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13609         (__libc_vfork): New strong alias.
13610         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13611         removed.
13612         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13613         removed.
13615 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
13617         * malloc/malloc.c (mi_arena): New function.
13618         (malloc_info): Remove nested function mi_arena. Call non-nosted
13619         function mi_arena.
13621 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13623         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13624         by insrwi.
13625         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13626         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13627         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13628         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13629         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13630         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13631         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13633 2014-05-26  Andreas Schwab  <schwab@suse.de>
13635         [BZ #16984]
13636         * locale/programs/repertoire.c (repertoire_read): Add slash
13637         between I18NPATH element and file name.
13638         * locale/programs/locfile.c (locfile_read): Likewise.
13640 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13642         * nptl/pthread_mutexattr_settype.c
13643         (__pthread_mutexattr_settype):
13644         Disable lock elision for PTHREAD_MUTEX_NORMAL.
13646 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
13648         * nptl/tst-mutex5 (do_test):
13649         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13651 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13653         * benchtests/README: Document 'init' directive.
13654         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13655         BENCH_INIT.
13656         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13657         (parse_file): Recognize 'init' directive.
13659 2014-05-26  Kyle McMartin  <kyle@redhat.com>
13661         [BZ #16796]
13662         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13663         alignment of struct pthread.
13665 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
13667         [BZ #16878]
13668         * nscd/netgroupcache.c (addgetnetgrentX): Look for
13669         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13670         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13671         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13673 2014-05-25  Richard Henderson  <rth@twiddle.net>
13675         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13676         (SINGLE_THREAD_P_PIC): Remove.
13677         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13678         (SINGLE_THREAD_P_PIC): Remove.
13680         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13681         branch to syscall error ...
13682         (PSEUDO): ... here.
13683         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13684         from __local_syscall_error to .Lsyscall_error.
13685         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13686         (SYSCALL_ERROR): Update label name.
13688         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13689         Do not use DOARGS/UNDOARGS.
13690         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13691         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13692         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13693         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13694         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13696         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13697         block comment.
13699         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13700         define if !NOT_IN_libc.
13701         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13702         define with non-default symbol versions.
13704 2014-05-23  Richard Henderson  <rth@twiddle.net>
13706         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13707         (vfork, __vfork): Define via compat_symbol.
13709         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13710         [!HAVE_IFUNC] (vfork_compat): Remove.
13711         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13713 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13715         [BZ #16978]
13716         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13717         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13718         variable.
13720 2014-05-23  Richard Henderson  <rth@twiddle.net>
13722         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13723         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13724         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13725         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13727         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13728         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13729         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13730         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13731         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13732         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13733         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13734         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13735         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13736         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13737         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13738         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13739         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13740         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13741         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13742         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13743         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13744         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13745         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13746         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13747         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13748         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13749         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13750         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13751         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13752         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13753         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13754         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13755         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13756         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13757         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13758         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13759         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13760         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13761         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13762         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13763         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13764         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13765         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13766         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13767         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13768         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13769         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13770         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13771         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13772         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13773         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13774         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13775         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13776         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13777         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13778         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13779         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13780         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13781         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13782         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13784         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13785         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13786         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
13787         before exiting on error.
13788         (__libc_vfork): New strong alias.
13789         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13790         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13792         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13793         that was previously under [RESET_PID].
13794         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13796         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13798 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
13800         [BZ #16977]
13801         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13802         value when x - 1 is zero.
13803         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13804         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13805         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13806         0.0L for an argument of 1.0L.
13807         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13808         Likewise.
13809         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13810         value when x - 1 is zero.
13811         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13812         * sysdeps/i386/fpu/libm-test-ulps: Update.
13813         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13815 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
13817         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13818         alphasort and versionsort.
13820 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13822         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13823         macro.
13824         [copysignf]: Likewise.
13826 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
13828         * crypt/md5-crypt.c: Fix formatting.
13830 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
13832         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13833         (b64_from_24bit): New function.
13835 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13837         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13838         libc_hidden_builtin_def to ifunc.
13839         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13840         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13842 2014-05-21  Roland McGrath  <roland@hack.frob.com>
13844         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13845         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13847 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
13849         * nscd/Depend (linuxthreads): Remove.
13850         (nptl): Add.
13851         * resolv/Depend (linuxthreads): Remove.
13852         * rt/Depend (linuxthreads): Remove.
13854         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13855         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13856         $(common-objpfx)elf/.
13857         (link-libc-before-gnulib): Likewise.
13858         (elfobjdir): Remove variable.
13859         * Makefile (install): Use $(elf-objpfx) instead of
13860         $(common-objpfx)elf/.
13861         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13862         $(elfobjdir)/.
13863         (link-libc-deps): Likewise.
13864         ($(common-objpfx)libc.so): Likewise.
13865         ($(common-objpfx)linkobj/libc.so): Likewise.
13866         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13867         instead of $(common-objpfx)elf/.
13868         (symbolic-link-list): Likewise.
13869         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13870         [$(cross-compiling) = no]: Likewise.
13871         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13872         $(elfobjdir)/.
13873         (static-gnulib-arch): Likewise.
13874         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13875         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13876         $(common-objpfx)elf/.
13878 2014-05-21  Richard Henderson  <rth@redhat.com>
13880         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13881         (SINGLE_THREAD_P): Use the correct width load.  Fold
13882         into the ldr offset.
13884         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13885         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13887 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
13889         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13890         (libgcc_s_resume): Use __attribute_used__.
13891         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13892         Likewise.
13894 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13896         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13897         optimization when used with float constants.
13899         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13901 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
13903         [BZ #16915]
13904         * locale/nl_langinfo_l.c: Make direct reference to every
13905         _nl_current_CATEGORY symbol.
13906         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13907         (tests-static): Add tst-langinfo-static.
13908         (tests-special): Add tst-langinfo-static.out.
13909         ($(objpfx)tst-langinfo.out): Redirect output.
13910         ($(objpfx)tst-langinfo-static.out): New.
13911         * localedata/tst-langinfo.sh: Send output to stdout.
13912         * localedata/tst-langinfo-static.c: New file.
13914         [BZ #16965]
13915         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13916         when the shift amount is modulo the limb size.
13918 2014-05-20  Richard Henderson  <rth@redhat.com>
13920         [BZ #16967]
13921         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13922         Change type of sa_flags from unsigned int to int.
13924         [BZ #16966]
13925         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
13927         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13929 2014-05-20  Will Newton  <will.newton@linaro.org>
13931         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13932         Test the return value of the system call in the nocancel case.
13934 2014-05-20  Will Newton  <will.newton@linaro.org>
13935             Yvan Roux  <yvan.roux@linaro.org>
13937         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13938         #include of asm/ptrace.h.
13939         (PTRACE_GET_THREAD_AREA): Remove #undef.
13940         (PTRACE_GETHBPREGS): Likewise.
13941         (PTRACE_SETHBPREGS): Likewise.
13942         (struct user_regs_struct): New structure.
13943         (struct user_fpsimd_struct): New structure.
13944         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13945         #include of asm/ptrace.h and second #include of sys/user.h.
13946         (PTRACE_GET_THREAD_AREA): Remove #undef.
13947         (PTRACE_GETHBPREGS): Likewise.
13948         (PTRACE_SETHBPREGS): Likewise.
13949         (ELF_NGREG): Use new struct user_regs_struct.
13950         (elf_fpregset_t): Use new struct user_fpsimd_struct.
13952 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13954         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13955         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13957 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
13959         [BZ #16958]
13960         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13961         membar to avoid block loads/stores to overlap previous stores.
13963 2014-05-17  Richard Henderson  <rth@redhat.com>
13965         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13966         Create the __##syscall_name##_nocancel entry point.
13967         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13968         Remove; let the sysdep-cancel.h code create it.
13970 2014-05-17  David S. Miller  <davem@davemloft.net>
13972         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13973         Protect with __USE_GNU.
13974         (TIOCSET_TEMPT): Likewise.
13975         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13976         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13977         these are already provided in bits/ioctl-types.h
13979 2014-05-16  Roland McGrath  <roland@hack.frob.com>
13981         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13982         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13984         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13985         Use wait4 regardless of [__NR_waitpid].
13987 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
13989         PR libgcc/60166
13990         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13991         (_FP_NANSIGN_Q): Set the quiet bit.
13993 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
13995         * benchtests/Makefile
13996         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13997         not $(common-objpfx)math/libm.so.
13998         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13999         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
14000         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
14001         $(common-objpfx)dlfcn/libdl.so.
14002         ($(objpfx)tst-audit8): Depend on $(libm), not
14003         $(common-objpfx)math/libm.so.
14004         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
14005         not $(common-objpfx)dlfcn/libdl.so.
14006         * math/Makefile
14007         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
14008         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
14009         [$(build-shared) = yes].
14010         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
14011         $(common-objpfx)nptl/libpthread.so.
14012         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
14013         $(common-objpfx)math/libm.so$(libm.so-version) or
14014         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
14015         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
14016         $(common-objpfx)dlfcn/libdl.so.
14017         * setjmp/Makefile (link-libm): Remove variable.
14018         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
14019         * stdio-common/Makefile (link-libm): Remove variable.
14020         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
14021         * stdlib/Makefile (link-libm): Remove variable.
14022         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
14023         ($(objpfx)tst-strtod-round): Likewise.
14024         ($(objpfx)tst-tininess): Likewise.
14025         ($(objpfx)tst-strtod-underflow): Likewise.
14026         ($(objpfx)tst-strtod6): Likewise.
14027         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
14028         $(libdl), not $(common-objpfx)nptl/libpthread.so and
14029         $(common-objpfx)dlfcn/libdl.so.
14031 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14033         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
14034         BSD terminal modes definitions.
14036 2014-05-16  Roland McGrath  <roland@hack.frob.com>
14038         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
14039         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
14041         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
14042         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
14043         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
14044         Don't do #include_next.
14045         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
14046         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
14047         Don't do #include_next.
14048         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
14049         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
14050         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
14051         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
14053 2014-05-16  Allan McRae  <allan@archlinux.org>
14055         * po/sv.po: Update Swedish translation from translation project.
14057         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
14058         in sed expression.
14060 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
14062         [BZ #16917]
14063         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
14064         errno if the TIOCGPTN ioctl fails with an error different than
14065         EINVAL.
14066         * login/tst-ptsname.c: New file.
14067         * login/Makefile (tests): Add tst-ptsname.
14069         [BZ #16943]
14070         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
14071         and prlimit64.
14073 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
14075         [BZ #16849]
14076         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
14077         herrno to return EAI_AGAIN.
14079 2014-05-14  Roland McGrath  <roland@hack.frob.com>
14081         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
14082         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
14083         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
14084         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
14085         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
14086         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
14087         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
14088         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
14089         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
14090         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
14091         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
14092         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
14093         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
14094         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
14095         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
14096         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
14097         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
14098         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
14099         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
14100         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
14101         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
14102         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
14103         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
14104         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
14105         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
14106         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
14107         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
14108         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
14109         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
14110         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
14111         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
14112         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
14113         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
14114         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
14115         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
14116         Moved ...
14117         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
14118         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
14119         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
14120         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
14121         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
14122         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
14123         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
14124         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
14125         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
14126         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
14127         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
14128         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
14129         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
14130         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
14131         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
14132         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
14133         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
14134         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
14135         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
14136         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
14137         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
14138         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
14139         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
14140         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
14141         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
14142         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
14143         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
14144         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
14145         Moved ...
14146         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
14147         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
14148         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
14149         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
14150         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
14151         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
14152         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
14153         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
14154         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
14155         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
14156         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
14157         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
14158         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
14159         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
14160         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
14161         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
14162         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
14163         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
14164         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
14165         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
14166         Moved ...
14167         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
14168         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
14169         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
14171         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
14172         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
14173         (libpthread-sysdep_routines): Add elision-related stuff here instead.
14174         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
14175         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
14176         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
14177         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
14178         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
14179         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
14180         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
14181         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
14182         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
14183         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
14184         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
14185         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
14186         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
14187         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
14188         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
14189         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
14190         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
14191         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
14192         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
14193         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
14194         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
14195         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
14196         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
14197         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
14198         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
14199         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
14200         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
14201         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
14203         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
14204         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
14206         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
14207         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
14208         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
14209         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
14210         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
14211         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
14212         Moved ...
14213         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
14214         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
14215         Moved ...
14216         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
14217         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
14218         Moved ...
14219         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
14220         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
14221         Moved ...
14222         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
14223         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
14224         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
14225         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
14226         Moved ...
14227         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
14228         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
14229         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
14230         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
14231         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
14232         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
14233         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
14234         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
14235         Moved ...
14236         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
14237         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14238         Moved ...
14239         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
14240         ... here.
14241         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
14242         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
14243         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
14244         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
14245         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14246         Moved ...
14247         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
14248         ... here.
14249         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
14250         Moved ...
14251         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
14252         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
14253         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
14254         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
14255         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
14256         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
14257         Moved ...
14258         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
14259         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
14260         Moved ...
14261         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
14262         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
14263         Moved ...
14264         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
14265         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
14266         Moved ...
14267         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
14268         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
14269         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
14270         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
14271         Moved ...
14272         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
14273         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
14274         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
14275         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
14276         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
14277         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
14278         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
14279         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
14280         Moved ...
14281         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
14282         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14283         Moved ...
14284         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
14285         ... here.
14286         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
14287         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
14288         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
14289         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
14290         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14291         Moved ...
14292         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
14293         ... here.
14294         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
14295         Moved ...
14296         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
14297         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
14298         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
14299         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
14300         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
14301         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
14302         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
14303         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
14304         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
14305         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
14306         Moved ...
14307         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
14308         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
14309         Moved ...
14310         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
14311         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
14312         Moved ...
14313         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
14314         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
14315         Moved ...
14316         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
14317         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
14318         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
14319         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
14320         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
14321         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
14322         Moved ...
14323         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
14324         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
14325         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
14326         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
14327         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
14328         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
14329         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
14330         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
14331         Moved ...
14332         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
14333         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14334         Moved ...
14335         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
14336         ... here.
14337         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
14338         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
14339         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
14340         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
14341         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14342         Moved ...
14343         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
14344         ... here.
14345         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
14346         Moved ...
14347         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
14348         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
14349         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
14350         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
14351         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
14352         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
14353         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
14354         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
14355         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
14356         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
14357         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
14359         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
14360         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
14362         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14363         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14365         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14366         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14367         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14368         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14369         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14370         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14371         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14372         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14373         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14374         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14375         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14376         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14377         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14378         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14379         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14380         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14381         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14382         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14383         Moved ...
14384         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14385         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14386         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14387         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14388         Moved ...
14389         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14390         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14391         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14392         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14393         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14394         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14395         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14396         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14397         Moved ...
14398         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14399         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14400         Moved ...
14401         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14402         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14403         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14404         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14405         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14406         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14407         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14408         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14409         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14410         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14411         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14412         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14413         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14414         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14415         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14416         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14417         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14419         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14420         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14421         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14422         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14423         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14425         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14426         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14427         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14428         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14429         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14430         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14431         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14432         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14433         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14434         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14436         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14437         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14439         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14440         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
14441         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14442         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14443         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14444         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14445         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14446         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14447         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14448         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14449         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14450         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14451         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14452         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14453         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14454         Update #include.
14455         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14456         Likewise.
14457         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14458         Likewise.
14459         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14460         Likewise.
14461         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14462         Likewise.
14463         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14464         Likewise.
14465         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14466         Likewise.
14467         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14468         Likewise.
14469         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14470         Likewise.
14471         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14472         Likewise.
14473         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14474         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14475         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14476         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14477         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
14478         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14479         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14480         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14481         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14482         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14483         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14484         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14485         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14486         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
14487         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
14489         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14490         that was previously under [RESET_PID].
14491         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14492         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14493         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14495         * sysdeps/i386/nptl/Implies: New file.
14496         * sysdeps/x86_64/nptl/Implies: New file.
14497         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14498         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14499         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14500         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14502         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14503         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14504         (__libc_vfork): New strong alias.
14505         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14506         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14508         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14509         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14510         (__libc_vfork): New strong alias.
14511         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14512         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14514         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14515         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14516         (__libc_vfork): New strong alias.
14517         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14518         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14519         * nptl/pt-vfork.c: New file.
14520         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14521         (libpthread: GLIBC_2.20): New version set (empty).
14523 2014-05-14  Will Newton  <will.newton@linaro.org>
14525         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14526         rather than #if.
14528 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14530         [BZ #16564]
14531         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14532         arguments with exponent 65 or above.
14533         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14534         arguments 0x1p113L or above.
14535         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14536         to arguments 0x1p107L or above.
14537         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14538         positive arguments with exponent 65 or above.
14539         * math/auto-libm-test-in: Add more tests of log1p.
14540         * math/auto-libm-test-out: Regenerated.
14542         [BZ #16928]
14543         * math/s_cacos.c (__cacos): Ensure zero real part of result from
14544         non-finite arguments is +0.
14545         * math/s_cacosf.c (__cacosf): Likewise.
14546         * math/s_cacosl.c (__cacosl): Likewise.
14547         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14548         * sysdeps/i386/fpu/libm-test-ulps: Update.
14549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14551         [BZ #16927]
14552         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14553         value.
14554         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14555         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14556         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14557         for explicit high bit of mantissa when testing for argument equal
14558         to 1.
14559         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14560         * sysdeps/i386/fpu/libm-test-ulps: Update.
14561         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14563         [BZ #16516]
14564         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14565         (__erf): Scale by 16 instead of 8 in potentially underflowing
14566         case.  Ensure exception if result actually underflows.
14567         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14568         (__erff): Scale by 16 instead of 8 in potentially underflowing
14569         case.  Ensure exception if result actually underflows.
14570         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14571         (efx8): Remove variable.
14572         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14573         case.  Ensure exception if result actually underflows.
14574         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14575         (efx8): Remove variable.
14576         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14577         case.  Ensure exception if result actually underflows.
14578         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14579         (efx8): Remove variable.
14580         (__erfl): Scale by 16 instead of 8 in potentially underflowing
14581         case.  Ensure exception if result actually underflows.
14582         * math/auto-libm-test-in: Add more tests of erf.
14583         * math/auto-libm-test-out: Regenerated.
14585 2014-05-14  Andreas Schwab  <schwab@suse.de>
14587         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14588         Remove code conditionalized on USE___THREAD.
14590         * config.h.in (HAVE_PT_CHOWN): Define as 0.
14591         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14592         not definedness.
14594 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
14596         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14597         Define unconditionally.
14598         (__ASSUME_O_CLOEXEC): Likewise.
14599         (__ASSUME_SOCK_CLOEXEC): Likewise.
14600         (__ASSUME_IN_NONBLOCK): Likewise.
14601         (__ASSUME_PIPE2): Likewise.
14602         (__ASSUME_EVENTFD2): Likewise.
14603         (__ASSUME_SIGNALFD4): Likewise.
14604         (__ASSUME_DUP3): Likewise.
14605         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14606         (__ASSUME_DUP3): Do not define.
14607         (__ASSUME_EVENTFD2): Likewise.
14608         (__ASSUME_IN_NONBLOCK): Likewise.
14609         (__ASSUME_O_CLOEXEC): Likewise.
14610         (__ASSUME_PIPE2): Likewise.
14611         (__ASSUME_SIGNALFD4): Likewise.
14612         (__ASSUME_SOCK_CLOEXEC): Likewise.
14613         (__ASSUME_UTIMES): Undefine.
14614         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14615         (__ASSUME_UTIMES): Do not define.
14616         (__ASSUME_O_CLOEXEC): Likewise.
14617         (__ASSUME_SOCK_CLOEXEC): Likewise.
14618         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14619         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14620         0x020621].
14621         (__ASSUME_PIPE2): Likewise.
14622         (__ASSUME_EVENTFD2): Likewise.
14623         (__ASSUME_SIGNALFD4): Likewise.
14624         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14625         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14626         Do not define.
14627         (__ASSUME_EVENTFD2): Likewise.
14628         (__ASSUME_SIGNALFD4): Likewise.
14629         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14630         (__ASSUME_32BITUIDS): Likewise.
14631         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14632         (__ASSUME_IPC64): Likewise.
14633         (__ASSUME_ST_INO_64_BIT): Likewise.
14634         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14635         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14636         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14637         (__ASSUME_UTIMES): Do not define.
14638         (__ASSUME_PSELECT): Likewise.
14639         (__ASSUME_PPOLL): Likewise.
14640         (__ASSUME_O_CLOEXEC): Likewise.
14641         (__ASSUME_SOCK_CLOEXEC): Likewise.
14642         (__ASSUME_IN_NONBLOCK): Likewise.
14643         (__ASSUME_PIPE2): Likewise.
14644         (__ASSUME_EVENTFD2): Likewise.
14645         (__ASSUME_SIGNALFD4): Likewise.
14646         (__ASSUME_DUP3): Likewise.
14647         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14648         (__ASSUME_UTIMES): Likewise.
14649         (__ASSUME_O_CLOEXEC): Likewise.
14650         (__ASSUME_SOCK_CLOEXEC): Likewise.
14651         (__ASSUME_IN_NONBLOCK): Likewise.
14652         (__ASSUME_PIPE2): Likewise.
14653         (__ASSUME_EVENTFD2): Likewise.
14654         (__ASSUME_SIGNALFD4): Likewise.
14655         (__ASSUME_DUP3): Likewise.
14656         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14657         (__ASSUME_UTIMES): Likewise.
14658         (__ASSUME_O_CLOEXEC): Likewise.
14659         (__ASSUME_SOCK_CLOEXEC): Likewise.
14660         (__ASSUME_IN_NONBLOCK): Likewise.
14661         (__ASSUME_PIPE2): Likewise.
14662         (__ASSUME_EVENTFD2): Likewise.
14663         (__ASSUME_SIGNALFD4): Likewise.
14664         (__ASSUME_DUP3): Likewise.
14665         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14666         Likewise.
14667         (__ASSUME_UTIMES): Likewise.
14668         (__ASSUME_EVENTFD2): Likewise.
14669         (__ASSUME_SIGNALFD4): Likewise.
14670         * sysdeps/unix/sysv/linux/tile/kernel-features.h
14671         (__ASSUME_O_CLOEXEC): Likewise.
14672         (__ASSUME_SOCK_CLOEXEC): Likewise.
14673         (__ASSUME_IN_NONBLOCK): Likewise.
14674         (__ASSUME_PIPE2): Likewise.
14675         (__ASSUME_EVENTFD2): Likewise.
14676         (__ASSUME_SIGNALFD4): Likewise.
14677         (__ASSUME_DUP3): Likewise.
14678         (__ASSUME_UTIMES): Undefine.
14680         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14681         feclearexcept.  Remove symbol versioning code.
14682         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
14683         symbol versioning code.
14684         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
14685         symbol versioning code.
14686         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14687         feupdateenv.  Remove symbol versioning code.
14688         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14689         fegetexceptflag.  Remove symbol versioning code.
14690         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14691         fesetexceptflag.  Remove symbol versioning code.
14692         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14693         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
14694         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14695         (__posix_fadvise64_l32): Remove prototype.
14696         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14697         code.
14699 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14701         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14702         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14703         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14704         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14706 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
14708         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14709         current working directory
14711 2014-05-13  Roland McGrath  <roland@hack.frob.com>
14713         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14714         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14715         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14716         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14717         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14718         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14719         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14720         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14721         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14722         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14723         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14724         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14725         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14726         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14727         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14728         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14729         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14730         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14731         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14732         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14733         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14734         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14735         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14736         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14737         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14738         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14739         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14740         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14741         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14742         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14743         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14744         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14745         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14746         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14747         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14748         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14749         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14750         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14751         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14752         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14753         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14754         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14756         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14757         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14759         * sysdeps/unix/sysv/linux/arm/Makefile
14760         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14761         Add rt-aeabi_unwind_cpp_pr1.
14762         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14763         Add nptl-aeabi_unwind_cpp_pr1.
14764         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14765         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14766         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14767         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14768         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14769         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14771         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14772         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14773         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14774         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14776         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14777         Deconditionalize the code that was previously under [RESET_PID].
14778         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14780         * sysdeps/generic/exit-thread.h: New file.
14781         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14782         * include/unistd.h (__exit_thread): Remove declaration.
14783         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14784         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14785         * csu/libc-start.c: Include <exit-thread.h>.
14786         (LIBC_START_MAIN): Pass no argument to __exit_thread.
14787         * nptl/pthread_create.c: Include <exit-thread.h>.
14788         (start_thread): Call __exit_thread in place of __exit_thread_inline.
14789         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14790         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14791         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14792         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14793         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14794         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14795         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14796         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14797         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14798         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14799         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14800         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14801         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14802         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14803         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14804         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14806 2014-05-13  Andreas Schwab  <schwab@suse.de>
14808         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14810 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
14812         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14813         (__ASSUME_UTIMES): Do not condition on kernel version.
14814         (__ASSUME_PSELECT): Define unconditionally.
14815         (__ASSUME_PPOLL): Likewise.
14816         (__ASSUME_ATFCTS): Likewise.
14817         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14818         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14819         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14820         (__ASSUME_UTIMENSAT): Define unconditionally.
14821         (__ASSUME_PRIVATE_FUTEX): Likewise.
14822         (__ASSUME_FALLOCATE): Likewise.
14823         (__ASSUME_O_CLOEXEC): Likewise.
14824         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14825         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14826         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14827         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14828         (__ASSUME_IN_NONBLOCK): Likewise.
14829         (__ASSUME_PIPE2): Likewise.
14830         (__ASSUME_EVENTFD2): Likewise.
14831         (__ASSUME_SIGNALFD4): Likewise.
14832         (__ASSUME_DUP3): Likewise.
14833         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14834         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14835         (__ASSUME_AT_RANDOM): Likewise.
14836         (__ASSUME_PREADV): Likewise.
14837         (__ASSUME_PWRITEV): Likewise.
14838         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14839         (__ASSUME_F_GETOWN_EX): Define unconditionally.
14840         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14841         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14842         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14843         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14844         (__ASSUME_O_CLOEXEC): Define unconditionally.
14845         (__ASSUME_PSELECT): Do not undefine conditionally.
14846         (__ASSUME_PPOLL): Likewise.
14847         (__ASSUME_ATFCTS): Likewise.
14848         (__ASSUME_SET_ROBUST_LIST): Likewise.
14849         (__ASSUME_UTIMENSAT): Likewise.
14850         (__ASSUME_FDATASYNC): Define unconditionally.
14851         * sysdeps/unix/sysv/linux/arm/kernel-features.h
14852         (__ASSUME_SIGFRAME_V2): Likewise.
14853         )__ASSUME_EVENTFD2): Likewise.
14854         (__ASSUME_SIGNALFD4): Likewise.
14855         (__ASSUME_PSELECT): Do not undefine conditionally.
14856         (__ASSUME_PPOLL): Likewise.
14857         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14858         (__ASSUME_PSELECT): Define unconditionally.
14859         (__ASSUME_PPOLL): Likewise.
14860         (__ASSUME_O_CLOEXEC): Likewise.
14861         (__ASSUME_SOCK_CLOEXEC): Likewise.
14862         (__ASSUME_IN_NONBLOCK): Likewise.
14863         (__ASSUME_PIPE2): Likewise.
14864         (__ASSUME_EVENTFD2): Likewise.
14865         (__ASSUME_SIGNALFD4): Likewise.
14866         (__ASSUME_DUP3): Likewise.
14867         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14868         (__ASSUME_O_CLOEXEC): Likewise.
14869         (__ASSUME_SOCK_CLOEXEC): Likewise.
14870         (__ASSUME_IN_NONBLOCK): Likewise.
14871         (__ASSUME_PIPE2): Likewise.
14872         (__ASSUME_EVENTFD2): Likewise.
14873         (__ASSUME_SIGNALFD4): Likewise.
14874         (__ASSUME_DUP3): Likewise.
14875         * sysdeps/unix/sysv/linux/mips/kernel-features.h
14876         (__ASSUME_EVENTFD2): Likewise.
14877         (__ASSUME_SIGNALFD4): Likewise.
14878         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14880 2014-05-12  Andreas Schwab  <schwab@suse.de>
14882         [BZ #16932]
14883         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14884         (_nss_nis_gethostbyname4_r): Return error if item length is larger
14885         than maximum RPC packet size.
14886         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14887         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14888         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14889         (_nss_nis_getservbyport_r): Likewise.
14891 2014-05-12  Will Newton  <will.newton@linaro.org>
14893         * malloc/Makefile (tests): Add tst-mallopt.
14894         * malloc/tst-mallopt.c: New file.
14896 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14898         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14899         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14901 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14903         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14904         (tst-tlsmod6.so): Likewise.
14906 2014-05-09  Roland McGrath  <roland@hack.frob.com>
14908         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14910 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
14912         [BZ #16064]
14913         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14914         and <dl-procinfo.h>.
14915         (__fegetenv): Save SSE state in envp->__eip if supported.
14916         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14917         envp->__eip if supported.
14918         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14919         and <dl-procinfo.h>.
14920         (__fesetenv): Always set __eip, __cs_selector, __opcode,
14921         __data_offset and __data_selector in environment to 0.  Set SSE
14922         state if supported.
14923         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14924         test-fenv-sse.
14925         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14926         -mfpmath=sse.
14927         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14929 2014-05-09  Will Newton  <will.newton@linaro.org>
14931         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14932         and libc_relro_required for ARM.
14933         * sysdeps/arm/preconfigure: Regenerate.
14935 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
14936             Stefan Liebler  <stli@linux.vnet.ibm.com>
14938         * config.make.in (enable-lock-elision): New Makefile variable.
14939         * configure.ac: Likewise.
14940         * configure: Regenerate.
14941         * sysdeps/s390/configure.ac:
14942         Add check for gcc transactions support.
14943         * sysdeps/s390/configure: Regenerate.
14944         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14945         Build elision files if enabled.
14946         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14947         Add lock elision support for s390.
14948         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14949         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14950         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14951         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14952         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14953         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14954         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14955         Likewise.
14956         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14957         Likewise.
14958         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14959         Likewise.
14960         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14961         Likewise.
14962         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14963         (__lll_timedlock_elision, __lll_lock_elision)
14964         (__lll_unlock_elision, __lll_trylock_elision)
14965         (lll_timedlock_elision, lll_lock_elision)
14966         (lll_unlock_elision, lll_trylock_elision): Add.
14967         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14968         (pthread_mutex_t): Add lock elision support for s390.
14970 2014-05-14  Wilco  <wdijkstr@arm.com>
14972         * sysdeps/arm/fclrexcpt.c: Cleanup.
14973         * sysdeps/arm/fedisblxcpt.c: Cleanup.
14974         * sysdeps/arm/feenablxcpt.c: Cleanup.
14975         * sysdeps/arm/fegetenv.c: Cleanup.
14976         * sysdeps/arm/fegetexcept.c: Cleanup.
14977         * sysdeps/arm/fegetround.c: Cleanup.
14978         * sysdeps/arm/feholdexcpt.c: Cleanup.
14979         * sysdeps/arm/fesetenv.c: Cleanup.
14980         * sysdeps/arm/fesetround.c: Cleanup.
14981         * sysdeps/arm/feupdateenv.c: Cleanup.
14982         * sysdeps/arm/fgetexcptflg.c: Cleanup.
14983         * sysdeps/arm/fraiseexcpt.c: Cleanup.
14984         * sysdeps/arm/fsetexcptflg.c: Cleanup.
14985         * sysdeps/arm/ftestexcept.c: Cleanup.
14986         * sysdeps/arm/get-rounding-mode.h: Cleanup.
14987         * sysdeps/arm/setfpucw.c: Cleanup.
14989 2014-05-09  Will Newton  <will.newton@linaro.org>
14991         * sysdeps/arm/armv7/strcmp.S: New file.
14992         * NEWS: Mention addition of ARMv7 optimized strcmp.
14994 2014-05-08  Roland McGrath  <roland@hack.frob.com>
14996         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14997         look for %.ac rather than %.in.
14999         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
15000         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
15001         * sysdeps/mach/hurd/configure: Regenerated.
15002         * sysdeps/unix/sysv/linux/configure: Regenerated.
15004         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
15006 2014-05-07  Steve Ellcey  <sellcey@mips.com>
15008         [BZ# 16922]
15009         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
15010         (LONG_SUB): Ditto.
15011         (PTR_SUB): Ditto.
15013 2014-05-07  Andreas Schwab  <schwab@suse.de>
15015         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
15016         when skipping over non-matching result from nscd.
15018 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
15020         [BZ #16876]
15021         * nptl/sockperf.c (client): Check socket return value.
15023         [BZ #16877]
15024         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
15025         nscd security class.
15027 2014-05-06  Roland McGrath  <roland@hack.frob.com>
15029         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
15030         * sysdeps/arm/unwind.h: ... here.
15032 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
15034         [BZ# 16916]
15035         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
15036         Define.
15038 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
15040         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
15041         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
15042         multiarch strncpy for PPC64.
15043         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
15044         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
15045         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
15046         multiarch optimizations.
15047         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
15048         (__libc_ifunc_impl_list): Likewise.
15049         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
15050         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
15051         multiarch stpncpy for PPC64.
15052         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
15053         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
15055 2014-05-06  Andreas Schwab  <schwab@suse.de>
15057         [BZ #16912]
15058         * gmon/mcount.c (_MCOUNT_DECL): Use
15059         atomic_compare_and_exchange_bool_acq instead of
15060         catomic_compare_and_exchange_bool_acq.
15062 2014-05-05  Roland McGrath  <roland@hack.frob.com>
15064         * elf/Makefile (others, install-bin): Remove pldd.
15065         (pldd-modules): Variable removed.
15066         ($(objpfx)pldd): Target removed.
15067         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
15068         (others, install-bin): Append pldd here.
15069         ($(objpfx)pldd): New target.
15071         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
15072         to 0, so the first #if test emitted later doesn't see it undefined.
15073         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
15074         * sysdeps/gnu/errlist.c: Regenerated.
15076 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15078         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
15079         [libc_hidden_builtin_def]: Define to empty value.
15080         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
15081         [libc_hidden_builtin_def]: Likewise.
15082         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
15083         [libc_hidden_builtin_def]: Likewise.
15084         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
15085         [libc_hidden_builtin_def]: Likewise.
15086         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
15087         __redirect_memcpy and define ifunc as default hidden symbol.
15088         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
15089         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
15091 2014-05-04  Adam Conrad  <adconrad@0c3.net>
15093         * locale/iso-4217.def: Reintroduce XDR currency.
15095 2014-05-04  Allan McRae  <allan@archlinux.org>
15097         * po/eo.po: Update Esperanto translation from translation project.
15099 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
15101         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
15102         and FEATURE_INDEX_MAX to 1.
15103         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
15105 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15107         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
15108         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
15109         * iconvdata/big5.c (ONE_DIRECTION): Define.
15110         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
15111         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
15112         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
15113         * iconvdata/cp932.c (ONE_DIRECTION): Define.
15114         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
15115         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
15116         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
15117         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
15118         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
15119         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
15120         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
15121         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
15122         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
15123         * iconvdata/gbk.c (ONE_DIRECTION): Define.
15124         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
15125         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
15126         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
15127         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
15128         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
15129         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
15130         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
15131         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
15132         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
15133         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
15134         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
15135         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
15136         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
15137         * iconvdata/iso646.c (ONE_DIRECTION): Define.
15138         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
15139         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
15140         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
15141         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
15142         * iconvdata/johab.c (ONE_DIRECTION): Define.
15143         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
15144         * iconvdata/sjis.c (ONE_DIRECTION): Define.
15145         * iconvdata/t.61.c (ONE_DIRECTION): Define.
15146         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
15147         * iconvdata/tscii.c (ONE_DIRECTION): Define.
15148         * iconvdata/uhc.c (ONE_DIRECTION): Define.
15149         * iconvdata/unicode.c (ONE_DIRECTION): Define.
15150         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
15151         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
15152         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
15154 2014-05-01  Roland McGrath  <roland@hack.frob.com>
15156         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
15157         (_IO_JUMPS_OFFSET): Define to 0.
15159         * nptl/sysdeps/pthread/bits/libc-lock.h
15160         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
15161         (__libc_lock_define_initialized_recursive): Always define using
15162         initializer.  Modern compilers treat uninitialized (implicit zero) and
15163         explicit zero initializers the same (i.e. put the datum in bss).
15165 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15167         * nscd/nscd-client.h: Include <string.h>.
15169 2014-05-01  David S. Miller  <davem@davemloft.net>
15171         [BZ #16885]
15172         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
15173         multiple zero bytes exist at the end of a string.
15174         Reported by Aurelien Jarno <aurelien@aurel32.net>
15176         * string/test-strcmp.c (check): Add explicit test for situations where
15177         there are multiple zero bytes after the first.
15179 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
15181         [BZ #16890]
15182         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
15183         when compiling wprintf.
15184         * stdio-common/tstdiomisc.c (t3): New function.
15185         (main): Call it.
15187 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15189         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
15190         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
15191         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
15192         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
15194 2014-05-01  Steve Ellcey  <sellcey@mips.com>
15196         * stdlib/longlong.h: Updated from GCC.
15198 2014-05-01  Will Newton  <will.newton@linaro.org>
15199             Bernard Ogden  <bernie.ogden@linaro.org>
15201         * NEWS: Update fixed bug list.
15203         [BZ #15119]
15204         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
15206 2014-04-30  David S. Miller  <davem@davemloft.net>
15208         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
15209         (libc_feholdexcept_setround_sparc_ctx): New function.
15210         (libc_fesetenv_sparc_ctx): Likewise.
15211         (libc_feupdateenv_sparc_ctx): Likewise.
15212         (libc_feholdsetround_sparc_ctx): Likewise.
15213         (libc_feholdexcept_setround_ctx): Define.
15214         (libc_feholdexcept_setroundf_ctx): Likewise.
15215         (libc_feholdexcept_setroundl_ctx): Likewise.
15216         (libc_fesetenv_ctx): Likewise.
15217         (libc_fesetenvf_ctx): Likewise.
15218         (libc_fesetenvl_ctx): Likewise.
15219         (libc_feupdateenv_ctx): Likewise.
15220         (libc_feupdateenvf_ctx): Likewise.
15221         (libc_feupdateenvl_ctx): Likewise.
15222         (libc_feresetround_ctx): Likewise.
15223         (libc_feresetroundf_ctx): Likewise.
15224         (libc_feresetroundl_ctx): Likewise.
15225         (libc_feholdsetround_ctx): Likewise.
15226         (libc_feholdsetroundf_ctx): Likewise.
15227         (libc_feholdsetroundl_ctx): Likewise.
15229         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15230         with __USE_GNU instead of XOPEN cpp guards.
15232         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
15233         0.
15235         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
15236         with XOPEN cpp guards.
15238 2014-04-30  Julian Brown  <julian@codesourcery.com>
15240         [BZ #16888]
15241         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
15242         handling.
15244 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
15246         [BZ #9894]
15247         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
15248         Change to 2.6.32.
15249         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
15250         * sysdeps/unix/sysv/linux/configure: Regenerated.
15251         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
15252         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
15253         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
15254         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
15255         * README: Update reference to required Linux kernel version.
15256         * manual/install.texi (Linux): Update reference to required Linux
15257         kernel headers version.
15258         * INSTALL: Regenerated.
15260         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
15261         header inclusion.
15262         [POSIX] (limits.h): Likewise.
15263         [POSIX] (math.h): Likewise.
15264         [POSIX] (sys/wait.h): Likewise.
15265         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
15266         function.
15267         [POSIX] (stddef.h): Do not allow header inclusion.
15269 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15271         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
15273 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
15275         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
15276         Return immediately after lll_futex_wake.
15278 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15280         [BZ #16791]
15281         * nscd/nscd-client.h (datahead_init_common): Initialize entire
15282         structure.
15283         (datahead_init_pos): Call datahead_init_common early.
15284         (datahead_init_neg): Likewise.
15286         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
15287         datahead_init_neg): New functions.
15288         * nscd/aicache.c (addhstaiX): Use them.
15289         * nscd/grpcache.c (cache_addgr): Likewise.
15290         * nscd/hstcache.c (cache_addhst): Likewise.
15291         * nscd/initgrcache.c (addinitgroupsX): Likewise.
15292         * nscd/netgroupcache.c (do_notfound): Likewise.
15293         (addgetnetgrentX): Likewise.
15294         (addinnetgrX): Likewise.
15295         * nscd/pwdcache.c (cache_addpw): Likewise.
15296         * nscd/servicescache.c (cache_addserv): Likewise.
15298 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
15299             Atsushi Onoe  <atsushi@onoe.org>
15301         [BZ #14308]
15302         [BZ #12994]
15303         [BZ #13651]
15304         * resolv/res_query.c (__libc_res_nsearch): Return if at least
15305         one response is valid.
15306         * resolv/res_send.c (send_dg): Check for validity of other
15307         response if the current response is a referral.
15309 2014-04-29  Steve Ellcey  <sellcey@mips.com>
15311         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
15313 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
15315         [BZ #16823]
15316         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
15317         Always divide by positive zero when computing -Inf result.
15318         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
15319         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
15321 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15323         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
15324         FPSCR if value do not change.
15325         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
15326         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
15327         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
15328         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
15329         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
15330         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
15331         function.
15333 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
15335         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
15336         * sysdeps/unix/sysv/linux/hppa: Move directory from
15337         ports/systeps/unix/sysv/linux/hppa.
15338         * README: Update listing for hppa-*-linux-gnu.
15340 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
15342         [BZ #16754]
15343         * manual/stdio.texi (Hook functions): Fix types of stream hook
15344         functions.
15345         [BZ #16854]
15346         * socket/sys/socket.h: Fix typo in comment.
15348 2014-04-28  Wilco  <wdijkstr@arm.com>
15350         * sysdeps/arm/fenv_private.h: New file.
15351         * sysdeps/arm/math_private.h: New file.
15352         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
15354 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
15356         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
15357         with __int128_t.
15358         (La_x86_64_retval): Likewise.
15360 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
15362         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15363         fpsr if value didn't change.
15364         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15365         to fpcr if value didn't change.
15366         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15367         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15368         fpsr or fpcr if value didn't change.
15369         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15370         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15371         fpcr if value didn't change.
15372         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15373         to fpsr if value didn't change.
15375 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
15377         * nptl/tst-sem3.c: Use test-skeleton.c
15378         (main): Rename to do_test.  Use return instead of
15379         exit.
15380         * nptl/tst-sem4.c: Use test-skeleton.c
15381         (main): Rename to do_test.
15383 2014-04-22  David S. Miller  <davem@davemloft.net>
15385         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15386         (struct sigaction): New struct member __glibc_reserved0, change
15387         type of sa_flags to int.
15389 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
15391         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15392         (COUNT_LEADING_ZEROS_0): Define for AArch64.
15394 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
15396         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15397         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15399 2014-04-22  Will Newton  <will.newton@linaro.org>
15400             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
15402         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15403         (__longjmp): Add longjmp and longjmp_target SystemTap
15404         probes.
15405         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15406         (__sigsetjmp): Add setjmp SystemTap probe.
15408 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
15410         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15411         match manual order.
15413 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15415         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15417         * sysdeps/powerpc/fpu/fenv_private.h
15418         (libc_feholdexcept_setroundl_ctx): Define to
15419         libc_feholdexcept_setround_ppc_ctx.
15420         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15421         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15422         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15423         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15425 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15427         * sysdeps/aarch64/math-tests.h: New file.
15429 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
15431         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15432         New.
15433         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15434         Check and set bit_AVX2_Usable.
15435         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15436         macro.
15437         (bit_AVX2): Likewise.
15438         (index_AVX2_Usable): Likewise.
15439         (CPUID_AVX2): Likewise.
15440         (HAS_AVX2): Likewise.
15442 2014-04-17  Will Newton  <will.newton@linaro.org>
15444         * manual/setjmp.texi (System V contexts): Add note that
15445         calling setcontext on a context created by a call to a
15446         signal handler is undefined.  Update text to note that
15447         setcontext from a signal handler is possible but not
15448         recommended.
15450         [BZ #16629]
15451         * stdlib/tst-setcontext.c: Include signal.h.
15452         (main): Check that the signal stack before and
15453         after swapcontext is the same.
15455         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15456         Re-implement to restore registers in user code and avoid
15457         rt_sigreturn system call.
15459 2014-04-17  Wilco  <wdijkstr@arm.com>
15461         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15462         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15463         * math/test-fenv.c: Skip exception trap tests on targets which only
15464         support non-stop mode.
15466 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
15467             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15469         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15470         (libc_feholdsetround_aarch64_ctx)
15471         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15472         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15473         (libc_feresetround_ctx, libc_feresetroundf_ctx)
15474         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15475         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15476         (libc_feresetround_noexl_ctx): Define.
15478 2014-04-16  Richard Henderson  <rth@redhat.com>
15480         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15482         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15483         unwind tables.
15485         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15486         const from the non-libc, non-ldso copy.
15488         * sysdeps/alpha/libm-test-ulps: Regenerate.
15490 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
15491             Wilco Dijkstra  <wilco.dijkstra@arm.com>
15493         * sysdeps/aarch64/fpu/math_private.h: New file.
15495 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
15497         * sysdeps/aarch64/libm-test-ulps: Regenerate.
15499 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
15501         [BZ #16275]
15502         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15503         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15504         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15505         Intel MPX bound registers before _dl_profile_fixup.
15506         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15507         registers after _dl_profile_fixup.  Save and restore bound
15508         registers bnd0/bnd1 when calling _dl_call_pltexit.
15509         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15510         (LR_BND_OFFSET): Likewise.
15511         (LRV_BND0_OFFSET): Likewise.
15512         (LRV_BND1_OFFSET): Likewise.
15514 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15516         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15517         to...
15518         * sysdeps/mach/hurd/i386/tls.h: ... here.
15519         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15520         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15521         fields.
15523 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15525         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15527 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15529         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15531 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
15533         [BZ #14770]
15534         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15535         * sysdeps/s390/configure: Regenerate.
15537         [BZ #16824]
15538         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15539         Set round-to-nearest internally to reduce error accumulation.
15541 2014-04-16  Alan Modra  <amodra@gmail.com>
15543         [BZ #16740]
15544         [BZ #16619]
15545         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15546         * math/libm-test.inc (frexp_test_data): Add tests.
15547         * NEWS: Update fixed bug list.
15549 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
15551         * benchtests/Makefile: Depend on libraries in build directory.
15552         (bench-math): Separate out math tests.
15553         (bench-pthread): Separate out pthread tests.
15554         (bench): Include math and pthread tests.
15556 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
15558         [BZ #16831]
15559         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15560         _dl_debug_initialize.
15562         * configure.ac: Remove SELinux header check.
15563         * configure: Regenerate.
15564         * nscd/selinux.c (perms): Array of const char* to permission names.
15565         (nscd_request_avc_has_perm): Call security_deny_unknown to find
15566         default policy. Call string_to_security_class and string_to_av_perm to
15567         translate strings. Enforce default policy and call avs_has_perm with
15568         results of translated strings.
15570 2014-04-13  David S. Miller  <davem@davemloft.net>
15572         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15574 2014-04-12  Allan McRae  <allan@archlinux.org>
15576         [BZ #16838]
15577         * manual/string.texi (Collation Functions): Fix qsort argument
15578         order in example.
15579         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15581 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
15583         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15584         Make the test a no-op if there are no exceptions defined.
15586 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
15588         * elf/Makefile (tests): make tst-dlopen-aout conditional on
15589         enable-hardcoded-path-in-tests
15591 2014-04-11  Will Newton  <will.newton@linaro.org>
15593         * benchtests/Makefile (extra-objs): Add json-lib.o.
15594         (bench-func): Tidy up JSON output.
15595         * benchtests/bench-skeleton.c: Include json-lib.h.
15596         (main): Use JSON library functions to do output of
15597         benchmark results.
15598         * benchtests/bench-timing-type.c (main): Output the
15599         timing type simply, leaving formatting to the user.
15600         * benchtests/json-lib.c: New file.
15601         * benchtests/json-lib.h: Likewise.
15603 2014-04-11  Torvald Riegel  <triegel@redhat.com>
15605         [BZ #15215]
15606         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15607         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
15608         memory barriers.  Add comments.
15609         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15610         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15611         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15612         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15613         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15614         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15616 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
15618         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15619         * sysdeps/s390/s390-64/configure.ac: ... this ...
15620         * sysdeps/s390/configure.ac: ... to here.
15621         * sysdeps/s390/s390-32/configure: Delete file.
15622         * sysdeps/s390/s390-64/configure: Delete file.
15623         * sysdeps/s390/configure: Regenerate.
15625 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
15627         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15629 2014-04-11  Will Newton  <will.newton@linaro.org>
15631         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15632         to zero if it is not defined elsewhere.  (mtrim): Test
15633         the value of MALLOC_DEBUG with #if rather than #ifdef.
15635 2014-04-10 Torvald Riegel  <triegel@redhat.com>
15637         * benchtests/pthread_once-inputs: New file.
15638         * benchtests/pthread_once-source.c: New file.
15639         * benchtests/README: Update documentation.
15641 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
15642             H.J. Lu  <hongjiu.lu@intel.com>
15644         [BZ #16275]
15645         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15646         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15647         * sysdeps/x86_64/configure: Regenerated.
15648         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15649         macro.
15650         (REGISTER_SAVE_RAX): Likewise.
15651         (REGISTER_SAVE_RCX): Likewise.
15652         (REGISTER_SAVE_RDX): Likewise.
15653         (REGISTER_SAVE_RSI): Likewise.
15654         (REGISTER_SAVE_RDI): Likewise.
15655         (REGISTER_SAVE_R8): Likewise.
15656         (REGISTER_SAVE_R9): Likewise.
15657         (REGISTER_SAVE_BND0): Likewise.
15658         (REGISTER_SAVE_BND1): Likewise.
15659         (REGISTER_SAVE_BND2): Likewise.
15660         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
15661         bound registers when calling _dl_fixup.
15663 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15665         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
15666         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15667         of its definition.
15668         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15669         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15670         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15671         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15672         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15673         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15674         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15676 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
15678         [BZ #15514]
15679         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15680         pathconf(_PC_NAME_MAX).
15682 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15684         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15685         Remove macro usage.
15686         (__PTHREAD_SPINS): Move definition to ...
15687         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15688         (__PTHREAD_SPINS): ... here.
15689         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15690         (__PTHREAD_SPIN): Likewise.
15691         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15692         (__PTHREAD_SPIN): Likewise.
15693         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15694         (__PTHREAD_SPIN): Likewise.
15695         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15696         (__PTHREAD_SPIN): Likewise.
15697         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15698         (__PTHREAD_SPIN): Likewise.
15699         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15700         (__PTHREAD_SPIN): Likewise.
15701         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15702         (__PTHREAD_SPIN): Likewise.
15703         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15704         (__PTHREAD_SPIN): Likewise.
15705         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15706         (__PTHREAD_SPIN): Likewise.
15707         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15708         (__PTHREAD_SPIN): Likewise.
15709         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15710         (__PTHREAD_SPIN): Likewise.
15711         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15712         (__PTHREAD_SPIN): Likewise.
15714         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15715         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15716         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15717         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15718         imply folder.
15719         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15720         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15721         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15722         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15723         correct imply path.
15724         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15725         strlen symbol for non multi-arch builds.
15726         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15727         missing hidden_def and weak_alias.
15729 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
15731         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15733 2014-04-07  Will Newton  <will.newton@linaro.org>
15735         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15736         and contents.  [!_LIBC] Remove #ifndef and contents.
15737         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
15738         * string/memccpy.c (__memccpy): Use ANSI prototype.
15739         * string/memfrob.c (memfrob): Likewise.
15740         * string/strcoll.c (STRCOLL): Likewise.
15741         * string/strlen.c (strlen): Likewise.
15742         * string/strtok.c (STRTOK): Likewise.
15743         * string/strcat.c: Remove unused #include of memcopy.h.
15744         (strcat): Use ANSI prototype.
15745         * string/strchr.c: Remove unused #include of memcopy.h.
15746         (strchr): Use ANSI prototype.
15747         * string/strcmp.c: Remove unused #include of memcopy.h.
15748         (strcmp): Use ANSI prototype.
15749         * string/strcpy.c: Remove unused #include of memcopy.h.
15750         (strcpy): Use ANSI prototype.
15752 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15754         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15755         * config.make.in (config-extra-cppflags): Set it from
15756         libc_extra_cppflags.
15757         * configure.ac (libc_extra_cflags): Make it accumulate over
15758         configure fragments.
15759         (libc_extra_cppflags): New flag.
15760         * configure. Regenerate.
15761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
15762         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15763         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
15764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15766         [BZ #16815]
15767         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15768         result for FE_DOWNWARD rounding mode.
15769         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15770         Likewise.
15771         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15773 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
15775         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15776         in function argument name.
15778 2014-04-03  David Svoboda  <svoboda@cert.org>
15780         [BZ #5666]
15781         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15782         explicitly.
15784 2014-04-03  Roland McGrath  <roland@hack.frob.com>
15786         * elf/dl-unmap-segments.h: New file.
15787         * sysdeps/generic/ldsodefs.h
15788         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15789         * elf/dl-close.c: Include <dl-unmap-segments.h>.
15790         * elf/dl-fptr.c: Likewise.
15791         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15792         * sysdeps/aarch64/tlsdesc.c: Likewise.
15793         * sysdeps/arm/tlsdesc.c: Likewise.
15794         * sysdeps/i386/tlsdesc.c: Likewise.
15795         * sysdeps/tile/dl-runtime.c: Likewise.
15796         * sysdeps/x86_64/tlsdesc.c: Likewise.
15797         * elf/dl-load.h: New file.
15798         * elf/dl-load.c: Include it.
15799         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15800         Macros moved to dl-load.h.
15801         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15802         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15803         Use _dl_unmap_segments in place of __munmap.
15804         Break out segment-mapping loop into ...
15805         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15807 2014-04-03  Will Newton  <will.newton@linaro.org>
15809         * elf/dl-lookup.c (do_lookup_x): Remove comment
15810         referring to nested function and move variable
15811         declarations down to before first use.
15813 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
15815         [BZ #16799]
15816         [BZ #16800]
15817         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15818         with 0 numerator.
15819         * math/s_catanf.c (__catanf): Likewise.
15820         * math/s_catanh.c (__catanh): Likewise.
15821         * math/s_catanhf.c (__catanhf): Likewise.
15822         * math/s_catanhl.c (__catanhl): Likewise.
15823         * math/s_catanl.c (__catanl): Likewise.
15824         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15825         by positive zero when computing -Inf result.
15826         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15827         (catanh_test): Likewise.
15828         * sysdeps/i386/fpu/libm-test-ulps: Update.
15829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15831         [BZ #16789]
15832         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15833         instead of using underflowing value in computing result.
15834         * math/s_clog10.c (__clog10): Likewise.
15835         * math/s_clog10f.c (__clog10f): Likewise.
15836         * math/s_clog10l.c (__clog10l): Likewise.
15837         * math/s_clogf.c (__clogf): Likewise.
15838         * math/s_clogl.c (__clogl): Likewise.
15839         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15840         (clog10_test): Likewise.
15841         * sysdeps/i386/fpu/libm-test-ulps: Update.
15842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15844 2014-04-02  Alan Modra  <amodra@gmail.com>
15846         [BZ #16739]
15847         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15848         output when value is near a power of two.  Use int64_t for lx and
15849         remove casts.  Use decimal rather than hex exponent constants.
15850         Don't use long double multiplication when double will suffice.
15851         * math/libm-test.inc (nextafter_test_data): Add tests.
15852         * NEWS: Add 16739 and 16786 to bug list.
15854         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15856         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15858 2014-04-01  Will Newton  <will.newton@linaro.org>
15860         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15861         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
15863 2014-04-01  Florian Weimer  <fweimer@redhat.com>
15865         [BZ #13347]
15866         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15867         * nptl/tst-setuid2.c: New file.
15868         * nptl/Makefile (xtests): Add tst-setuid2.
15870 2014-04-01  Alan Modra  <amodra@gmail.com>
15872         [BZ #16786]
15873         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15875 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15877         [BZ #6803]
15878         [BZ #6804]
15879         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15880         set errno as appropriate.
15881         * math/w_scalbf.c (__scalbf): Likewise.
15882         * math/w_scalbl.c (__scalbl): Likewise.
15883         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15884         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15885         * math/libm-test.inc (scalb_test_data): Add errno expectations.
15886         Add more NaN tests.
15888         [BZ #16349]
15889         * math/w_atan2.c: Include <errno.h>.
15890         (__atan2): Set errno for result underflowing to zero.
15891         * math/w_atan2f.c: Include <errno.h>.
15892         (__atan2f): Set errno for result underflowing to zero.
15893         * math/w_atan2l.c: Include <errno.h>.
15894         (__atan2l): Set errno for result underflowing to zero.
15895         * math/auto-libm-test-in: Don't allow missing errno for some atan2
15896         tests.
15897         * math/auto-libm-test-out: Regenerated.
15899 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
15901         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15902         Encode instruction correctly in little endian.
15903         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15904         Likewise.
15905         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15906         Likewise.
15907         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15908         Likewise.
15909         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15910         Likewise.
15912 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
15914         [BZ #9894]
15915         * sysdeps/unix/sysv/linux/kernel-features.h
15916         [__sparc__ && !__arch64__ && !__sparc_v9__]
15917         (__ASSUME_SET_ROBUST_LIST): Do not define.
15918         [__sparc__ && !__arch64__ && !__sparc_v9__]
15919         (__ASSUME_FUTEX_LOCK_PI): Likewise.
15920         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15921         Likewise.
15922         * sysdeps/unix/sysv/linux/arm/kernel-features.h
15923         (__ASSUME_FUTEX_LOCK_PI): Undefine.
15924         (__ASSUME_REQUEUE_PI): Likewise.
15925         (__ASSUME_SET_ROBUST_LIST): Likewise.
15926         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15927         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15928         Undefine.
15929         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15930         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15931         Likewise.
15932         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15933         Likewise.
15934         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15935         Likewise.
15936         * sysdeps/unix/sysv/linux/mips/kernel-features.h
15937         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15938         Undefine.
15939         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15940         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15941         Likewise.
15943         [BZ #16648]
15944         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15945         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15946         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15948 2014-03-31  Will Newton  <will.newton@linaro.org>
15950         * benchtests/Makefile (bench): Add ffs and ffsll to list
15951         of tests.
15952         * benchtests/ffs-inputs: New file.
15953         * benchtests/ffsll-inputs: Likewise.
15955 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
15957         [BZ #16770]
15958         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15959         too large before casting to int.
15960         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15961         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15962         * math/libm-test.inc (scalb_test_data): Add more tests.
15964 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
15966         * benchtests/Makefile (DETAILED_OPT): New make option.
15967         (bench-func): Run benchmark program with -d if DETAILED_OPT is
15968         set.
15969         * benchtests/bench-skeleton.c: Include stdbool.h.
15970         (main): Store and print timings per input.
15971         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15972         member to each argument value.
15973         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15974         (_print_arg_data): Initialize per-input timing to 0.
15976         * benchtests/Makefile (timing-type): New binary.
15977         (bench-clean): Also remove bench-timing-type.
15978         (bench): New target for timing-type.
15979         (bench-func): Print output in JSON format.
15980         * benchtests/bench-skeleton.c (main): Print output in JSON
15981         format.
15982         * benchtests/bench-timing-type.c: New file.
15983         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15984         (TIMING_PRINT_STATS): Remove.
15985         * benchtests/scripts/bench.py (_print_arg_data): Store variant
15986         name separately.
15988         * benchtests/bench-modf.c: Remove.
15989         * benchtests/modf-inputs: New inputs file.
15991 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
15993         [BZ #16362]
15994         * math/s_clog10.c (M_PI_LOG10E): New macro.
15995         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15996         imaginary parts are 0.
15997         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15998         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15999         imaginary parts are 0.
16000         * math/s_clog10l.c (M_PI_LOG10El): New macro.
16001         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
16002         imaginary parts are 0.
16003         * math/libm-test.inc (clog10_test_data): Update expected results
16004         for when real and imaginary parts are 0.
16006 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
16008         * elf/dl-load.c: Finish conversion of __builtin_expect into
16009         __glibc_{un}likely.
16011 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
16013         [BZ #16348]
16014         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
16015         1+x for argument with exponent below -67.
16016         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
16017         Likewise.
16018         * math/auto-libm-test-in: Add more tests of exp.
16019         * math/auto-libm-test-out: Regenerated.
16021 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16023         [BZ #16759]
16024         * inet/getnetgrent_r.c (get_nonempty_val): New function.
16025         (nscd_getnetgrent): Use it.
16027         [BZ #16760]
16028         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
16029         of stpcpy.
16031 2014-03-27  Andi Kleen  <ak@linux.intel.com>
16033         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
16034         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16035         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16036         (lll_robust_unlock): Remove out of line section. Use cfi
16037         intrinsics.
16038         (LLL_STUB_UNWIND_INFO*): Remove.
16039         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
16040         (lll_robust_lock, lll_cond_lock, lll_timedlock)
16041         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
16042         (lll_robust_unlock): Remove out of line section. Use cfi
16043         intrinsics.
16044         (LLL_STUB_UNWIND_INFO*): Remove.
16046 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
16048         [BZ #16758]
16049         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
16050         blank values.
16052 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
16054         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
16056 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
16058         [BZ #16198]
16059         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
16060         fnstenv.
16061         * math/test-fenv-preserve.c: New file.
16062         * math/Makefile (tests): Add test-fenv-preserve.
16064 2014-03-26  Will Newton <will.newton@linaro.org>
16066         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
16068 2014-03-25  Roland McGrath  <roland@hack.frob.com>
16070         * scripts/versionlist.awk: Partition the version sets and emit all
16071         GLIBC_* (sorted) before all others (sorted).
16073 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16075         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
16076         GLIBC_2.2.5 version.
16078 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16080         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
16081         calls.
16083         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
16084         previous change.
16086         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16088 2014-03-25  Andreas Schwab  <schwab@suse.de>
16090         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
16091         label to be used after in6ailist is initialized.
16093 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16095         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
16096         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16098 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
16100         [BZ #16357]
16101         [BZ #16599]
16102         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
16103         min_plus_half.
16104         (fp_formats): Update initializers.
16105         (init_fp_formats): Initialize new field.
16106         (output_for_one_input_case): Allow underflow for results up to
16107         min_plus_half.
16108         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
16109         * math/auto-libm-test-in: Don't mark some underflows from asin and
16110         atanh as spurious.
16111         * math/auto-libm-test-out: Regenerated.
16112         * sysdeps/i386/fpu/libm-test-ulps: Update.
16113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16115 2014-03-25  Andreas Schwab  <schwab@suse.de>
16117         * libio/Makefile (tst-ftell-partial-wide-ENV)
16118         (tst-ftell-active-handler-ENV): Define.
16120 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
16122         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
16124 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16126         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
16128 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16130         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
16131         * sysdeps/x86_64/fpu/multiarch/e_exp.c
16132         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
16134 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
16136         [BZ #16634]
16137         * elf/dl-load.c (open_verify): Add mode parameter.
16138         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
16139         (open_path): Change from boolean 'secure' to complete flag 'mode'
16140         (_dl_map_object): Adjust.
16141         * elf/Makefile (tests): Add tst-dlopen-aout.
16142         * elf/tst-dlopen-aout.c: New test.
16144 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
16146         [BZ #16714]
16147         * sysdeps/unix/sysv/linux/s390/bits/stat.h
16148         (struct stat): Rename member pad0 to __glibc_reserved0.
16150         [BZ #16712]
16151         * sysdeps/s390/s390-32/bits/wordsize.h
16152         (__WORDSIZE32_SIZE_ULONG): New define.
16153         * sysdeps/s390/s390-64/bits/wordsize.h
16154         (__WORDSIZE32_SIZE_ULONG): Likewise.
16155         * sysdeps/generic/stdint.h (SIZE_MAX):
16156         Define as UL if __WORDSIZE32_SIZE_ULONG.
16158         [BZ #16713]
16159         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
16160         (__glibc_reserved0): New variable.
16161         (sa_flags): Change type to int.
16163         * posix/Makefile (before-compile): Use += before-compile instead
16164         of a :=.
16166         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
16167         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
16169 2014-03-20  Andreas Schwab  <schwab@suse.de>
16171         [BZ #16743]
16172         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
16173         non-matching result from nscd.
16175 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
16177         * scripts/bench.py: Moved to ...
16178         * benchtests/scripts/bench.py: ... here.
16179         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
16181 2014-03-24  Andreas Schwab  <schwab@suse.de>
16183         [BZ #16002]
16184         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
16185         alloca_account and account alloca use for struct in6ailist.
16187 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
16189         [BZ #16284]
16190         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
16191         rounding mode to recompute results that overflow to infinity or
16192         underflow to zero.
16193         * math/auto-libm-test-in: Don't mark tests as expected to fail for
16194         bug 16284.
16195         * math/auto-libm-test-out: Regenerated.
16196         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
16197         (ccosh_test): Likewise.
16198         (csin_test_data): Use plus_oflow.
16199         (csin_test): Use ALL_RM_TEST.
16200         (csinh_test_data): Use plus_oflow.
16201         (csinh_test): Use ALL_RM_TEST.
16202         * sysdeps/i386/fpu/libm-test-ulps: Update.
16203         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16205 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
16207         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
16208         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
16209         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
16211         [BZ #16731]
16212         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
16213         when x - 1 is zero.
16214         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
16215         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
16216         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
16217         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
16218         argument is 1.
16219         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
16220         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
16221         zero.
16222         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
16223         * sysdeps/i386/fpu/libm-test-ulps: Update.
16224         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16226 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
16228         * scripts/bench.pl: Remove file.
16229         * scripts/bench.py: New benchmark script.
16230         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
16231         * benchtests/README: Mention python dependency.
16232         * scripts/pylintrc: New file.
16233         * scripts/pylint: New file.
16235         * bits/mathdef.h: Use #ifdef instead of #if.
16236         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
16237         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16238         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
16239         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16240         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
16241         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
16243 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16244             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16246         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
16247         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
16248         and strpbrk-ppc64 objects.
16249         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16250         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
16251         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
16252         multiarch strpbrk for POWER7.
16253         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
16254         multiarch strpbrk for PPC64.
16255         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
16256         ifunc selector.
16257         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
16258         strpbrk for POWER7.
16260 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16262         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
16263         (atan_test): Likewise.
16264         (atanh_test_data): Use NO_TEST_INLINE for two tests.
16265         (atanh_test): Use ALL_RM_TEST.
16266         (atan2_test_data): Likewise.
16267         (cabs_test): Likewise.
16268         (cacosh_test): Likewise.
16269         (carg_test): Likewise.
16270         (casin_test): Likewise.
16271         (casinh_test): Likewise.
16272         (cbrt_test): Likewise.
16273         (csqrt_test): Likewise.
16274         (erf_test): Likewise.
16275         (erfc_test): Likewise.
16276         (pow10_test): Likewise.
16277         (exp2_test): Likewise.
16278         (hypot_test): Likewise.
16279         (j0_test): Likewise.
16280         (j1_test): Likewise.
16281         (lgamma_test): Likewise.
16282         (gamma_test): Likewise.
16283         (sincos_test): Likewise.
16284         (tanh_test): Likewise.
16285         (y0_test): Likewise.
16286         (y1_test): Likewise.
16287         * sysdeps/i386/fpu/libm-test-ulps: Update.
16288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
16290 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16292         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
16293         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
16294         and strcspn-ppc64 objects.
16295         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
16296         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
16297         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
16298         multiarch strcspn for POWER7.
16299         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
16300         multiarch strcspn for PPC64.
16301         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
16302         ifunc selector.
16303         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
16304         strcspn for POWER7.
16306 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
16308         * math/gen-libm-test.pl (generate_testfile): Expect only function
16309         name as argument to AUTO_TESTS_* and pass results for all rounding
16310         modes to parse_args.
16311         (parse_auto_input): Separate inputs of automatic tests from
16312         outputs before storing in %auto_tests.
16313         * math/libm-test.inc (acos_test_data): Update call to
16314         AUTO_TESTS_f_f.
16315         (acos_test): Use ALL_RM_TEST.
16316         (acos_tonearest_test_data): Remove.
16317         (acos_test_tonearest): Likewise.
16318         (acos_towardzero_test_data): Likewise.
16319         (acos_test_towardzero): Likewise.
16320         (acos_downward_test_data): Likewise.
16321         (acos_test_downward): Likewise.
16322         (acos_upward_test_data): Likewise.
16323         (acos_test_upward): Likewise.
16324         (acosh_test_data): Update call to AUTO_TESTS_f_f.
16325         (asin_test_data): Likewise.
16326         (asin_test): Use ALL_RM_TEST.
16327         (asin_tonearest_test_data): Remove.
16328         (asin_test_tonearest): Likewise.
16329         (asin_towardzero_test_data): Likewise.
16330         (asin_test_towardzero): Likewise.
16331         (asin_downward_test_data): Likewise.
16332         (asin_test_downward): Likewise.
16333         (asin_upward_test_data): Likewise.
16334         (asin_test_upward): Likewise.
16335         (asinh_test_data): Update call to AUTO_TESTS_f_f.
16336         (atan_test_data): Likewise.
16337         (atanh_test_data): Likewise.
16338         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
16339         (cabs_test_data): Update call to AUTO_TESTS_c_f.
16340         (carg_test_data): Likewise.
16341         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
16342         (ccos_test_data): Update call to AUTO_TESTS_c_c.
16343         (ccosh_test_data): Likewise.
16344         (cexp_test_data): Likewise.
16345         (clog_test_data): Likewise.
16346         (clog10_test_data): Likewise.
16347         (cos_test_data): Update call to AUTO_TESTS_f_f.
16348         (cos_test): Use ALL_RM_TEST.
16349         (cos_tonearest_test_data): Remove.
16350         (cos_test_tonearest): Likewise.
16351         (cos_towardzero_test_data): Likewise.
16352         (cos_test_towardzero): Likewise.
16353         (cos_downward_test_data): Likewise.
16354         (cos_test_downward): Likewise.
16355         (cos_upward_test_data): Likewise.
16356         (cos_test_upward): Likewise.
16357         (cosh_test_data): Update call to AUTO_TESTS_f_f.
16358         (cosh_test): Use ALL_RM_TEST.
16359         (cosh_tonearest_test_data): Remove.
16360         (cosh_test_tonearest): Likewise.
16361         (cosh_towardzero_test_data): Likewise.
16362         (cosh_test_towardzero): Likewise.
16363         (cosh_downward_test_data): Likewise.
16364         (cosh_test_downward): Likewise.
16365         (cosh_upward_test_data): Likewise.
16366         (cosh_test_upward): Likewise.
16367         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16368         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16369         (ctan_test_data): Likewise.
16370         (ctan_test): Use ALL_RM_TEST.
16371         (ctan_tonearest_test_data): Remove.
16372         (ctan_test_tonearest): Likewise.
16373         (ctan_towardzero_test_data): Likewise.
16374         (ctan_test_towardzero): Likewise.
16375         (ctan_downward_test_data): Likewise.
16376         (ctan_test_downward): Likewise.
16377         (ctan_upward_test_data): Likewise.
16378         (ctan_test_upward): Likewise.
16379         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16380         (ctanh_test): Use ALL_RM_TEST.
16381         (ctanh_tonearest_test_data): Remove.
16382         (ctanh_test_tonearest): Likewise.
16383         (ctanh_towardzero_test_data): Likewise.
16384         (ctanh_test_towardzero): Likewise.
16385         (ctanh_downward_test_data): Likewise.
16386         (ctanh_test_downward): Likewise.
16387         (ctanh_upward_test_data): Likewise.
16388         (ctanh_test_upward): Likewise.
16389         (erf_test_data): Update call to AUTO_TESTS_f_f.
16390         (erfc_test_data): Likewise.
16391         (exp_test_data): Likewise.
16392         (exp_test): Use ALL_RM_TEST.
16393         (exp_tonearest_test_data): Remove.
16394         (exp_test_tonearest): Likewise.
16395         (exp_towardzero_test_data): Likewise.
16396         (exp_test_towardzero): Likewise.
16397         (exp_downward_test_data): Likewise.
16398         (exp_test_downward): Likewise.
16399         (exp_upward_test_data): Likewise.
16400         (exp_test_upward): Likewise.
16401         (exp10_test_data): Update call to AUTO_TESTS_f_f.
16402         (exp10_test): Use ALL_RM_TEST.
16403         (exp10_tonearest_test_data): Remove.
16404         (exp10_test_tonearest): Likewise.
16405         (exp10_towardzero_test_data): Likewise.
16406         (exp10_test_towardzero): Likewise.
16407         (exp10_downward_test_data): Likewise.
16408         (exp10_test_downward): Likewise.
16409         (exp10_upward_test_data): Likewise.
16410         (exp10_test_upward): Likewise.
16411         (exp2_test_data): Update call to AUTO_TESTS_f_f.
16412         (expm1_test_data): Likewise.
16413         (expm1_test): Use ALL_RM_TEST.
16414         (expm1_tonearest_test_data): Remove.
16415         (expm1_test_tonearest): Likewise.
16416         (expm1_towardzero_test_data): Likewise.
16417         (expm1_test_towardzero): Likewise.
16418         (expm1_downward_test_data): Likewise.
16419         (expm1_test_downward): Likewise.
16420         (expm1_upward_test_data): Likewise.
16421         (expm1_test_upward): Likewise.
16422         (fma_test_data): Update call to AUTO_TESTS_fff_f.
16423         (fma_test): Use ALL_RM_TEST.
16424         (fma_towardzero_test_data): Remove.
16425         (fma_test_towardzero): Likewise.
16426         (fma_downward_test_data): Likewise.
16427         (fma_test_downward): Likewise.
16428         (fma_upward_test_data): Likewise.
16429         (fma_test_upward): Likewise.
16430         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16431         (j0_test_data): Update call to AUTO_TESTS_f_f.
16432         (j1_test_data): Likewise.
16433         (jn_test_data): Update call to AUTO_TESTS_if_f.
16434         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16435         (log_test_data): Update call to AUTO_TESTS_f_f.
16436         (log10_test_data): Likewise.
16437         (log1p_test_data): Likewise.
16438         (log2_test_data): Likewise.
16439         (pow_test_data): Update call to AUTO_TESTS_ff_f.
16440         (pow_tonearest_test_data): Likewise.
16441         (sin_test_data): Update call to AUTO_TESTS_f_f.
16442         (sin_test): Use ALL_RM_TEST.
16443         (sin_tonearest_test_data): Remove.
16444         (sin_test_tonearest): Likewise.
16445         (sin_towardzero_test_data): Likewise.
16446         (sin_test_towardzero): Likewise.
16447         (sin_downward_test_data): Likewise.
16448         (sin_test_downward): Likewise.
16449         (sin_upward_test_data): Likewise.
16450         (sin_test_upward): Likewise.
16451         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16452         (sinh_test_data): Update call to AUTO_TESTS_f_f.
16453         (sinh_test): Use ALL_RM_TEST.
16454         (sinh_tonearest_test_data): Remove.
16455         (sinh_test_tonearest): Likewise.
16456         (sinh_towardzero_test_data): Likewise.
16457         (sinh_test_towardzero): Likewise.
16458         (sinh_downward_test_data): Likewise.
16459         (sinh_test_downward): Likewise.
16460         (sinh_upward_test_data): Likewise.
16461         (sinh_test_upward): Likewise.
16462         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16463         (sqrt_test): Use ALL_RM_TEST.
16464         (sqrt_tonearest_test_data): Remove.
16465         (sqrt_test_tonearest): Likewise.
16466         (sqrt_towardzero_test_data): Likewise.
16467         (sqrt_test_towardzero): Likewise.
16468         (sqrt_downward_test_data): Likewise.
16469         (sqrt_test_downward): Likewise.
16470         (sqrt_upward_test_data): Likewise.
16471         (sqrt_test_upward): Likewise.
16472         (tan_test_data): Update call to AUTO_TESTS_f_f.
16473         (tan_test): Use ALL_RM_TEST.
16474         (tan_tonearest_test_data): Remove.
16475         (tan_test_tonearest): Likewise.
16476         (tan_towardzero_test_data): Likewise.
16477         (tan_test_towardzero): Likewise.
16478         (tan_downward_test_data): Likewise.
16479         (tan_test_downward): Likewise.
16480         (tan_upward_test_data): Likewise.
16481         (tan_test_upward): Likewise.
16482         (tanh_test_data): Update call to AUTO_TESTS_f_f.
16483         (tgamma_test_data): Likewise.
16484         (y0_test_data): Likewise.
16485         (y1_test_data): Likewise.
16486         (yn_test_data): Update call to AUTO_TESTS_if_f.
16487         (main): Do not call removed functions.
16489 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16491         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16492         (ldexp_test_data): Remove.
16493         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
16494         scalbn_test_data.
16495         (scalb_test): Use ALL_RM_TEST.
16497 2014-03-19  Andreas Schwab  <schwab@suse.de>
16499         * nscd/nscd.service: Also invalidate netgroup cache on reload.
16501 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
16503         [BZ #16649]
16504         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16505         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16506         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16507         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16508         (__ASSUME_PREADV): Undefine.
16509         (__ASSUME_PWRITEV): Likewise.
16511 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16513         * bits/mman-linux.h: Add comment about non-Linux use.
16514         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16515         bits/mman-linux.h resting place.
16517         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16518         * bits/mman-linux.h: ... here.
16520 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16522         * conform/conformtest.pl: Add standard definition when calling C
16523         preprocessor on data files.
16524         (checknamespace): Remove unused variable.
16526 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16528         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16529         minus_oflow, plus_uflow and minus_uflow in expected results.
16530         * math/libm-test.inc (scalbn_test_data): Add more tests of
16531         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
16532         minus_uflow.
16533         (scalbn_test): Use ALL_RM_TEST.
16534         (scalbln_test_data): Add more tests of negative arguments.  Use
16535         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16536         (scalbln_test): Use ALL_RM_TEST.
16538 2014-03-18  Roland McGrath  <roland@hack.frob.com>
16540         * scripts/abilist.awk: Ignore symbols marked with .hidden.
16542 2014-03-18  Will Newton  <will.newton@linaro.org>
16544         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16545         inaccurate comment.
16547 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
16549         * Makerules [!subdir] (check-abi): Exit with error status if a
16550         test failed.
16552 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16554         * math/libm-test.inc (nearbyint_test_data): Include all tests used
16555         for rint.  Include results for all rounding modes.
16556         (nearbyint_test): Use ALL_RM_TEST.
16557         (rint_test_data): Include all tests used for nearbyint.
16559 2014-03-17  Will Newton  <will.newton@linaro.org>
16561         * nptl/sysdeps/pthread/pthread.h: Revert previous
16562         change.
16564         * sysdeps/generic/ldsodefs.h: Revert previous
16565         change.
16567         * libio/genops.c: Revert previous change.
16568         * libio/libioP.h: Likewise.
16569         * stdio-common/vfprintf.c: Likewise.
16571         * sysdeps/generic/math_private.h: Revert previous
16572         change.
16574         * sysdeps/generic/math_private.h: Check whether
16575         HAVE_RM_CTX is defined with #ifdef rather
16576         than #if.
16578         * argp/argp-fmtstream.h: Check whether
16579         __STRICT_ANSI__ is defined with #ifdef rather
16580         than #if.
16581         * argp/argp.h: Likewise.
16583         * libio/genops.c: Check whether
16584         _IO_JUMPS_OFFSET is defined with #ifdef rather
16585         than #if.
16586         * libio/libioP.h: Likewise.
16587         * stdio-common/vfprintf.c: Likewise.
16589         * sysdeps/generic/ldsodefs.h: Check whether
16590         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16591         than #if.
16593         * nptl/sysdeps/pthread/pthread.h: Check
16594         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16595         its value.
16597 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
16599         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16600         setting O_APPEND.
16601         * libio/tst-ftell-active-handler.c (do_append_test): Add a
16602         test case.
16604         [BZ #16680]
16605         * libio/fileops.c (_IO_file_open): Seek to end of file but
16606         don't cache the offset.
16607         (get_file_offset): Remove function.
16608         (do_ftell): Use cached offset when available.
16609         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16610         don't cache the offset.
16611         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16612         case.
16613         (do_one_test): Call it.
16614         (do_ftell_test): Fix up expected old offset for a+ mode.
16615         * libio/wfileops.c (do_ftell_wide): Used cached offset when
16616         available.
16618         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16619         up test status with function return status.
16620         (do_write_test): Likewise.
16621         (do_append_test): Likewise.
16623         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16624         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16625         Remove.
16627 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
16629         * math/gen-libm-test.pl (parse_args): Handle results specified for
16630         each rounding mode separately.
16631         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16632         tests and results from lrint_tonearest_test_data,
16633         lrint_towardzero_test_data, lrint_downward_test_data and
16634         lrint_upward_test_data.
16635         (lrint_test): Use ALL_RM_TEST.
16636         (lrint_tonearest_test_data): Remove.
16637         (lrint_test_tonearest): Likewise.
16638         (lrint_towardzero_test_data): Likewise.
16639         (lrint_test_towardzero): Likewise.
16640         (lrint_downward_test_data): Likewise.
16641         (lrint_test_downward): Likewise.
16642         (lrint_upward_test_data): Likewise.
16643         (lrint_test_upward): Likewise.
16644         (llrint_test_data): Merge in per-rounding-mode tests and results
16645         from llrint_tonearest_test_data, llrint_towardzero_test_data,
16646         llrint_downward_test_data and llrint_upward_test_data.
16647         (llrint_test): Use ALL_RM_TEST.
16648         (llrint_tonearest_test_data): Remove.
16649         (llrint_test_tonearest): Likewise.
16650         (llrint_towardzero_test_data): Likewise.
16651         (llrint_test_towardzero): Likewise.
16652         (llrint_downward_test_data): Likewise.
16653         (llrint_test_downward): Likewise.
16654         (llrint_upward_test_data): Likewise.
16655         (llrint_test_upward): Likewise.
16656         (rint_test_data): Merge in per-rounding-mode tests and results
16657         from rint_tonearest_test_data, rint_towardzero_test_data,
16658         rint_downward_test_data and rint_upward_test_data.  Add
16659         per-rounding-mode results for tests not in those arrays.
16660         (rint_test): Use ALL_RM_TEST.
16661         (rint_tonearest_test_data): Remove.
16662         (rint_test_tonearest): Likewise.
16663         (rint_towardzero_test_data): Likewise.
16664         (rint_test_towardzero): Likewise.
16665         (rint_downward_test_data): Likewise.
16666         (rint_test_downward): Likewise.
16667         (rint_upward_test_data): Likewise.
16668         (rint_test_upward): Likewise.
16669         (main): Don't call removed functions.
16671 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16673         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16674         "Compiled on ..." crapola.  It is anti-useful.
16676 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
16678         * scripts/evaluate-test.sh: Handle fourth argument to determine
16679         whether test run should stop on failure.
16680         * Makeconfig (stop-on-test-failure): New variable.
16681         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16682         $(stop-on-test-failure).
16683         * Makefile (tests): Give a summary of results from testing and
16684         exit with failure status if they include an ERROR or FAIL.
16685         (xtests): Likewise.
16686         * manual/install.texi (Configuring and compiling): Mention
16687         stop-on-test-failure=y.
16688         * INSTALL: Regenerated.
16690 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16692         * scripts/versionlist.awk: New file.
16693         * Makerules [$(build-shared) = yes]
16694         (postclean-generated): Add Versions.def, not Versions.def.v and
16695         Versions.def.v.i.
16696         ($(common-objpfx)Versions.def.v.i): Target removed.
16697         ($(common-objpfx)Versions.def): New target.
16698         ($(common-objpfx)Versions.all): Depend on that rather that
16699         $(common-objpfx)Versions.def.v.
16700         * Versions.def: File removed.
16702         * Makeconfig (+gccwarn): Add -Wundef.
16703         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16704         a dl-sysdep.h breaking its contract.
16705         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16706         * include/stackinfo.h: New file.
16707         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16708         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16709         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16710         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16711         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16712         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16713         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16714         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16715         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16716         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16717         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16718         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16719         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16720         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16721         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16723 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16725         [BZ #16707]
16726         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16727         implementation.
16728         * math/libm-test.inc (round_test_data): Add more tests.
16730         [BZ #16706]
16731         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16732         implementation.
16733         * math/libm-test.inc (nearbyint_test_data): Add more tests.
16735         [BZ #16701]
16736         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16737         implementation.
16738         * math/libm-test.inc (ceil_test_data): Add more tests.
16740         * math/libm-test.inc (trunc_test_data): Add more tests related to
16741         BZ#16414.
16743 2014-03-14  Roland McGrath  <roland@hack.frob.com>
16745         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16746         with #if rather than #ifdef.
16747         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16749 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
16751         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16752         first.  Disable AVX-512 GCC support if assembler doesn't support
16753         it.
16754         * sysdeps/x86_64/configure: Regenerated.
16756 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
16758         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16759         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16760         (__old_pthread_attr_setstack): Likewise.
16761         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16762         [!_STACK_GROWS_DOWN]: Likewise.
16764 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
16766         * config.make.in (have-bash2): Delete.
16767         * configure.ac (libc_cv_have_bash2): Delete.
16768         * configure: Regenerate.
16769         * elf/Makefile (common-ldd-rewrite): Rename to ...
16770         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
16771         (sh-ldd-rewrite): Delete.
16772         (bash-ldd-rewrite): Delete.
16773         (have-bash2): Delete checks.
16774         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16775         ldd-rewrite.
16777         * config.make.in (have-ksh): Delete.
16778         (KSH): Delete.
16779         * configure.ac (libc_cv_have_ksh): Delete.
16780         * configure: Regenerate.
16782         * elf/Makefile: Delete $(have-ksh) check.
16783         ($(objpfx)sotruss): Change KSH to BASH.
16784         * elf/sotruss.ksh: Rename to ...
16785         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
16786         function style to match POSIX.  Drop ksh vim mode setting.
16788         * manual/time.texi (Specifying the Time Zone with TZ): Change
16789         Tuesday to Thursday.
16791         * debug/tst-longjmp_chk2.c: Update header comment.
16792         (stackoverflow_handler): Add comment.  Call assert on pass value.
16794 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
16796         [BZ #16194]
16797         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16798         (HAVE_AVX512_ASM_SUPPORT): Likewise.
16799         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16800         (La_x86_64_vector): Add zmm.
16801         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16802         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16803         ($(objpfx)tst-audit10): New target.
16804         ($(objpfx)tst-audit10.out): Likewise.
16805         (tst-audit10-ENV): New.
16806         (AVX512-CFLAGS): Likewise.
16807         (CFLAGS-tst-audit10.c): Likewise.
16808         (CFLAGS-tst-auditmod10a.c): Likewise.
16809         (CFLAGS-tst-auditmod10b.c): Likewise.
16810         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16811         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16812         * sysdeps/x86_64/configure: Regenerated.
16813         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16814         AVX-512 zmm register support.
16815         (_dl_x86_64_save_sse): Likewise.
16816         (_dl_x86_64_restore_sse): Likewise.
16817         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16818         size vector registers.
16819         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16820         (ZMM_SIZE): Likewise.
16821         * sysdeps/x86_64/tst-audit10.c: New file.
16822         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16823         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16825 2014-03-13  Roland McGrath  <roland@hack.frob.com>
16827         * configure.ac (HAVE_EHDR_START): New check.
16828         * configure: Regenerated.
16829         * config.h.in (HAVE_EHDR_START): New #undef.
16830         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16831         assuming the lowest-addressed segment maps the start of the file.
16833 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
16835         * INSTALL: Regenerated.
16837 2014-03-13  Will Newton  <will.newton@linaro.org>
16839         * manual/setjmp.texi (System V contexts): Improve
16840         clarity and grammar of documentation.
16842 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
16844         [BZ #16381]
16845         * elf/Makefile (tests): Add tst-pie2.
16846         (tests-pie): Add tst-pie2.
16847         * elf/tst-pie2.c: New file.
16848         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16849         for ET_EXEC.
16850         * elf/rtld.c (map_doit): Load executable as lt_executable.
16851         (dl_main): Likewise.
16853 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
16855         [BZ #16642]
16856         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16857         (__ASSUME_PSELECT): Undefine.
16859 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16861         [BZ #16689]
16862         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16863         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16864         static build.
16865         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16866         selector for static builds.
16868 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
16870         [BZ #16695]
16871         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16872         key in the buffer.
16874 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16876         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16877         IFUNC selector for static builds.
16879 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
16881         * sysdeps/mips/math_private.h [__mips_hard_float]
16882         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16883         libc_feresetround_mips_ctx.
16884         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16885         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16886         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16888         [BZ #16677]
16889         * math/s_nextafter.c (__nextafter): Do not return value from
16890         overflowing computation.
16891         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16892         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16893         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16894         Likewise.
16895         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16896         Likewise.
16897         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16898         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16900 2014-03-11  Roland McGrath  <roland@hack.frob.com>
16902         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16903         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16904         Move sfi_sp use from the load-multiple (that no longer sets sp) to
16905         the new mov targetting sp.
16907 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16909         [BZ #16683]
16910         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16911         Define it for static builds as well.
16912         (NO_BZERO_IMPL): Likewise.
16914 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16916         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16917         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16918         multiarch strspn for PPC64.
16919         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16920         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16921         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16922         (__libc_ifunc_impl_list): Likewise.
16923         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16924         multiarch optimizations
16925         * string/strspn.c (strspn): Using macro to redefine symbol name.
16927 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
16928             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16930         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16931         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16932         multiarch strncat for PPC64.
16933         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16934         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16935         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16936         (__libc_ifunc_impl_list): Likewise.
16937         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16938         multiarch optimizations
16940 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
16942         [BZ #16639]
16943         * nscd/nscd.service: Make service type forking.
16945 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16947         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16948         sign in non default rounding modes.
16949         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16951 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
16953         * math/libm-test.inc (ALL_RM_TEST): New macro.
16954         (ceil_test): Use ALL_RM_TEST.
16955         (cimag_test): Likewise.
16956         (conj_test): Likewise.
16957         (copysign_test): Likewise.
16958         (cproj_test): Likewise.
16959         (creal_test): Likewise.
16960         (fabs_test): Likewise.
16961         (floor_test): Likewise.
16962         (fmax_test): Likewise.
16963         (fmin_test): Likewise.
16964         (fmod_test): Likewise.
16965         (fpclassify_test): Likewise.
16966         (frexp_test): Likewise.
16967         (ilogb_test): Likewise.
16968         (isfinite_test): Likewise.
16969         (finite_test): Likewise.
16970         (isgreater_test): Likewise.
16971         (isgreaterequal_test): Likewise.
16972         (isinf_test): Likewise.
16973         (isless_test): Likewise.
16974         (islessequal_test): Likewise.
16975         (islessgreater_test): Likewise.
16976         (isnan_test): Likewise.
16977         (isnormal_test): Likewise.
16978         (issignaling_test): Likewise.
16979         (isunordered_test): Likewise.
16980         (logb_test): Likewise.
16981         (logb_downward_test_data): Remove.
16982         (logb_test_downward): Likewise.
16983         (lround_test): Use ALL_RM_TEST.
16984         (llround_test): Likewise.
16985         (modf_test): Likewise.
16986         (nexttoward_test): Likewise.
16987         (remainder_test): Likewise.
16988         (drem_test): Likewise.
16989         (remainder_tonearest_test_data): Likewise.
16990         (remainder_test_tonearest): Likewise.
16991         (drem_test_tonearest): Likewise.
16992         (remainder_towardzero_test_data): Likewise.
16993         (remainder_test_towardzero): Likewise.
16994         (drem_test_towardzero): Likewise.
16995         (remainder_downward_test_data): Likewise.
16996         (remainder_test_downward): Likewise.
16997         (drem_test_downward): Likewise.
16998         (remainder_upward_test_data): Likewise.
16999         (remainder_test_upward): Likewise.
17000         (drem_test_upward): Likewise.
17001         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
17002         (round_test): Use ALL_RM_TEST.
17003         (signbit_test): Likewise.
17004         (trunc_test): Likewise.
17005         (significand_test): Likewise.
17006         (main): Don't call removed functions.
17008 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17010         [BZ #16674]
17011         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
17012         || __USE_XOPEN2K8].
17013         (ILL_ILLOPN): Likewise.
17014         (ILL_ILLADR): Likewise.
17015         (ILL_ILLTRP): Likewise.
17016         (ILL_PRVOPC): Likewise.
17017         (ILL_PRVREG): Likewise.
17018         (ILL_COPROC): Likewise.
17019         (ILL_BADSTK): Likewise.
17020         (FPE_INTDIV): Likewise.
17021         (FPE_INTOVF): Likewise.
17022         (FPE_FLTDIV): Likewise.
17023         (FPE_FLTOVF): Likewise.
17024         (FPE_FLTUND): Likewise.
17025         (FPE_FLTRES): Likewise.
17026         (FPE_FLTINV): Likewise.
17027         (FPE_FLTSUB): Likewise.
17028         (SEGV_MAPERR): Likewise.
17029         (SEGV_ACCERR): Likewise.
17030         (BUS_ADRALN): Likewise.
17031         (BUS_ADRERR): Likewise.
17032         (BUS_OBJERR): Likewise.
17033         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17034         (TRAP_TRACE): Likewise.
17035         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17036         __USE_XOPEN2K8].
17037         (CLD_KILLED): Likewise.
17038         (CLD_DUMPED): Likewise.
17039         (CLD_TRAPPED): Likewise.
17040         (CLD_STOPPED): Likewise.
17041         (CLD_CONTINUED): Likewise.
17042         (POLL_IN): Likewise.
17043         (POLL_OUT): Likewise.
17044         (POLL_MSG): Likewise.
17045         (POLL_ERR): Likewise.
17046         (POLL_PRI): Likewise.
17047         (POLL_HUP): Likewise.
17048         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
17049         Likewise.
17050         (ILL_ILLOPN): Likewise.
17051         (ILL_ILLADR): Likewise.
17052         (ILL_ILLTRP): Likewise.
17053         (ILL_PRVOPC): Likewise.
17054         (ILL_PRVREG): Likewise.
17055         (ILL_COPROC): Likewise.
17056         (ILL_BADSTK): Likewise.
17057         (FPE_INTDIV): Likewise.
17058         (FPE_INTOVF): Likewise.
17059         (FPE_FLTDIV): Likewise.
17060         (FPE_FLTOVF): Likewise.
17061         (FPE_FLTUND): Likewise.
17062         (FPE_FLTRES): Likewise.
17063         (FPE_FLTINV): Likewise.
17064         (FPE_FLTSUB): Likewise.
17065         (SEGV_MAPERR): Likewise.
17066         (SEGV_ACCERR): Likewise.
17067         (BUS_ADRALN): Likewise.
17068         (BUS_ADRERR): Likewise.
17069         (BUS_OBJERR): Likewise.
17070         (BUS_MCEERR_AR): Likewise.
17071         (BUS_MCEERR_AO): Likewise.
17072         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17073         (TRAP_TRACE): Likewise.
17074         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17075         __USE_XOPEN2K8].
17076         (CLD_KILLED): Likewise.
17077         (CLD_DUMPED): Likewise.
17078         (CLD_TRAPPED): Likewise.
17079         (CLD_STOPPED): Likewise.
17080         (CLD_CONTINUED): Likewise.
17081         (POLL_IN): Likewise.
17082         (POLL_OUT): Likewise.
17083         (POLL_MSG): Likewise.
17084         (POLL_ERR): Likewise.
17085         (POLL_PRI): Likewise.
17086         (POLL_HUP): Likewise.
17087         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
17088         (ILL_ILLOPN): Likewise.
17089         (ILL_ILLADR): Likewise.
17090         (ILL_ILLTRP): Likewise.
17091         (ILL_PRVOPC): Likewise.
17092         (ILL_PRVREG): Likewise.
17093         (ILL_COPROC): Likewise.
17094         (ILL_BADSTK): Likewise.
17095         (FPE_INTDIV): Likewise.
17096         (FPE_INTOVF): Likewise.
17097         (FPE_FLTDIV): Likewise.
17098         (FPE_FLTOVF): Likewise.
17099         (FPE_FLTUND): Likewise.
17100         (FPE_FLTRES): Likewise.
17101         (FPE_FLTINV): Likewise.
17102         (FPE_FLTSUB): Likewise.
17103         (SEGV_MAPERR): Likewise.
17104         (SEGV_ACCERR): Likewise.
17105         (BUS_ADRALN): Likewise.
17106         (BUS_ADRERR): Likewise.
17107         (BUS_OBJERR): Likewise.
17108         (BUS_MCEERR_AR): Likewise.
17109         (BUS_MCEERR_AO): Likewise.
17110         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17111         (TRAP_TRACE): Likewise.
17112         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17113         __USE_XOPEN2K8].
17114         (CLD_KILLED): Likewise.
17115         (CLD_DUMPED): Likewise.
17116         (CLD_TRAPPED): Likewise.
17117         (CLD_STOPPED): Likewise.
17118         (CLD_CONTINUED): Likewise.
17119         (POLL_IN): Likewise.
17120         (POLL_OUT): Likewise.
17121         (POLL_MSG): Likewise.
17122         (POLL_ERR): Likewise.
17123         (POLL_PRI): Likewise.
17124         (POLL_HUP): Likewise.
17125         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
17126         Likewise.
17127         (ILL_ILLOPN): Likewise.
17128         (ILL_ILLADR): Likewise.
17129         (ILL_ILLTRP): Likewise.
17130         (ILL_PRVOPC): Likewise.
17131         (ILL_PRVREG): Likewise.
17132         (ILL_COPROC): Likewise.
17133         (ILL_BADSTK): Likewise.
17134         (ILL_BADIADDR): Likewise.
17135         (ILL_BREAK): Likewise.
17136         (FPE_INTDIV): Likewise.
17137         (FPE_INTOVF): Likewise.
17138         (FPE_FLTDIV): Likewise.
17139         (FPE_FLTOVF): Likewise.
17140         (FPE_FLTUND): Likewise.
17141         (FPE_FLTRES): Likewise.
17142         (FPE_FLTINV): Likewise.
17143         (FPE_FLTSUB): Likewise.
17144         (FPE_DECOVF): Likewise.
17145         (FPE_DECDIV): Likewise.
17146         (FPE_DECERR): Likewise.
17147         (FPE_INVASC): Likewise.
17148         (FPE_INVDEC): Likewise.
17149         (SEGV_MAPERR): Likewise.
17150         (SEGV_ACCERR): Likewise.
17151         (SEGV_PSTKOVF): Likewise.
17152         (BUS_ADRALN): Likewise.
17153         (BUS_ADRERR): Likewise.
17154         (BUS_OBJERR): Likewise.
17155         (BUS_MCEERR_AR): Likewise.
17156         (BUS_MCEERR_AO): Likewise.
17157         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17158         (TRAP_TRACE): Likewise.
17159         (TRAP_BRANCH): Likewise.
17160         (TRAP_HWBKPT): Likewise.
17161         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17162         __USE_XOPEN2K8].
17163         (CLD_KILLED): Likewise.
17164         (CLD_DUMPED): Likewise.
17165         (CLD_TRAPPED): Likewise.
17166         (CLD_STOPPED): Likewise.
17167         (CLD_CONTINUED): Likewise.
17168         (POLL_IN): Likewise.
17169         (POLL_OUT): Likewise.
17170         (POLL_MSG): Likewise.
17171         (POLL_ERR): Likewise.
17172         (POLL_PRI): Likewise.
17173         (POLL_HUP): Likewise.
17174         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
17175         (ILL_ILLOPN): Likewise.
17176         (ILL_ILLADR): Likewise.
17177         (ILL_ILLTRP): Likewise.
17178         (ILL_PRVOPC): Likewise.
17179         (ILL_PRVREG): Likewise.
17180         (ILL_COPROC): Likewise.
17181         (ILL_BADSTK): Likewise.
17182         (FPE_INTDIV): Likewise.
17183         (FPE_INTOVF): Likewise.
17184         (FPE_FLTDIV): Likewise.
17185         (FPE_FLTOVF): Likewise.
17186         (FPE_FLTUND): Likewise.
17187         (FPE_FLTRES): Likewise.
17188         (FPE_FLTINV): Likewise.
17189         (FPE_FLTSUB): Likewise.
17190         (SEGV_MAPERR): Likewise.
17191         (SEGV_ACCERR): Likewise.
17192         (BUS_ADRALN): Likewise.
17193         (BUS_ADRERR): Likewise.
17194         (BUS_OBJERR): Likewise.
17195         (BUS_MCEERR_AR): Likewise.
17196         (BUS_MCEERR_AO): Likewise.
17197         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17198         (TRAP_TRACE): Likewise.
17199         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17200         __USE_XOPEN2K8].
17201         (CLD_KILLED): Likewise.
17202         (CLD_DUMPED): Likewise.
17203         (CLD_TRAPPED): Likewise.
17204         (CLD_STOPPED): Likewise.
17205         (CLD_CONTINUED): Likewise.
17206         (POLL_IN): Likewise.
17207         (POLL_OUT): Likewise.
17208         (POLL_MSG): Likewise.
17209         (POLL_ERR): Likewise.
17210         (POLL_PRI): Likewise.
17211         (POLL_HUP): Likewise.
17212         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
17213         (ILL_ILLOPN): Likewise.
17214         (ILL_ILLADR): Likewise.
17215         (ILL_ILLTRP): Likewise.
17216         (ILL_PRVOPC): Likewise.
17217         (ILL_PRVREG): Likewise.
17218         (ILL_COPROC): Likewise.
17219         (ILL_BADSTK): Likewise.
17220         (FPE_INTDIV): Likewise.
17221         (FPE_INTOVF): Likewise.
17222         (FPE_FLTDIV): Likewise.
17223         (FPE_FLTOVF): Likewise.
17224         (FPE_FLTUND): Likewise.
17225         (FPE_FLTRES): Likewise.
17226         (FPE_FLTINV): Likewise.
17227         (FPE_FLTSUB): Likewise.
17228         (SEGV_MAPERR): Likewise.
17229         (SEGV_ACCERR): Likewise.
17230         (BUS_ADRALN): Likewise.
17231         (BUS_ADRERR): Likewise.
17232         (BUS_OBJERR): Likewise.
17233         (BUS_MCEERR_AR): Likewise.
17234         (BUS_MCEERR_AO): Likewise.
17235         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17236         (TRAP_TRACE): Likewise.
17237         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17238         __USE_XOPEN2K8].
17239         (CLD_KILLED): Likewise.
17240         (CLD_DUMPED): Likewise.
17241         (CLD_TRAPPED): Likewise.
17242         (CLD_STOPPED): Likewise.
17243         (CLD_CONTINUED): Likewise.
17244         (POLL_IN): Likewise.
17245         (POLL_OUT): Likewise.
17246         (POLL_MSG): Likewise.
17247         (POLL_ERR): Likewise.
17248         (POLL_PRI): Likewise.
17249         (POLL_HUP): Likewise.
17250         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
17251         (ILL_ILLOPN): Likewise.
17252         (ILL_ILLADR): Likewise.
17253         (ILL_ILLTRP): Likewise.
17254         (ILL_PRVOPC): Likewise.
17255         (ILL_PRVREG): Likewise.
17256         (ILL_COPROC): Likewise.
17257         (ILL_BADSTK): Likewise.
17258         (FPE_INTDIV): Likewise.
17259         (FPE_INTOVF): Likewise.
17260         (FPE_FLTDIV): Likewise.
17261         (FPE_FLTOVF): Likewise.
17262         (FPE_FLTUND): Likewise.
17263         (FPE_FLTRES): Likewise.
17264         (FPE_FLTINV): Likewise.
17265         (FPE_FLTSUB): Likewise.
17266         (SEGV_MAPERR): Likewise.
17267         (SEGV_ACCERR): Likewise.
17268         (BUS_ADRALN): Likewise.
17269         (BUS_ADRERR): Likewise.
17270         (BUS_OBJERR): Likewise.
17271         (BUS_MCEERR_AR): Likewise.
17272         (BUS_MCEERR_AO): Likewise.
17273         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17274         (TRAP_TRACE): Likewise.
17275         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17276         __USE_XOPEN2K8].
17277         (CLD_KILLED): Likewise.
17278         (CLD_DUMPED): Likewise.
17279         (CLD_TRAPPED): Likewise.
17280         (CLD_STOPPED): Likewise.
17281         (CLD_CONTINUED): Likewise.
17282         (POLL_IN): Likewise.
17283         (POLL_OUT): Likewise.
17284         (POLL_MSG): Likewise.
17285         (POLL_ERR): Likewise.
17286         (POLL_PRI): Likewise.
17287         (POLL_HUP): Likewise.
17288         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
17289         (ILL_ILLOPN): Likewise.
17290         (ILL_ILLADR): Likewise.
17291         (ILL_ILLTRP): Likewise.
17292         (ILL_PRVOPC): Likewise.
17293         (ILL_PRVREG): Likewise.
17294         (ILL_COPROC): Likewise.
17295         (ILL_BADSTK): Likewise.
17296         (ILL_DBLFLT): Likewise.
17297         (ILL_HARDWALL): Likewise.
17298         (FPE_INTDIV): Likewise.
17299         (FPE_INTOVF): Likewise.
17300         (FPE_FLTDIV): Likewise.
17301         (FPE_FLTOVF): Likewise.
17302         (FPE_FLTUND): Likewise.
17303         (FPE_FLTRES): Likewise.
17304         (FPE_FLTINV): Likewise.
17305         (FPE_FLTSUB): Likewise.
17306         (SEGV_MAPERR): Likewise.
17307         (SEGV_ACCERR): Likewise.
17308         (BUS_ADRALN): Likewise.
17309         (BUS_ADRERR): Likewise.
17310         (BUS_OBJERR): Likewise.
17311         (BUS_MCEERR_AR): Likewise.
17312         (BUS_MCEERR_AO): Likewise.
17313         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17314         (TRAP_TRACE): Likewise.
17315         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17316         __USE_XOPEN2K8].
17317         (CLD_KILLED): Likewise.
17318         (CLD_DUMPED): Likewise.
17319         (CLD_TRAPPED): Likewise.
17320         (CLD_STOPPED): Likewise.
17321         (CLD_CONTINUED): Likewise.
17322         (POLL_IN): Likewise.
17323         (POLL_OUT): Likewise.
17324         (POLL_MSG): Likewise.
17325         (POLL_ERR): Likewise.
17326         (POLL_PRI): Likewise.
17327         (POLL_HUP): Likewise.
17328         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
17329         (ILL_ILLOPN): Likewise.
17330         (ILL_ILLADR): Likewise.
17331         (ILL_ILLTRP): Likewise.
17332         (ILL_PRVOPC): Likewise.
17333         (ILL_PRVREG): Likewise.
17334         (ILL_COPROC): Likewise.
17335         (ILL_BADSTK): Likewise.
17336         (FPE_INTDIV): Likewise.
17337         (FPE_INTOVF): Likewise.
17338         (FPE_FLTDIV): Likewise.
17339         (FPE_FLTOVF): Likewise.
17340         (FPE_FLTUND): Likewise.
17341         (FPE_FLTRES): Likewise.
17342         (FPE_FLTINV): Likewise.
17343         (FPE_FLTSUB): Likewise.
17344         (SEGV_MAPERR): Likewise.
17345         (SEGV_ACCERR): Likewise.
17346         (BUS_ADRALN): Likewise.
17347         (BUS_ADRERR): Likewise.
17348         (BUS_OBJERR): Likewise.
17349         (BUS_MCEERR_AR): Likewise.
17350         (BUS_MCEERR_AO): Likewise.
17351         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
17352         (TRAP_TRACE): Likewise.
17353         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
17354         __USE_XOPEN2K8].
17355         (CLD_KILLED): Likewise.
17356         (CLD_DUMPED): Likewise.
17357         (CLD_TRAPPED): Likewise.
17358         (CLD_STOPPED): Likewise.
17359         (CLD_CONTINUED): Likewise.
17360         (POLL_IN): Likewise.
17361         (POLL_OUT): Likewise.
17362         (POLL_MSG): Likewise.
17363         (POLL_ERR): Likewise.
17364         (POLL_PRI): Likewise.
17365         (POLL_HUP): Likewise.
17366         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17367         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17369         [BZ #16670]
17370         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17371         before #include of <time.h>.
17372         [!__USE_XOPEN2K] (__need_timespec): Likewise.
17373         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17374         (test-xfail-UNIX98/sched.h/conform): Likewise.
17376 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
17378         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17379         error absence of trapping exception support.
17380         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17382 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
17384         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17385         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17386         * timezone/Makefile (testdata): Move definition above include of
17387         Rules.
17388         (test-zones): New variable.
17389         (tests-special): Add zone files.
17390         (build-testdata): Use $(evaluate-test).
17392         * elf/Makefile (tests-special): Rename tests to end with .out.
17393         ($(objpfx)noload-mem): Likewise.
17394         ($(objpfx)tst-leaks1-mem): Likewise.
17395         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17396         * iconv/Makefile (xtests-special): Change test-iconvconfig to
17397         $(objpfx)test-iconvconfig.out.
17398         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
17399         set -e inside subshell and redirect output to file.
17400         * iconvdata/Makefile (generated): Rename tests to end with .out.
17401         Correct type.
17402         (tests-special): Rename tests to end with .out.
17403         ($(objpfx)mtrace-tst-loading): Likewise.
17404         * intl/Makefile (generated): Likewise.
17405         (tests-special): Likewise.
17406         ($(objpfx)mtrace-tst-gettext): Likewise.
17407         * misc/Makefile (generated): Likewise.
17408         (tests-special): Likewise.
17409         ($(objpfx)tst-error1-mem): Likewise.
17410         * nptl/Makefile (tests-special): Likewise.
17411         ($(objpfx)tst-stack3-mem): Likewise.
17412         (generated): Likewise.
17413         * posix/Makefile (generated): Likewise.
17414         (tests-special): Likewise.
17415         (xtests-special): Likewise.
17416         ($(objpfx)tst-fnmatch-mem): Likewise.
17417         ($(objpfx)bug-regex2-mem): Likewise.
17418         ($(objpfx)bug-regex14-mem): Likewise.
17419         ($(objpfx)bug-regex21-mem): Likewise.
17420         ($(objpfx)bug-regex31-mem): Likewise.
17421         ($(objpfx)tst-vfork3-mem): Likewise.
17422         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17423         ($(objpfx)tst-pcre-mem): Likewise.
17424         ($(objpfx)tst-boost-mem): Likewise.
17425         ($(objpfx)bug-ga2-mem): Likewise.
17426         ($(objpfx)bug-glob2-mem): Likewise.
17427         * resolv/Makefile (generate): Likewise.
17428         (tests-special): Likewise.
17429         (xtests-special): Likewise.
17430         (generated): Likewise.
17431         ($(objpfx)mtrace-tst-leaks): Likewise.
17432         ($(objpfx)mtrace-tst-leaks2): Likewise.
17434         * scripts/merge-test-results.sh: New file.
17435         * Makefile (tests-special-notdir): New variable.
17436         (tests): Run merge-test-results.sh.
17437         (xtests): Likewise.
17438         * Rules (tests-special-notdir): New variable.
17439         (xtests-special-notdir): Likewise.
17440         (tests): Run merge-test-results.sh
17441         (xtests): Likewise.
17443         * Makeconfig (test-xfail-name): New variable.
17444         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17445         compute variable name for expected failures.
17446         * conform/Makefile (conformtest-headers-data): New variable.
17447         (conformtest-standards): Likewise.
17448         (conformtest-headers-ISO): Likewise.
17449         (conformtest-headers-ISO99): Likewise.
17450         (conformtest-headers-ISO11): Likewise.
17451         (conformtest-headers-POSIX): Likewise.
17452         (conformtest-headers-XPG3): Likewise.
17453         (conformtest-headers-XPG4): Likewise.
17454         (conformtest-headers-UNIX98): Likewise.
17455         (conformtest-headers-XOPEN2K): Likewise.
17456         (conformtest-headers-POSIX2008): Likewise.
17457         (conformtest-headers-XOPEN2K8): Likewise.
17458         (conformtest-header-list-base): Likewise.
17459         (conformtest-header-list-tests): Likewise.
17460         (conformtest-header-base): Likewise.
17461         (conformtest-header-tests): Likewise.
17462         (tests-special): Add $(conformtest-header-list-tests).  If
17463         [$(fast-check) && !$(cross-compiling)], add
17464         $(conformtest-header-tests) instead of
17465         $(objpfx)run-conformtest.out.
17466         (generated): Add $(conformtest-header-list-base).  If
17467         [$(fast-check) && !$(cross-compiling)], add
17468         $(conformtest-header-base).  Remove previous setting.
17469         ($(conformtest-header-list-tests)): New target.
17470         (test-xfail-run-conformtest): Remove variable.
17471         ($(objpfx)run-conformtest.out): Remove target.
17472         (test-xfail-ISO11/complex.h/conform): New variable.
17473         (test-xfail-ISO11/stdalign.h/conform): Likewise.
17474         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17475         (test-xfail-XPG3/varargs.h/conform): Likewise.
17476         (test-xfail-XPG4/varargs.h/conform): Likewise.
17477         (test-xfail-UNIX98/varargs.h/conform): Likewise.
17478         (test-xfail-XPG4/ndbm.h/conform): Likewise.
17479         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17480         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17481         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17482         (test-xfail-XPG3/fcntl.h/conform): Likewise.
17483         (test-xfail-XPG3/ftw.h/conform): Likewise.
17484         (test-xfail-XPG3/grp.h/conform): Likewise.
17485         (test-xfail-XPG3/langinfo.h/conform): Likewise.
17486         (test-xfail-XPG3/limits.h/conform): Likewise.
17487         (test-xfail-XPG3/pwd.h/conform): Likewise.
17488         (test-xfail-XPG3/search.h/conform): Likewise.
17489         (test-xfail-XPG3/signal.h/conform): Likewise.
17490         (test-xfail-XPG3/stdio.h/conform): Likewise.
17491         (test-xfail-XPG3/stdlib.h/conform): Likewise.
17492         (test-xfail-XPG3/string.h/conform): Likewise.
17493         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17494         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17495         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17496         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17497         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17498         (test-xfail-XPG3/sys/types.h/conform): Likewise.
17499         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17500         (test-xfail-XPG3/termios.h/conform): Likewise.
17501         (test-xfail-XPG3/time.h/conform): Likewise.
17502         (test-xfail-XPG3/unistd.h/conform): Likewise.
17503         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17504         (test-xfail-XPG4/fcntl.h/conform): Likewise.
17505         (test-xfail-XPG4/langinfo.h/conform): Likewise.
17506         (test-xfail-XPG4/netdb.h/conform): Likewise.
17507         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17508         (test-xfail-XPG4/signal.h/conform): Likewise.
17509         (test-xfail-XPG4/stdio.h/conform): Likewise.
17510         (test-xfail-XPG4/stdlib.h/conform): Likewise.
17511         (test-xfail-XPG4/stropts.h/conform): Likewise.
17512         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17513         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17514         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17515         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17516         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17517         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17518         (test-xfail-XPG4/sys/time.h/conform): Likewise.
17519         (test-xfail-XPG4/sys/types.h/conform): Likewise.
17520         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17521         (test-xfail-XPG4/termios.h/conform): Likewise.
17522         (test-xfail-XPG4/ucontext.h/conform): Likewise.
17523         (test-xfail-XPG4/unistd.h/conform): Likewise.
17524         (test-xfail-XPG4/utmpx.h/conform): Likewise.
17525         (test-xfail-POSIX/sched.h/conform): Likewise.
17526         (test-xfail-POSIX/signal.h/conform): Likewise.
17527         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17528         (test-xfail-POSIX/tar.h/conform): Likewise.
17529         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17530         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17531         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17532         (test-xfail-UNIX98/netdb.h/conform): Likewise.
17533         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17534         (test-xfail-UNIX98/sched.h/conform): Likewise.
17535         (test-xfail-UNIX98/signal.h/conform): Likewise.
17536         (test-xfail-UNIX98/stdio.h/conform): Likewise.
17537         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17538         (test-xfail-UNIX98/stropts.h/conform): Likewise.
17539         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17540         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17541         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17542         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17543         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17544         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17545         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17546         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17547         (test-xfail-UNIX98/unistd.h/conform): Likewise.
17548         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17549         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17550         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17551         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17552         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17553         (test-xfail-XOPEN2K/math.h/conform): Likewise.
17554         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17555         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17556         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17557         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17558         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17559         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17560         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17561         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17562         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17563         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17564         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17565         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17566         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17567         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17568         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17569         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17570         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17571         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17572         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17573         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17574         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17575         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17576         (test-xfail-POSIX2008/signal.h/conform): Likewise.
17577         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17578         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17579         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17580         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17581         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17582         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17583         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17584         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17585         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17586         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17587         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17588         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17589         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17590         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17591         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17592         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17593         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17594         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17595         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17596         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17597         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17598         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17599         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17600         (conformtest-cc-flags): Likewise.
17601         ($(conformtest-header-tests): New target.
17602         * conform/check-header-lists.sh: New file.
17603         * conform/run-conformtest.sh: Remove.
17605         * conform/conformtest.pl: Allow ' and \ in values given for
17606         constants.
17607         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17608         inclusion.
17609         [POSIX] (sys/types.h): Likewise.
17610         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17611         inclusion.
17612         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17613         inclusion.
17614         * conform/data/signal.h-data (SIGIO): Remove expectation.
17615         [XPG3] (SIGBUS): Do not expect.
17616         [POSIX || XPG3] (SIGPOLL): Likewise.
17617         [POSIX || XPG3] (SIGPROF): Likewise.
17618         [POSIX || XPG3] (SIGSYS): Likewise.
17619         [XPG3] (SIGTRAP): Likewise.
17620         [POSIX || XPG3] (SIGURG): Likewise.
17621         [POSIX || XPG3] (SIGVTALRM): Likewise.
17622         [POSIX || XPG3] (SIGXCPU): Likewise.
17623         [POSIX || XPG3] (SIGXFSZ): Likewise.
17624         [POSIX] (SA_SIGINFO): Expect.
17625         [XPG3] (siginfo_t): Do not expect type or contents.
17626         [POSIX] (si_pid): Do not expect element.
17627         [POSIX] (si_uid): Likewise.
17628         [POSIX] (si_addr): Likewise.
17629         [POSIX] (si_status): Likewise.
17630         [POSIX] (si_band): Likewise.
17631         [XPG4] (si_value): Likewise.
17632         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17633         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17634         [POSIX || XPG3] (ILL_ILLADR): Likewise.
17635         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17636         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17637         [POSIX || XPG3] (ILL_PRVREG): Likewise.
17638         [POSIX || XPG3] (ILL_COPROC): Likewise.
17639         [POSIX || XPG3] (ILL_BADSTK): Likewise.
17640         [POSIX || XPG3] (FPE_INTDIV): Likewise.
17641         [POSIX || XPG3] (FPE_INTOVF): Likewise.
17642         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17643         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17644         [POSIX || XPG3] (FPE_FLTUND): Likewise.
17645         [POSIX || XPG3] (FPE_FLTRES): Likewise.
17646         [POSIX || XPG3] (FPE_FLTINV): Likewise.
17647         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17648         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17649         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17650         [POSIX || XPG3] (BUS_ADRALN): Likewise.
17651         [POSIX || XPG3] (BUS_ADRERR): Likewise.
17652         [POSIX || XPG3] (BUS_OBJERR): Likewise.
17653         [POSIX || XPG3] (CLD_EXITED): Likewise.
17654         [POSIX || XPG3] (CLD_KILLED): Likewise.
17655         [POSIX || XPG3] (CLD_DUMPED): Likewise.
17656         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17657         [POSIX || XPG3] (CLD_STOPPED): Likewise.
17658         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17659         [POSIX || XPG3] (POLL_IN): Likewise.
17660         [POSIX || XPG3] (POLL_OUT): Likewise.
17661         [POSIX || XPG3] (POLL_MSG): Likewise.
17662         [POSIX || XPG3] (POLL_ERR): Likewise.
17663         [POSIX || XPG3] (POLL_PRI): Likewise.
17664         [POSIX || XPG3] (POLL_HUP): Likewise.
17665         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17666         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17667         (SIG*): Do not allow.
17668         [XPG3] (si_*): Likewise.
17669         [XPG3] (SI_*): Likewise.
17670         [XPG3 || XPG4] (sigev_*): Likewise.
17671         [XPG3 || XPG4] (SIGEV_*): Likewise.
17672         [XPG3 || XPG4] (sival_*): Likewise.
17673         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17674         [POSIX || XPG3] (BUS_*): Likewise.
17675         [POSIX || XPG3] (CLD_*): Likewise.
17676         [POSIX || XPG3] (FPE_*): Likewise.
17677         [POSIX || XPG3] (ILL_*): Likewise.
17678         [POSIX || XPG3] (POLL_*): Likewise.
17679         [POSIX || XPG3] (SEGV_*): Likewise.
17680         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17681         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17682         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17683         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17684         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17685         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17686         Specify type and value.
17687         (TVERSLEN): Likewise.
17688         (REGTYPE): Likewise.
17689         (AREGTYPE): Likewise.
17690         (LNKTYPE): Likewise.
17691         (SYMTYPE): Likewise.
17692         (CHRTYPE): Likewise.
17693         (BLKTYPE): Likewise.
17694         (DIRTYPE): Likewise.
17695         (FIFOTYPE): Likewise.
17696         (CONTTYPE): Likewise.
17697         (TSUID): Likewise.
17698         (TSGID): Likewise.
17699         (TSVTX): Likewise.
17700         (TUREAD): Likewise.
17701         (TUWRITE): Likewise.
17702         (TUEXEC): Likewise.
17703         (TGREAD): Likewise.
17704         (TGWRITE): Likewise.
17705         (TGEXEC): Likewise.
17706         (TOREAD): Likewise.
17707         (TOWRITE): Likewise.
17708         (TOEXEC): Likewise.
17709         [POSIX] (TSVTX): Expect constant.
17711 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
17713         * Makefile (tests): Change dependencies to ....
17714         (tests-special): ... additions to this variable.
17715         (tests): Depend on $(tests-special).
17716         * Makerules (check-abi-list): New variable.
17717         (check-abi): Depend on $(check-abi-list).
17718         [$(subdir) = elf] (tests-special): Add
17719         $(objpfx)check-abi-libc.out.
17720         [$(build-shared) = yes && subdir] (tests-special): Add
17721         $(check-abi-list).
17722         [$(build-shared) = yes && subdir] (tests): Do not depend on
17723         check-abi.
17724         * Rules (tests): Depend on $(tests-special).
17725         (xtests): Depend on $(xtests-special).
17726         * catgets/Makefile (tests): Change dependencies to ....
17727         (tests-special): ... additions to this variable.
17728         * conform/Makefile (tests): Change dependencies to ....
17729         (tests-special): ... additions to this variable.
17730         * elf/Makefile (tests): Change dependencies to ....
17731         (tests-special): ... additions to this variable.
17732         * grp/Makefile (tests): Change dependencies to ....
17733         (tests-special): ... additions to this variable.
17734         * iconv/Makefile (xtests): Change dependencies to ....
17735         (xtests-special): ... additions to this variable.
17736         * iconvdata/Makefile (tests): Change dependencies to ....
17737         (tests-special): ... additions to this variable.
17738         * intl/Makefile (tests): Change dependencies to ....
17739         (tests-special): ... additions to this variable.  Also add
17740         $(objpfx)tst-gettext.out.
17741         * io/Makefile (tests): Change dependencies to ....
17742         (tests-special): ... additions to this variable.
17743         * libio/Makefile (tests): Change dependencies to ....
17744         (tests-special): ... additions to this variable.
17745         * malloc/Makefile (tests): Change dependencies to ....
17746         (tests-special): ... additions to this variable.
17747         * misc/Makefile (tests): Change dependencies to ....
17748         (tests-special): ... additions to this variable.
17749         * nptl/Makefile (tests): Change dependencies to ....
17750         (tests-special): ... additions to this variable.
17751         * nptl_db/Makefile (tests): Change dependencies to ....
17752         (tests-special): ... additions to this variable.
17753         * posix/Makefile (tests): Change dependencies to ....
17754         (tests-special): ... additions to this variable.
17755         (xtests): Change dependencies to ....
17756         (xtests-special): ... additions to this variable.
17757         * resolv/Makefile (tests): Change dependencies to ....
17758         (tests-special): ... additions to this variable.
17759         (xtests): Change dependencies to ....
17760         (xtests-special): ... additions to this variable.
17761         * stdio-common/Makefile (tests): Change dependencies to ....
17762         (tests-special): ... additions to this variable.
17763         (do-tst-unbputc): Remove target.
17764         (do-tst-printf): Likewise.
17765         * stdlib/Makefile (tests): Change dependencies to ....
17766         (tests-special): ... additions to this variable.
17767         * string/Makefile (tests): Change dependencies to ....
17768         (tests-special): ... additions to this variable.
17769         * sysdeps/x86/Makefile (tests): Change dependencies to ....
17770         (tests-special): ... additions to this variable.
17772         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17773         whole file.
17774         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17775         whole file.
17776         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17777         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17779         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17780         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17781         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17782         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17783         * conform/data/libgen.h-data [XPG3]: Likewise.
17784         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17785         * conform/data/ndbm.h-data [XPG3]: Likewise.
17786         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17787         * conform/data/netdb.h-data [XPG3]: Likewise.
17788         * conform/data/netinet/in.h-data [XPG3]: Likewise.
17789         * conform/data/poll.h-data [XPG3]: Likewise.
17790         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17791         * conform/data/strings.h-data [XPG3]: Likewise.
17792         * conform/data/stropts.h-data [XPG3]: Likewise.
17793         * conform/data/sys/mman.h-data [XPG3]: Likewise.
17794         * conform/data/sys/resource.h-data [XPG3]: Likewise.
17795         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17796         Likewise.
17797         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17798         * conform/data/sys/time.h-data [XPG3]: Likewise.
17799         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17800         * conform/data/sys/uio.h-data [XPG3]: Likewise.
17801         * conform/data/sys/un.h-data [XPG3]: Likewise.
17802         * conform/data/syslog.h-data [XPG3]: Likewise.
17803         * conform/data/ucontext.h-data [XPG3]: Likewise.
17804         * conform/data/utmpx.h-data [XPG3]: Likewise.
17805         * conform/data/varargs.h-data [UNIX98]: Enable file.
17807         * manual/Makefile (INSTALL_INFO): Remove variable setting.
17809         * math/libm-test.inc (struct test_f_f_data): Move expected results
17810         into structure for each rounding mode.
17811         (struct test_ff_f_data): Likewise.
17812         (struct test_ff_f_data_nexttoward): Likewise.
17813         (struct test_fi_f_data): Likewise.
17814         (struct test_fl_f_data): Likewise.
17815         (struct test_if_f_data): Likewise.
17816         (struct test_fff_f_data): Likewise.
17817         (struct test_c_f_data): Likewise.
17818         (struct test_f_f1_data): Likewise.
17819         (struct test_fF_f1_data): Likewise.
17820         (struct test_ffI_f1_data): Likewise.
17821         (struct test_c_c_data): Likewise.
17822         (struct test_cc_c_data): Likewise.
17823         (struct test_f_i_data): Likewise.
17824         (struct test_ff_i_data): Likewise.
17825         (struct test_f_l_data): Likewise.
17826         (struct test_f_L_data): Likewise.
17827         (struct test_fFF_11_data): Likewise.
17828         (RM_): New macro.
17829         (RM_FE_DOWNWARD): Likewise.
17830         (RM_FE_TONEAREST): Likewise.
17831         (RM_FE_TOWARDZERO): Likewise.
17832         (RM_FE_UPWARD): Likewise.
17833         (RUN_TEST_LOOP_f_f): Update references to expected results.
17834         (RUN_TEST_LOOP_2_f): Likewise.
17835         (RUN_TEST_LOOP_fff_f): Likewise.
17836         (RUN_TEST_LOOP_c_f): Likewise.
17837         (RUN_TEST_LOOP_f_f1): Likewise.
17838         (RUN_TEST_LOOP_fF_f1): Likewise.
17839         (RUN_TEST_LOOP_fI_f1): Likewise.
17840         (RUN_TEST_LOOP_ffI_f1): Likewise.
17841         (RUN_TEST_LOOP_c_c): Likewise.
17842         (RUN_TEST_LOOP_cc_c): Likewise.
17843         (RUN_TEST_LOOP_f_i): Likewise.
17844         (RUN_TEST_LOOP_f_i_tg): Likewise.
17845         (RUN_TEST_LOOP_ff_i_tg): Likewise.
17846         (RUN_TEST_LOOP_f_b): Likewise.
17847         (RUN_TEST_LOOP_f_b_tg): Likewise.
17848         (RUN_TEST_LOOP_f_l): Likewise.
17849         (RUN_TEST_LOOP_f_L): Likewise.
17850         (RUN_TEST_LOOP_fFF_11): Likewise.
17851         * math/gen-libm-test.pl (parse_args): Output four copies of
17852         expected results for each test.
17854         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17855         (__ASSUME_UTIMES): Remove.
17856         * sysdeps/unix/sysv/linux/tile/kernel-features.h
17857         (__ASSUME_UTIMES): Likewise.
17859         * math/gen-auto-libm-tests.c: Update comment on output format.
17860         (output_for_one_input_case): Generate before-rounding and
17861         after-rounding information as conditions on output flags not
17862         floating-point format.
17863         * math/auto-libm-test-out: Regenerated.
17864         * math/gen-libm-test.pl (cond_value): New function.
17865         (or_cond_value): Use cond_value.
17866         (generate_testfile): Handle conditional exceptions.
17868 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
17870         * math/libm-test.inc (max_valid_error): New variable.
17871         (init_max_error): Take new argument specifying whether function
17872         results are exactly determined.  Set max_valid_error and bound
17873         other variables for errors based on this argument.
17874         (set_max_error): Do not record results above max_valid_error.
17875         (check_float_internal): Only accept errors of up to 0.5ulps if
17876         also at most max_valid_error.
17877         (START): Take new argument EXACT and pass it to init_max_error.
17878         (acos_test): Update call to START.
17879         (acos_test_tonearest): Likewise.
17880         (acos_test_towardzero): Likewise.
17881         (acos_test_downward): Likewise.
17882         (acos_test_upward): Likewise.
17883         (acosh_test): Likewise.
17884         (asin_test): Likewise.
17885         (asin_test_tonearest): Likewise.
17886         (asin_test_towardzero): Likewise.
17887         (asin_test_downward): Likewise.
17888         (asin_test_upward): Likewise.
17889         (asinh_test): Likewise.
17890         (atan_test): Likewise.
17891         (atanh_test): Likewise.
17892         (atan2_test): Likewise.
17893         (cabs_test): Likewise.
17894         (cacos_test): Likewise.
17895         (cacosh_test): Likewise.
17896         (carg_test): Likewise.
17897         (casin_test): Likewise.
17898         (casinh_test): Likewise.
17899         (catan_test): Likewise.
17900         (catanh_test): Likewise.
17901         (cbrt_test): Likewise.
17902         (ccos_test): Likewise.
17903         (ccosh_test): Likewise.
17904         (ceil_test): Likewise.
17905         (cexp_test): Likewise.
17906         (cimag_test): Likewise.
17907         (clog_test): Likewise.
17908         (clog10_test): Likewise.
17909         (conj_test): Likewise.
17910         (copysign_test): Likewise.
17911         (cos_test): Likewise.
17912         (cos_test_tonearest): Likewise.
17913         (cos_test_towardzero): Likewise.
17914         (cos_test_downward): Likewise.
17915         (cos_test_upward): Likewise.
17916         (cosh_test): Likewise.
17917         (cosh_test_tonearest): Likewise.
17918         (cosh_test_towardzero): Likewise.
17919         (cosh_test_downward): Likewise.
17920         (cosh_test_upward): Likewise.
17921         (cpow_test): Likewise.
17922         (cproj_test): Likewise.
17923         (creal_test): Likewise.
17924         (csin_test): Likewise.
17925         (csinh_test): Likewise.
17926         (csqrt_test): Likewise.
17927         (ctan_test): Likewise.
17928         (ctan_test_tonearest): Likewise.
17929         (ctan_test_towardzero): Likewise.
17930         (ctan_test_downward): Likewise.
17931         (ctan_test_upward): Likewise.
17932         (ctanh_test): Likewise.
17933         (ctanh_test_tonearest): Likewise.
17934         (ctanh_test_towardzero): Likewise.
17935         (ctanh_test_downward): Likewise.
17936         (ctanh_test_upward): Likewise.
17937         (erf_test): Likewise.
17938         (erfc_test): Likewise.
17939         (exp_test): Likewise.
17940         (exp_test_tonearest): Likewise.
17941         (exp_test_towardzero): Likewise.
17942         (exp_test_downward): Likewise.
17943         (exp_test_upward): Likewise.
17944         (exp10_test): Likewise.
17945         (exp10_test_tonearest): Likewise.
17946         (exp10_test_towardzero): Likewise.
17947         (exp10_test_downward): Likewise.
17948         (exp10_test_upward): Likewise.
17949         (pow10_test): Likewise.
17950         (exp2_test): Likewise.
17951         (expm1_test): Likewise.
17952         (expm1_test_tonearest): Likewise.
17953         (expm1_test_towardzero): Likewise.
17954         (expm1_test_downward): Likewise.
17955         (expm1_test_upward): Likewise.
17956         (fabs_test): Likewise.
17957         (fdim_test): Likewise.
17958         (floor_test): Likewise.
17959         (fma_test): Likewise.
17960         (fma_test_towardzero): Likewise.
17961         (fma_test_downward): Likewise.
17962         (fma_test_upward): Likewise.
17963         (fmax_test): Likewise.
17964         (fmin_test): Likewise.
17965         (fmod_test): Likewise.
17966         (fpclassify_test): Likewise.
17967         (frexp_test): Likewise.
17968         (hypot_test): Likewise.
17969         (ilogb_test): Likewise.
17970         (isfinite_test): Likewise.
17971         (finite_test): Likewise.
17972         (isgreater_test): Likewise.
17973         (isgreaterequal_test): Likewise.
17974         (isinf_test): Likewise.
17975         (isless_test): Likewise.
17976         (islessequal_test): Likewise.
17977         (islessgreater_test): Likewise.
17978         (isnan_test): Likewise.
17979         (isnormal_test): Likewise.
17980         (issignaling_test): Likewise.
17981         (isunordered_test): Likewise.
17982         (j0_test): Likewise.
17983         (j1_test): Likewise.
17984         (jn_test): Likewise.
17985         (ldexp_test): Likewise.
17986         (lgamma_test): Likewise.
17987         (gamma_test): Likewise.
17988         (lrint_test): Likewise.
17989         (lrint_test_tonearest): Likewise.
17990         (lrint_test_towardzero): Likewise.
17991         (lrint_test_downward): Likewise.
17992         (lrint_test_upward): Likewise.
17993         (llrint_test): Likewise.
17994         (llrint_test_tonearest): Likewise.
17995         (llrint_test_towardzero): Likewise.
17996         (llrint_test_downward): Likewise.
17997         (llrint_test_upward): Likewise.
17998         (log_test): Likewise.
17999         (log10_test): Likewise.
18000         (log1p_test): Likewise.
18001         (log2_test): Likewise.
18002         (logb_test): Likewise.
18003         (logb_test_downward): Likewise.
18004         (lround_test): Likewise.
18005         (llround_test): Likewise.
18006         (modf_test): Likewise.
18007         (nearbyint_test): Likewise.
18008         (nextafter_test): Likewise.
18009         (nexttoward_test): Likewise.
18010         (pow_test): Likewise.
18011         (pow_test_tonearest): Likewise.
18012         (pow_test_towardzero): Likewise.
18013         (pow_test_downward): Likewise.
18014         (pow_test_upward): Likewise.
18015         (remainder_test): Likewise.
18016         (drem_test): Likewise.
18017         (remainder_test_tonearest): Likewise.
18018         (drem_test_tonearest): Likewise.
18019         (remainder_test_towardzero): Likewise.
18020         (drem_test_towardzero): Likewise.
18021         (remainder_test_downward): Likewise.
18022         (drem_test_downward): Likewise.
18023         (remainder_test_upward): Likewise.
18024         (drem_test_upward): Likewise.
18025         (remquo_test): Likewise.
18026         (rint_test): Likewise.
18027         (rint_test_tonearest): Likewise.
18028         (rint_test_towardzero): Likewise.
18029         (rint_test_downward): Likewise.
18030         (rint_test_upward): Likewise.
18031         (round_test): Likewise.
18032         (scalb_test): Likewise.
18033         (scalbn_test): Likewise.
18034         (scalbln_test): Likewise.
18035         (signbit_test): Likewise.
18036         (sin_test): Likewise.
18037         (sin_test_tonearest): Likewise.
18038         (sin_test_towardzero): Likewise.
18039         (sin_test_downward): Likewise.
18040         (sin_test_upward): Likewise.
18041         (sincos_test): Likewise.
18042         (sinh_test): Likewise.
18043         (sinh_test_tonearest): Likewise.
18044         (sinh_test_towardzero): Likewise.
18045         (sinh_test_downward): Likewise.
18046         (sinh_test_upward): Likewise.
18047         (sqrt_test): Likewise.
18048         (sqrt_test_tonearest): Likewise.
18049         (sqrt_test_towardzero): Likewise.
18050         (sqrt_test_downward): Likewise.
18051         (sqrt_test_upward): Likewise.
18052         (tan_test): Likewise.
18053         (tan_test_tonearest): Likewise.
18054         (tan_test_towardzero): Likewise.
18055         (tan_test_downward): Likewise.
18056         (tan_test_upward): Likewise.
18057         (tanh_test): Likewise.
18058         (tgamma_test): Likewise.
18059         (trunc_test): Likewise.
18060         (y0_test): Likewise.
18061         (y1_test): Likewise.
18062         (yn_test): Likewise.
18063         (significand_test): Likewise.
18065         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
18066         individual tests in comment.
18067         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
18068         (prev_max_error): New variable.
18069         (prev_real_max_error): Likewise.
18070         (prev_imag_max_error): Likewise.
18071         (compare_ulp_data): Don't refer to test names in comment.
18072         (find_test_ulps): Remove function.
18073         (find_function_ulps): Likewise.
18074         (find_complex_function_ulps): Likewise.
18075         (init_max_error): Take function name as argument.  Look up ulps
18076         for that function.
18077         (print_ulps): Remove function.
18078         (print_max_error): Use prev_max_error instead of calling
18079         find_function_ulps.
18080         (print_complex_max_error): Use prev_real_max_error and
18081         prev_imag_max_error instead of calling find_complex_function_ulps.
18082         (check_float_internal): Take max_ulp parameter instead of calling
18083         find_test_ulps.  Don't call print_ulps.
18084         (check_float): Update call to check_float_internal.
18085         (check_complex): Update calls to check_float_internal.
18086         (START): Pass argument to init_max_error.
18087         * math/gen-libm-test.pl (%results): Don't include "kind"
18088         information.
18089         (parse_ulps): Don't handle ulps of individual tests.
18090         (print_ulps_file): Likewise.
18091         (output_ulps): Likewise.
18092         * math/README.libm-test: Update.
18093         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
18094         individual tests.
18095         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
18096         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
18097         * sysdeps/arm/libm-test-ulps: Likewise.
18098         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
18099         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
18100         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
18101         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
18102         * sysdeps/microblaze/libm-test-ulps: Likewise.
18103         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
18104         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
18105         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
18106         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
18107         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
18108         * sysdeps/sh/libm-test-ulps: Likewise.
18109         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
18110         * sysdeps/tile/libm-test-ulps: Likewise.
18111         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18113 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
18115         * math/libm-test.inc (print_complex_max_error): Check separately
18116         whether real and imaginary errors are within allowed range and
18117         pass 0 to print_complex_function_ulps instead of value within
18118         allowed range.
18120 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
18122         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
18123         formatting.
18124         (get_handles_fopen): Likewise.
18125         (do_write_test): Likewise.
18127         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
18129         * libio/fileops.c (do_ftell): Use cached offset when
18130         available.
18131         * libio/iofwide.c (do_ftell_wide): Likewise.
18132         * libio/iofdopen.c (_IO_new_fdopen): Don't use
18133         _IO_file_attach.
18134         * libio/wfileops.c (_IO_fwide): Don't cache offset.
18136         [BZ #16532]
18137         * libio/libioP.h (get_file_offset): New function.
18138         * libio/fileops.c (get_file_offset): Likewise.
18139         (do_ftell): Likewise.
18140         (_IO_new_file_seekoff): Split out ftell logic.
18141         * libio/wfileops.c (do_ftell_wide): Likewise.
18142         (_IO_wfile_seekoff): Split out ftell logic.
18143         * libio/tst-ftell-active-handler.c: New test case.
18144         * libio/Makefile (tests): Add it.
18146 2014-03-03  Roland McGrath  <roland@hack.frob.com>
18148         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
18149         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
18151 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18153         [BZ #16639]
18154         * nscd/connections.c (nscd_init): Call do_exit.
18155         (start_threads): Call do_exit and notify_parent.
18156         (begin_drop_privileges): Call do_exit.
18157         (finish_drop_privileges): Likewise.
18158         * nscd/selinux.c (preserve_capabilities): Likewise.
18159         (install_real_capabilities): Likewise.
18160         (nscd_selinux_enabled): Likewise.
18161         (avc_create_thread): Likewise.
18162         (avc_alloc_lock): Likewise.
18163         (nscd_avc_init): Likewise.
18164         * nscd/nscd.c (parent_fd): New static variable.
18165         (main): Create a pipe between parent and child processes.
18166         Skip closing parent_fd.
18167         (monitor_child): New function.
18168         (do_exit): Likewise.
18169         (notify_parent): Likewise.
18170         * nscd/nscd.h (notify_parent): Likewise.
18171         (do_exit): Likewise.
18173 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
18175         * malloc/malloc.c (__libc_calloc): Revert last change.
18177 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18179         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18181 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18183         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
18184         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
18185         implementation.
18186         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
18187         (__libc_ifunc_impl_list): Likewise.
18188         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
18189         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
18190         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
18191         * string/strrchr.c: Define STRRCHR.
18193 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
18195         * benchtest/bench-strtok.c (simple_strtok): Delete.
18196         (strtok_string): Use as benchmark.
18197         * string/strtok (STRTOK): New macro.
18199 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
18201         * manual/threads.texi: Add header and standard comments to all
18202         functions.
18204         * elf/dl-lookup.c (check_match): New function.
18205         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
18206         (do_lookup_x): Remove nested function check_match. Use non-nested
18207         function check_match.
18209 2014-02-28  Roland McGrath  <roland@hack.frob.com>
18211         * csu/Makefile (generated, before-compile): Use += rather than =.
18212         * catgets/Makefile (generated, generated-dirs): Likewise.
18213         * debug/Makefile (generated): Likewise.
18214         * dlfcn/Makefile (generated): Likewise.
18215         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
18216         * iconvdata/Makefile (before-compile, generated): Likewise.
18217         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
18218         * libio/Makefile (generated): Likewise.
18219         * malloc/Makefile (generated): Likewise.
18220         * manual/Makefile (generated, generated-dirs): Likewise.
18221         * misc/Makefile (generated): Likewise.
18222         * posix/Makefile (generated): Likewise.
18223         * resolv/Makefile (generated): Likewise.
18224         * sunrpc/Makefile (generated, generated-dirs): Likewise.
18225         * timezone/Makefile (generated, generated-dirs): Likewise.
18227         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
18229 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18231         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
18232         power8 implementation.
18233         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
18234         file: POWER8 llround ifunc implementation.
18235         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
18236         (__lllround): Add POWER8 implementation.
18237         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
18238         POWER8 llround implementation.
18240         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
18241         power8 implementation.
18242         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
18243         file: POWER8 llrint ifunc implementation.
18244         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
18245         Add POWER8 implementation.
18246         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
18247         POWER8 llrint implementation.
18249         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
18250         power8 implementation.
18251         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
18252         file: POWER8 finite ifunc implementation.
18253         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
18254         Add POWER8 implementation.
18255         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
18256         Likewise.
18257         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
18258         POWER8 finite implementation.
18259         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
18261         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
18262         power8 implementation.
18263         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
18264         file: POWER8 isinf ifunc implementation.
18265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
18266         POWER8 implementation.
18267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
18268         Likewise.
18269         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
18270         isinf implementation.
18271         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
18273         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
18274         (INIT_ARCH): Add hwcap2 initialization.
18275         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
18276         power8 implementation.
18277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
18278         file: POWER8 isnan ifunc implementation.
18279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
18280         POWER8 implementation.
18281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
18282         Likewise.
18283         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
18284         isnan implementation.
18285         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
18287 2014-02-27  Joey Ye  <joey.ye@arm.com>
18289         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
18290         (_FP_NANFRAC_Q): Set to zero.
18292 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
18294         [BZ #16623]
18295         * math/auto-libm-test-in: New test inputs.
18296         * math/auto-libm-test-out: Regenerate.
18297         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
18298         and DA.
18299         (__cos): Likewise.
18300         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
18302 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
18304         * scripts/evaluate-test.sh: Take new argument indicating whether
18305         failure is expected.
18306         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
18307         indicating whether failure is expected.
18308         * conform/Makefile (test-xfail-run-conformtest): New variable.
18309         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
18310         level.
18311         * posix/Makefile (test-xfail-annexc): New variable.
18312         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
18314 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
18316         * argp/Makefile: Include Makeconfig immediately after defining
18317         subdir.
18318         * assert/Makefile: Likewise.
18319         * benchtests/Makefile: Likewise.
18320         * catgets/Makefile: Likewise.
18321         * conform/Makefile: Likewise.
18322         * crypt/Makefile: Likewise.
18323         * csu/Makefile: Likewise.
18324         (all): Remove target.
18325         * ctype/Makefile: Include Makeconfig immediately after defining
18326         subdir.
18327         * debug/Makefile: Likewise.
18328         * dirent/Makefile: Likewise.
18329         * dlfcn/Makefile: Likewise.
18330         * gmon/Makefile: Likewise.
18331         * gnulib/Makefile: Likewise.
18332         * grp/Makefile: Likewise.
18333         * gshadow/Makefile: Likewise.
18334         * hesiod/Makefile: Likewise.
18335         * hurd/Makefile: Likewise.
18336         (all): Remove target.
18337         * iconvdata/Makefile: Include Makeconfig immediately after
18338         defining subdir.
18339         * inet/Makefile: Likewise.
18340         * intl/Makefile: Likewise.
18341         * io/Makefile: Likewise.
18342         * libio/Makefile: Likewise.
18343         (all): Remove target.
18344         * locale/Makefile: Include Makeconfig immediately after defining
18345         subdir.
18346         * login/Makefile: Likewise.
18347         * mach/Makefile: Likewise.
18348         (all): Remove target.
18349         * malloc/Makefile: Include Makeconfig immediately after defining
18350         subdir.
18351         (all): Remove target.
18352         * manual/Makefile: Include Makeconfig immediately after defining
18353         subdir.
18354         * math/Makefile: Likewise.
18355         * misc/Makefile: Likewise.
18356         * nis/Makefile: Likewise.
18357         * nss/Makefile: Likewise.
18358         * po/Makefile: Likewise.
18359         (all): Remove target.
18360         * posix/Makefile: Include Makeconfig immediately after defining
18361         subdir.
18362         * pwd/Makefile: Likewise.
18363         * resolv/Makefile: Likewise.
18364         * resource/Makefile: Likewise.
18365         * rt/Makefile: Likewise.
18366         * setjmp/Makefile: Likewise.
18367         * shadow/Makefile: Likewise.
18368         * signal/Makefile: Likewise.
18369         * socket/Makefile: Likewise.
18370         * soft-fp/Makefile: Likewise.
18371         * stdio-common/Makefile: Likewise.
18372         * stdlib/Makefile: Likewise.
18373         * streams/Makefile: Likewise.
18374         * string/Makefile: Likewise.
18375         * sunrpc/Makefile: Likewise.
18376         (all): Remove target.
18377         * sysvipc/Makefile: Include Makeconfig immediately after defining
18378         subdir.
18379         * termios/Makefile: Likewise.
18380         * time/Makefile: Likewise.
18381         * timezone/Makefile: Likewise.
18382         (all): Remove target.
18383         * wcsmbs/Makefile: Include Makeconfig immediately after defining
18384         subdir.
18385         * wctype/Makefile: Likewise.
18387 2014-02-26  Steve Ellcey  <sellcey@mips.com>
18389         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18390         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18391         (libc_feholdexcept_setround_mips): Ditto.
18392         (libc_feholdsetround): New.
18393         (libc_feholdsetroundf): New.
18394         (libc_feholdsetroundl): New.
18395         (libc_feupdateenv_test_mips): New.
18396         (libc_feupdateenv_test): New.
18397         (libc_feupdateenv_testf): New.
18398         (libc_feupdateenv_testl): New.
18399         (libc_feresetround): New.
18400         (libc_feresetroundf): New.
18401         (libc_feresetroundl): New.
18402         (libc_fetestexcept_mips): New.
18403         (libc_fetestexcept): New.
18404         (libc_fetestexceptf): New.
18405         (libc_fetestexceptl): New.
18406         (HAVE_RM_CTX): New.
18407         (libc_feholdexcept_setround_mips_ctx): New.
18408         (libc_feholdexcept_setround_ctx): New.
18409         (libc_feholdexcept_setroundf_ctx): New.
18410         (libc_feholdexcept_setroundl_ctx): New.
18411         (libc_fesetenv_mips_ctx): New.
18412         (libc_fesetenv_ctx): New.
18413         (libc_fesetenv_ctxf): New.
18414         (libc_fesetenv_ctxl): New.
18415         (libc_feupdateenv_mips_ctx): New.
18416         (libc_feupdateenv_ctx): New.
18417         (libc_feupdateenvf_ctx): New.
18418         (libc_feupdateenvl_ctx): New.
18419         (libc_feholdsetround_mips_ctx): New.
18420         (libc_feholdsetround_ctx): New.
18421         (libc_feholdsetroundf_ctx): New.
18422         (libc_feholdsetroundl_ctx): New.
18423         (libc_feresetround_mips_ctx): New.
18424         (libc_feresetround_ctx): New.
18425         (libc_feresetroundf_ctx): New.
18426         (libc_feresetroundl_ctx): New.
18428 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
18430         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18432         * manual/ipc.texi: New file.
18433         * manual/Makefile (chapters): Add ipc.
18434         * manual/job.texi: Add "Inter-Process Communication" to next.
18435         * manual/process.texi: Add "Inter-Process Communication" to prev.
18437 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18439         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18441 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
18443         * malloc/malloc.c (__libc_calloc): Simplify implementation.
18445         * manual/arith.texi: Fix spaces after sentences.
18446         * manual/charset.texi: Likewise.
18447         * manual/errno.texi: Likewise.
18448         * manual/install.texi: Likewise.
18449         * manual/llio.texi: Likewise.
18450         * manual/locale.texi: Likewise.
18451         * manual/maint.texi: Likewise.
18452         * manual/math.texi: Likewise.
18453         * manual/memory.texi: Likewise.
18454         * manual/message.texi: Likewise.
18455         * manual/probes.texi: Likewise.
18456         * manual/resource.texi: Likewise.
18457         * manual/signal.texi: Likewise.
18458         * manual/socket.texi: Likewise.
18459         * manual/stdio.texi: Likewise.
18460         * manual/string.texi: Likewise.
18461         * manual/time.texi: Likewise.
18462         * manual/users.texi: Likewise.
18464 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
18466         [BZ #16632]
18467         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18468         _DEFAULT_SOURCE is defined.
18470 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
18471             Carlos O'Donell  <carlos@redhat.com>
18473         [BZ #16613]
18474         * elf/dl-tls.c (_dl_count_modids): New function.
18475         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18476         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18477         audit library and increment generation counter.
18478         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18479         * elf/tst-audit9.c: New file.
18480         * elf/tst-auditmod9a.c: New file.
18481         * elf/tst-auditmod9b.c: New file.
18482         * elf/Makefile: Add rules to build and run tst-audit9.
18484 2014-02-25  Florian Weimer  <fweimer@redhat.com>
18486         [BZ #15347]
18487         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18489 2014-02-25  Will Newton  <will.newton@linaro.org>
18491         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18492         (__longjmp): Restore sp and lr before restoring callee
18493         saved registers.  Add longjmp and longjmp_target
18494         SystemTap probe point.
18495         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18496         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18497         Define to zero to match jmpbuf layout.
18498         * sysdeps/arm/setjmp.S: Include stap-probe.h.
18499         (__sigsetjmp): Save sp and lr before saving callee
18500         saved registers.  Add setjmp SystemTap probe point.
18502 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
18504         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18506 2014-02-24  Andreas Schwab  <schwab@suse.de>
18508         [BZ #15804]
18509         * elf/pldd.c (wait_for_ptrace_stop): New function.
18510         (main): Call it after attaching.
18512 2014-02-22  Roland McGrath  <roland@hack.frob.com>
18514         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18515         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18516         Versions files is now verboten.
18517         * hurd/Versions (libc: GLIBC_2.0):
18518         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18519         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18520         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18521         * mach/Versions: Likewise.
18523         * csu/Versions: Remove unused %include.
18524         * resolv/Versions: Likewise.
18526 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
18528         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18529         ($(objpfx)check-local-headers.out): Likewise.
18530         ($(objpfx)begin-end-check.out): Likewise.
18531         * Makerules (check-abi-%.out): Likewise.
18532         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18533         ($(objpfx)test2.cat): Likewise.
18534         ($(objpfx)de/libc.cat): Likewise.
18535         ($(objpfx)test-gencat.out): Likewise.
18536         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18537         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18538         ($(objpfx)noload-mem): Likewise.
18539         ($(objpfx)tst-pathopt.out): Likewise.
18540         ($(objpfx)tst-rtld-load-self.out): Likewise.
18541         ($(objpfx)tst-array1-cmp.out): Likewise.
18542         ($(objpfx)tst-array1-static-cmp.out): Likewise.
18543         ($(objpfx)tst-array2-cmp.out): Likewise.
18544         ($(objpfx)tst-array3-cmp.out): Likewise.
18545         ($(objpfx)tst-array4-cmp.out): Likewise.
18546         ($(objpfx)tst-array5-cmp.out): Likewise.
18547         ($(objpfx)tst-array5-static-cmp.out): Likewise.
18548         ($(objpfx)check-textrel.out): Likewise.
18549         ($(objpfx)check-execstack.out): Likewise.
18550         ($(objpfx)check-localplt.out): Likewise.
18551         ($(objpfx)order2-cmp.out): Likewise.
18552         ($(objpfx)tst-leaks1-mem): Likewise.
18553         ($(objpfx)tst-leaks1-static-mem): Likewise.
18554         ($(objpfx)tst-initorder-cmp.out): Likewise.
18555         ($(objpfx)tst-initorder2-cmp.out): Likewise.
18556         ($(objpfx)tst-unused-dep.out): Likewise.
18557         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18558         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18559         * iconv/Makefile (test-iconvconfig): Likewise.
18560         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18561         ($(objpfx)iconv-test.out): Likewise.
18562         ($(objpfx)tst-tables.out): Likewise.
18563         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18564         ($(objpfx)tst-gettext.out): Likewise.
18565         ($(objpfx)tst-translit.out): Likewise.
18566         ($(objpfx)tst-gettext2.out): Likewise.
18567         ($(objpfx)tst-gettext4.out): Likewise.
18568         ($(objpfx)tst-gettext6.out): Likewise.
18569         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18570         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18571         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18572         ($(objpfx)tst-fopenloc-mem.out): Likewise.
18573         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18574         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18575         * posix/Makefile ($(objpfx)globtest.out): Likewise.
18576         ($(objpfx)wordexp-tst.out): Likewise.
18577         ($(objpfx)annexc.out): Likewise.
18578         ($(objpfx)tst-fnmatch-mem): Likewise.
18579         ($(objpfx)bug-regex2-mem): Likewise.
18580         ($(objpfx)bug-regex14-mem): Likewise.
18581         ($(objpfx)bug-regex21-mem): Likewise.
18582         ($(objpfx)bug-regex31-mem): Likewise.
18583         ($(objpfx)tst-vfork3-mem): Likewise.
18584         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18585         ($(objpfx)tst-pcre-mem): Likewise.
18586         ($(objpfx)tst-boost-mem): Likewise.
18587         ($(objpfx)tst-getconf.out): Likewise.
18588         ($(objpfx)bug-ga2-mem): Likewise.
18589         ($(objpfx)bug-glob2-mem): Likewise.
18590         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18591         ($(objpfx)mtrace-tst-leaks2): Likewise.
18592         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18593         ($(objpfx)tst-printf.out): Likewise.
18594         ($(objpfx)tst-setvbuf1.out): Likewise.
18595         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18596         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18597         ($(objpfx)tst-fmtmsg.out): Likewise.
18598         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18599         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18601         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18602         * bits/sigaction.h [__USE_MISC]: Likewise.
18603         * bits/waitstatus.h: Update #endif comments.
18604         * ctype/ctype.h: Likewise.
18605         * dirent/dirent.h: Likewise.
18606         [__USE_MISC]: Remove redundant conditionals.
18607         * grp/grp.h: Update #endif comments.
18608         [__USE_GNU]: Remove redundant conditionals.
18609         [__USE_MISC]: Likewise.
18610         * inet/netinet/in.h [__USE_GNU]: Likewise.
18611         * io/sys/stat.h [__USE_MISC]: Likewise.
18612         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18613         * libio/bits/stdio.h: Update #endif comments.
18614         [__USE_MISC]: Remove redundant conditionals.
18615         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18616         * libio/stdio.h: Update #endif comments.
18617         [__USE_MISC]: Remove redundant conditionals.
18618         * math/bits/math-finite.h [__USE_MISC]: Likewise.
18619         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18620         * math/math.h: Update #else and #endif comments.
18621         [__USE_MISC]: Remove redundant conditionals.
18622         * misc/sys/uio.h: Update #endif comments.
18623         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18624         * posix/glob.h [__USE_MISC]: Likewise.
18625         * posix/sys/types.h: Update #endif comments.
18626         [__USE_MISC]: Remove redundant conditionals.
18627         * posix/sys/wait.h: Update #endif comments.
18628         [__USE_MISC]: Remove redundant conditionals.
18629         * posix/unistd.h: Update #endif comments.
18630         [__USE_MISC]: Remove redundant conditionals.
18631         * pwd/pwd.h [__USE_GNU]: Likewise.
18632         [__USE_MISC]: Likewise.
18633         * resolv/netdb.h [__USE_GNU]: Likewise.
18634         * signal/signal.h: Update #endif comments.
18635         [__USE_MISC]: Remove redundant conditionals.
18636         * stdlib/stdlib.h: Update #else and #endif comments.
18637         [__USE_MISC]: Remove redundant conditionals.
18638         [__USE_GNU]: Likewise.
18639         * string/bits/string2.h [__USE_MISC]: Likewise.
18640         * string/string.h: Update #endif comments.
18641         [__USE_MISC]: Remove redundant conditionals.
18642         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18643         Likewise.
18644         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18645         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18646         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18647         Likewise.
18648         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18649         Likewise.
18650         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18651         comments.
18652         [__USE_MISC]: Remove redundant conditionals.
18653         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18654         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18655         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18656         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18657         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18658         Likewise.
18659         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18660         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18661         Likewise.
18662         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18663         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18664         Likewise.
18665         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18666         Likewise.
18667         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18668         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18669         Likewise.
18670         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18671         Likewise.
18672         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18673         * sysdeps/x86/bits/string.h: Update #endif comments.
18674         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18675         conditionals.
18676         * time/sys/time.h: Update #endif comments.
18677         * time/time.h: Likewise.
18678         [__USE_MISC]: Remove redundant conditionals.
18680 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
18682         [BZ #16600]
18683         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18685 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
18687         * Versions.def (librt): Add GLIBC_2.17.
18689 2014-02-21  Adam Conrad  <adconrad@0c3.net>
18691         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18692         synonym for _SYS_AUXV_H to allow direct inclusion.
18693         * sysdeps/sparc/bits/hwcap.h: Likewise.
18694         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18695         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18696         * sysdeps/sparc/sysdep.h: Likewise.
18698 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
18700         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18702 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
18704         * benchtests/bench-strrchr.c: Print length instead of position.
18706 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
18708         [BZ #16611]
18709         * sysdeps/unix/sysv/linux/kernel-features.h
18710         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18711         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18712         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18713         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18714         Likewise.
18715         [__i386__ || __powerpc__ || __sh__ || __sparc__]
18716         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18717         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18718         (__ASSUME_SENDMMSG): Define instead of using previous
18719         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18720         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18721         (__ASSUME_SENDMMSG_SYSCALL): Define.
18722         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18723         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18724         Likewise.
18725         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18726         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18727         Likewise.
18728         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18729         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18730         Likewise.
18731         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18732         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18733         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18734         [__ASSUME_SENDMMSG]: Change conditionals to
18735         [__ASSUME_SENDMMSG_SOCKETCALL].
18736         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18737         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18738         Define.
18739         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18740         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18741         Likewise.
18742         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18743         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18744         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18745         [!__ASSUME_SENDMMSG]: Change conditional to
18746         [!__ASSUME_SENDMMSG_SOCKETCALL].
18747         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18748         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18749         Define.
18751         [BZ #16610]
18752         * sysdeps/unix/sysv/linux/kernel-features.h
18753         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18754         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18755         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18756         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18757         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18758         [__i386__ || __sparc__]
18759         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18760         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18761         (__ASSUME_RECVMMSG): Define instead of using previous
18762         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18763         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18764         (__ASSUME_RECVMMSG_SYSCALL): Define.
18765         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18766         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18767         Likewise.
18768         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18769         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18770         Likewise.
18771         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18772         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18773         Likewise.
18774         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18775         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18776         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18777         [__ASSUME_RECVMMSG]: Change condition to
18778         [__ASSUME_RECVMMSG_SOCKETCALL].
18779         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18780         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18781         Define.
18782         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18783         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18784         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18785         Likewise.
18786         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18787         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18788         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18789         [!__ASSUME_RECVMMSG]: Change condition to
18790         [!__ASSUME_RECVMMSG_SOCKETCALL].
18791         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18792         (__ASSUME_RECVMMSG_SYSCALL): Define.
18794         [BZ #16609]
18795         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18796         __powerpc__ || __s390__ || __sh__ || __sparc__]
18797         (__ASSUME_SOCKETCALL): Define.
18798         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18799         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18800         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18801         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18802         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18803         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18804         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18805         (__ASSUME_ACCEPT4): Define instead of using previous
18806         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18807         __powerpc__ || __sparc__ || __s390__)] condition.
18808         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18809         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18810         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18811         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18812         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18813         [!__ASSUME_ACCEPT4]: Change condition to
18814         [!__ASSUME_ACCEPT4_SOCKETCALL].
18815         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18816         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
18817         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18818         * sysdeps/unix/sysv/linux/arm/kernel-features.h
18819         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18820         __ASSUME_ACCEPT4_SYSCALL.
18821         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18822         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18823         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18824         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18825         __ASSUME_ACCEPT4_SYSCALL.
18826         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18827         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18828         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18829         [__ASSUME_ACCEPT4]: Change condition to
18830         [__ASSUME_ACCEPT4_SOCKETCALL].
18831         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18832         (__ASSUME_SOCKETCALL): Define.
18833         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18834         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18835         (__ASSUME_SOCKETCALL): Define.
18836         (__ASSUME_ACCEPT4): Remove.
18837         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18838         Define.
18839         * sysdeps/unix/sysv/linux/mips/kernel-features.h
18840         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18841         Likewise.
18842         * sysdeps/unix/sysv/linux/tile/kernel-features.h
18843         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18845         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18846         macro.
18847         (HWCAP_ARM_LPAE): Likewise.
18848         (HWCAP_ARM_EVTSTRM): Likewise.
18849         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18850         Add vpfd32, lpae and evtstrm.
18851         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18852         Increase to 22.
18854 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
18856         * math/auto-libm-test-in: Add tests of clog10.
18857         * math/auto-libm-test-out: Regenerated.
18858         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18859         * sysdeps/i386/fpu/libm-test-ulps: Update.
18860         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18862 2014-02-18  Andreas Schwab  <schwab@suse.de>
18864         [BZ #16574]
18865         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18866         Store non-zero if the second buffer was newly allocated.
18867         (send_dg): Likewise.
18868         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18869         to send_vc and send_dg.
18870         (res_nsend): Pass NULL for ansp2_malloced.
18871         * resolv/res_query.c (__libc_res_nquery): Add parameter
18872         answerp2_malloced and pass it down to __libc_res_nsend.
18873         (res_nquery): Pass additional NULL to __libc_res_nquery.
18874         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18875         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
18876         second answer buffer if answerp2_malloced was set.
18877         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18878         (__libc_res_nquerydomain): Add parameter
18879         answerp2_malloced and pass it down to __libc_res_nquery.
18880         (res_nquerydomain): Pass additional NULL to
18881         __libc_res_nquerydomain.
18882         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18883         additional NULL to __libc_res_nsend and __libc_res_nquery.
18884         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18885         additional NULL to __libc_res_nsearch.
18886         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
18887         parameter of __libc_res_nsearch to check for separately allocated
18888         second buffer.
18889         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18890         __libc_res_nquery.
18891         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18892         additional NULL to __libc_res_nquery.
18893         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18894         __libc_res_nsearch.
18895         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18896         * include/resolv.h: Update prototypes of __libc_res_nquery,
18897         __libc_res_nsearch, __libc_res_nsend.
18899 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
18901         * math/auto-libm-test-in: Add tests of fma.
18902         * math/auto-libm-test-out: Regenerated.
18903         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18904         (fma_towardzero_test_data): Likewise.
18905         (fma_downward_test_data): Likewise.
18906         (fma_upward_test_data): Likewise.
18907         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18908         mpc_mode.
18909         (rounding_modes): Add values for new field.
18910         (func_calc_method): Add value mpfr_fff_f.
18911         (func_calc_desc): Add mpfr_fff_f union field.
18912         (test_function): Add field exact_args.
18913         (FUNC): Add macro argument EXACT_ARGS.
18914         (FUNC_mpfr_f_f): Update call to FUNC.
18915         (FUNC_mpfr_f_f): Likewise.
18916         (FUNC_mpfr_ff_f): Likewise.
18917         (FUNC_mpfr_if_f): Likewise.
18918         (FUNC_mpc_c_f): Likewise.
18919         (FUNC_mpc_c_c): Likewise.
18920         (test_functions): Add fma.  Update calls to FUNC.
18921         (handle_input_arg): Add argument exact_args.
18922         (add_test): Update call to handle_input_arg.
18923         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
18924         (output_for_one_input_case): Update call to calc_generic_results.
18925         Recalculate exact zero results in each rounding mode.
18927         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18928         non-negative before setting low bit.
18929         * math/auto-libm-test-in: Mark one asin test possibly having
18930         spurious underflow.
18931         * math/auto-libm-test-out: Regenerated.
18932         * sysdeps/i386/fpu/libm-test-ulps: Update.
18933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18935 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
18937         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18938         * sysdeps/unix/sysv/linux/microblaze: Move directory from
18939         ports/sysdeps/unix/sysv/linux/microblaze.
18940         * README: Add missing listing for microblaze*-*-linux-gnu.
18942 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
18944         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18945         duplicate code
18947 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
18949         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18950         * sysdeps/unix/sysv/linux/ia64: Move directory from
18951         ports/sysdeps/unix/sysv/linux/ia64.
18952         * README: Update listing for ia64-*-linux-gnu.
18954 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
18955             Joseph Myers  <joseph@codesourcery.com>
18957         * Makeconfig (test-name): New variable.
18958         (evaluate-test): Likewise.
18959         * Makerules (do-test-clean): Remove .test-result files.
18960         (common-mostlyclean): Likewise.
18961         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18962         * scripts/evaluate-test.sh: New file.
18964 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
18966         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18967         separate $(objpfx)tst-fopenloc-cmp.out and
18968         $(objpfx)tst-fopenloc-mem.out targets.
18969         (tests): Update dependencies.
18970         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18971         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18972         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18973         (tst-rxspencer-no-utf8-ARGS): New variable.
18974         (tst-rxspencer-no-utf8-ENV): Likewise.
18975         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18976         instead of $(objpfx)tst-rxspencer-mem.
18977         ($(objpfx)tst-rxspencer-mem): Change target to
18978         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
18979         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18980         * posix/tst-rxspencer-no-utf8.c: New file.
18982         * elf/Makefile ($(objpfx)order.out): Remove rule.
18983         [$(run-built-tests) = yes] (tests): Depend on
18984         $(objpfx)order-cmp.out.
18985         ($(objpfx)order-cmp.out): New rule.
18986         [$(run-built-tests) = yes] (tests): Depend on
18987         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18988         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18989         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18990         $(objpfx)tst-array5-static-cmp.out.
18991         ($(objpfx)tst-array1.out): Remove rule.
18992         ($(objpfx)tst-array1-cmp.out): New rule.
18993         ($(objpfx)tst-array1-static.out): Remove rule.
18994         ($(objpfx)tst-array1-static-cmp.out): New rule.
18995         ($(objpfx)tst-array2.out): Remove rule.
18996         ($(objpfx)tst-array2-cmp.out): New rule.
18997         ($(objpfx)tst-array3.out): Remove rule.
18998         ($(objpfx)tst-array3-cmp.out): New rule.
18999         ($(objpfx)tst-array4.out): Remove rule.
19000         ($(objpfx)tst-array4-cmp.out): New rule.
19001         ($(objpfx)tst-array5.out): Remove rule.
19002         ($(objpfx)tst-array5-cmp.out): New rule.
19003         ($(objpfx)tst-array5-static.out): Remove rule.
19004         ($(objpfx)tst-array5-static-cmp.out): New rule.
19005         [$(run-built-tests) = yes] (tests): Depend on
19006         $(objpfx)order2-cmp.out.
19007         ($(objpfx)order2.out): Remove rule.
19008         ($(objpfx)order2-cmp.out): New rule.
19009         ($(objpfx)tst-initorder.out): Remove rule.
19010         [$(run-built-tests) = yes] (tests): Depend on
19011         $(objpfx)tst-initorder-cmp.out.
19012         ($(objpfx)tst-initorder-cmp.out): New rule.
19013         ($(objpfx)tst-initorder2.out): Remove rule.
19014         [$(run-built-tests) = yes] (tests): Depend on
19015         $(objpfx)tst-initorder2-cmp.out.
19016         ($(objpfx)tst-initorder2-cmp.out): New rule.
19017         [$(run-built-tests) = yes] (tests): Depend on
19018         $(objpfx)tst-unused-dep-cmp.out.
19019         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
19020         ($(objpfx)tst-unused-dep-cmp.out): New rule.
19021         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
19022         on $(objpfx)tst-setvbuf1-cmp.out.
19023         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
19024         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
19025         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
19026         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
19027         ($(objpfx)tst-svc.out): Remove rule.
19028         ($(objpfx)tst-svc-cmp.out): New rule.
19030 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
19032         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
19033         * ctype/ctype.h [__USE_MISC]: Likewise.
19034         * dirent/dirent.h [__USE_MISC]: Likewise.
19035         * grp/grp.h [__USE_MISC]: Likewise.
19036         * io/fcntl.h [__USE_MISC]: Likewise.
19037         * io/sys/stat.h [__USE_MISC]: Likewise.
19038         * libio/stdio.h [__USE_MISC]: Likewise.
19039         * posix/unistd.h [__USE_MISC]: Likewise.
19040         * pwd/pwd.h [__USE_MISC]: Likewise.
19041         * stdlib.h [__USE_MISC]: Likewise.
19042         * string/bits/string2.h [__USE_MISC]: Likewise.
19043         * string/string.h [__USE_MISC]: Likewise.
19044         * time/time.h [__USE_MISC]: Likewise.
19046 2014-02-13  Andreas Schwab  <schwab@suse.de>
19048         [BZ #16574]
19049         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
19050         second answer buffer if it was separately allocated.
19052 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
19054         * sysdeps/mips/math-tests.h: Include <features.h>.
19055         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19056         (ROUNDING_TESTS_long_double): Do not define.
19057         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
19058         (EXCEPTION_TESTS_long_double): Likewise.
19059         * sysdeps/mips/mips64/libm-test-ulps: Update.
19061         * include/features.h (__USE_BSD): Remove macro definitions.
19062         (__USE_SVID): Likewise.
19063         (_BSD_SOURCE): Likewise.
19064         (_SVID_SOURCE): Likewise.
19065         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
19066         from definition of _DEFAULT_SOURCE.
19067         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
19068         [_DEFAULT_SOURCE].
19069         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
19070         * bits/mman.h [__USE_BSD]: Likewise.
19071         * bits/termios.h [__USE_BSD]: Likewise.
19072         * bits/waitstatus.h [__USE_BSD]: Likewise.
19073         * ctype/ctype.h [__USE_SVID]: Likewise.
19074         * dirent/dirent.h [__USE_BSD]: Likewise.
19075         * grp/grp.h [__USE_SVID]: Likewise.
19076         [__USE_BSD]: Likewise.
19077         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
19078         * io/fcntl.h [__USE_BSD]: Likewise.
19079         * io/ftw.h [__USE_BSD]: Likewise.
19080         * io/sys/stat.h [__USE_BSD]: Likewise.
19081         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
19082         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
19083         * libio/stdio.h [__USE_SVID]: Likewise.
19084         [__USE_BSD]: Likewise.
19085         * math/math.h [__USE_SVID]: Likewise.
19086         [__USE_BSD]: Likewise.
19087         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
19088         * misc/bits/syslog.h [__USE_BSD]: Likewise.
19089         * misc/search.h [__USE_SVID]: Likewise.
19090         * misc/sys/mman.h [__USE_BSD]: Likewise.
19091         * misc/sys/syslog.h [__USE_BSD]: Likewise.
19092         * misc/sys/uio.h [__USE_BSD]: Likewise.
19093         * posix/bits/unistd.h [__USE_BSD]: Likewise.
19094         * posix/glob.h [__USE_BSD]: Likewise.
19095         * posix/regex.h [__USE_BSD]: Likewise.
19096         * posix/sys/types.h [__USE_BSD]: Likewise.
19097         [__USE_SVID]: Likewise.
19098         * posix/sys/utsname.h [__USE_SVID]: Likewise.
19099         * posix/sys/wait.h [__USE_BSD]: Likewise.
19100         [__USE_SVID]: Likewise.
19101         * posix/unistd.h [__USE_BSD]: Likewise.
19102         [__USE_SVID]: Likewise.
19103         * pwd/pwd.h [__USE_SVID]: Likewise.
19104         * resolv/netdb.h [__USE_BSD]: Likewise.
19105         * setjmp/setjmp.h [__USE_BSD]: Likewise.
19106         * signal/signal.h [__USE_BSD]: Likewise.
19107         [__USE_SVID]: Likewise.
19108         * socket/sys/socket.h [__USE_BSD]: Likewise.
19109         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
19110         * stdlib/stdlib.h [__USE_BSD]: Likewise.
19111         [__USE_SVID]: Likewise.
19112         * string/bits/string2.h [__USE_BSD]: Likewise.
19113         [__USE_SVID]: Likewise.
19114         * string/bits/string3.h [__USE_BSD]: Likewise.
19115         * string/endian.h [__USE_BSD]: Likewise.
19116         * string/string.h [__USE_SVID]: Likewise.
19117         [__USE_BSD]: Likewise.
19118         * string/strings.h [__USE_BSD]: Likewise.
19119         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
19120         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
19121         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
19122         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
19123         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
19124         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
19125         Likewise.
19126         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
19127         Likewise.
19128         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
19129         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
19130         Likewise.
19131         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
19132         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
19133         Likewise.
19134         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
19135         Likewise.
19136         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
19137         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
19138         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
19139         Likewise.
19140         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
19141         Likewise.
19142         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
19143         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
19144         * termios/termios.h [__USE_BSD]: Likewise.
19145         * time/sys/time.h [__USE_BSD]: Likewise.
19146         * time/time.h [__USE_BSD]: Likewise.
19147         [__USE_SVID]: Likewise.
19149         * Makefile (subdir_targets): Remove subdir_lint.out.
19151         * stdio-common/Makefile (do-tst-unbputc): Remove target.
19152         (do-tst-printf): Likewise.
19153         (tests): Depend directly on $(objpfx)tst-unbputc.out and
19154         $(objpfx)tst-printf.out.
19156         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
19158         * Makerules (check-abi-%): Change target to
19159         $(objpfx)check-abi-%.out.
19160         (check-abi target): Update dependencies.
19161         (check-abi-pattern variable): Redirect output of diff to $@.
19162         (check-abi variable): Likewise.
19163         * elf/Makefile (check-abi): Update dependencies.
19165         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
19166         unused.
19167         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
19168         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
19169         subnormal range.
19170         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
19171         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
19172         value has largest subnormal exponent.
19173         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
19174         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
19175         * sysdeps/aarch64/soft-fp/sfp-machine.h
19176         (_FP_TININESS_AFTER_ROUNDING): New macro.
19177         * sysdeps/alpha/soft-fp/sfp-machine.h
19178         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19179         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19180         Likewise.
19181         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
19182         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19183         * sysdeps/mips/soft-fp/sfp-machine.h
19184         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19185         * sysdeps/powerpc/soft-fp/sfp-machine.h
19186         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19187         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19188         Likewise.
19189         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
19190         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19191         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
19192         (_FP_TININESS_AFTER_ROUNDING): Likewise.
19193         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
19194         Likewise.
19196 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
19198         [BZ #16545]
19199         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
19200         model 1.
19202 2014-02-12  Richard Henderson  <rth@redhat.com>
19204         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
19205         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
19206         * sysdeps/unix/sysv/linux/alpha: Move directory from
19207         ports/sysdeps/unix/sysv/linux/alpha.
19208         * README: Update listing for alpha-*-linux-gnu.
19210 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
19212         * include/features.h: Update comment documenting feature test
19213         macros.
19214         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
19215         _DEFAULT_SOURCE.
19216         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
19217         (_SVID_SOURCE): Likewise.
19218         (_DEFAULT_SOURCE): Update description of default features.
19219         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
19220         with _GNU_SOURCE.
19221         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
19222         (S_ISVTX): Likewise.
19223         * manual/math.texi (Mathematical Constants): Likewise.
19224         * manual/signal.texi (Interrupted Primitives): Likewise.
19225         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
19226         * math/test-matherr.c (_SVID_SOURCE): Do not define.
19227         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
19228         Don't refer to _SVID_SOURCE in warning text.
19230         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19232         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
19233         already defined.
19234         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
19235         * sysdeps/mips/dl-lookup.c: Remove.
19236         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
19238 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
19240         [BZ #16447]
19241         * math/auto-libm-test-in: Add testcase for expl.
19242         * math/auto-libm-test-out: Regenerate.
19243         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
19244         calculation of unsafe.
19245         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
19247 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
19249         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
19250         * sysdeps/unix/sysv/linux/aarch64: Move directory from
19251         ports/sysdeps/unix/sysv/linux/aarch64.
19252         * README: Update listing for aarch64*-*-linux-gnu.
19254 2014-02-11  Will Newton  <will.newton@linaro.org>
19256         * manual/probes.texi (Mathematical Function Probes): Use
19257         "triggered" instead of "hit".
19259         * manual/probes.texi (Internal Probes): Add documentation
19260         of setjmp, longjmp and longjmp_target probes.
19262         * include/stap-probe.h: Add comment about probe argument
19263         format.
19265         * malloc/mtrace.c (attribute_hidden): Remove unused macro
19266         definition.  (tr_where, tr_freehook, tr_mallochook,
19267         tr_reallochook, tr_memalignhook): Use ANSI protoype.
19269 2014-02-11  David S. Miller  <davem@davemloft.net>
19271         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
19272         processing int_tests.
19274 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
19276         * sysdeps/mips: Move directory from ports/sysdeps/mips.
19277         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
19278         * sysdeps/unix/sysv/linux/mips: Move directory from
19279         ports/sysdeps/unix/sysv/linux/mips.
19280         * README: Update listing for mips-*-linux-gnu and
19281         mips64-*-linux-gnu.
19283 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
19285         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
19286         * sysdeps/unix/sysv/linux/m68k: Move directory from
19287         ports/sysdeps/unix/sysv/linux/m68k.
19288         * README: Update listing for m68k-*-linux-gnu.
19290 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
19292         * sysdeps/tile: Move directory from ports/sysdeps/tile.
19293         * sysdeps/unix/sysv/linux/generic: Move directory from
19294         ports/sysdeps/unix/sysv/linux/generic.
19295         * sysdeps/unix/sysv/linux/tile: Move directory from
19296         ports/sysdeps/unix/sysv/linux/tile.
19297         * README: Update listing for tile*-*-linux-gnu.
19299 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
19301         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
19302         __builtin_expect.
19303         * benchtests/bench-memmem.c (simple_memmem): Likewise.
19304         * catgets/open_catalog.c (__open_catalog): Likewise.
19305         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
19306         * debug/confstr_chk.c: Likewise.
19307         * debug/fread_chk.c (__fread_chk): Likewise.
19308         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
19309         * debug/getgroups_chk.c: Likewise.
19310         * debug/mbsnrtowcs_chk.c: Likewise.
19311         * debug/mbsrtowcs_chk.c: Likewise.
19312         * debug/mbstowcs_chk.c: Likewise.
19313         * debug/memcpy_chk.c: Likewise.
19314         * debug/memmove_chk.c: Likewise.
19315         * debug/mempcpy_chk.c: Likewise.
19316         * debug/memset_chk.c: Likewise.
19317         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
19318         * debug/strcat_chk.c (__strcat_chk): Likewise.
19319         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
19320         * debug/strncat_chk.c (__strncat_chk): Likewise.
19321         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
19322         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
19323         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
19324         * debug/wcpncpy_chk.c: Likewise.
19325         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
19326         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
19327         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
19328         * debug/wcsncpy_chk.c: Likewise.
19329         * debug/wcsnrtombs_chk.c: Likewise.
19330         * debug/wcsrtombs_chk.c: Likewise.
19331         * debug/wcstombs_chk.c: Likewise.
19332         * debug/wmemcpy_chk.c: Likewise.
19333         * debug/wmemmove_chk.c: Likewise.
19334         * debug/wmempcpy_chk.c: Likewise.
19335         * debug/wmemset_chk.c: Likewise.
19336         * dirent/scandirat.c (SCANDIRAT): Likewise.
19337         * dlfcn/dladdr1.c (dladdr1): Likewise.
19338         * dlfcn/dladdr.c (dladdr): Likewise.
19339         * dlfcn/dlclose.c (dlclose_doit): Likewise.
19340         * dlfcn/dlerror.c (__dlerror): Likewise.
19341         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
19342         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
19343         * dlfcn/dlopen.c (dlopen_doit): Likewise.
19344         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
19345         * dlfcn/dlsym.c (dlsym_doit): Likewise.
19346         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
19347         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
19348         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
19349         Likewise.
19350         * elf/dl-conflict.c: Likewise.
19351         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
19352         * elf/dl-dst.h: Likewise.
19353         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
19354         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
19355         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
19356         * elf/dl-init.c (call_init, _dl_init): Likewise.
19357         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
19358         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
19359         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
19360         Likewise.
19361         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
19362         Likewise.
19363         * elf/dl-minimal.c (__libc_memalign): Likewise.
19364         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19365         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19366         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19367         * elf/dl-sym.c (do_sym): Likewise.
19368         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19369         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
19370         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19371         * elf/dl-writev.h (_dl_writev): Likewise.
19372         * elf/ldconfig.c (search_dir): Likewise.
19373         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19374         (dl_main): Likewise.
19375         * elf/setup-vdso.h (setup_vdso): Likewise.
19376         * grp/compat-initgroups.c (compat_call): Likewise.
19377         * grp/fgetgrent.c (fgetgrent): Likewise.
19378         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19379         * grp/putgrent.c (putgrent): Likewise.
19380         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19381         Likewise.
19382         * hurd/hurdinit.c: Likewise.
19383         * iconvdata/8bit-gap.c (struct): Likewise.
19384         * iconvdata/ansi_x3.110.c : Likewise.
19385         * iconvdata/big5.c : Likewise.
19386         * iconvdata/big5hkscs.c : Likewise.
19387         * iconvdata/cp1255.c: Likewise.
19388         * iconvdata/cp1258.c : Likewise.
19389         * iconvdata/cp932.c : Likewise.
19390         * iconvdata/euc-cn.c: Likewise.
19391         * iconvdata/euc-jisx0213.c : Likewise.
19392         * iconvdata/euc-jp.c: Likewise.
19393         * iconvdata/euc-jp-ms.c : Likewise.
19394         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19395         * iconvdata/gb18030.c : Likewise.
19396         * iconvdata/gbbig5.c (const): Likewise.
19397         * iconvdata/gbgbk.c: Likewise.
19398         * iconvdata/gbk.c : Likewise.
19399         * iconvdata/ibm1364.c : Likewise.
19400         * iconvdata/ibm930.c : Likewise.
19401         * iconvdata/ibm932.c: Likewise.
19402         * iconvdata/ibm933.c : Likewise.
19403         * iconvdata/ibm935.c : Likewise.
19404         * iconvdata/ibm937.c : Likewise.
19405         * iconvdata/ibm939.c : Likewise.
19406         * iconvdata/ibm943.c: Likewise.
19407         * iconvdata/iso_11548-1.c: Likewise.
19408         * iconvdata/iso-2022-cn.c : Likewise.
19409         * iconvdata/iso-2022-cn-ext.c : Likewise.
19410         * iconvdata/iso-2022-jp-3.c: Likewise.
19411         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19412         * iconvdata/iso-2022-kr.c : Likewise.
19413         * iconvdata/iso646.c (gconv_end): Likewise.
19414         * iconvdata/iso_6937-2.c : Likewise.
19415         * iconvdata/iso_6937.c : Likewise.
19416         * iconvdata/iso8859-1.c: Likewise.
19417         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19418         * iconvdata/shift_jisx0213.c : Likewise.
19419         * iconvdata/sjis.c : Likewise.
19420         * iconvdata/t.61.c : Likewise.
19421         * iconvdata/tcvn5712-1.c : Likewise.
19422         * iconvdata/tscii.c: Likewise.
19423         * iconvdata/uhc.c : Likewise.
19424         * iconvdata/unicode.c (gconv_end): Likewise.
19425         * iconvdata/utf-16.c (gconv_end): Likewise.
19426         * iconvdata/utf-32.c (gconv_end): Likewise.
19427         * iconvdata/utf-7.c (base64): Likewise.
19428         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19429         * iconv/gconv_close.c (__gconv_close): Likewise.
19430         * iconv/gconv_open.c (__gconv_open): Likewise.
19431         * iconv/gconv_simple.c (internal_ucs4_loop_single)
19432         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19433         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19434         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19435         (ucs4le_internal_loop_single): Likewise.
19436         * iconv/iconv.c (iconv): Likewise.
19437         * iconv/iconv_close.c: Likewise.
19438         * iconv/loop.c (SINGLE): Likewise.
19439         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19440         * include/atomic.h: Likewise.
19441         * inet/inet6_option.c (option_alloc): Likewise.
19442         * intl/bindtextdom.c (set_binding_values): Likewise.
19443         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19444         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19445         * intl/localealias.c (read_alias_file): Likewise.
19446         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
19447         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19448         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
19449         * libio/fmemopen.c (fmemopen): Likewise.
19450         * libio/iofgets.c (_IO_fgets): Likewise.
19451         * libio/iofgets_u.c (fgets_unlocked): Likewise.
19452         * libio/iofgetws.c (fgetws): Likewise.
19453         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19454         * libio/iogetdelim.c (_IO_getdelim): Likewise.
19455         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19456         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
19457         * locale/findlocale.c (_nl_find_locale): Likewise.
19458         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19459         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19460         Likewise.
19461         * locale/setlocale.c (setlocale): Likewise.
19462         * login/programs/pt_chown.c (main): Likewise.
19463         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19464         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
19465         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19466         (mmap, mmap64, mremap, munmap): Likewise.
19467         * math/e_exp2l.c: Likewise.
19468         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19469         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19470         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19471         * math/s_catan.c (__catan): Likewise.
19472         * math/s_catanf.c (__catanf): Likewise.
19473         * math/s_catanh.c (__catanh): Likewise.
19474         * math/s_catanhf.c (__catanhf): Likewise.
19475         * math/s_catanhl.c (__catanhl): Likewise.
19476         * math/s_catanl.c (__catanl): Likewise.
19477         * math/s_ccosh.c (__ccosh): Likewise.
19478         * math/s_ccoshf.c (__ccoshf): Likewise.
19479         * math/s_ccoshl.c (__ccoshl): Likewise.
19480         * math/s_cexp.c (__cexp): Likewise.
19481         * math/s_cexpf.c (__cexpf): Likewise.
19482         * math/s_cexpl.c (__cexpl): Likewise.
19483         * math/s_clog10.c (__clog10): Likewise.
19484         * math/s_clog10f.c (__clog10f): Likewise.
19485         * math/s_clog10l.c (__clog10l): Likewise.
19486         * math/s_clog.c (__clog): Likewise.
19487         * math/s_clogf.c (__clogf): Likewise.
19488         * math/s_clogl.c (__clogl): Likewise.
19489         * math/s_csin.c (__csin): Likewise.
19490         * math/s_csinf.c (__csinf): Likewise.
19491         * math/s_csinh.c (__csinh): Likewise.
19492         * math/s_csinhf.c (__csinhf): Likewise.
19493         * math/s_csinhl.c (__csinhl): Likewise.
19494         * math/s_csinl.c (__csinl): Likewise.
19495         * math/s_csqrt.c (__csqrt): Likewise.
19496         * math/s_csqrtf.c (__csqrtf): Likewise.
19497         * math/s_csqrtl.c (__csqrtl): Likewise.
19498         * math/s_ctan.c (__ctan): Likewise.
19499         * math/s_ctanf.c (__ctanf): Likewise.
19500         * math/s_ctanh.c (__ctanh): Likewise.
19501         * math/s_ctanhf.c (__ctanhf): Likewise.
19502         * math/s_ctanhl.c (__ctanhl): Likewise.
19503         * math/s_ctanl.c (__ctanl): Likewise.
19504         * math/w_pow.c: Likewise.
19505         * math/w_powf.c: Likewise.
19506         * math/w_powl.c: Likewise.
19507         * math/w_scalb.c (sysv_scalb): Likewise.
19508         * math/w_scalbf.c (sysv_scalbf): Likewise.
19509         * math/w_scalbl.c (sysv_scalbl): Likewise.
19510         * misc/error.c (error_tail): Likewise.
19511         * misc/pselect.c (__pselect): Likewise.
19512         * nis/nis_callback.c (__nis_create_callback): Likewise.
19513         * nis/nis_call.c (__nisfind_server): Likewise.
19514         * nis/nis_creategroup.c (nis_creategroup): Likewise.
19515         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19516         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19517         * nis/nis_getservlist.c (nis_getservlist): Likewise.
19518         * nis/nis_lookup.c (nis_lookup): Likewise.
19519         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
19520         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19521         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
19522         * nis/nis_xdr.c (xdr_endpoint): Likewise.
19523         * nis/nss_compat/compat-grp.c (getgrent_next_file)
19524         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19525         * nis/nss_compat/compat-initgroups.c (add_group)
19526         (internal_getgrent_r): Likewise.
19527         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19528         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19529         * nis/nss_compat/compat-spwd.c (getspent_next_file)
19530         (internal_getspnam_r): Likewise.
19531         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19532         (_nss_nis_getaliasbyname_r): Likewise.
19533         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19534         (_nss_nis_getntohost_r): Likewise.
19535         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19536         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19537         (_nss_nis_getgrgid_r): Likewise.
19538         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19539         (internal_nis_gethostent_r, internal_gethostbyname2_r)
19540         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19541         (_nss_nis_gethostbyname4_r): Likewise.
19542         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19543         (initgroups_netid): Likewise.
19544         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
19545         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19546         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19547         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19548         (_nss_nis_getprotobynumber_r): Likewise.
19549         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19550         (_nss_nis_getsecretkey): Likewise.
19551         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19552         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19553         (_nss_nis_getpwuid_r): Likewise.
19554         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19555         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19556         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19557         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19558         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19559         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
19560         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19561         Likewise.
19562         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19563         (_nss_nisplus_getntohost_r): Likewise.
19564         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19565         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19566         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19567         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
19568         Likewise.
19569         * nis/nss_nisplus/nisplus-initgroups.c
19570         (_nss_nisplus_initgroups_dyn): Likewise.
19571         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19572         (_nss_nisplus_getnetbyaddr_r): Likewise.
19573         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19574         (_nss_nisplus_getprotobynumber_r): Likewise.
19575         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19576         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
19577         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19578         Likewise.
19579         * nis/nss_nisplus/nisplus-service.c
19580         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19581         (_nss_nisplus_getservbyport_r): Likewise.
19582         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19583         (_nss_nisplus_getspnam_r): Likewise.
19584         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19585         Likewise.
19586         * nscd/aicache.c (addhstaiX): Likewise.
19587         * nscd/cache.c (cache_search, prune_cache): Likewise.
19588         * nscd/connections.c (register_traced_file, send_ro_fd)
19589         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19590         (main_loop_epoll): Likewise.
19591         * nscd/grpcache.c (addgrbyX): Likewise.
19592         * nscd/hstcache.c (addhstbyX): Likewise.
19593         * nscd/initgrcache.c (addinitgroupsX): Likewise.
19594         * nscd/mem.c (gc, mempool_alloc): Likewise.
19595         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19596         (addinnetgrX): Likewise.
19597         * nscd/nscd-client.h (__nscd_acquire_maplock)
19598         (__nscd_drop_map_ref): Likewise.
19599         * nscd/nscd_getai.c (__nscd_getai): Likewise.
19600         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19601         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19602         Likewise.
19603         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19604         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
19605         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19606         (__nscd_get_map_ref): Likewise.
19607         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
19608         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19609         Likewise.
19610         * nscd/pwdcache.c (addpwbyX): Likewise.
19611         * nscd/selinux.c (preserve_capabilities): Likewise.
19612         * nscd/servicescache.c (addservbyX): Likewise.
19613         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19614         * posix/fnmatch.c (fnmatch): Likewise.
19615         * posix/getopt.c (_getopt_internal_r): Likewise.
19616         * posix/glob.c (glob, glob_in_dir): Likewise.
19617         * posix/wordexp.c (exec_comm_child): Likewise.
19618         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19619         (getanswer_r, gaih_getanswer_slice): Likewise.
19620         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19621         * resolv/res_init.c: Likewise.
19622         * resolv/res_mkquery.c (res_nmkquery): Likewise.
19623         * resolv/res_query.c (__libc_res_nquery): Likewise.
19624         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19625         Likewise.
19626         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19627         * stdio-common/perror.c (perror): Likewise.
19628         * stdio-common/printf_fp.c (___printf_fp): Likewise.
19629         * stdio-common/tmpnam.c (tmpnam): Likewise.
19630         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19631         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
19632         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19633         Likewise.
19634         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19635         * stdlib/putenv.c (putenv): Likewise.
19636         * stdlib/setenv.c (__add_to_environ): Likewise.
19637         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19638         * stdlib/strtol_l.c (INTERNAL): Likewise.
19639         * string/memmem.c (memmem): Likewise.
19640         * string/strerror.c (strerror): Likewise.
19641         * string/strnlen.c (__strnlen): Likewise.
19642         * string/test-memmem.c (simple_memmem): Likewise.
19643         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19644         * sunrpc/pm_getport.c (__get_socket): Likewise.
19645         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19646         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
19647         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19648         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
19649         Likewise.
19650         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19651         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19652         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19653         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19654         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
19655         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19656         Likewise.
19657         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19658         Likewise.
19659         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19660         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19661         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19662         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19663         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19664         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19665         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19666         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19667         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19668         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19669         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19670         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19671         Likewise.
19672         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19673         Likewise.
19674         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19675         Likewise.
19676         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19677         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19678         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19679         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19680         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19681         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19682         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19683         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19684         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19685         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19686         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19687         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19688         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19689         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19690         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
19691         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19692         Likewise.
19693         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19694         Likewise.
19695         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19696         Likewise.
19697         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19698         Likewise.
19699         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19700         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19701         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19702         Likewise.
19703         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19704         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19705         * sysdeps/posix/opendir.c (__opendirat): Likewise.
19706         * sysdeps/posix/sleep.c: Likewise.
19707         * sysdeps/posix/tempname.c: Likewise.
19708         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19709         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19710         Likewise.
19711         * sysdeps/powerpc/powerpc32/dl-machine.h
19712         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
19713         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19714         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19715         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19716         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19717         Likewise.
19718         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
19719         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19720         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19721         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19722         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19723         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19724         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19725         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19726         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19727         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
19728         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19729         (elf_machine_lazy_rel): Likewise.
19730         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
19731         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19732         (elf_machine_lazy_rel): Likewise.
19733         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19734         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19735         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19736         * sysdeps/unix/grantpt.c (grantpt): Likewise.
19737         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19738         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19739         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19740         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19741         Likewise.
19742         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19743         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19744         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19745         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19746         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19747         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19748         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19749         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19750         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19751         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19752         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19753         Likewise.
19754         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19755         (__posix_fallocate64_l64): Likewise.
19756         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19757         (posix_fallocate): Likewise.
19758         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19759         Likewise.
19760         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
19761         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19762         (getifaddrs_internal): Likewise.
19763         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19764         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19765         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19766         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19767         * sysdeps/unix/sysv/linux/posix_fallocate64.c
19768         (__posix_fallocate64_l64): Likewise.
19769         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19770         Likewise.
19771         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
19772         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19773         (__get_clockfreq): Likewise.
19774         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19775         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19776         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19777         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19778         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19779         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19780         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19781         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19782         Likewise.
19783         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19784         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19785         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19786         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19787         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19788         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19789         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19790         Likewise.
19791         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19792         (posix_fallocate): Likewise.
19793         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19794         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19795         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
19796         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19797         (elf_machine_rela, elf_machine_rela_relative)
19798         (elf_machine_lazy_rel): Likewise.
19799         * time/asctime.c (asctime_internal): Likewise.
19800         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19801         * time/tzset.c (__tzset_parse_tz): Likewise.
19802         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19803         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19804         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19805         * wcsmbs/wcsmbsload.h: Likewise.
19807         [BZ #15894]
19808         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19810         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19811         (arena_get2): Remove THREAD_STATS conditionals.
19812         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19813         (__malloc_stats, int): Likewise.
19815 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
19817         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19818         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
19820         * manual/setjmp.texi: Fix typos/grammar errors.
19822         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19823         Only return early when n is <= 0.  Delete unused return statement.
19825         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19826         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19827         * debug/tst-longjmp_chk3.c: New file.
19829         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19830         (test_main): Replace code with set_fortify_handler call.
19831         * debug/test-strcpy_chk.c: Likewise.
19832         * debug/tst-chk1.c: Likewise.
19833         * debug/tst-longjmp_chk.c: Likewise.
19834         * test-skeleton.c: Include fcntl.h & paths.h
19835         (set_fortify_handler): Define.
19837         * debug/tst-longjmp_chk.c: Add header comment and include
19838         ../test-skeleton.c.
19839         (do_test): Mark static.
19840         (TEST_FUNCTION): Define.
19842         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19843         (IP_PMTUDISC_INTERFACE): Likewise.
19844         (IP_MULTICAST_IF): Likewise.
19845         (IP_MULTICAST_TTL): Likewise.
19846         (IP_MULTICAST_LOOP): Likewise.
19847         (IP_ADD_MEMBERSHIP): Likewise.
19848         (IP_DROP_MEMBERSHIP): Likewise.
19849         (IP_UNBLOCK_SOURCE): Likewise.
19850         (IP_BLOCK_SOURCE): Likewise.
19851         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19852         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19853         (IP_MSFILTER): Likewise.
19854         (MCAST_JOIN_GROUP): Likewise.
19855         (MCAST_BLOCK_SOURCE): Likewise.
19856         (MCAST_UNBLOCK_SOURCE): Likewise.
19857         (MCAST_LEAVE_GROUP): Likewise.
19858         (MCAST_JOIN_SOURCE_GROUP): Likewise.
19859         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19860         (MCAST_MSFILTER): Likewise.
19861         (IP_MULTICAST_ALL): Likewise.
19862         (IP_UNICAST_IF): Likewise.
19864         * timezone/Makefile: Delete $(have-ksh) check.
19865         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19866         * timezone/tzselect.ksh: Add +x mode bits.
19868         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19869         (ANON_INODE_FS_MAGIC): Likewise.
19870         (BDEVFS_MAGIC): Likewise.
19871         (BINFMTFS_MAGIC): Likewise.
19872         (BTRFS_TEST_MAGIC): Likewise.
19873         (CRAMFS_MAGIC_WEND): Likewise.
19874         (DEBUGFS_MAGIC): Likewise.
19875         (ECRYPTFS_SUPER_MAGIC): Likewise.
19876         (EXT3_SUPER_MAGIC): Likewise.
19877         (EXT4_SUPER_MAGIC): Likewise.
19878         (FUTEXFS_SUPER_MAGIC): Likewise.
19879         (HOSTFS_SUPER_MAGIC): Likewise.
19880         (HUGETLBFS_MAGIC): Likewise.
19881         (MINIX3_SUPER_MAGIC): Likewise.
19882         (MTD_INODE_FS_MAGIC): Likewise.
19883         (NILFS_SUPER_MAGIC): Likewise.
19884         (OPENPROM_SUPER_MAGIC): Likewise.
19885         (PIPEFS_MAGIC): Likewise.
19886         (PSTOREFS_MAGIC): Likewise.
19887         (QNX6_SUPER_MAGIC): Likewise.
19888         (RAMFS_MAGIC): Likewise.
19889         (REISERFS_SUPER_MAGIC_STRING): Likewise.
19890         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19891         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19892         (SECURITYFS_MAGIC): Likewise.
19893         (SELINUX_MAGIC): Likewise.
19894         (SMACK_MAGIC): Likewise.
19895         (SOCKFS_MAGIC): Likewise.
19896         (SQUASHFS_MAGIC): Likewise.
19897         (STACK_END_MAGIC): Likewise.
19898         (TMPFS_MAGIC): Likewise.
19899         (USBDEVICE_SUPER_MAGIC): Likewise.
19900         (V9FS_MAGIC): Likewise.
19901         (XENFS_SUPER_MAGIC): Likewise.
19902         (CRAMFS_MAGIC): Fix typo in comment.
19903         (EXT2_SUPER_MAGIC): Update comment.
19904         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19906 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
19908         * sysdeps/arm: Move directory from ports/sysdeps/arm.
19909         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19910         * sysdeps/unix/sysv/linux/arm: Move directory from
19911         ports/sysdeps/unix/sysv/linux/arm.
19912         * README: Update listing for arm-*-linux-gnueabi.
19914         * README: Remove mention of am33.
19916 2014-02-07  Roland McGrath  <roland@hack.frob.com>
19918         * bits/sigset.h (__sigemptyset): Use a statement expression rather
19919         than the comma operator, to avoid "rhs of comma has no effect"
19920         compiler warnings.
19921         (__sigfillset, __sigandset, __sigorset): Likewise.
19922         * include/signal.h (__sigemptyset): Likewise.
19923         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19925 2014-02-07  Allan McRae  <allan@archlinux.org>
19927         * version.h (RELEASE): Set to "development".
19928         (VERSION): Set to "2.19.90"
19929         * NEWS: Add 2.20 section.
19931 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
19933         [BZ #16529]
19934         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19936 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
19938         * manual/contrib.texi: Update entry for Carlos O'Donell,
19939         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19941 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
19943         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19945         * sysdeps/unix/sysv/linux/kernel-features.h
19946         [__LINUX_KERNEL_VERSION >= 0x020621]
19947         (__ASSUME_PROC_PID_TASK_COMM): Define.
19949 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
19951         [BZ #16398]
19952         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19953         conversion when destination buffer does not have enough space.
19954         * libio/tst-ftell-partial-wide.c: New test case.
19955         * libio/Makefile (tests): Add tst-ftell-partial-wide.
19957         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19958         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
19959         Leonard and Allan McRae.
19961 2014-02-04  David S. Miller  <davem@davemloft.net>
19963         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19964         32-bit.
19966 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19968         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19969         New file
19970         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19971         New file
19972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19973         New file.
19974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19975         New file.
19976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19977         New file.
19978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19979         New file.
19980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19981         New file.
19982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19983         New file.
19984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19985         New file.
19986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19987         New file.
19988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19989         New file.
19990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19991         New file.
19992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19993         New file.
19995 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19997         * nptl/shlib-versions: Change powerpc*le start to 2.17.
19998         * shlib-versions: Likewise.
20000 2014-02-04  Roland McGrath  <roland@hack.frob.com>
20001             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20003         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
20004         (abilist-pattern): New variable, set to %-le.abilist.
20006         * Makerules (abilist-pattern): New variable.
20007         (vpath): Use $(abilist-pattern) in place of %.abilist.
20008         (check-abi-% pattern rule): Likewise.
20009         (check-abi, update-abi): Likewise.
20011 2014-02-04  Eric Wong  <normalperson@yhbt.net>
20013         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
20015 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
20017         * manual/startup.texi: Add next, previous, and top entries for
20018         the `Program Arguments' and `Environment Variables' nodes.
20020 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
20022         * manual/macros.texi: Add comments before MTASC-safety macros.
20024         * manual/users.texi: Document MTASC-safety properties.
20026         * manual/threads.texi (pthread_key_create, pthread_key_delete)
20027         (pthread_getspecific, pthread_setspecific): Format with
20028         @deftypefun, and add @safety note.
20029         * manual/signal.texi: Move comments that analyze the above
20030         functions to their home place.
20032 2014-02-03  Allan McRae  <allan@archlinux.org>
20034         * po/sl.po: Update Slovenian translation from translation project.
20036 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
20038         * manual/time.texi (timegm): Add missing blank after @c.
20039         Reported by Joseph Myers <joseph@codesourcery.com>.
20041 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
20043         * manual/check-safety.sh: New.
20044         * manual/Makefile ($(objpfx)stamp-summary): Run it.
20046         * manual/terminal.texi: Document MTASC-safety properties.
20048         * manual/filesys.texi: Document MTASC-safety properties.
20050         * manual/errno.texi: Document MTASC-safety properties.
20052         * manual/intro.texi: Document safety identifiers and
20053         conditionals.
20055         * manual/string.texi (wcstok): Fix prototype.
20056         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
20058         * manual/time.texi: Document MTASC-safety properties.
20060         * manual/string.texi: Document MTASC-safety properties.
20062         * manual/threads.texi: Document MTASC-safety properties.
20064         * manual/stdio.texi: Document MTASC-safety properties.
20066         * manual/syslog.texi: Document MTASC-safety properties.
20068         * manual/sysinfo.texi: Document MTASC-safety properties.
20070         * manual/startup.texi: Document MTASC-safety properties.
20072         * manual/socket.texi: Document MTASC-safety properties.
20074         * manual/signal.texi: Document MTASC-safety properties.
20076 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
20078         * manual/setjmp.texi: Document MTASC-safety properties.
20080         * manual/search.texi: Document MTASC-safety properties.
20082         * manual/resource.texi: Document MTASC-safety properties.
20084         * manual/process.texi: Document MTASC-safety properties.
20086         * manual/platform.texi: Document MTASC-safety properties.
20088         * manual/pipe.texi: Document MTASC-safety properties.
20090         * manual/pattern.texi: Document MTASC-safety properties.
20092         * manual/message.texi: Document MTASC-safety properties.
20094         [BZ #12751]
20095         * manual/memory.texi: Document MTASC-safety properties.
20097         * manual/math.texi: Document MTASC-safety properties.
20099         * manual/locale.texi: Document MTASC-safety properties.
20101         * manual/llio.texi: Document MTASC-safety properties.
20103         * manual/libdl.texi: New.
20105         * manual/lang.texi: Document MTASC-safety properties.
20107         * manual/job.texi: Document MTASC-safety properties.
20109         * manual/getopt.texi: Document MTASC-safety properties.
20111         * manual/ctype.texi: Document MTASC-safety properties.
20113 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
20115         [BZ #16046]
20116         * csu/libc-tls.c (static_map): Remove variable.
20117         (__libc_setup_tls): Use main executable's link map for TLS data.
20118         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
20119         casing for LM_ID_BASE and GL(dl_nns).
20120         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
20121         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
20122         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
20123         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
20124         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
20125         member.
20126         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
20127         l_phnum members.
20129 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
20131         * manual/debug.texi: Document MTASC-safety properties.
20133 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
20135         [BZ #16510]
20136         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
20137         of __x86_64__ when disabling x87 inline functions.
20139 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
20141         * manual/charset.texi: Document MTASC-safety properties.
20143         * manual/crypt.texi: Document MTASC-safety properties.
20145         * manual/conf.texi: Document MTASC-safety properties.
20147         * manual/arith.texi: Document MTASC-safety properties.
20149         * manual/argp.texi: Document MTASC-safety properties.
20151         * manual/macros.texi: Introduce macros to document multi
20152         thread, asynchronous signal and asynchronous cancellation
20153         safety properties.
20154         * manual/intro.texi: Introduce the properties themselves.
20156 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20158         * sysdeps/sh/sh4/Makefile: New file.
20160 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
20162         * math/gen-libm-test.pl ($srcdir): New variable.
20163         ($auto_input): Use it.
20165 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
20167         [BZ #16506]
20168         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
20169         access beyond array bounds when parsing netgroups file.
20171         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
20172         the old buffer before realloc.
20174 2014-01-27  Allan McRae  <allan@archlinux.org>
20176         * po/fr.po: Update French translation from translation project.
20178 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20180         * sysdeps/sh/libm-test-ulps: Regenerate.
20182 2014-01-24  David S. Miller  <davem@davemloft.net>
20184         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
20186 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20188         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
20189         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
20191 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
20193         [BZ #16474]
20194         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
20195         string pointers after reallocation.
20197 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20199         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
20200         __SH4A__ instead of __SH_FPU_ANY__.
20202 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
20204         * sysdeps/sh/fpu_control.h: New file.
20205         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
20206         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
20207         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
20208         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
20209         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
20210         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
20211         * sysdeps/sh/sys/ucontext.h: Remove.
20212         * sysdeps/sh/sys: Remove directory.
20214 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20216         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
20217         s390/sys/ucontext.h.
20218         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
20219         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
20221 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
20223         [BZ #15605]
20224         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
20226 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20228         [BZ#16431]
20229         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
20230         Adjust the vDSO correctly for internal calls.
20231         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
20233 2014-01-20  Allan McRae  <allan@archlinux.org>
20235         * po/ca.po: Update Catalan translation from translation project.
20237 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
20239         * sysdeps/s390/sotruss-lib.c: New file.
20241 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20243         [BZ#16430]
20244         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
20245         (__GI___gettimeofday): Alias for a different internal symbol to avoid
20246         local calls issues by not having a PLT stub required for IFUNC calls.
20247         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
20249 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
20251         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
20252         * math/test-fpucw-static.c: Likewise.
20254 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
20256         [BZ #16453]
20257         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
20259 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20261         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
20262         implementation for powerpc.
20264 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
20266         [BZ #14782]
20267         * sysdeps/posix/system.c (__libc_system): Do not enable
20268         asynchronous cancellation.
20270 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20272         [BZ #16427]
20273         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
20274         handling only for numbers special also in the IEEE case.
20276 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20278         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
20280 2014-01-11  Allan McRae  <allan@archlinux.org>
20282         * po/bg.po: Update Bulgarian translation from translation project.
20284         * po/de.po: Update German translation from translation project.
20286 2014-01-10  Roland McGrath  <roland@hack.frob.com>
20288         * sysdeps/generic/gcc-compat.h: New file.
20290 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20292         * benchtests/asin-inputs: Correct slow inputs.
20293         * benchtests/acos-inputs: Likewise.
20295 2014-01-10  Allan McRae  <allan@archlinux.org>
20297         * po:sv.po: Update Swedish translation from translation project.
20299         * po/vi.po: Update Vietnamese translation from translation project.
20301         * po/eo.po: Update Esperanto translation from translation project.
20303         * po/cs.po: Update Czech translation from translation project.
20305         * po/nl.po: Update Dutch translation from translation project.
20307         * po/pl.po: Update Polish translation from translation project.
20309         * po/ru.po: Update Russian translation from translation project.
20311         * po/uk.po: Update Ukrainian translation from translation project.
20313 2014-01-08  Brooks Moses  <bmoses@google.com>
20315         * elf/dl-load.c: Fix comment typo.
20317 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
20319         * po/header.pot: Rename to...
20320         * po/pot.header: ... this.
20321         * po/Makefile: Use pot.header.
20323 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
20324             Maxim Kuvyrkov  <maxim@kugelworks.com>
20326         [BZ #16394]
20327         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
20328         SRC and DEST against LEN.
20330 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20332         [BZ #16414]
20333         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
20334         implementation.
20335         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
20337 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20339         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20341 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
20343         [BZ #16408]
20344         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
20345         for large positive arguments.
20347 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
20349         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20351         * math/auto-libm-test-in: Mark various tests with
20352         xfail-rounding:ldbl-128ibm.
20353         * math/auto-libm-test-out: Regenerated.
20355         [BZ #16407]
20356         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
20357         Increase overflow threshold.
20359 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
20361         [BZ #14286]
20362         * stdio-common/vfprintf.c: Check for integer overflow.
20364 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20366         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20367         the first argument and return value of __tls_get_addr_internal.
20369 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20371         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20372         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20374 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
20376         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20377         * sysdeps/s390/rtld-global-offsets.sym: New file.
20378         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20379         GLIBC_2.19 symbol.
20380         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20381         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20382         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20383         ... this.
20384         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20385         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20386         ... this.
20387         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20388         Regenerate.
20389         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20390         Regenerate.
20391         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20392         halfs of GPRs for high_gprs contexts.
20393         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20394         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
20395         field.
20396         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20397         uc_flags field.
20398         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20399         64 bit versions:
20400         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20401         for high GPRs (uc_high_gprs) and for future extensions
20402         (__reserved).
20403         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20404         for future extensions (__reserved).
20405         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20406         64 bit versions:
20407         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20408         SC_HIGHGPRS offset definition.
20409         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20410         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20412         * Versions.def: Add GLIBC_2.19 for libpthread.
20413         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20414         siglongjmp for libpthread with GLIBC_2.19 symver.
20415         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20416         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20417         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20418         * sysdeps/s390/__longjmp.c: New file.
20419         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20420         * sysdeps/s390/longjmp.c: New file.
20421         * sysdeps/s390/setjmp.S: New file.
20422         * sysdeps/s390/sigjmp.S: New file.
20423         * sysdeps/s390/v1-longjmp.c: New file.
20424         * sysdeps/s390/v1-setjmp.h: New file.
20425         * sysdeps/s390/v1-sigjmp.c: New file.
20426         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20427         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20428         GLIBC_2.19 version.
20429         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20430         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20431         versioned symbols for ____longjmp_chk.
20432         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20433         Likewise.
20434         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20435         Regenerate.
20436         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20437         Regenerate.
20438         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20439         Regenerate.
20440         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20441         Regenerate.
20442         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20443         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20444         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20445         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20446         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20447         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20448         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20449         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20450         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20451         * sysdeps/s390/rtld-__longjmp.c: New file.
20452         * sysdeps/s390/rtld-setjmp.S: New file.
20454 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
20456         [BZ #16400]
20457         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20458         Return -__logl (x) for small positive arguments without evaluating
20459         a polynomial.
20461 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
20463         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20464         Rename to ...
20465         (__ptrace_peeksiginfo_args): ... this.
20466         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20467         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20468         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20470 2014-01-06  Allan McRae  <allan@archlinux.org>
20472         * inet/netinet/in.h: Fix typo in comment.
20474 2014-01-05  Andreas Jaeger  <aj@suse.de>
20476         * sysdeps/i386/fpu/libm-test-ulps: Update.
20478 2014-01-05  Allan McRae  <allan@archlinux.org>
20480         * po/libc.pot: Regenerated.
20482         * malloc/memusagestat.c: Fix gettext call formatting.
20484 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
20486         * nscd/nscd.c: Improve usage() output.
20488 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
20490         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20491         * sysdeps/unix/sysv/linux/configure: Regenerated.
20492         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20493         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20495 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20497         [BZ #16390]
20498         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20499         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20501 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20503         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20504         extra tokens at end of #undef directive.
20505         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20506         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20507         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20509 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
20511         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20513         * math/auto-libm-test-in: Mark various tests with
20514         xfail-rounding:ldbl-128ibm.
20515         * math/auto-libm-test-out: Regenerated.
20517 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
20519         [BZ #16386]
20520         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20521         numbers with subnormal high part when calculating exponent.
20523         [BZ #16385]
20524         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20525         fabs.
20527         [BZ #16384]
20528         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20529         M_LN2l.
20530         (__ieee754_acoshl): Use __log1pl not __log1p.
20532 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
20534         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20535         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20536         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20537         (grow_heap, heap_trim, _int_new_arena, get_free_list)
20538         (reused_arena, arena_get2): Convert to GNU style.
20539         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20540         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20541         (memalign_check, __malloc_set_state): Likewise.
20542         * malloc/mallocbug.c (main): Likewise.
20543         * malloc/malloc.c (__malloc_assert, malloc_init_state)
20544         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20545         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20546         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20547         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20548         (__posix_memalign, malloc_info): Likewise.
20549         * malloc/malloc.h: Likewise.
20550         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20551         (mallochook, memalignhook, reallochook, mabort): Likewise.
20552         * malloc/mcheck.h: Likewise.
20553         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20554         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
20555         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20556         * malloc/morecore.c (__default_morecore): Likewise.
20557         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
20558         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20559         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20560         (print_and_abort): Likewise.
20561         * malloc/obstack.h: Likewise.
20562         * malloc/set-freeres.c (__libc_freeres): Likewise.
20563         * malloc/tst-mallocstate.c (main): Likewise.
20564         * malloc/tst-mtrace.c (main): Likewise.
20565         * malloc/tst-realloc.c (do_test): Likewise.
20567 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
20569         [BZ #16366]
20570         * nscd/netgroupcache.c (do_notfound): New function.
20571         (addgetnetgrentX): Use it.
20573         [BZ # 16365]
20574         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20575         NSS_STATUS_NOTFOUND.
20577 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
20579         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20580         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20582 2014-01-01  Allan McRae  <allan@archlinux.org>
20584         * scripts/update-copyrights: Update configure input file suffix.
20586         * NEWS: Update copyright year.
20587         * catgets/gencat.c: Likewise.
20588         * csu/version.c: Likewise.
20589         * debug/catchsegv.sh: Likewise.
20590         * debug/pcprofiledump.c: Likewise.
20591         * debug/xtrace.sh: Likewise.
20592         * elf/ldconfig.c: Likewise.
20593         * elf/ldd.bash.in: Likewise.
20594         * elf/pldd.c: Likewise.
20595         * elf/sotruss.ksh: Likewise.
20596         * elf/sprof.c: Likewise.
20597         * iconv/iconv_prog.c: Likewise.
20598         * iconv/iconvconfig.c: Likewise.
20599         * locale/programs/locale.c: Likewise.
20600         * locale/programs/localedef.c: Likewise.
20601         * login/programs/pt_chown.c: Likewise.
20602         * malloc/memusage.sh: Likewise.
20603         * malloc/memusagestat.c: Likewise.
20604         * malloc/mtrace.pl: Likewise.
20605         * manual/libc.texinfo: Likewise.
20606         * nscd/nscd.c: Likewise.
20607         * nss/getent.c: Likewise.
20608         * nss/makedb.c: Likewise.
20609         * posix/getconf.c: Likewise.
20610         * scripts/test-installation.pl: Likewise.
20612         * All files with FSF copyright notices: Update copyright dates
20613         using scripts/update-copyrights.
20614         * intl/plural.c: Regenerated.
20615         * locale/programs/charmap-kw.h: Likewise.
20616         * locale/programs/locfile-kw.h: Likewise.
20618 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
20620         * sysdeps/unix/sysv/linux/configure: Regenerated.
20621         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20622         the linux/fanotify.h header.
20623         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20624         HAVE_LINUX_FANOTIFY_H is defined.
20626 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
20628         * benchtests/cos-inputs: New inputs.
20629         * benchtests/sin-inputs: Likewise.
20631         * benchtests/atan-inputs: New inputs. Fix name of multiple
20632         precision fallback inputs.
20634         * benchtests/atanh-inputs: New inputs.
20635         * benchtests/tanh-inputs: Likewise.
20637         * benchtests/acosh-inputs: New inputs.
20638         * benchtests/asinh-inputs: Likewise.
20640         * benchtests/cosh-inputs: New inputs.
20641         * benchtests/sinh-inputs: Likewise.
20643         * benchtests/acos-inputs: Add more inputs.
20644         * benchtests/asin-inputs: Likewise.
20646 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
20648         [BZ #16375]
20649         * manual/arith.texi: Fix spelling.
20650         * manual/charset.texi: Likewise.
20651         * manual/errno.texi: Likewise.
20652         * manual/filesys.texi: Likewise.
20653         * manual/lang.texi: Likewise.
20654         * manual/llio.texi: Likewise.
20655         * manual/locale.texi: Likewise.
20656         * manual/message.texi: Likewise.
20657         * manual/resource.texi: Likewise.
20658         * manual/search.texi: Likewise.
20659         * manual/setjmp.texi: Likewise.
20660         * manual/stdio.texi: Likewise.
20661         * manual/string.texi: Likewise.
20662         * manual/sysinfo.texi: Likewise.
20663         * manual/time.texi: Likewise.
20665 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
20667         * po/sl.po: New file.
20669 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
20671         * .gitignore: Add core/.gdbinit/.gdb_history.
20673 2013-12-27  Allan McRae  <allan@archlinux.org>
20675         [BZ #16369]
20676         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20677         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20679 2013-12-24  Brooks Moses  <bmoses@google.com>
20681         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20682         all compilers that claim C++98 compliance, not just GCC.
20683         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20684         Likewise.
20686 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20688         * NEWS: Restore accidentally deleted bug-fix entries.
20690 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
20691             Ondřej Bílka  <neleai@seznam.cz>
20693         [BZ #15073]
20694         * malloc/malloc.c (_int_free): Perform sanity check only if we
20695         have_lock.
20697 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
20699         [BZ #12986]
20700         * manual/stdio.texi (String Input Conversions): Clarify that character
20701         classes are not supported.
20703 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20705         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20707 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
20709         [BZ #16337]
20710         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20711         Calculate results for small negative arguments directly rather
20712         than using reflection formula with special underflow handling.
20714         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20715         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20716         sysdeps/unix/bsd/bsd4.4/syscalls.list.
20717         (fchflags): Likewise.
20718         (revoke): Likewise.
20719         (setlogin): Likewise.
20720         (sigaltstack): Likewise.
20721         (wait4): Likewise.
20722         (sigblock): Remove.
20723         (sigsetmask): Likewise.
20724         (wait3): Likewise.
20725         (waitpid): Likewise.
20726         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20727         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20728         file.
20729         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20730         * sysdeps/unix/bsd/Makefile: ... here.
20731         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20732         * sysdeps/unix/bsd/Versions: ... here.
20733         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20734         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20735         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20736         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20737         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20738         * sysdeps/unix/bsd/sigblock.c: ... here.
20739         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20740         * sysdeps/unix/bsd/sigsetmask.c: ... here.
20741         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20742         * sysdeps/unix/bsd/sigvec.c: ... here.
20743         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20744         * sysdeps/unix/bsd/tcdrain.c: ... here.
20745         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20746         * sysdeps/unix/bsd/tcgetattr.c: ... here.
20747         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20748         * sysdeps/unix/bsd/tcsetattr.c: ... here.
20749         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20750         * sysdeps/unix/bsd/wait.c: ... here.
20751         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20752         * sysdeps/unix/bsd/wait3.c: ... here.
20753         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20754         * sysdeps/unix/bsd/waitpid.c: ... here.
20756 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
20758         [BZ #16356]
20759         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20760         round-to-nearest for [!USE_AS_EXPM1L].
20761         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20762         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
20763         more tests of exp and exp10.  Expect some exp10 tests to miss
20764         exceptions or fail in directed rounding modes.
20765         * math/auto-libm-test-out: Regenerated.
20766         * math/libm-test.inc (exp10_tonearest_test_data): New array.
20767         (exp10_test_tonearest): New function.
20768         (exp10_towardzero_test_data): New array.
20769         (exp10_test_towardzero): New function.
20770         (exp10_downward_test_data): New array.
20771         (exp10_test_downward): New function.
20772         (exp10_upward_test_data): New array.
20773         (exp10_test_upward): New function.
20774         (main): Call the new functions.
20775         * sysdeps/i386/fpu/libm-test-ulps: Update.
20776         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20778 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
20780         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20781         asinh, atan, atan2, atanh, cbrt, cos and cosh.
20782         * math/auto-libm-test-out: Regenerated.
20783         * math/libm-test.inc (acosh_test_data): Add more tests.
20784         (atanh_test_data): Likewise.
20785         (ceil_test_data): Likewise.
20786         (copysign_test_data): Likewise.
20787         * sysdeps/i386/fpu/libm-test-ulps: Update.
20788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20790         * timezone/checktab.awk: Update from tzcode 2013i.
20791         * timezone/private.h: Likewise.
20792         * timezone/scheck.c: Likewise.
20793         * timezone/tzfile.h: Likewise.
20794         * timezone/tzselect.ksh: Likewise.
20795         * timezone/zdump.c: Likewise.
20796         * timezone/zic.c: Likewise.
20798         * math/auto-libm-test-in: Add tests of cpow.
20799         * math/auto-libm-test-out: Regenerated.
20800         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
20801         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20802         mpc_cc_c.
20803         (func_calc_desc): Add mpc_cc_c union field.
20804         (test_functions): Add cpow.
20805         (special_fill_2pi): New function.
20806         (special_real_inputs): Add 2pi.
20807         (calc_generic_results): Handle mpc_cc_c.
20808         * sysdeps/i386/fpu/libm-test-ulps: Update.
20809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20811         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20812         csqrt, ctan and ctanh.
20813         * math/auto-libm-test-out: Regenerated.
20814         * math/libm-test.inc (TEST_COND_x86_64): New macro.
20815         (TEST_COND_x86): Likewise.
20816         (ccos_test_data): Use AUTO_TESTS_c_c.
20817         (ccosh_test_data): Likewise.
20818         (cexp_test_data): Likewise.
20819         (clog_test_data): Likewise.
20820         (csqrt_test_data): Likewise.
20821         (ctan_test_data): Likewise.
20822         (ctan_tonearest_test_data): Likewise.
20823         (ctan_towardzero_test_data): Likewise.
20824         (ctan_downward_test_data): Likewise.
20825         (ctan_upward_test_data): Likewise.
20826         (ctanh_test_data): Likewise.
20827         (ctanh_tonearest_test_data): Likewise.
20828         (ctanh_towardzero_test_data): Likewise.
20829         (ctanh_downward_test_data): Likewise.
20830         (ctanh_upward_test_data): Likewise.
20831         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20832         mpc_c_c.
20833         (func_calc_desc): Add mpc_c_c union field.
20834         (FUNC_mpc_c_c): New macro.
20835         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20836         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20837         ctanh.
20838         (special_fill_min_subnorm_p120): New function.
20839         (special_real_inputs): Add min_subnorm_p120.
20840         (calc_generic_results): Handle mpc_c_c.
20841         * sysdeps/i386/fpu/libm-test-ulps: Update.
20842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20844 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
20846         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20847         (do_sin_slow): New functions.
20848         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20849         (cslow2, csloww1, csloww2): Use the new functions.
20851         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20852         Use M to change sign of result instead of X.  Assume X is
20853         positive.
20854         (csloww1): Likewise.
20855         (__sin): Adjust.
20856         (__cos): Adjust.
20858         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20859         arguments A and DA.
20860         (__sin): Adjust.
20861         (__cos): Likewise.
20863         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20864         (__cos): Likewise.
20865         (sloww1): Don't adjust sign of DX.
20866         (csloww1): Likewise.
20867         (sloww2): Use X directly and don't adjust sign of DX.
20868         (csloww2): Likewise.
20870 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20872         * math/auto-libm-test-in: Add tests of cabs and carg.
20873         * math/auto-libm-test-out: Regenerated.
20874         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20875         (carg_test_data): Likewise.
20876         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20877         mpc_c_f.
20878         (func_calc_desc): Add mpc_c_f union field.
20879         (test_functions): Add cabs and carg.
20880         (calc_generic_results): Handle mpc_c_f.
20882         * sysdeps/powerpc/powerpc32/libgcc-compat.S
20883         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20884         as a macro and a compat symbol.
20885         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20886         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20887         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20888         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20889         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20890         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20891         not use .hidden.
20892         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20893         Likewise.
20894         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20895         Likewise.
20896         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20897         Likewise.
20898         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20899         Likewise.
20900         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20901         Likewise.
20902         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20903         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20904         from GLIBC_2.3.2.
20906 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20908         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20910 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20912         * manual/texinfo.tex: Update to version 2013-11-26.10 with
20913         trailing whitespace removed.
20914         * scripts/config.guess: Update to version 2013-11-29.
20915         * scripts/config.sub: Update to version 2013-10-01.
20917         * math/auto-libm-test-in: Add tests of sincos.
20918         * math/auto-libm-test-out: Regenerated.
20919         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20920         * math/gen-auto-libm-tests.c (func_calc_method): Add value
20921         mpfr_f_11.
20922         (func_calc_desc): Add mpfr_f_11 union field.
20923         (test_functions): Add sincos.
20924         (calc_generic_results): Handle mpfr_f_11.
20925         * sysdeps/i386/fpu/libm-test-ulps: Update.
20926         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20928 2013-12-19  Andreas Schwab  <schwab@suse.de>
20930         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20931         CALL_MCOUNT.
20932         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20933         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20934         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20936 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
20938         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20939         * sysdeps/i386/fpu/libm-test-ulps: Update.
20940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20942         [BZ #16293]
20943         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20944         round-to-nearest mode when using frndint.
20945         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20946         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20947         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20948         Likewise.
20949         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
20950         sinh test to fail.
20951         * math/auto-libm-test-out: Regenerated.
20952         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20953         (TEST_COND_x86): Likewise.
20954         (expm1_tonearest_test_data): New array.
20955         (expm1_test_tonearest): New function.
20956         (expm1_towardzero_test_data): New array.
20957         (expm1_test_towardzero): New function.
20958         (expm1_downward_test_data): New array.
20959         (expm1_test_downward): New function.
20960         (expm1_upward_test_data): New array.
20961         (expm1_test_upward): New function.
20962         (main): Run the new test functions.
20963         * sysdeps/i386/fpu/libm-test-ulps: Update.
20964         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20966         * include/features.h: Update comment documenting feature test
20967         macros.  Mention _DEFAULT_SOURCE in comment.
20968         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20969         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20970         _BSD_SOURCE and _SVID_SOURCE.
20971         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20972         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20973         !_SVID_SOURCE]: Likewise.
20974         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20975         (__USE_POSIX_IMPLICITLY): Define.
20976         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20977         (_POSIX_SOURCE): Undefine and redefine.
20978         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20979         (_POSIX_C_SOURCE): Likewise.
20980         * manual/creature.texi (_DEFAULT_SOURCE): Document.
20981         (Feature Test Macros): Update documentation of default features.
20983 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
20985         * benchtests/Makefile: Add bench-strtok.
20986         * benchtests/bench-strtok.c: New file: strtok benchtest.
20988 2013-12-19  Allan McRae  <allan@archlinux.org>
20990         * manual/install.texi: Suppress menu for plain text output.
20991         * INSTALL: Regenerated.
20993 2013-12-18  Brooks Moses  <bmoses@google.com>
20995         [BZ #15846]
20996         * misc/getauxval.c: Include errno.h.
20997         (__getauxval): Set errno to ENOENT if the requested type is not
20998         found.
20999         * misc/sys/auxv.h (getauxval): Document that it may set errno;
21000         don't declare with __attribute_const__.
21001         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
21002         * manual/startup.texi: Document that getauxval sets errno.
21004 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21006         * math/auto-libm-test-in: Add tests of jn and yn.
21007         * math/auto-libm-test-out: Regenerated.
21008         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
21009         (yn_test_data): Likewise.
21010         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21011         mpfr_if_f.
21012         (func_calc_desc): Add mpfr_if_f union field.
21013         (FUNC_mpfr_if_f): New macro.
21014         (test_functions): Add jn and yn.
21015         (calc_generic_results): Assert type of second input for
21016         mpfr_ff_f.  Handle mpfr_if_f.
21017         (output_for_one_input_case): Disable all checking for arguments
21018         fitting floating-point types in case of an integer argument.
21019         * sysdeps/i386/fpu/libm-test-ulps: Update.
21020         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21022         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
21023         Don't expect fegetround reference in libm.so.
21025 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
21027         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
21028         $(config-cflags-nofma).
21030 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
21032         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
21033         * math/auto-libm-test-out: Regenerated.
21035         [BZ #16338]
21036         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
21037         to determine exponent and adjust argument to have exponent of -1.
21038         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
21039         log2.
21040         * math/auto-libm-test-out: Regenerated.
21041         * sysdeps/i386/fpu/libm-test-ulps: Update.
21042         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21044 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
21046         * manual/probes.texi: Remove cases when per-thread arenas are
21047         disabled.
21049 2013-12-18  Andreas Schwab  <schwab@suse.de>
21051         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
21052         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
21053         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
21054         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
21055         * sysdeps/i386/i686/multiarch/Makefile: Update.
21056         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
21058 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21060         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
21061         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
21063 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
21065         [BZ #15968]
21066         Support TZ transition times < 00:00:00.
21067         This is needed for version-3 tz-format files; it supports time
21068         stamps past 2037 for America/Godthab (the only entry in the tz
21069         database for which this change is relevant).
21070         * manual/time.texi (TZ Variable): Document transition times
21071         from -167:59:59 through -00:00:01.
21072         * time/tzset.c (tz_rule): Time of day is now signed.
21073         (__tzset_parse_tz): Parse negative time of day.
21075         Document TZ transition times >= 25:00:00.
21076         * manual/time.texi (TZ Variable): Document transition times from
21077         25:00:00 through 167:59:59.  These are already supported, and this
21078         support will help with version-3 tz-format files.
21080         * manual/time.texi (TZ Variable): Modernize North America example
21081         to reflect current (i.e., 2007-and-later) daylight saving rules.
21083         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
21085 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21087         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
21088         * sysdeps/unix/bsd/bits/stat.h: Likewise.
21089         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
21090         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
21091         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
21092         * sysdeps/unix/bsd/bsdstat.h: Likewise.
21093         * sysdeps/unix/bsd/clock.c: Likewise.
21094         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
21095         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
21096         * sysdeps/unix/bsd/init-posix.c: Likewise.
21097         * sysdeps/unix/bsd/poll.c: Likewise.
21098         * sysdeps/unix/bsd/ptsname.c: Likewise.
21099         * sysdeps/unix/bsd/seekdir.c: Likewise.
21100         * sysdeps/unix/bsd/setegid.c: Likewise.
21101         * sysdeps/unix/bsd/seteuid.c: Likewise.
21102         * sysdeps/unix/bsd/setgid.c: Likewise.
21103         * sysdeps/unix/bsd/setrgid.c: Likewise.
21104         * sysdeps/unix/bsd/setruid.c: Likewise.
21105         * sysdeps/unix/bsd/setsid.c: Likewise.
21106         * sysdeps/unix/bsd/setuid.c: Likewise.
21107         * sysdeps/unix/bsd/sigaction.c: Likewise.
21108         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
21109         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
21110         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
21111         * sysdeps/unix/bsd/telldir.c: Likewise.
21112         * sysdeps/unix/bsd/times.c: Likewise.
21113         * sysdeps/unix/bsd/usleep.c: Likewise.
21115         * misc/Makefile (install-lib): Remove libbsd-compat.a.
21116         ($(objpfx)libbsd-compat.a): Remove rule.
21118         * include/features.h (__FAVOR_BSD): Do not define.
21119         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
21120         features conflicting with POSIX.
21121         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
21122         (_BSD_SOURCE): Remove description of not being a subset of other
21123         feature test macros.
21124         * manual/job.texi (getpgrp): Do not document BSD version.
21125         (getpgid): Do not document by reference to BSD getpgrp.
21126         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
21127         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
21128         * signal/signal.h [__FAVOR_BSD]: Likewise.
21129         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
21130         instead of making contents conditional on [__FAVOR_BSD].
21131         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
21133 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21135         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21137 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
21139         [BZ #16314]
21140         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
21141         values below 2**-450, not 2**-500.
21142         * math/auto-libm-test-in: Don't allow spurious underflow from
21143         hypot.
21144         * math/auto-libm-test-out: Regenerated.
21146         [BZ #16316]
21147         [BZ #16330]
21148         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
21149         values of ha and hb and sort them after adjusting subnormal
21150         arguments.
21151         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
21152         Likewise.
21153         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
21154         values of ea and eb and sort them after adjusting subnormal
21155         arguments.
21156         * math/auto-libm-test-in: Do not expect some hypot tests of
21157         subnormals to fail.  Add more hypot tests.
21158         * math/auto-libm-test-out: Regenerated.
21160 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21162         [BZ #13304]
21163         * sysdeps/sh/s_fma.c: New file.
21164         * sysdeps/sh/s_fmaf.c: New file.
21165         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
21166         version.
21167         * sysdeps/sh/Implies: Add sh/soft-fp.
21169 2013-12-16  Roland McGrath  <roland@hack.frob.com>
21171         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
21172         level of indirection to members `objname', `errstring', `malloced'.
21173         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
21174         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
21175         it as the __longjmp argument (just pass 1 instead).
21176         (_dl_catch_error): Initialize C with argument pointers and address of
21177         volatile local ERRCODE rather than copying values out of C at return.
21179 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
21181         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
21182         * math/auto-libm-test-out: Regenerated.
21183         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
21184         (hypot_test_data): Likewise.
21185         (pow_test_data): Likewise.
21186         (pow_tonearest_test_data): Likewise.
21187         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21188         mpfr_ff_f.
21189         (func_calc_desc): Add mpfr_ff_f union field.
21190         (FUNC_mpfr_ff_f): New macro.
21191         (test_functions): Add atan2, hypot and pow.
21192         (special_fill_min): New function.
21193         (special_fill_minus_min): Likewise.
21194         (special_fill_min_subnorm): Likewise.
21195         (special_fill_minus_min_subnorm): Likewise.
21196         (special_real_inputs): Add min, -min, min_subnorm and
21197         -min_subnorm.
21198         (calc_generic_results): Handle mpfr_ff_f.
21199         * sysdeps/i386/fpu/libm-test-ulps: Update.
21200         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21202 2013-12-16  Will Newton  <will.newton@linaro.org>
21204         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
21205         (Aligned Memory Blocks): Add documentation for aligned_alloc
21206         and suggest it as an alternative to posix_memalign.
21207         (Hooks for Malloc): Document __memalign_hook is also called
21208         for aligned_alloc.  (Summary of Malloc): Add summary for
21209         aligned alloc.  Document __memalign_hook is also called
21210         for aligned_alloc.
21212 2013-12-16  Will Newton  <will.newton@linaro.org>
21214         * manual/memory.texi (Malloc Examples): Clarify default
21215         alignment documentation.  Suggest posix_memalign rather
21216         than memalign or valloc.
21217         (Aligned Memory Blocks): Remove suggestion to use memalign
21218         or valloc.  Remove obsolete comment about BSD.
21219         Document memalign errno values and mark the function obsolete.
21220         Document posix_memalign returned error codes.  Mark valloc
21221         as obsolete.  (Hooks for Malloc): __memalign_hook is also
21222         called for posix_memalign and valloc.
21223         (Summary of Malloc): Add posix_memalign to function summary.
21224         __memalign_hook is also called for posix_memalign and valloc.
21226 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21228         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
21229         TAYLOR_SIN.
21230         (__sin): Adjust.
21231         (__cos): Likewise.
21232         (sloww): Use mynumber union.  Expand ternary operator into
21233         if-else statements.
21234         (cslow): use mynumber union.
21236 2013-12-16  Allan McRae  <allan@archlinux.org>
21238         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
21239         * configure: Regenerated.
21241         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
21243         [BZ #14120]
21244         * configure.ac: Added --enable-maintainer-mode. Check for
21245         autoconf when enabled.
21246         * configure: Regenerated.
21248         * nscd/nscd.service: New file.
21249         * nscd/nscd.tmpfiles: New file.
21251 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
21253         [BZ #12100]
21254         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
21255         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
21256         * sysdeps/x86_64/multiarch/strstr.c: ... here.
21257         (strstr): Add __strstr_sse2_unaligned ifunc.
21258         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
21259         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
21260         (strcasestr): Remove __strcasestr_sse42 ifunc.
21261         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
21262         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
21263         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
21265 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21267         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
21268         * sysdeps/sh/bits/fenv.h: ... here.
21269         * sysdeps/sh/sh4/fpu/bits: Remove directory.
21271 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21273         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
21275         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
21276         hypotf multiarch implementations.
21277         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
21278         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
21279         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
21280         multiarch hypot for PPC64.
21281         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
21282         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
21283         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
21284         multiarch hypotf for PPC64.
21286         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
21287         modff multiarch implementations.
21288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
21289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
21290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
21291         multiarch modf for PPC64.
21292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
21293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
21294         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
21295         multiarch modff for PPC64.
21297         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
21298         and logl multiarch implementations.
21299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
21300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
21301         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
21302         multiarch logb for PPC64.
21303         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
21304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
21305         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
21306         multiarch logb for PPC64.
21307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
21308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
21309         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
21310         multiarch logb for PPC64.
21312         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
21313         isinff multiarch implementation.
21314         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
21315         file.
21316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
21317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
21318         multiarch isinf for PPC64.
21319         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
21320         file.
21321         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
21322         multiarch isinff for PPC64.
21324         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
21325         finitef multiarch implementation.
21326         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
21327         file.
21328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
21329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
21330         multiarch finite for PPC64.
21331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
21332         file.
21333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
21334         multiarch finitef for PPC64.
21336         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
21337         lrint multiarch implementation.
21338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
21339         file.
21340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
21341         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
21342         multiarch llrint for PPC64.
21343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
21344         multiarch lrint for PPC64.
21346         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
21347         copysignf multiarch implementation.
21348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
21349         file.
21350         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
21351         file.
21352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
21353         multiarch copysign for PPC64.
21354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
21355         multiarch copysignf for PPC64.
21357         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
21358         multiarch implementation.
21359         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
21360         file.
21361         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
21362         file.
21363         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21364         file.
21365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21366         file.
21367         multiarch llround for PPC64.
21368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21369         multiarch trunc for PPC64.
21370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21371         multiarch truncf for PPC64.
21373         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21374         multiarch implementation.
21375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21376         file.
21377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21378         file.
21379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21380         file.
21381         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21382         file.
21383         multiarch llround for PPC64.
21384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21385         multiarch round for PPC64.
21386         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21387         multiarch roundf for PPC64.
21389         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21390         multiarch implementation.
21391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21392         file.
21393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21394         file.
21395         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21396         file.
21397         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21398         file.
21399         multiarch llround for PPC64.
21400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21401         multiarch floor for PPC64.
21402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21403         multiarch floorf for PPC64.
21405         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21406         multiarch implementation.
21407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21408         file.
21409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21410         file.
21411         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21412         file.
21413         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21414         file.
21415         multiarch llround for PPC64.
21416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21417         multiarch ceil for PPC64.
21418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21419         multiarch ceilf for PPC64.
21421         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21422         multiarch implementation.
21423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21424         file.
21425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21426         file.
21427         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21428         file.
21429         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21430         multiarch llround for PPC64.
21431         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21432         multiarch lround for PPC64.
21434         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21435         multiarch implementation.
21436         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21438         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21439         file.
21440         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21442         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21443         multiarch isnan for PPC64.
21444         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21445         multiarch isnanf for PPC64.
21447         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21448         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21449         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21450         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21451         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21454         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21455         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21456         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21457         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21459         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21460         multiarch implementations.
21461         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21462         (__libc_ifunc_impl_list): Likewise.
21463         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21464         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21465         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21466         multiarch stpcpy for PPC64.
21468         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21469         multiarch implementations.
21470         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21471         (__libc_ifunc_impl_list): Likewise.
21472         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21473         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21474         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21475         multiarch strcpy for PPC64.
21477         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21478         redefine function name.
21479         (_wordcopy_fwd_dest_aligned): Likewise.
21480         (_wordcopy_bwd_aligned): Likewise.
21481         (_wordcopy_bwd_dest_aligned): Likewise.
21482         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21483         multiarch implementations.
21484         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21485         (__libc_ifunc_impl_list): Likewise.
21486         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21487         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21488         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21489         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21490         multiarch wcscpy for PPC64.
21492         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21493         multiarch implementations.
21494         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21495         (__libc_ifunc_impl_list): Likewise.
21496         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21497         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21498         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21499         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21500         multiarch wcscpy for PPC64.
21502         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21503         multiarch implementations.
21504         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21505         (__libc_ifunc_impl_list): Likewise.
21506         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21507         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21508         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21509         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21510         multiarch wcsrchr for PPC64.
21512         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21513         multiarch implementations.
21514         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21515         (__libc_ifunc_impl_list): Likewise.
21516         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21517         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21518         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21519         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21520         multiarch wcschr for PPC64.
21522         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21523         multiarch implementations.
21524         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21525         (__libc_ifunc_impl_list): Likewise.
21526         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21527         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21528         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21529         multiarch strchrnul for PPC64.
21531         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21532         implementations.
21533         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21534         (__libc_ifunc_impl_list): Likewise.
21535         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21536         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21537         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21538         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21539         strchr for PPC64.
21541         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21542         implementations.
21543         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21544         (__libc_ifunc_impl_list): Likewise.
21545         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21546         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21547         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21548         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21549         strncmp for PPC64.
21551         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21552         multiarch implementations.
21553         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21554         (__libc_ifunc_impl_list): Likewise.
21555         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21556         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21557         strncasecmp for PPC64.
21558         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21559         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21560         multiarch strncasecmp_l for PPC64.
21562         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21563         multiarch implementations.
21564         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21565         (__libc_ifunc_impl_list): Likewise.
21566         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21567         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21568         multiarch strcasecmp for PPC64.
21569         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21570         file.
21571         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21572         multiarch strcasecmp_l for PPC64.
21574         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21575         implementations.
21576         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21577         (__libc_ifunc_impl_list): Likewise.
21578         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21579         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21580         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21581         strnlen for PPC64.
21583         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21584         implementations.
21585         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21586         (__libc_ifunc_impl_list): Likewise.
21587         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21588         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21589         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21590         strlen for PPC64.
21592         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21593         implementations.
21594         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21595         (__libc_ifunc_impl_list): Likewise.
21596         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21597         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21598         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21599         rawmemrchr for PPC64.
21601         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21602         implementation.
21603         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21604         (__libc_ifunc_impl_list): Likewise.
21605         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21606         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21607         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21608         memrchr for PPC64.
21610         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21611         implementation.
21612         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21613         (__libc_ifunc_impl_list): Likewise.
21614         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21615         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21616         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21617         memchr for PPC64.
21619         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21620         implementation.
21621         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21622         (__libc_ifunc_impl_list): Likewise.
21623         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21624         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21625         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21626         mempcpy for PPC64.
21628         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21629         avoid cretion of __bzero symbol.
21630         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21631         Likewise.
21632         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21633         Likewise.
21634         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21635         Likewise.
21636         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21637         multiarch implementations.
21638         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21639         (__libc_ifunc_impl_list): Likewise.
21640         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21641         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21642         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21643         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21644         bzero for PPC32.
21645         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21646         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21647         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21648         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21649         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21650         memset for PPC64.
21651         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21653         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21654         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21655         implementations.
21656         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21657         (__libc_ifunc_impl_list): Likewise.
21658         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21659         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21660         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21661         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21662         memcmp for PPC64.
21664         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21665         multiarch for POWER/PPC64.
21666         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21667         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21668         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21669         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21670         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21671         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21672         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21673         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21674         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21675         memcpy for PPC64.
21677         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21678         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21679         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21680         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21681         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21682         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21683         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21684         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21685         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21686         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21687         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21688         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21689         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21690         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21691         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21700 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
21702         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21704 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21706         * benchtests/Makefile (bench): Add exp2 and log2.
21707         (LDLIBS-bench-exp2): Add -lm.
21708         (LDLIBS-bench-log2): Likewise.
21709         * benchtests/exp2-inputs: New inputs file.
21710         * benchtests/log2-inputs: New inputs file.
21711         * benchtests/log-inputs: Add new inputs.
21712         * benchtests/tan-inputs: Likewise.
21714 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21716         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21717         definition...
21718         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21719         (csloww2): ... from here.
21721         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21722         instead of structures.
21723         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21724         (POLYNOMIAL): Likewise.
21725         (TAYLOR_SLOW): Likewise.
21726         (__sin): Likewise.
21727         (__cos): Likewise.
21728         (slow1): Likewise.
21729         (slow2): Likewise.
21730         (sloww): Likewise.
21731         (sloww1); Likewise.
21732         (sloww2): Likewise.
21733         (bsloww1): Likewise.
21734         (bsloww2): Likewise.
21735         (cslow2): Likewise.
21736         (csloww): Likewise.
21737         (csloww1): Likewise.
21738         (csloww2): Likewise.
21740 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
21742         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
21743         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21744         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
21745         * malloc/hooks.c (realloc_check): Likewise.
21747         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21748         * malloc/arena.c: Remove PER_THREAD conditional.
21749         [!PER_THREAD]: Remove code.
21750         (ptmalloc_unlock_all2): Likewise.
21751         (ptmalloc_init): Likewise.
21752         (_int_new_arena): Likewise.
21753         (arena_get2): Likewise.
21754         * malloc/hooks.c (__malloc_get_state): Likewise.
21755         (__malloc_set_state): Likewise.
21756         * malloc/malloc.c: Likewise.
21757         (struct malloc_state): Likewise.
21758         (struct malloc_par): Likewise.
21759         (__libc_realloc): Likewise.
21760         (__libc_mallopt): Likewise.
21762 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21764         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21766 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
21768         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21769         macro to a function.  Check for zero perturb_byte.
21770         (_int_malloc, _int_free): Remove zero perturb_byte checks.
21772         * malloc/malloc.c: (force_reg): Remove.
21773         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21774         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
21775         force_reg by atomic_forced_read.
21776         * malloc/arena.c (ptmalloc_init): Likewise.
21777         * malloc/hooks.c (top_check): Likewise.
21779 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21781         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21783 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
21785         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21787 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
21789         * math/auto-libm-test-in: Add tests of lgamma.
21790         * math/auto-libm-test-out: Regenerated.
21791         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21792         (M_LOG_2_SQRT_PIl): Likewise.
21793         (lgamma_test_data): Use AUTO_TESTS_f_f1.
21794         * math/gen-auto-libm-tests.c (func_calc_method): Add value
21795         mpfr_f_f1.
21796         (func_calc_desc): Add mpfr_f_f1 union field.
21797         (ARGS1): New macro.
21798         (ARGS2): Likewise.
21799         (ARGS3): Likewise.
21800         (ARGS4): Likewise.
21801         (RET1): Likewise.
21802         (RET2): Likewise.
21803         (CALC): Likewise.
21804         (FUNC): Likewise.
21805         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21806         (test_functions): Add lgamma.
21807         (calc_generic_results): Handle mpfr_f_f1.
21808         * sysdeps/i386/fpu/libm-test-ulps: Update.
21809         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21811 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21813         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21814         __mpn_add_n for PowerPC64/POWER7.
21815         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21816         __mpn_sub_n for PowerPC64/POWER7.
21818         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21819         __mpn_addmul_1 for PowerPC64.
21820         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21821         __mpn_submul_1 for PowerPC64.
21822         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21823         for PowerPC64.
21824         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21825         for PowerPC64.
21827 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
21829         [BZ #15089]
21830         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21832 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21834         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21836         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21837         add multiarch folders.
21838         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21839         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21840         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21841         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21842         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21843         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21844         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21845         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21846         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21847         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21848         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21854         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21856         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21857         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21858         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21859         New file.
21860         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21861         New file.
21862         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21863         multiarch __ieee754_hypot for PowerPC32.
21864         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21865         New file.
21866         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21867         New file.
21868         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21869         multiarch __ieee754_hypotf for PowerPC32.
21871         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21872         long_double_symbol only if __logbl is defined.
21873         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21874         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21875         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21876         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21877         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21878         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21879         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21880         path for implementation.
21881         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21882         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21883         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21884         logb, and logbl multiarch implementations for PowerPC32.
21885         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21886         file.
21887         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21888         file.
21889         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21890         multiarch logb for PowerPC32.
21891         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21892         file.
21893         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21894         file.
21895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21896         multiarch logbf for PowerPC32.
21897         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21898         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21899         file.
21900         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21901         multiarch logbl implementation for PowerPC32.
21903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21904         and modff multiarch implementations.
21905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21906         New file.
21907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21908         New file.
21909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21910         multiarch modf for PowerPC32.
21911         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21912         New file.
21913         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21914         New file.
21915         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21916         multiarch modff for PowerPC32.
21918         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21919         and lrintf multiarch implementations.
21920         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21921         New file.
21922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21923         New file.
21924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21925         multiarch lrint for PowerPC32.
21926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21927         file: multiarch lrintf for PowerPC32.
21929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21930         and lroundf multiarch implementations.
21931         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21932         New file.
21933         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21934         New file.
21935         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21936         New file.
21937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21938         multiarch lround for PowerPC32.
21939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21940         file: multiarch lroundf for PowerPC32.
21942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21943         copysign and copysignf multiarch implementations.
21944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21945         New file.
21946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21947         New file.
21948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21949         file: multiarch copysign for PowerPC32.
21950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21951         file: multiarch copysignf for PowerPC32.
21953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21954         and truncf multiarch implementations.
21955         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21956         New file.
21957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21958         file.
21959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21960         multiarch trunc for PowerPC32.
21961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21962         New file.
21963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21964         New file.
21965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21966         multiarch truncf for PowerPC32.
21968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21969         and roundf multiarch implementations.
21970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21971         New file.
21972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21973         file.
21974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21975         multiarch round for PowerPC32.
21976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21977         New file.
21978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21979         New file.
21980         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21981         multiarch roundf for PowerPC32.
21983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21984         and floorf multiarch implementations.
21985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21986         New file.
21987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21988         file.
21989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21990         multiarch floor for PowerPC32.
21991         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21992         New file.
21993         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21994         New file.
21995         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21996         multiarch floorf for PowerPC32.
21998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21999         and ceilf multiarch implementations.
22000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
22001         New file.
22002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
22003         file.
22004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
22005         multiarch ceil for PowerPC32.
22006         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
22007         New file.
22008         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
22009         file.
22010         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
22011         multiarch ceilf for PowerPC32.
22013         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
22014         is defined.
22015         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
22016         FINITEF is defined.
22017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
22018         and finitef multiarch implementations.
22019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
22020         New file.
22021         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
22022         file.
22023         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
22024         multiarch finite for PowerPC32.
22025         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
22026         New file.
22027         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
22028         file: multiarch finitef for PowerPC32.
22030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
22031         and isinff multiarch implementations.
22032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
22033         file.
22034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
22035         file.
22036         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
22037         multiarch isinf for PowerPC32.
22038         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
22039         New file.
22040         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
22041         multiarch isinff for PowerPC32.
22043         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
22044         alias when __isnan is defined.
22045         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
22046         and isnanf multiarch implementations.
22047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
22048         file.
22049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
22050         file.
22051         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
22052         file.
22053         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
22054         file.
22055         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
22056         multiarch isnan for PowerPC32.
22057         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
22058         New file.
22059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
22060         New file.
22061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
22062         multiarch isnanf for PowerPC32.
22064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
22065         and sqrtf multiarch implementations.
22066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
22067         file.
22068         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
22069         file.
22070         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
22071         multiarch sqrt for PowerPC32.
22072         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
22073         file.
22074         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
22075         file.
22076         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
22077         multiarch sqrtf for PowerPC32.
22079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
22080         and llroundf multiarch implementations.
22081         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
22082         New file.
22083         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
22084         New file.
22085         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
22086         New file.
22087         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
22088         file: multiarch llround for PowerPC32.
22089         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
22090         file: multiarch llroundf for PowerPC32.
22092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
22093         multiarch PowerPC32 fpu implementations.
22094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
22095         New file.
22096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
22097         New file.
22098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
22099         multiarch llrint for PowerPC32.
22100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
22101         New file.
22102         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
22103         New file.
22104         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
22105         file.
22107         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
22109         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
22110         file.
22111         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
22112         file.
22113         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
22114         file.
22115         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
22116         multiarch wordcopy for PPC32.
22117         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22118         wordcopy objects.
22119         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22120         (__libc_ifunc_impl_list): Likewise.
22121         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
22122         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
22123         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
22124         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
22125         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
22126         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
22128         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
22129         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
22130         file.
22131         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
22132         file.
22133         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
22134         file.
22135         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
22136         multiarch wcscpy for PPC32.
22137         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
22138         multiarch objects.
22139         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22140         (__libc_ifunc_impl_list): Likewise.
22141         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22142         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22143         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
22144         sysdeps/powerpc/power6/wcscpy.c.
22146         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
22147         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
22148         file.
22149         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
22150         file.
22151         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
22152         file.
22153         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
22154         multiarch wcsrchr for PPC32.
22155         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22156         multiarch objects.
22157         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22158         (__libc_ifunc_impl_list): Likewise.
22159         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
22160         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
22161         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
22162         sysdeps/powerpc/power6/wcsrchr.c.
22164         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
22165         file.
22166         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
22167         file.
22168         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
22169         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
22170         multiarch wcschr for PPc32.
22171         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
22172         multiarch objects.
22173         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22174         (__libc_ifunc_impl_list): Likewise.
22175         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
22176         * sysdeps/powerpc/power6/wcschr.c: ... to here.
22177         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
22178         sysdeps/powerpc/power6/wcschr.c.
22180         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
22181         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
22182         file.
22183         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
22184         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
22185         file: multiarch strchr for PPC32.
22186         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
22187         multiarch objects.
22188         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22189         (__libc_ifunc_impl_list): Likewise.
22191         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
22192         name.
22193         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
22194         file.
22195         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
22196         file.
22197         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
22198         multiarch strchrnul for PPC32.
22199         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
22200         multiarch objects.
22201         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22202         (__libc_ifunc_impl_list): Likewise.
22204         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
22205         file.
22206         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
22207         multiarch strncasecmp for PPC32.
22208         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
22209         file.
22210         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
22211         multiarch strncasecmp_l for PPC32.
22212         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
22213         strncasecmp multiarch objects.
22214         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22215         (__libc_ifunc_impl_list): Likewise.
22217         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
22218         file.
22219         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
22220         multiarch strncasecmp for PPC32.
22221         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
22222         New file.
22223         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
22224         multiarch strcasecmp_l for PPC32.
22225         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
22226         multiarch objects.
22227         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22228         (__libc_ifunc_impl_list): Likewise.
22230         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
22231         file.
22232         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
22233         file.
22234         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
22235         multiarch strncmp for PPC32.
22236         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
22237         multiarch objects.
22238         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22239         (__libc_ifunc_impl_list): Likewise.
22241         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
22242         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
22243         file.
22244         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
22245         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
22246         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
22247         multiarch objects.
22248         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22249         (__libc_ifunc_impl_list): Likewise.
22251         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
22252         file.
22253         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
22254         file.
22255         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
22256         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
22257         multiarch objects.
22258         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22259         (__libc_ifunc_impl_list): Likewise.
22261         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
22262         file.
22263         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
22264         file.
22265         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
22266         multiarch rawmemchr for PPC32.
22267         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
22268         multiarch objects.
22269         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22270         (__libc_ifunc_impl_list): Likewise.
22272         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
22273         file.
22274         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
22275         file.
22276         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
22277         file: memrchr multiarch for PPC32.
22278         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
22279         multiarch objects.
22280         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
22281         (__libc_ifunc_impl_list): Likewise.
22283         * string/memchr.c (__memchr): Using macro to redefine symbol name.
22284         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
22285         file.
22286         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
22287         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
22288         multiarch memchr for PPC32.
22289         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
22290         multiarch objects.
22291         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22292         (__libc_ifunc_impl_list): Likewise.
22294         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
22295         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
22296         file.
22297         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
22298         file.
22299         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
22300         file: multiarch mempcpy for PPC32.
22301         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
22302         multiarch objects.
22303         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22304         (__libc_ifunc_impl_list): Likewise.
22306         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
22307         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
22308         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
22309         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
22310         multiarch bzero for PPC32.
22311         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
22312         file.
22313         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
22314         file.
22315         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
22316         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
22317         file: multiarch memset for PPC32.
22318         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
22319         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
22320         memset multiarch objects.
22321         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22322         (__libc_ifunc_impl_list): Likewise.
22324         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
22325         file.
22326         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
22327         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
22328         memcmp for PPC32.
22329         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
22330         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
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/memcpy-a2.S: New file.
22336         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
22337         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
22338         file.
22339         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
22340         file.
22341         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
22342         file.
22343         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
22344         multiarch memcpy for PPC32.
22345         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
22346         multiarch objects.
22347         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
22348         (__libc_ifunc_impl_list): Likewise.
22350         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
22351         support multiarch for POWER/PPC32.
22352         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
22353         Likewise.
22354         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
22355         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
22356         Implies file to make multiarch folder appers before the fpu and
22357         default folder for power4 configuration.
22359 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
22361         * scripts/bench.pl: Append volatile keyword to type.
22363 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
22365         * sysdeps/sh/sotruss-lib.c: New file.
22366         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22368 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22370         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22372 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
22374         [BZ #6810]
22375         * math/w_tgamma.c: Include <errno.h>.
22376         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
22377         * math/w_tgammaf.c: Include <errno.h>.
22378         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
22379         * math/w_tgammal.c: Include <errno.h>.
22380         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
22381         * math/auto-libm-test-in: Do not allow missing errno on tgamma
22382         underflow.  Add more tgamma tests.
22383         * math/auto-libm-test-out: Regenerated.
22384         * sysdeps/i386/fpu/libm-test-ulps: Update.
22385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22387         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22388         sin, sinh, tan, tanh, tgamma, y0 and y1.
22389         * math/auto-libm-test-out: Regenerated.
22390         * math/libm-test.inc (TEST_COND_x86_64): New macro.
22391         (TEST_COND_x86): Likewise.
22392         (M_E2l): Remove macro.
22393         (M_E3l): Likewise.
22394         (M_2_SQRT_PIl): Likewise.
22395         (M_SQRT_PIl): Likewise.
22396         (M_1_DIV_El): Likewise.
22397         (log_test_data): Use AUTO_TESTS_f_f.
22398         (log10_test_data): Likewise.
22399         (log1p_test_data): Likewise.
22400         (log2_test_data): Likewise.
22401         (sin_test_data): Likewise.
22402         (sin_tonearest_test_data): Likewise.
22403         (sin_towardzero_test_data): Likewise.
22404         (sin_downward_test_data): Likewise.
22405         (sin_upward_test_data): Likewise.
22406         (sinh_test_data): Likewise.
22407         (sinh_tonearest_test_data): Likewise.
22408         (sinh_towardzero_test_data): Likewise.
22409         (sinh_downward_test_data): Likewise.
22410         (sinh_upward_test_data): Likewise.
22411         (tan_test_data): Likewise.
22412         (tan_tonearest_test_data): Likewise.
22413         (tan_towardzero_test_data): Likewise.
22414         (tan_downward_test_data): Likewise.
22415         (tan_upward_test_data): Likewise.
22416         (tanh_test_data): Likewise.
22417         (tgamma_test_data): Likewise.
22418         (y0_test_data): Likewise.
22419         (y1_test_data): Likewise.
22420         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22421         (special_real_inputs): Add pi/4.
22422         * sysdeps/i386/fpu/libm-test-ulps: Update.
22423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22425 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22427         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22428         "longjmp_target" static probes.
22429         (__longjmp): Rename to __longjmp_symbol.
22430         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22431         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22432         on which longjmp to generate.
22433         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22434         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22435         probe.
22436         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22437         (__sigjmp_save): Rename to __sigjmp_save_symbol.
22438         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22439         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22440         and __sigjmp_save_symbol based on which sigsetjmp to generated.
22441         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22443         __longjmp_symbol based on which __longjmp to generate.
22444         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22445         probe.
22446         (setjmp): Rename to setjmp_symbol.
22447         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22448         (_setjmp): Rename to _setjmp_symbol.
22449         (__sigsetjmp): Rename to __sigsetjmp_symbol.
22450         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22451         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22452         which setjmp to generate.
22453         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22454         "longjmp_target" static probes.
22456 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
22458         * benchtests/README: Add note about output arguments.
22459         * benchtests/bench-sincos.c: Remove file.
22460         * benchtests/sincos-inputs: New file.
22461         * scripts/bench.pl: Identify output arguments and define
22462         static variables for them.
22464         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22466         [BZ #15941]
22467         * Makefile (INSTALL): Add install-plain.texi as the primary
22468         dependency.
22469         * manual/install-plain.texi: New file.
22470         * manual/install.texi: Include node directive only for
22471         non-plaintext output.
22473 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
22475         * stdlib/longlong.h: Update from GCC.
22477         [BZ #6807]
22478         [BZ #15901]
22479         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22480         * math/w_j0f.c (y0f): Likewise.
22481         * math/w_j0l.c (__y0l): Likewise.
22482         * math/w_j1.c (y1): Likewise.
22483         * math/w_j1f.c (y1f): Likewise.
22484         * math/w_j1l.c (__y1l): Likewise
22485         * math/w_jn.c (yn): Likewise.
22486         * math/w_jnf.c (ynf): Likewise.
22487         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22488         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
22489         value for Bessel function domain errors outside _SVID_ mode.
22490         Adjust sign of return value for yn (negative integer, 0).
22491         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22492         by zero in return for negative x and set sign appropriately for
22493         negative n.
22494         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22495         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22496         * math/libm-test.inc (y0_test_data): Add more tests and adjust
22497         expectations in error cases.
22498         (y1_test_data): Likewise.
22499         (yn_test_data): Likewise.
22500         * sysdeps/i386/fpu/libm-test-ulps: Update.
22501         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22503 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22505         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22506         "64" to "64-v1".  Add "64-v2".
22507         (abi-64-options): Rename to ...
22508         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
22509         (abi-64-condition): Rename to ...
22510         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
22511         (abi-64-ld-soname): Rename to ...
22512         (abi-64-v1-ld-soname): ... this.
22513         (abi-64-v2-options): Define.
22514         (abi-64-v2-condition): Likewise.
22515         (abi-64-v2-ld-soname): Likewise.
22516         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22517         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22522 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22523             Alan Modra  <amodra@gmail.com>
22525         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22526         New versions for use with the ELFv2 ABI.
22527         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22528         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22529         declaration.
22530         (struct La_ppc64v2_retval): Likewise.
22531         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22532         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22533         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22534         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22535         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22536         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22537         Do not save or restore CR.
22538         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22539         (_dl_profile_resolve): Do no save or restore CR.  Support extended
22540         return values for ELFv2 ABI.  Fix location of FPR return registers.
22541         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22542         updated values for _CALL_ELF == 2.
22543         (La_regs, La_retval, int_retval): Likewise.
22545 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22547         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22548         (FRAME_MIN_SIZE_PARM): Likewise.
22549         (FRAME_BACKCHAIN): Likewise.
22550         (FRAME_CR_SAVE): Likewise.
22551         (FRAME_LR_SAVE): Likewise.
22552         (FRAME_TOC_SAVE): Likewise.
22553         (FRAME_PARM_SAVE): Likewise.
22554         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22555         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22556         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22557         (call_mcount_parm_offset): New macro.
22558         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22559         (PROF): Use symbolic stack frame offsets.
22560         (TAIL_CALL_SYSCALL_ERROR): Likewise.
22561         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22562         Redefine in terms of FRAME_MIN_SIZE.
22563         (_dl_runtime_resolve): Use symbolic stack frame offsets.
22564         (_dl_profile_resolve): Likewise.  Update comment.
22565         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22566         symbols stack frame offsets.
22567         (__sigsetjmp): Likewise.
22568         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22569         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22570         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22571         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22574         (FRAME_BACKCHAIN): Remove.
22575         (FRAME_CR_SAVE): Likewise.
22576         (FRAME_LR_SAVE): Likewise.
22577         (FRAME_COMPILER_DW): Likewise.
22578         (FRAME_LINKER_DW): Likewise.
22579         (FRAME_TOC_SAVE): Likewise.
22580         (FRAME_PARM_SAVE): Likewise.
22581         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22582         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22583         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22585         (CHECK_SP): Use symbolic stack frame offsets.
22586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22587         zone" instead of caller's parameter save area for temp storage.
22588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22589         Likewise.  Also, use symbolic stack frame offsets.
22590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22591         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22592         our own stack frame instead of the caller's.
22593         (__socket): Use symbolic stack frame offsets.
22595 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22596             Alan Modra  <amodra@gmail.com>
22598         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22599         Define.
22600         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22601         (PPC64_LOCAL_ENTRY_OFFSET): Define.
22602         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22603         New function.
22604         (elf_machine_fixup_plt): Call it.
22605         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
22606         reloc arguments.
22607         (elf_machine_rela): Update call to elf_machine_plt_conflict.
22608         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22609         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
22610         r2 before calling target.
22612 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22613             Alan Modra  <amodra@gmail.com>
22615         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22616         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22617         versions of macros to support ELFv2 ABI.
22618         (LOCALENTRY): New macro.
22619         (ENTRY, EALIGN): Use it.
22620         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22621         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22622         fall through into ENTRY entry point.
22623         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22624         Only define if _CALL_ELF != 2.
22626         (elf_machine_matches_host): Verify ABI version matches.
22627         (RTLD_START): Use LOCALENTRY.
22628         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22629         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22630         (PLT_ENTRY_WORDS): New macro.
22631         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22632         (elf_machine_runtime_setup): Support ELFv2 ABI.
22633         (elf_machine_fixup_plt): Likewise.
22634         (elf_machine_plt_conflict): Likewise.
22635         (resolve_ifunc): Likewise.
22636         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22637         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22638         Likewise.
22639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22640         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22642         (makecontext): Support ELFv2 ABI.
22643         * elf/elf.h (EF_PPC64_ABI): Define.
22645 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22647         * sysdeps/powerpc/powerpc64/sysdep.h
22648         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22649         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22650         (ENTRY) [ASSEMBLER]: ... but instead here ...
22651         (EALIGN) [ASSEMBLER]: ... and here.
22652         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22653         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22654         (ENTRY_2) [!ASSEMBLER]: Use it.
22655         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22656         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
22657         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22658         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
22659         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22660         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22661         Use PPC64_LOAD_FUNCPTR.
22663         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22665 2013-12-04  Alan Modra  <amodra@gmail.com>
22667         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22668         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22669         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22670         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22672         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22673         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22674         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22675         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22676         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22677         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22679 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22682         (__makecontext): Fix incorrect CFI when backtracing out of
22683         context created via makecontext.
22684         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22685         (__setcontext): Fix incorrect CFI during switch to new context.
22686         (__novec_setcontext): Likewise.
22688 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22690         [BZ #4772]
22691         * time/strptime_l.c (__strptime_internal): Allow modifiers
22692         in strptime.
22693         * time/tst-strptime.c (day_tests): Add testcase.
22695 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
22697         * scripts/bench.pl: Skip over blank lines.
22699 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
22701         [BZ #926]
22702         * manual/time.texi (Calendar Time): Clarify what timezone functions
22703         use.
22705 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22707         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22709 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
22711         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22712         implementation.
22713         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22714         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22715         * debug/memset_chk.c (__memset_chk): Likewise.
22716         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22717         * debug/strncpy_chk.c: Likewise.
22719 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22721         [BZ #15268]
22722         [BZ #15425]
22723         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22724         (__ieee754_exp): For possibly underflowing results, check size of
22725         result and force underflow exception if required.
22726         * math/auto-libm-test-in: Add more tests of exp.
22727         * math/auto-libm-test-out: Regenerated.
22728         * sysdeps/i386/fpu/libm-test-ulps: Update.
22729         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22731         [BZ #16283]
22732         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22733         * math/w_exp2f.c (__exp2f): Likewise.
22734         * math/w_exp2l.c (__exp2l): Likewise.
22735         * math/auto-libm-test-in: Do not allow missing errno on exp2
22736         underflow.
22737         * math/auto-libm-test-out: Regenerated.
22739 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
22741         [BZ #16274]
22742         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22743         handle filename validation.
22744         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22745         (do_open): Delete.
22747 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
22749         [BZ #6786]
22750         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22751         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22752         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22753         <float.h>.
22754         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22755         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22756         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22757         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22758         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22759         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22760         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22761         * math/auto-libm-test-in: Don't allow missing errno from erfc.
22762         Add more erfc tests.
22763         * math/auto-libm-test-out: Regenerated.
22764         * sysdeps/i386/fpu/libm-test-ulps: Update.
22765         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22767         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22768         exp2, expm1, j0 and j1.
22769         * math/auto-libm-test-out: Regenerated.
22770         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22771         (erfc_test_data): Likewise.
22772         (exp_test_data): Likewise.
22773         (exp_tonearest_test_data): Likewise.
22774         (exp_towardzero_test_data): Likewise.
22775         (exp_downward_test_data): Likewise.
22776         (exp_upward_test_data): Likewise.
22777         (exp10_test_data): Likewise.
22778         (exp2_test_data): Likewise.
22779         (expm1_test_data): Likewise.
22780         (j0_test_data): Likewise.
22781         (j1_test_data): Likewise.
22782         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22783         (input_flag_type): Add flag_xfail_rounding.
22784         (input_flags): Add xfail-rounding.
22785         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22786         (output_for_one_input_case): Handle flag_xfail_rounding.
22787         * sysdeps/i386/fpu/libm-test-ulps: Update.
22788         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22790 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
22792         [BZ #16289]
22793         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22794         division by 0.
22796 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
22798         [BZ #16195]
22799         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22800         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22801         (STAP_PROBE0): New macro.
22802         (STAP_PROBE1): Likewise.
22803         (STAP_PROBE2): Likewise.
22804         (STAP_PROBE3): Likewise.
22805         (STAP_PROBE4): Likewise.
22807 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
22809         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22811 2013-12-02  Steve Ellcey  <sellcey@mips.com>
22813         * benchtests/Makefile (bench): Add sqrt.
22814         (LDLIBS-bench-sqrt): New.
22815         * benchtests/sqrt-input: New.
22817 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
22819         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22820         (GAIH_EAI): Likewise.
22821         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22822         (gaih_inet): Likewise.
22823         (getaddrinfo): Don't use GAIH_EAI.
22825         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22826         (struct gaih): Remove definition.
22828 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
22830         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22831         Use HERRNOP directly.
22833 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22835         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22837 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
22839         * math/gen-auto-libm-tests.c (test_functions): Add more
22840         single-argument functions.
22841         (special_fill_pi_2): New function.
22842         (special_fill_minus_pi_2): Likewise.
22843         (special_fill_pi_6): Likewise.
22844         (special_fill_minus_pi_6): Likewise.
22845         (special_fill_pi_3): Likewise.
22846         (special_fill_2pi_3): Likewise.
22847         (special_fill_e): Likewise.
22848         (special_fill_1_e): Likewise.
22849         (special_fill_e_minus_1): Likewise.
22850         (special_real_inputs): Add more special inputs.
22851         (output_for_one_input_case): Do not require ERANGE on underflow to
22852         zero if round-to-nearest result does not underflow to zero, unless
22853         exact results required.
22854         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22855         atan, atanh, cbrt, cos and cosh.
22856         * math/auto-libm-test-out: Regenerated.
22857         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22858         (acos_tonearest_test_data): Likewise.
22859         (acos_towardzero_test_data): Likewise.
22860         (acos_downward_test_data): Likewise.
22861         (acos_upward_test_data): Likewise.
22862         (acosh_test_data): Likewise.
22863         (asin_test_data): Likewise.
22864         (asin_tonearest_test_data): Likewise.
22865         (asin_towardzero_test_data): Likewise.
22866         (asin_upward_test_data): Likewise.
22867         (asinh_test_data): Likewise.
22868         (atan_test_data): Likewise.
22869         (atanh_test_data): Likewise.
22870         (cbrt_test_data): Likewise.
22871         (cos_test_data): Likewise.
22872         (cos_tonearest_test_data): Likewise.
22873         (cos_towardzero_test_data): Likewise.
22874         (cos_downward_test_data): Likewise.
22875         (cos_upward_test_data): Likewise.
22876         (cosh_test_data): Likewise.
22877         (cosh_tonearest_test_data): Likewise.
22878         (cosh_towardzero_test_data): Likewise.
22879         (cosh_downward_test_data): Likewise.
22880         (cosh_upward_test_data): Likewise.
22881         * sysdeps/i386/fpu/libm-test-ulps: Update.
22882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22884 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
22886         [BZ #6787]
22887         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22888         * math/w_exp10f.c (__exp10f): Likewise.
22889         * math/w_exp10l.c (__exp10l): Likewise.
22890         * math/libm-test.inc (exp10_test_data): Add more tests and expect
22891         errno settings in existing tests.
22893         [BZ #14032]
22894         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22895         precision control set to double precision.
22896         * sysdeps/i386/fpu/w_sqrt.c: New file.
22897         * math/auto-libm-test-in: Add more tests.
22898         * math/auto-libm-test-out: Update.
22900         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22901         (sqrt_test_tonearest): New function.
22902         (sqrt_towardzero_test_data): New variable.
22903         (sqrt_test_towardzero): New function.
22904         (sqrt_downward_test_data): New variable.
22905         (sqrt_test_downward): New function.
22906         (sqrt_upward_test_data): New variable.
22907         (sqrt_test_upward): New function.
22908         (main): Call the new functions.
22910         * math/gen-auto-libm-tests.c: New file.
22911         * math/auto-libm-test-in: Likewise.
22912         * math/auto-libm-test-out: New generated file.
22913         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22914         variables.
22915         (%beautify): Add generated representations of zero.
22916         (top level): Set $auto_input and call parse_auto_input.
22917         (beautify): Remove trailing "f" from hex float constants.
22918         (parse_args): Handle XFAIL_TEST.
22919         (convert_condition): New function.
22920         (or_value): Likewise.
22921         (or_cond_value): Likewise.
22922         (generate_testfile): Handle AUTO_TESTS_* lines.
22923         (parse_auto_input): New function.
22924         * math/libm-test.inc (XFAIL_TEST): New macro.
22925         (ERRNO_UNCHANGED): Update value.
22926         (ERRNO_EDOM): Likewise.
22927         (ERRNO_ERANGE): Likewise.
22928         (IGNORE_RESULT): Likewise.
22929         (TEST_COND_flt_32): New macro.
22930         (TEST_COND_dbl_64): Likewise.
22931         (TEST_COND_ldbl_96_intel): Likewise.
22932         (TEST_COND_ldbl_96_m68k): Likewise.
22933         (TEST_COND_ldbl_128): Likewise.
22934         (TEST_COND_ldbl_128ibm): Likewise.
22935         (TEST_COND_long32): Likewise.
22936         (TEST_COND_long64): Likewise.
22937         (TEST_COND_before_rounding): Likewise.
22938         (TEST_COND_after_rounding): Likewise.
22939         (enable_test): Handle XFAIL_TEST flag.
22940         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22941         with finite results.
22942         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22943         auto-libm-test-out.
22945 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22946             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
22948         [BZ #16214]
22949         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22950         __tls_get_addr_internal instead of __tls_get_offset in order to
22951         avoid GOT pointer dependency.  Make rtld export
22952         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22953         __tls_get_addr since we are a __tls_get_offset platform.
22954         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22955         GOT pointer being set up before.
22956         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22958 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
22960         * manual/math.texi (Errors in Math Functions): Document accuracy
22961         goals.
22963         [BZ #15004]
22964         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22965         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22966         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22967         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22968         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22969         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22970         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22971         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22972         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22973         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22974         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22975         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22976         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22977         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22978         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22979         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22981         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22982         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22983         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22984         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22985         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22986         Likewise.
22987         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22988         Likewise.
22989         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22990         Likewise.
22991         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22992         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22993         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22994         atomic-feupdateenv and flt-rounds.
22995         * sysdeps/powerpc/nofpu/Versions (libc): Add
22996         __atomic_feholdexcept, __atomic_feclearexcept,
22997         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22998         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22999         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
23000         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
23001         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
23002         here.
23003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
23004         Update.
23006         * manual/arith.texi (FP Exceptions): Document that exceptions may
23007         not be raised when matherr is used.
23008         (Math Error Reporting): Document overflow in directed rounding
23009         modes.  Document that errno may not be set when finite values are
23010         returned on overflow.  Document intent to set errno on underflow
23011         only for underflow to zero.
23013         [BZ #16271]
23014         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
23015         round-to-nearest then adjust result for other rounding modes.
23016         * include/fenv.h (fegetround): Use libm_hidden_proto.
23017         * math/fegetround.c (fegetround): Use libm_hidden_def.
23018         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
23019         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
23020         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23021         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
23022         Likewise.
23023         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
23024         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
23025         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
23026         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
23028 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23030         [BZ #16077]
23031         * nss/Versions (libnss_files): Add
23032         _nss_files_gethostbyname3_r.
23033         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
23034         New function.
23035         (HOST_DB_LOOKUP): Remove macro.
23036         (_nss_files_gethostbyname_r): Implement function without the
23037         HOST_DB_LOOKUP macro.
23038         (_nss_files_gethostbyname2_r): Likewise.
23040 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
23042         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
23044 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
23046         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
23047         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
23048         warning.
23050 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23052         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
23053         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
23054         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
23055         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
23056         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
23057         __fe_nomask_env_priv and attribute_hidden.
23058         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
23059         (libc_feupdateenv_test_ppc): Likewise.
23060         (libc_feresetround_ppc): Likewise.
23061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23062         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
23063         compat_symbol macro.
23064         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23065         (__fe_nomask_env): Likewise.
23066         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
23068 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23070         * string/Makefile: Remove ifunc tests.
23071         * string/test-string.h: Define TEST_IFUNC.
23072         * string/test-bcopy-ifunc.c: Remove.
23073         * string/test-bzero-ifunc.c: Likewise.
23074         * string/test-memccpy-ifunc.c: Likewise.
23075         * string/test-memchr-ifunc.c: Likewise.
23076         * string/test-memcmp-ifunc.c: Likewise.
23077         * string/test-memcpy-ifunc.c: Likewise.
23078         * string/test-memmem-ifunc.c: Likewise.
23079         * string/test-memmove-ifunc.c: Likewise.
23080         * string/test-mempcpy-ifunc.c: Likewise.
23081         * string/test-memrchr-ifunc.c: Likewise.
23082         * string/test-memset-ifunc.c: Likewise.
23083         * string/test-rawmemchr-ifunc.c: Likewise.
23084         * string/test-stpcpy-ifunc.c: Likewise.
23085         * string/test-stpncpy-ifunc.c: Likewise.
23086         * string/test-strcasecmp-ifunc.c: Likewise.
23087         * string/test-strcasestr-ifunc.c: Likewise.
23088         * string/test-strcat-ifunc.c: Likewise.
23089         * string/test-strchr-ifunc.c: Likewise.
23090         * string/test-strchrnul-ifunc.c: Likewise.
23091         * string/test-strcmp-ifunc.c: Likewise.
23092         * string/test-strcpy-ifunc.c: Likewise.
23093         * string/test-strcspn-ifunc.c: Likewise.
23094         * string/test-strlen-ifunc.c: Likewise.
23095         * string/test-strncasecmp-ifunc.c: Likewise.
23096         * string/test-strncat-ifunc.c: Likewise.
23097         * string/test-strncmp-ifunc.c: Likewise.
23098         * string/test-strncpy-ifunc.c: Likewise.
23099         * string/test-strnlen-ifunc.c: Likewise.
23100         * string/test-strpbrk-ifunc.c: Likewise.
23101         * string/test-strrchr-ifunc.c: Likewise.
23102         * string/test-strspn-ifunc.c: Likewise.
23103         * string/test-strstr-ifunc.c: Likewise.
23105 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23107         * benchtests/Makefile: Remove ifunc tests.
23108         * benchtests/bench-string.h: Define TEST_IFUNC.
23109         * benchtests/bench-bcopy-ifunc.c: Remove.
23110         * benchtests/bench-bzero-ifunc.c: Likewise.
23111         * benchtests/bench-memccpy-ifunc.c: Likewise.
23112         * benchtests/bench-memchr-ifunc.c: Likewise.
23113         * benchtests/bench-memcmp-ifunc.c: Likewise.
23114         * benchtests/bench-memcpy-ifunc.c: Likewise.
23115         * benchtests/bench-memmem-ifunc.c: Likewise.
23116         * benchtests/bench-memmove-ifunc.c: Likewise.
23117         * benchtests/bench-mempcpy-ifunc.c: Likewise.
23118         * benchtests/bench-memrchr-ifunc.c: Likewise.
23119         * benchtests/bench-memset-ifunc.c: Likewise.
23120         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
23121         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
23122         * benchtests/bench-stpcpy-ifunc.c: Likewise.
23123         * benchtests/bench-stpncpy-ifunc.c: Likewise.
23124         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
23125         * benchtests/bench-strcasestr-ifunc.c: Likewise.
23126         * benchtests/bench-strcat-ifunc.c: Likewise.
23127         * benchtests/bench-strchr-ifunc.c: Likewise.
23128         * benchtests/bench-strchrnul-ifunc.c: Likewise.
23129         * benchtests/bench-strcmp-ifunc.c: Likewise.
23130         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
23131         * benchtests/bench-strcpy-ifunc.c: Likewise.
23132         * benchtests/bench-strcspn-ifunc.c: Likewise.
23133         * benchtests/bench-strlen-ifunc.c: Likewise.
23134         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
23135         * benchtests/bench-strncat-ifunc.c: Likewise.
23136         * benchtests/bench-strncmp-ifunc.c: Likewise.
23137         * benchtests/bench-strncpy-ifunc.c: Likewise.
23138         * benchtests/bench-strnlen-ifunc.c: Likewise.
23139         * benchtests/bench-strpbrk-ifunc.c: Likewise.
23140         * benchtests/bench-strrchr-ifunc.c: Likewise.
23141         * benchtests/bench-strsep-ifunc.c: Likewise.
23142         * benchtests/bench-strspn-ifunc.c: Likewise.
23143         * benchtests/bench-strstr-ifunc.c: Likewise.
23145 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23147         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
23149 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
23151         * resolv/netdb.h: Use __glibc_reserved instead __unused.
23152         * rt/aio.h: Likewise.
23153         * sysdeps/gnu/bits/utmp.h: Likewise.
23154         * sysdeps/gnu/bits/utmpx.h: Likewise.
23155         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
23156         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
23157         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
23158         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
23159         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
23160         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
23161         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
23162         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
23163         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
23164         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
23165         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
23166         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
23167         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
23168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
23169         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
23170         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
23171         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
23172         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
23173         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
23174         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
23175         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
23176         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
23177         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
23178         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
23179         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
23180         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
23181         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
23182         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
23183         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
23184         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
23185         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
23186         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
23187         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
23188         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
23189         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
23190         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
23191         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
23192         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
23193         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
23194         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
23195         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
23196         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
23198 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
23200         [BZ #16245]
23201         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
23202         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
23204 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
23206         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
23207         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
23208         Likewise.
23210 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23212         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
23213         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
23214         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
23215         (__fesetround): Remove define.
23216         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
23217         rounding and exceptions handling.
23218         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
23219         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
23220         (__fe_nomask_env): Likewise.
23221         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
23222         __fegetround instead of fegetround.
23223         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
23224         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
23226 2013-11-21  Roland McGrath  <roland@hack.frob.com>
23228         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
23229         it's there.
23231         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
23233 2013-11-21  Meador Inge  <meadori@codesourcery.com>
23235         [BZ #11157]
23236         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
23237         (encrypt_r): Likewise.
23238         * malloc/obstack.h (obstack_free): Likewise.
23239         * posix/unistd.h (encrypt): Likewise.
23241 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
23243         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
23244         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
23245         DL_CALL_DT_FINI() that call the functions directly.
23246         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
23247         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
23248         * elf/dl-fini.c: Likewise.
23250 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
23252         * malloc/hooks.c (memalign_check): Add alignment rounding.
23253         * malloc/malloc.c (_mid_memalign): New function.
23254         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
23255         Implement by calling _mid_memalign.
23256         * manual/probes.texi (Memory Allocation Probes): Remove
23257         memory_valloc_retry and memory_pvalloc_retry.
23259 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23261         * locale/programs/locarchive.c (open_archive): Add const
23262         qualifier to ARCHIVEFNAME and copy default fname to
23263         DEFAULT_FNAME.
23265         [BZ #15601]
23266         * libio/tst-widetext.input: Rename Oriya to Odia.
23267         * locale/iso-639.def: Likewise.
23269         * manual/probes.texi (Mathematical Function Probes): Add
23270         documentation for sin, cos, asin and acos probes.
23271         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
23272         (__sin32): Add slowasin probe.
23273         (__cos32): Add slowacos probe.
23274         (__mpsin): Add slowsin probe.
23275         (__mpcos): Add slowcos probe.
23277 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
23279         [BZ #15483]
23280         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
23281         thread-local __sim_exceptions_thread and global
23282         __sim_exceptions_global.
23283         (__sim_disabled_exceptions): Change to thread-local
23284         __sim_disabled_exceptions_thread and global
23285         __sim_disabled_exceptions_global.
23286         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23287         and global __sim_round_mode_global.
23288         (__simulate_exceptions): Use thread-local floating-point state and
23289         set global state from it as needed.
23290         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
23291         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
23292         __sim_round_mode_thread.
23293         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
23294         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
23295         and global __sim_exceptions_global.
23296         (__sim_disabled_exceptions): Change to thread-local
23297         __sim_disabled_exceptions_thread and global
23298         __sim_disabled_exceptions_global.
23299         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
23300         and global __sim_round_mode_global.
23301         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
23302         (SIM_SET_GLOBAL): Likewise.
23303         * sysdeps/powerpc/soft-fp/sfp-machine.h
23304         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
23305         __sim_round_mode_thread.
23306         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
23307         __sim_disabled_exceptions_thread.
23308         (__sim_exceptions): Change to __sim_exceptions_thread.
23309         (__sim_disabled_exceptions): Change to
23310         __sim_disabled_exceptions_thread.
23311         (__sim_round_mode): Change to __sim_round_mode_thread.
23312         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
23313         thread-local floating-point state and set global state from it as
23314         needed.
23315         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
23316         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
23317         (__sim_disabled_exceptions): Remove extern declaration.
23318         (feenableexcept): Use thread-local floating-point state and set
23319         global state from it as needed.
23320         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
23321         extern declaration.
23322         (__sim_disabled_exceptions): Likewise.
23323         (__sim_round_mode): Likewise.
23324         (__fegetenv): Use thread-local floating-point state.
23325         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
23326         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
23327         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
23328         floating-point state and set global state from it as needed.
23329         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
23330         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
23331         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
23332         Likewise.
23333         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
23334         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
23335         Likewise.
23336         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
23337         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
23338         Use __sim_round_mode_thread.
23339         * math/test-fenv-tls.c: New file.
23340         * math/Makefile (tests): Add test-fenv-tls.
23341         ($(objpfx)test-fenv-tls): Depend on
23342         $(common-objpfx)nptl/libpthread.so.
23344 2013-11-19  Andreas Schwab  <schwab@suse.de>
23346         * locale/programs/locale.c (show_info): Decode wordarray elements.
23347         * locale/categories.def (LC_MONETARY): Add element for
23348         _NL_MONETARY_CRNCYSTR.
23349         * locale/C-monetary.c (conversion_rate): New variable.
23350         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
23351         element.
23353 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
23355         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
23356         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
23358 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
23360         * elf/Makefile (tst-auxv): New test.
23361         * elf/tst-auxv.c: New
23362         * elf/rtld.c (dl_main): Adjust AT_EXECFN
23364 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
23366         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23367         (hidden_proto): Caller changed.
23368         (hidden_tls_proto): New macro.
23369         (libc_hidden_tls_proto): Likewise.
23370         (rtld_hidden_tls_proto): Likewise.
23371         (libm_hidden_tls_proto): Likewise.
23372         (libresolv_hidden_tls_proto): Likewise.
23373         (librt_hidden_tls_proto): Likewise.
23374         (libdl_hidden_tls_proto): Likewise.
23375         (libnss_files_hidden_tls_proto): Likewise.
23376         (libnsl_hidden_tls_proto): Likewise.
23377         (libnss_nisplus_hidden_tls_proto): Likewise.
23378         (libutil_hidden_tls_proto): Likewise.
23380 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
23382         [BZ #10253]
23383         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23384         (decompose_rpath): Defer expansion to fillin_rpath.
23385         (_dl_init_paths): Pass linkmap to fillin_rpath.
23387 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
23389         * benchtests/Makefile: Add strsep.
23390         * benchtests/bench-strsep.c: New file: strsep benchtest.
23391         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23393 2013-11-18  Andreas Schwab  <schwab@suse.de>
23395         * locale/programs/locale.c (show_info) [case byte]: Check for
23396         '\377' instead of '\177'.
23397         * locale/C-monetary.c (not_available): Always use "\377".
23398         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23399         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
23400         detect unavailable sign_posn locale elements.
23401         * locale/localeconv.c (__localeconv): For grouping and
23402         mon_grouping handle "\177" and "\377" like no grouping.
23403         (INT_ELEM): New macro.  Use it to set all numeric members.
23404         * locale/programs/ld-monetary.c (monetary_read)
23405         <tok_mon_grouping>: Normalize single -1 to the empty string.
23406         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23407         Likewise.
23409 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23411         [BZ #16055]
23412         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23413         when we match (nil).
23414         * stdio-common/tst-sscanf.c (struct test): Add testcase.
23416 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
23418         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23419         (NO_TEST_INLINE): Update value.
23420         (ERRNO_UNCHANGED): Likewise.
23421         (ERRNO_EDOM): Likewise.
23422         (ERRNO_ERANGE): Likewise.
23423         (IGNORE_RESULT): Likewise.
23424         (check_float_internal): Check signs of NaN results if
23425         TEST_NAN_SIGN used.
23426         (check_complex): Pass TEST_NAN_SIGN flag through to second
23427         check_float_internal call.
23428         (copysign_test_data): Add tests with quiet NaNs as second
23429         argument.  Use TEST_NAN_SIGN.
23430         (fabs_test_data): Add test of negative quiet NaN argument.  Use
23431         TEST_NAN_SIGN.
23432         (signbit_test_data): Add tests of quiet NaN argument.
23433         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23435         * math/gen-libm-test.pl (show_exceptions): Take extra argument
23436         $ignore_result.
23437         (parse_args): Handle function results specified as IGNORE.
23438         * math/libm-test.inc (IGNORE_RESULT): New macro.
23439         (check_float_internal): Do not check numerical result if flag
23440         IGNORE_RESULT set.
23441         (check_complex): Pass through IGNORE_RESULT to second
23442         check_float_internal call.
23443         (check_int): Do not check numerical result if flag IGNORE_RESULT
23444         set.
23445         (check_long): Likewise.
23446         (check_bool): Likewise.
23447         (check_longlong): Likewise.
23448         (lrint_test_data): Add tests of infinite and NaN arguments.
23449         (lrint_tonearest_test_data): Likewise.
23450         (lrint_towardzero_test_data): Likewise.
23451         (lrint_downward_test_data): Likewise.
23452         (lrint_upward_test_data): Likewise.
23453         (llrint_test_data): Likewise.
23454         (llrint_tonearest_test_data): Likewise.
23455         (llrint_towardzero_test_data): Likewise.
23456         (llrint_downward_test_data): Likewise.
23457         (llrint_upward_test_data): Likewise.
23458         (lround_test_data): Likewise.
23459         (llround_test_data): Likewise.
23461         * math/libm-test.inc (NO_TEST_INLINE): New macro.
23462         (ERRNO_UNCHANGED): Update value.
23463         (ERRNO_EDOM): Likewise.
23464         (ERRNO_ERANGE): Likewise.
23465         (NO_TEST_INLINE_FLOAT): New macro.
23466         (NO_TEST_INLINE_DOUBLE): Likewise.
23467         (enable_test): New function.
23468         (RUN_TEST_f_f): Check enable_test before running test.
23469         (RUN_TEST_2_f): Likewise.
23470         (RUN_TEST_fff_f): Likewise.
23471         (RUN_TEST_c_f): Likewise.
23472         (RUN_TEST_f_f1): Likewise.
23473         (RUN_TEST_fF_f1): Likewise.
23474         (RUN_TEST_fI_f1): Likewise.
23475         (RUN_TEST_ffI_f1): Likewise.
23476         (RUN_TEST_c_c): Likewise.
23477         (RUN_TEST_cc_c): Likewise.
23478         (RUN_TEST_f_i): Likewise.
23479         (RUN_TEST_f_i_tg): Likewise.
23480         (RUN_TEST_ff_i_tg): Likewise.
23481         (RUN_TEST_f_b): Likewise.
23482         (RUN_TEST_f_b_tg): Likewise.
23483         (RUN_TEST_f_l): Likewise.
23484         (RUN_TEST_f_L): Likewise.
23485         (RUN_TEST_fFF_11): Likewise.
23486         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23487         conditionals.
23488         (cosh_test_data): Likewise.
23489         (exp_test_data): Likewise.
23490         (expm1_test_data): Likewise.
23491         (hypot_test_data): Likewise.
23492         (pow_test_data): Likewise.
23493         (sinh_test_data): Likewise.
23494         (tanh_test_data): Likewise.
23495         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23496         flags argument.
23498         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23499         tests with quiet NaN input and output.
23500         (acosh_test_data): Likewise.
23501         (asin_test_data): Likewise.
23502         (asinh_test_data): Likewise.
23503         (atan_test_data): Likewise.
23504         (atanh_test_data): Likewise.
23505         (atan2_test_data): Likewise.
23506         (cbrt_test_data): Likewise.
23507         (cos_test_data): Likewise.
23508         (cosh_test_data): Likewise.
23509         (erf_test_data): Likewise.
23510         (erfc_test_data): Likewise.
23511         (exp_test_data): Likewise.
23512         (exp10_test_data): Likewise.
23513         (exp2_test_data): Likewise.
23514         (expm1_test_data): Likewise.
23515         (hypot_test_data): Likewise.
23516         (j0_test_data): Likewise.
23517         (j1_test_data): Likewise.
23518         (jn_test_data): Likewise.
23519         (lgamma_test_data): Likewise.
23520         (log_test_data): Likewise.
23521         (log10_test_data): Likewise.
23522         (log1p_test_data): Likewise.
23523         (log2_test_data): Likewise.
23524         (pow_test_data): Likewise.
23525         (scalb_test_data): Likewise.
23526         (sin_test_data): Likewise.
23527         (sincos_test_data): Likewise.
23528         (sinh_test_data): Likewise.
23529         (tan_test_data): Likewise.
23530         (tanh_test_data): Likewise.
23531         (tgamma_test_data): Likewise.
23532         (y0_test_data): Likewise.
23533         (y1_test_data): Likewise.
23534         (yn_test_data): Likewise.
23536         [BZ #16167]
23537         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23538         argument being NaN and avoid computations with second argument in
23539         that case.
23540         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23541         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23542         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23544 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
23546         * locale/iso-639.def: Add Chitwani Tharu (the).
23548 2013-11-14  Andreas Schwab  <schwab@suse.de>
23550         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23551         word instead of empty string.
23553 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23556         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23558         (__fe_nomask_env): Likewise.
23560 2013-11-13  Steve Ellcey  <sellcey@mips.com>
23562         * benchtests/bench-timing.h: Include time.h.
23564 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
23566         [BZ #15997]
23567         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23568         to 3.4.0 for x32.
23569         * sysdeps/unix/sysv/linux/configure: Regenerated.
23571 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
23573         [BZ #16151]
23574         * stdlib/strtod_l.c (round_and_return): Do not consider
23575         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23576         exponent one less than half the least subnormal exponent.
23577         * stdlib/test-strtod-round-data: Add more tests.
23578         * stdlib/tst-strtod-round.c (tests): Regenerated.
23580 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23582         [BZ #14143]
23583         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23584         (__fe_mask_env): Likewise.
23585         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23586         libm_hidden_proto and add function prototype.
23587         (__fe_mask_env): Add function prototype.
23588         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23589         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23591         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23592         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23593         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23595 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23597         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
23598         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23600 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
23602         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23603         of htab_find_slot().
23605 2013-11-11  David S. Miller  <davem@davemloft.net>
23607         [BZ #16150]
23608         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23609         symbol in the non-vis3 case in static builds.
23610         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23611         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23612         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23613         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23615 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
23617         [BZ #387]
23618         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23619         it is empty.
23621 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23623         * benchtests/Makefile: Add bench-strtod.
23624         * benchtests/bench-strtod.c: New file: strtod benchtest
23626 2013-11-11  Andreas Schwab  <schwab@suse.de>
23628         [BZ #16153]
23629         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23630         terminating NUL in key length.
23632 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23634         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23635         Add artificial ODP entry for vDSO symbol for PPC64.
23636         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23637         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23639 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
23641         [BZ #15374]
23642         * nss/getent.c (services_keys): Recognize services starting with digit.
23644 2013-11-06  David S. Miller  <davem@davemloft.net>
23646         [BZ #15985]
23647         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23648         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23650 2013-11-06  Will Newton  <will.newton@linaro.org>
23652         * manual/memory.texi (Malloc Examples): Remove register
23653         keyword from examples.
23655 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
23657         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
23659 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
23661         [BZ #6981]
23662         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23663         depending on [__GCC_IEC_559 > 0].
23664         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23665         depending on [__GCC_IEC_559_COMPLEX > 0].
23667 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
23669         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23670         to iso-639.def.
23672 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
23674         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23676 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
23678         [BZ #16112]
23679         * malloc/malloc (malloc_info): Do not handle first bin as
23680         special case.
23682 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
23684         * locale/iso-639.def: Add Central Nahuatl (nhn).
23686 2013-11-01  Bruno Haible  <bruno@clisp.org>
23688         [BZ #7003]
23689         * manual/math.texi (BSD Random): Specify range upper bound as
23690         in POSIX.
23692 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
23694         * locale/iso-639.def: Add Meadow Mari (mhr).
23696 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
23698         [BZ #14752], [BZ #15763]
23699         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23700         Validate name.
23701         * rt/tst_shm.c: Add test for escaping directory.
23703 2013-10-31  Andreas Schwab  <schwab@suse.de>
23705         [BZ #15917]
23706         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23707         followed by 'x' as part of digit sequence.
23708         * stdio-common/tst-sscanf.c (double_tests2): New tests.
23710 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23712         [BZ #16037]
23713         * configure.ac: allow GNU Make 4.0 and greater.
23714         * configure: Regenerated.
23716 2013-10-30  Will Newton  <will.newton@linaro.org>
23718         [BZ #16038]
23719         * malloc/hooks.c (memalign_check): Limit alignment to the
23720         maximum representable power of two.
23721         * malloc/malloc.c (__libc_memalign): Likewise.
23722         * malloc/tst-memalign.c (do_test): Add test for very
23723         large alignment values.
23724         * malloc/tst-posix_memalign.c (do_test): Likewise.
23726 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23728         [BZ #11087]
23729         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23730         (munmap_chunk): Likewise.
23731         (mremap_chunk): Likewise.
23733 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
23735         [BZ #15799]
23736         * stdlib/div.c (div): Remove obsolete code.
23737         * stdlib/ldiv.c (ldiv): Likewise.
23738         * stdlib/lldiv.c (lldiv): Likewise.
23740 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
23742         [BZ #16071]
23743         * nss/nss_files/files-XXX.c (get_contents_ret): New
23744         enumerator.
23745         (get_contents): New function.
23746         (internal_getent): Use it.  Expand size of LINEBUFLEN.
23748 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
23750         * configure.in: Moved to ...
23751         * configure.ac: ... here. Change reference to configure.in
23752         to configure.ac.
23753         * sysdeps/arm/preconfigure.ac: ... here.
23754         configure.in to configure.ac.
23755         * sysdeps/gnu/configure.in: Moved to ...
23756         * sysdeps/gnu/configure.ac: ... here.
23757         * sysdeps/i386/configure.in: Moved to ...
23758         * sysdeps/i386/configure.ac: ... here.
23759         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23760         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23761         * sysdeps/mach/configure.in: Moved to ...
23762         * sysdeps/mach/configure.ac: ... here.
23763         * sysdeps/mach/hurd/configure.in: Moved to ...
23764         * sysdeps/mach/hurd/configure.ac: ... here.
23765         * sysdeps/powerpc/configure.in: Moved to ...
23766         * sysdeps/powerpc/configure.ac: ... here.
23767         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23768         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23769         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23770         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23771         * sysdeps/s390/s390-32/configure.in: Moved to ...
23772         * sysdeps/s390/s390-32/configure.ac: ... here.
23773         * sysdeps/s390/s390-64/configure.in: Moved to ...
23774         * sysdeps/s390/s390-64/configure.ac: ... here.
23775         * sysdeps/sh/configure.in: Moved to ...
23776         * sysdeps/sh/configure.ac: ... here.
23777         * sysdeps/sparc/configure.in: Moved to ...
23778         * sysdeps/sparc/configure.ac: ... here.
23779         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23780         * sysdeps/unix/sysv/linux/configure.ac: ... here.
23781         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23782         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23783         * sysdeps/x86_64/configure.in: Moved to ...
23784         * sysdeps/x86_64/configure.ac: ... here.
23785         * sysdeps/x86_64/preconfigure.in: Moved to ...
23786         * sysdeps/x86_64/preconfigure.ac: ... here.
23787         * aclocal.m4: Change reference to configure.in to configure.ac.
23788         * config.h.in: Likewise.
23789         * manual/install.texi: Likewise.
23790         * manual/maint.texi: Likewise.
23791         * Makefile: Likewise.
23792         * malloc/Makefile: Likewise.
23793         * nscd/Makefile: Likewise.
23794         * Makeconfig: Change reference to configure.in and
23795         preconfigure.in to configure.ac and preconfigure.ac
23796         respectively.
23797         * INSTALL: Regenerated.
23798         * configure: Likewise.
23799         * sysdeps/gnu/configure: Likewise.
23800         * sysdeps/i386/configure: Likewise.
23801         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23802         * sysdeps/mach/configure: Likewise.
23803         * sysdeps/mach/hurd/configure: Likewise.
23804         * sysdeps/powerpc/configure: Likewise.
23805         * sysdeps/powerpc/powerpc32/configure: Likewise.
23806         * sysdeps/powerpc/powerpc64/configure: Likewise.
23807         * sysdeps/s390/s390-32/configure: Likewise.
23808         * sysdeps/s390/s390-64/configure: Likewise.
23809         * sysdeps/sh/configure: Likewise.
23810         * sysdeps/sparc/configure: Likewise.
23811         * sysdeps/unix/sysv/linux/configure: Likewise.
23812         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23813         * sysdeps/x86_64/configure: Likewise.
23814         * sysdeps/x86_64/preconfigure: Likewise.
23816 2013-10-29  Andreas Schwab  <schwab@suse.de>
23818         * stdio-common/Makefile (tst-swscanf-ENV): Define.
23820 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23822         * benchtests/pow-inputs: Add new inputs.
23824         * benchtests/exp-inputs: Add new inputs.
23826         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23827         conditional check for return value.
23828         (__cos32): Likewise.
23830 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23832         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23833         to provide a boost for large inputs with word alignment.
23834         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23835         implementation based on optimized PPC64 strcpy.
23836         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23837         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23838         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23839         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23841 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23843         [BZ #2801]
23844         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23846 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23848         [BZ #14876]
23849         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23850         * time/tst-strptime.c (day_tests): Add testcase.
23852 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
23854         [BZ #14029]
23855         * manual/pattern.texi: Acknowledge that fnmatch can fail.
23857 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
23859         [BZ #16074]
23860         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23861         MAP_FAILED on error.
23863 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23865         [BZ #16072]
23866         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23867         heap for large requests.
23869 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
23871         [BZ #9954]
23872         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23873         result if the result has no associated interface.
23874         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23875         interface for all 127.X.Y.Z addresses.
23877 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
23879         * locale/iso-639.def: Add Ligurian (lij)
23881 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
23883         [BZ #15825]
23884         * sunrpc/rpc_main.c: Document rpcgen -5.
23886 2013-10-19  Michael Stahl  <mstahl@redhat.com>
23888         * elf/rtld.c (do_preload): Print the reason why preloading failed.
23890 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23892         [BZ #10278]
23893         * posix/glob.c: Match only directories when trailing slash is present.
23894         * posix/tst-gnuglob.c (my_opendir): Do not open files.
23895         (main): Add testcase.
23897 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
23899         [BZ #15670]
23900         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23902 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
23904         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23905         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23906         AUTH_DES and cindex for FIPS 140-2.
23907         (DES Encryption): Add cindex FIPS 46-3.
23909         * locale/locarchive.h (struct locarhandle): Add fname.
23910         * locale/programs/localedef.c (main): Pass ARGV[remaining]
23911         if an optional argument was specified to --list-archive,
23912         otherwise NULL.
23913         * locale/programs/locarchive.c (show_archive_content): Take new
23914         argument fname and pass it via ah.fname to open_archive.
23915         * locale/programs/localedef.h: Update decl.
23916         (open_archive): If AH->fname is non-null, open that file
23917         rather than the default file name, and don't ignore ENOENT.
23918         (create_archive): Set AH.fname to NULL.
23919         (delete_locales_from_archive): Likewise.
23920         (add_locales_to_archive): Likewise.
23921         * locale/programs/locfile.c (write_all_categories): Likewise.
23923 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
23924             Aldy Hernandez  <aldyh@redhat.com>
23926         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23927         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23928         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23929         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23930         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23931         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23932         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23933         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23934         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23935         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23936         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23937         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23938         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23939         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23940         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23941         Likewise.
23942         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23943         Likewise.
23944         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23945         Likewise.
23946         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23947         Likewise.
23948         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23949         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23950         Likewise.
23951         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23952         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23953         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23954         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23955         Likewise.
23956         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23957         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23958         * sysdeps/powerpc/preconfigure: Likewise.
23959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23960         Likewise.
23961         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23962         Replace contents of file by #include of <fenv_libc.h>.
23963         * sysdeps/powerpc/soft-fp/sfp-machine.h
23964         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23965         and <sys/prctl.h>.
23966         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23967         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23968         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23969         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23970         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23971         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23972         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23973         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23974         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23975         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23976         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23977         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23978         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23979         Allow copysignl PLT reference to be missing.
23981 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
23982             Joseph Myers  <joseph@codesourcery.com
23984         [BZ #15948]
23985         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23986         single character.
23987         (add_to_tablewc): Assert sequence of wide characters is nonempty.
23989 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23991         * elf/tst-tls-dlinfo.c: Don't include tls.h.
23992         * elf/tst-tls1.c: Likewise.
23993         * elf/tst-tls10.h: Likewise.
23994         * elf/tst-tls14.c: Likewise.
23995         * elf/tst-tls2.c: Likewise.
23996         * elf/tst-tls3.c: Likewise.
23997         * elf/tst-tls4.c: Likewise.
23998         * elf/tst-tls5.c: Likewise.
23999         * elf/tst-tls6.c: Likewise.
24000         * elf/tst-tls7.c: Likewise.
24001         * elf/tst-tls8.c: Likewise.
24002         * elf/tst-tls9.c: Likewise.
24003         * elf/tst-tlsmod1.c: Likewise.
24004         * elf/tst-tlsmod13.c: Likewise.
24005         * elf/tst-tlsmod13a.c: Likewise.
24006         * elf/tst-tlsmod14a.c: Likewise.
24007         * elf/tst-tlsmod16a.c: Likewise.
24008         * elf/tst-tlsmod16b.c: Likewise.
24009         * elf/tst-tlsmod2.c: Likewise.
24010         * elf/tst-tlsmod3.c: Likewise.
24011         * elf/tst-tlsmod4.c: Likewise.
24012         * elf/tst-tlsmod5.c: Likewise.
24013         * elf/tst-tlsmod6.c: Likewise.
24015 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
24017         [BZ #12486]
24018         * malloc/malloc.c: remove checks for statistics.
24020 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24022         [BZ #15277]
24023         * inet/inet_net.c (inet_network): Detect additional invalid strings.
24024         * inet/tst-network.c: Add testcase.
24026 2013-10-17  Andreas Schwab  <schwab@suse.de>
24028         [BZ #15218]
24029         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
24030         to determine canonical name.
24032 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
24034         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
24035         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
24036         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
24037         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
24038         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
24039         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
24040         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
24041         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
24042         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
24043         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
24044         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
24045         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
24046         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
24047         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
24048         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
24049         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
24050         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
24051         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
24052         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
24053         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
24054         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
24055         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
24056         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
24057         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
24058         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
24059         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
24060         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
24061         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
24062         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
24063         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
24064         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
24065         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
24066         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
24067         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
24068         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
24069         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
24070         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
24071         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
24072         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
24073         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
24074         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
24075         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
24076         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
24077         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
24078         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
24079         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
24080         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
24081         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
24082         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
24083         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
24084         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
24085         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
24086         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
24087         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
24088         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24089         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
24090         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
24091         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
24093 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
24095         [BZ #16041]
24096         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
24097         make result into a quiet NaN.
24099 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
24101         * soft-fp/adddf3.c: Fix horizontal whitespace.
24102         * soft-fp/addsf3.c: Likewise.
24103         * soft-fp/addtf3.c: Likewise.
24104         * soft-fp/divdf3.c: Likewise.
24105         * soft-fp/divsf3.c: Likewise.
24106         * soft-fp/divtf3.c: Likewise.
24107         * soft-fp/double.h: Likewise.
24108         * soft-fp/eqdf2.c: Likewise.
24109         * soft-fp/eqsf2.c: Likewise.
24110         * soft-fp/eqtf2.c: Likewise.
24111         * soft-fp/extenddftf2.c: Likewise.
24112         * soft-fp/extended.h: Likewise.
24113         * soft-fp/extendsfdf2.c: Likewise.
24114         * soft-fp/extendsftf2.c: Likewise.
24115         * soft-fp/extendxftf2.c: Likewise.
24116         * soft-fp/fixdfdi.c: Likewise.
24117         * soft-fp/fixdfsi.c: Likewise.
24118         * soft-fp/fixdfti.c: Likewise.
24119         * soft-fp/fixsfdi.c: Likewise.
24120         * soft-fp/fixsfsi.c: Likewise.
24121         * soft-fp/fixsfti.c: Likewise.
24122         * soft-fp/fixtfdi.c: Likewise.
24123         * soft-fp/fixtfsi.c: Likewise.
24124         * soft-fp/fixtfti.c: Likewise.
24125         * soft-fp/fixunsdfdi.c: Likewise.
24126         * soft-fp/fixunsdfsi.c: Likewise.
24127         * soft-fp/fixunsdfti.c: Likewise.
24128         * soft-fp/fixunssfdi.c: Likewise.
24129         * soft-fp/fixunssfsi.c: Likewise.
24130         * soft-fp/fixunssfti.c: Likewise.
24131         * soft-fp/fixunstfdi.c: Likewise.
24132         * soft-fp/fixunstfsi.c: Likewise.
24133         * soft-fp/fixunstfti.c: Likewise.
24134         * soft-fp/floatdidf.c: Likewise.
24135         * soft-fp/floatdisf.c: Likewise.
24136         * soft-fp/floatditf.c: Likewise.
24137         * soft-fp/floatsidf.c: Likewise.
24138         * soft-fp/floatsisf.c: Likewise.
24139         * soft-fp/floatsitf.c: Likewise.
24140         * soft-fp/floattidf.c: Likewise.
24141         * soft-fp/floattisf.c: Likewise.
24142         * soft-fp/floattitf.c: Likewise.
24143         * soft-fp/floatundidf.c: Likewise.
24144         * soft-fp/floatundisf.c: Likewise.
24145         * soft-fp/floatunditf.c: Likewise.
24146         * soft-fp/floatunsidf.c: Likewise.
24147         * soft-fp/floatunsisf.c: Likewise.
24148         * soft-fp/floatunsitf.c: Likewise.
24149         * soft-fp/floatuntidf.c: Likewise.
24150         * soft-fp/floatuntisf.c: Likewise.
24151         * soft-fp/floatuntitf.c: Likewise.
24152         * soft-fp/fmadf4.c: Likewise.
24153         * soft-fp/fmasf4.c: Likewise.
24154         * soft-fp/fmatf4.c: Likewise.
24155         * soft-fp/gedf2.c: Likewise.
24156         * soft-fp/gesf2.c: Likewise.
24157         * soft-fp/getf2.c: Likewise.
24158         * soft-fp/ledf2.c: Likewise.
24159         * soft-fp/lesf2.c: Likewise.
24160         * soft-fp/letf2.c: Likewise.
24161         * soft-fp/muldf3.c: Likewise.
24162         * soft-fp/mulsf3.c: Likewise.
24163         * soft-fp/multf3.c: Likewise.
24164         * soft-fp/negdf2.c: Likewise.
24165         * soft-fp/negsf2.c: Likewise.
24166         * soft-fp/negtf2.c: Likewise.
24167         * soft-fp/op-1.h: Likewise.
24168         * soft-fp/op-2.h: Likewise.
24169         * soft-fp/op-4.h: Likewise.
24170         * soft-fp/op-8.h: Likewise.
24171         * soft-fp/op-common.h: Likewise.
24172         * soft-fp/quad.h: Likewise.
24173         * soft-fp/single.h: Likewise.
24174         * soft-fp/soft-fp.h: Likewise.
24175         * soft-fp/sqrtdf2.c: Likewise.
24176         * soft-fp/sqrtsf2.c: Likewise.
24177         * soft-fp/sqrttf2.c: Likewise.
24178         * soft-fp/subdf3.c: Likewise.
24179         * soft-fp/subsf3.c: Likewise.
24180         * soft-fp/subtf3.c: Likewise.
24181         * soft-fp/truncdfsf2.c: Likewise.
24182         * soft-fp/trunctfdf2.c: Likewise.
24183         * soft-fp/trunctfsf2.c: Likewise.
24184         * soft-fp/trunctfxf2.c: Likewise.
24185         * soft-fp/unorddf2.c: Likewise.
24186         * soft-fp/unordsf2.c: Likewise.
24187         * soft-fp/unordtf2.c: Likewise.
24189 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
24191         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
24192         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
24194 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
24196         * elf/dl-libc.c: Clear initfini list after freeing.
24198 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
24200         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
24201         * soft-fp/addsf3.c: Likewise.
24202         * soft-fp/addtf3.c: Likewise.
24203         * soft-fp/divdf3.c: Likewise.
24204         * soft-fp/divsf3.c: Likewise.
24205         * soft-fp/divtf3.c: Likewise.
24206         * soft-fp/double.h: Likewise.
24207         * soft-fp/eqdf2.c: Likewise.
24208         * soft-fp/eqsf2.c: Likewise.
24209         * soft-fp/eqtf2.c: Likewise.
24210         * soft-fp/extenddftf2.c: Likewise.
24211         * soft-fp/extended.h: Likewise.
24212         * soft-fp/extendsfdf2.c: Likewise.
24213         * soft-fp/extendsftf2.c: Likewise.
24214         * soft-fp/extendxftf2.c: Likewise.
24215         * soft-fp/fixdfdi.c: Likewise.
24216         * soft-fp/fixdfsi.c: Likewise.
24217         * soft-fp/fixdfti.c: Likewise.
24218         * soft-fp/fixsfdi.c: Likewise.
24219         * soft-fp/fixsfsi.c: Likewise.
24220         * soft-fp/fixsfti.c: Likewise.
24221         * soft-fp/fixtfdi.c: Likewise.
24222         * soft-fp/fixtfsi.c: Likewise.
24223         * soft-fp/fixtfti.c: Likewise.
24224         * soft-fp/fixunsdfdi.c: Likewise.
24225         * soft-fp/fixunsdfsi.c: Likewise.
24226         * soft-fp/fixunsdfti.c: Likewise.
24227         * soft-fp/fixunssfdi.c: Likewise.
24228         * soft-fp/fixunssfsi.c: Likewise.
24229         * soft-fp/fixunssfti.c: Likewise.
24230         * soft-fp/fixunstfdi.c: Likewise.
24231         * soft-fp/fixunstfsi.c: Likewise.
24232         * soft-fp/fixunstfti.c: Likewise.
24233         * soft-fp/floatdidf.c: Likewise.
24234         * soft-fp/floatdisf.c: Likewise.
24235         * soft-fp/floatditf.c: Likewise.
24236         * soft-fp/floatsidf.c: Likewise.
24237         * soft-fp/floatsisf.c: Likewise.
24238         * soft-fp/floatsitf.c: Likewise.
24239         * soft-fp/floattidf.c: Likewise.
24240         * soft-fp/floattisf.c: Likewise.
24241         * soft-fp/floattitf.c: Likewise.
24242         * soft-fp/floatundidf.c: Likewise.
24243         * soft-fp/floatundisf.c: Likewise.
24244         * soft-fp/floatunsidf.c: Likewise.
24245         * soft-fp/floatunsisf.c: Likewise.
24246         * soft-fp/floatuntidf.c: Likewise.
24247         * soft-fp/floatuntisf.c: Likewise.
24248         * soft-fp/floatuntitf.c: Likewise.
24249         * soft-fp/fmadf4.c: Likewise.
24250         * soft-fp/fmasf4.c: Likewise.
24251         * soft-fp/fmatf4.c: Likewise.
24252         * soft-fp/gedf2.c: Likewise.
24253         * soft-fp/gesf2.c: Likewise.
24254         * soft-fp/getf2.c: Likewise.
24255         * soft-fp/ledf2.c: Likewise.
24256         * soft-fp/lesf2.c: Likewise.
24257         * soft-fp/letf2.c: Likewise.
24258         * soft-fp/muldf3.c: Likewise.
24259         * soft-fp/mulsf3.c: Likewise.
24260         * soft-fp/multf3.c: Likewise.
24261         * soft-fp/negdf2.c: Likewise.
24262         * soft-fp/negsf2.c: Likewise.
24263         * soft-fp/negtf2.c: Likewise.
24264         * soft-fp/op-1.h: Likewise.
24265         * soft-fp/op-2.h: Likewise.
24266         * soft-fp/op-4.h: Likewise.
24267         * soft-fp/op-8.h: Likewise.
24268         * soft-fp/op-common.h: Likewise.
24269         * soft-fp/quad.h: Likewise.
24270         * soft-fp/single.h: Likewise.
24271         * soft-fp/soft-fp.h: Likewise.
24272         * soft-fp/sqrtdf2.c: Likewise.
24273         * soft-fp/sqrtsf2.c: Likewise.
24274         * soft-fp/sqrttf2.c: Likewise.
24275         * soft-fp/subdf3.c: Likewise.
24276         * soft-fp/subsf3.c: Likewise.
24277         * soft-fp/subtf3.c: Likewise.
24278         * soft-fp/truncdfsf2.c: Likewise.
24279         * soft-fp/trunctfdf2.c: Likewise.
24280         * soft-fp/trunctfsf2.c: Likewise.
24281         * soft-fp/trunctfxf2.c: Likewise.
24282         * soft-fp/unorddf2.c: Likewise.
24283         * soft-fp/unordsf2.c: Likewise.
24284         * soft-fp/unordtf2.c: Likewise.
24286 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
24288         [BZ #15672]
24289         * misc/error.c (error_tail): Fix possible buffer overflow.
24291 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
24293         [BZ #13028]
24294         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
24295         address.
24297 2013-10-14  P. J. McDermott  <pj@pehjota.net>
24299         [BZ #832]
24300         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
24301         testing pipefail option.
24303 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24305         * soft-fp/double.h: Indent preprocessor directives inside #if.
24306         * soft-fp/extended.h: Likewise.
24307         * soft-fp/op-2.h: Likewise.
24308         * soft-fp/op-4.h: Likewise.
24309         * soft-fp/op-common.h: Likewise.
24310         * soft-fp/quad.h: Likewise.
24311         * soft-fp/single.h: Likewise.
24312         * soft-fp/soft-fp.h: Likewise.
24314 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
24316         * iconv/iconv_prog.c: Fix typos.
24317         * stdio-common/psiginfo-data.h: Likewise.
24319 2013-10-12   Reuben Thomas <rrt@sc3d.org>
24321         [BZ #15764]
24322         * locale/setlocale.c: Fix typo.
24324 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
24326         [BZ #16036]
24327         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
24328         signaling NaN arguments.
24329         * soft-fp/unordsf2.c (__unordsf2): Likewise.
24330         * soft-fp/unordtf2.c (__unordtf2): Likewise.
24332         [BZ #14910]
24333         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
24334         unordered operands.
24335         * soft-fp/gesf2.c (__gesf2): Likewise.
24336         * soft-fp/getf2.c (__getf2): Likewise.
24337         * soft-fp/ledf2.c (__ledf2): Likewise.
24338         * soft-fp/lesf2.c (__lesf2): Likewise.
24339         * soft-fp/letf2.c (__letf2): Likewise.
24341         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
24342         * soft-fp/eqsf2.c (__eqsf2): Likewise.
24343         * soft-fp/eqtf2.c (__eqtf2): Likewise.
24344         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
24345         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
24346         * soft-fp/fixdfti.c (__fixdfti): Likewise.
24347         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
24348         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
24349         * soft-fp/fixsfti.c (__fixsfti): Likewise.
24350         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
24351         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
24352         * soft-fp/fixtfti.c (__fixtfti): Likewise.
24353         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
24354         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
24355         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
24356         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
24357         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
24358         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
24359         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
24360         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
24361         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
24362         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24363         * soft-fp/floatdisf.c (__floatdisf): Likewise.
24364         * soft-fp/floatsisf.c (__floatsisf): Likewise.
24365         * soft-fp/floattidf.c (__floattidf): Likewise.
24366         * soft-fp/floattisf.c (__floattisf): Likewise.
24367         * soft-fp/floattitf.c (__floattitf): Likewise.
24368         * soft-fp/floatundidf.c (__floatundidf): Likewise.
24369         * soft-fp/floatundisf.c (__floatundisf): Likewise.
24370         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24371         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24372         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24373         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24374         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24375         * soft-fp/gesf2.c (__gesf2): Likewise.
24376         * soft-fp/getf2.c (__getf2): Likewise.
24377         * soft-fp/ledf2.c (__ledf2): Likewise.
24378         * soft-fp/lesf2.c (__lesf2): Likewise.
24379         * soft-fp/letf2.c (__letf2): Likewise.
24381         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24382         Undefine and redefine.
24383         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24384         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24385         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24386         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24387         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24388         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24389         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24390         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24391         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24392         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24393         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24394         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24395         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24396         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24397         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24399         [BZ #16032]
24400         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24401         without decrementing exponent if mantissa >= that for the
24402         denominator, not >.
24403         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24404         denominator, not >.  Decrement exponent in < case instead of
24405         incrementing in >= case.
24406         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24407         without decrementing exponent if mantissa >= that for the
24408         denominator, not >.
24410         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24411         computing saturated result for unsigned overflow.
24413 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
24414             Jeff Law  <law@redhat.com>
24416         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24417         (atan2Mp): Add systemtap probe marker.
24418         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24419         (__ieee754_log): Add systemtap probe marker.
24420         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24421         (atanMp): Add systemtap probe marker.
24422         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24423         (tanMp): Add systemtap probe marker.
24424         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24425         (__slowexp): Add systemtap probe marker.
24426         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24427         (__slowpow): Add systemtap probe marker.
24428         * manual/probes.texi: Document probes.
24430 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
24432         [BZ #15362]
24433         * libio/fileops.c (_IO_new_file_write): Return count of bytes
24434         written.
24435         (_IO_new_file_xsputn): Don't return EOF if nothing has been
24436         written.
24437         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24438         written to buffer but not flushed.
24439         * libio/iofwrite_u.c:  Likewise.
24440         * libio/iopadn.c:  Return bytes returned even if EOF was
24441         encountered.
24442         * libio/iowpadn.c:  Likewise.
24443         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24444         if _IO_padn does not write the whole buffer.
24445         [!COMPILE_WPRINTF] (PAD): Likewise.
24447 2013-10-10  David S. Miller  <davem@davemloft.net>
24449         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24450         directory block.
24452 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24454         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
24455         instead of FSF address.
24456         * soft-fp/fixdfti.c: Likewise.
24457         * soft-fp/fixsfti.c: Likewise.
24458         * soft-fp/fixtfti.c: Likewise.
24459         * soft-fp/fixunsdfti.c: Likewise.
24460         * soft-fp/fixunssfti.c: Likewise.
24461         * soft-fp/fixunstfti.c: Likewise.
24462         * soft-fp/floattidf.c: Likewise.
24463         * soft-fp/floattisf.c: Likewise.
24464         * soft-fp/floattitf.c: Likewise.
24465         * soft-fp/floatuntidf.c: Likewise.
24466         * soft-fp/floatuntisf.c: Likewise.
24467         * soft-fp/floatuntitf.c: Likewise.
24468         * soft-fp/trunctfxf2.c: Likewise.
24470         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
24471         * soft-fp/fixdfti.c: Likewise.
24472         * soft-fp/fixsfti.c: Likewise.
24473         * soft-fp/fixtfti.c: Likewise.
24474         * soft-fp/fixunsdfti.c: Likewise.
24475         * soft-fp/fixunssfti.c: Likewise.
24476         * soft-fp/fixunstfti.c: Likewise.
24477         * soft-fp/floattidf.c: Likewise.
24478         * soft-fp/floattisf.c: Likewise.
24479         * soft-fp/floattitf.c: Likewise.
24480         * soft-fp/floatuntidf.c: Likewise.
24481         * soft-fp/floatuntisf.c: Likewise.
24482         * soft-fp/floatuntitf.c: Likewise.
24483         * soft-fp/trunctfxf2.c: Likewise.
24485 2013-10-10  David S. Miller  <davem@davemloft.net>
24487         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24489 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
24491         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24492         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24493         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24494         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24495         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24496         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24497         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24499         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24500         for NaNs before doing comparisons on argument.
24501         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24502         Likewise.
24504 2013-10-10  Will Newton  <will.newton@linaro.org>
24506         * malloc/hooks.c (memalign_check): Ensure the value of bytes
24507         passed to _int_memalign does not overflow.
24509 2013-10-10  Torvald Riegel  <triegel@redhat.com>
24511         * scripts/bench.pl: Add include-sources directive.
24512         * benchtests/README: Update documentation.
24514 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
24516         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24517         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24518         instead of FP_INIT_ROUNDMODE.
24519         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24520         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24522         [BZ #16034]
24523         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
24524         copy class of input value.
24525         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
24526         not handle exceptions.
24527         * soft-fp/negsf2.c (__negsf2): Likewise.
24528         * soft-fp/negtf2.c (__negtf2): Likewise.
24529         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24531 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
24533         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24534         semicolon.  From Linux kernel.
24536 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
24538         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24540 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
24542         [BZ #156]
24543         * manual/socket.texi: Added statement about buffer
24544         for gethostbyname2_r.
24546 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
24548         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24549         Use .p2align directive instead, throughout.
24550         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24551         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24552         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24553         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24554         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24555         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24556         * sysdeps/x86_64/strchr.S: Likewise.
24557         * sysdeps/x86_64/strrchr.S: Likewise.
24559 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
24561         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24563         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24565         * sysdeps/generic/math_private.h (__mpsin1): Remove
24566         declaration.
24567         (__mpcos1): Likewise.
24568         (__mpsin): New argument __range_reduce.
24569         (__mpcos): Likewise.
24570         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24571         (slow): Use __mpsin and __mpcos.
24572         (slow1): Likewise.
24573         (slow2): Likewise.
24574         (sloww): Likewise.
24575         (sloww1): Likewise.
24576         (sloww2): Likewise.
24577         (bsloww): Likewise.
24578         (bsloww1): Likewise.
24579         (bsloww2): Likewise.
24580         (cslow2): Likewise.
24581         (csloww): Likewise.
24582         (csloww1): Likewise.
24583         (csloww2): Likewise.
24584         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24585         range_reduce.  Merge in __mpsin1.
24586         (__mpcos): Likewise.
24587         (__mpsin1): Remove.
24588         (__mpcos1): Likewise.
24590 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
24592         * locale/loadlocale.c (_nl_intern_locale_data): Use
24593         LOCFILE_ALIGNED_P.
24594         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24595         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24596         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24597         obstack data is appropriately aligned.
24598         (obstack_int32_grow_fast): Likewise.
24599         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24600         * locale/programs/locfile.c (add_locale_uint32): Likewise.
24601         (add_locale_uint32_array): Likewise.
24603 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
24605         * benchtests/Makefile: Remove ARGLIST and RET variables.
24606         ($(objpfx)bench-%.c): Pass only function name to the script.
24607         * benchtests/README: Update documentation.
24608         * benchtests/acos-inputs: Add new directives.
24609         * benchtests/acosh-inputs: Likewise.
24610         * benchtests/asin-inputs: Likewise.
24611         * benchtests/asinh-inputs: Likewise.
24612         * benchtests/atan-inputs: Likewise.
24613         * benchtests/atanh-inputs: Likewise.
24614         * benchtests/cos-inputs: Likewise.
24615         * benchtests/cosh-inputs: Likewise.
24616         * benchtests/exp-inputs: Likewise.
24617         * benchtests/log-inputs: Likewise.
24618         * benchtests/pow-inputs: Likewise.
24619         * benchtests/rint-inputs: Likewise.
24620         * benchtests/sin-inputs: Likewise.
24621         * benchtests/sinh-inputs: Likewise.
24622         * benchtests/tan-inputs: Likewise.
24623         * benchtests/tanh-inputs: Likewise.
24624         * scripts/bench.pl: Add support for new directives.
24626 2013-10-07  Alan Modra  <amodra@gmail.com>
24628         * README: Fix careless merge.
24630 2013-10-05  Alan Modra  <amodra@gmail.com>
24632         * NEWS: Mention powerpc64le support and bugs fixed.
24633         * README: Both big-endian and little-endian powerpc64 supported.
24635 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
24637         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24638         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
24639         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24640         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24642 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
24644         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24645         match prototype.
24647 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
24649         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24650         Move -mhard-float appending from
24651         ports/sysdeps/powerpc/powerpc32/Makefile.
24652         [$(with-fp) = yes] (ASFLAGS): Likewise.
24653         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24654         * sysdeps/powerpc/nofpu: Move directory from
24655         ports/sysdeps/powerpc/nofpu.
24656         * sysdeps/powerpc/soft-fp: Move directory from
24657         ports/sysdeps/powerpc/soft-fp.
24658         * sysdeps/powerpc/powerpc32/405: Move directory from
24659         ports/sysdeps/powerpc/powerpc32/405.
24660         * sysdeps/powerpc/powerpc32/440: Move directory from
24661         ports/sysdeps/powerpc/powerpc32/440.
24662         * sysdeps/powerpc/powerpc32/464: Move directory from
24663         ports/sysdeps/powerpc/powerpc32/464.
24664         * sysdeps/powerpc/powerpc32/476: Move directory from
24665         ports/sysdeps/powerpc/powerpc32/476.
24666         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24667         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24668         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24669         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24670         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24671         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24672         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24673         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24674         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24675         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24676         * README: Update for powerpc-*-linux-gnu software floating point
24677         support in libc.
24679         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24680         case to powerpc/powerpc32*.
24681         * sysdeps/unix/sysv/linux/configure: Regenerated.
24683         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24684         (_FPU_MASK_OM): Define as 0x04.
24685         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24686         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24687         0x00c10080.
24688         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24689         0x0000003c.
24690         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24692         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24693         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24694         getcontext_e500.
24695         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24696         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24697         setcontext_e500.
24698         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24699         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24700         and setcontext_e500.
24702 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
24704         * locale/iso-3166.def: Update iso-1366.def and related occurrences
24706 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
24708         * manual/threads.texi (Default Thread Attributes): Fix typo.
24710 2013-10-04  Will Newton  <will.newton@linaro.org>
24712         * malloc/Makefile: Add tst-memalign.
24713         * malloc/tst-memalign.c: New file.
24715         * malloc/tst-posix_memalign.c: Add comments.
24716         (do_test): Add comments and call free on all potentially
24717         allocated pointers. Add space after cast.
24719         * malloc/tst-pvalloc.c: Add comments.
24720         (do_test): Add comments and call free on all potentially
24721         allocated pointers. Remove duplicate check for NULL pointer.
24722         Add space after cast.
24724         * malloc/tst-valloc.c: Add comments.
24725         (do_test): Add comments and call free on all potentially
24726         allocated pointers. Remove duplicate check for NULL pointer.
24727         Add space after cast.
24729 2013-10-04  Alan Modra  <amodra@gmail.com>
24731         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24732         Use stdint types in rather than __attribute__((mode())).
24733         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24735 2013-10-04  Alan Modra  <amodra@gmail.com>
24737         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24738         Correct handling of unaligned relocs for little-endian.
24739         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24741 2013-10-04  Alan Modra  <amodra@gmail.com>
24743         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24744         * configure: Regenerate.
24745         * nptl/shlib-versions: Powerpc*le starts at 2.18.
24746         * shlib-versions: Likewise.
24748 2013-10-04  Alan Modra  <amodra@gmail.com>
24750         * string/tester.c (test_memrchr): Increment reported test cycle.
24752 2013-10-04  Alan Modra  <amodra@gmail.com>
24754         * string/test-memcpy.c (do_one_test): When reporting errors, print
24755         string address and don't overrun end of string.
24757 2013-10-04  Alan Modra  <amodra@gmail.com>
24759         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24760         insrdi.  Make better use of reg selection to speed exit slightly.
24761         Schedule entry path a little better.  Remove useless "are we done"
24762         checks on entry to main loop.  Handle wrapping around zero address.
24763         Correct main loop count.  Handle single left-over word from main
24764         loop inline rather than by using loop_small.  Remove extra word
24765         case in loop_small caused by wrong loop count.  Add little-endian
24766         support.
24767         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24768         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
24769         cache hint.
24770         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24771         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24772         support.  Avoid rlwimi.
24773         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24775 2013-10-04  Alan Modra  <amodra@gmail.com>
24777         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
24778         insrdi.  Formatting.
24779         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24780         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24781         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24782         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24783         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24784         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24786 2013-10-04  Alan Modra  <amodra@gmail.com>
24788         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24789         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24790         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24791         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24792         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24793         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24794         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24795         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24796         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
24797         use of regs.  Use power7 mtocrf.  Tidy function tails.
24799 2013-10-04  Alan Modra  <amodra@gmail.com>
24801         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24802         Formatting.  Consistently use rXXX register defines or rN defines.
24803         Use early exit labels that avoid restoring unused non-volatile regs.
24804         Make cr field use more consistent with rWORDn compares.  Rename
24805         regs used as shift registers for unaligned loop, using rN defines
24806         for short lifetime/multiple use regs.
24807         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24808         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
24809         addi 1,1,64 to pop stack frame.  Simplify return value code.
24810         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24812 2013-10-04  Alan Modra  <amodra@gmail.com>
24814         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24815         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
24816         rather than rlwimi.
24817         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24818         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24819         little-endian support.  Correct typos.
24820         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
24821         rather than rlwimi.
24822         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
24823         in loop and entry code to keep "and." results.
24824         (strchr): Add little-endian support.  Comment.  Move cntlzd
24825         earlier in tail.
24826         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24828 2013-10-04  Alan Modra  <amodra@gmail.com>
24830         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24831         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24832         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24833         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24835 2013-10-04  Alan Modra  <amodra@gmail.com>
24837         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24838         (rTMP): Define as r11.
24839         (strcmp): Add little-endian support.  Optimise tail.
24840         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24841         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24842         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24843         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24844         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24845         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24846         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24848 2013-10-04  Alan Modra  <amodra@gmail.com>
24850         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24851         little-endian support.  Remove unnecessary "are we done" tests.
24852         Handle "s" wrapping around zero and extremely large "size".
24853         Correct main loop count.  Handle single left-over word from main
24854         loop inline rather than by using small_loop.  Correct comments.
24855         Delete "zero" tail, use "end_max" instead.
24856         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24858 2013-10-04  Alan Modra  <amodra@gmail.com>
24860         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24861         support.  Don't branch over align.
24862         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24863         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24864         support.  Rearrange tmp reg use to suit.  Comment.
24865         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24867 2013-10-04  Alan Modra  <amodra@gmail.com>
24869         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24871 2013-10-04  Alan Modra  <amodra@gmail.com>
24873         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24874         conditional form of branch and link when obtaining pc.
24875         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24877 2013-10-04  Alan Modra  <amodra@gmail.com>
24879         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24880         HIWORD/LOWORD.
24881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24882         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24884 2013-10-04  Alan Modra  <amodra@gmail.com>
24886         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24887         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24888         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24889         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24890         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24891         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24892         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24893         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24894         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24895         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24897 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24898             Alistair Popple <alistair@ozlabs.au.ibm.com>
24899             Alan Modra <amodra@gmail.com>
24901         [BZ #15723]
24902         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24903         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24904         _dl_hwcap access for little-endian.
24905         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
24906         destroy vmx regs when saving unaligned.
24907         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24908         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
24909         destroy vmx regs when saving unaligned.
24911 2013-10-04  Alan Modra  <amodra@gmail.com>
24913         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24914         Don't use a union to pack hi/low value.
24916 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24918         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24919         for little-endian.
24920         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24921         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24922         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24923         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24924         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24926 2013-10-04  Alan Modra  <amodra@gmail.com>
24928         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24929         constants to usual value for .cst8 section, and remove redundant
24930         high address load.
24931         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24932         constant for 0x1p52.  Load little-endian words of double from
24933         correct stack offsets.
24935 2013-10-04  Alan Modra  <amodra@gmail.com>
24937         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24938         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24939         words of double from correct stack offsets.
24940         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24941         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24942         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24943         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24944         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24945         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24946         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24947         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24948         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24949         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24950         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24951         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24952         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24953         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24954         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24955         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24956         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24958 2013-10-04  Alan Modra  <amodra@gmail.com>
24960         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24961         64-bit int/double union.
24962         (_FPU_SETCW): Likewise.
24963         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24964         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24966 2013-10-04  Alan Modra  <amodra@gmail.com>
24968         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24969         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24971 2013-10-04  Alan Modra  <amodra@gmail.com>
24973         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24974         use vector int constants.
24975         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24977 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24979         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24980         array with long long.
24981         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24982         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24983         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24984         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24985         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24986         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24987         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24988         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24989         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24990         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24991         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24992         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24993         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24995 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
24997         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24998         (__signbit): Likewise.  Correct for little-endian.
24999         (__signbitl): Call __signbit.
25000         (lrint): Correct for little-endian.
25001         (lrintf): Call lrint.
25003 2013-10-04  Alan Modra  <amodra@gmail.com>
25005         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
25006         union 32-bit int array member with 64-bit int array.
25007         (t515, tm256): Double rather than long double.
25008         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
25010 2013-10-04  Alan Modra  <amodra@gmail.com>
25012         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
25013         Delete.
25014         (IEEE854_LONG_DOUBLE_BIAS): Delete.
25015         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
25016         version of math_ldbl.h.
25018 2013-10-04  Alan Modra  <amodra@gmail.com>
25020         [BZ #15734], [BZ #15735]
25021         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
25022         all uses of ieee875 long double macros and unions.  Simplify test
25023         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
25024         ldbl_extract_mantissa value for ix,iy exponents.  Properly
25025         normalize after ldbl_extract_mantissa, and don't add hidden bit
25026         already handled.  Don't treat low word of ieee854 mantissa like
25027         low word of IBM long double and mask off bit when testing for
25028         zero.
25029         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
25030         all uses of ieee875 long double macros and unions.  Simplify tests
25031         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
25032         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
25033         two1022, instead use their values.  Recognise that tests for large
25034         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
25035         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
25036         Rewrite all uses of ieee875 long double macros and unions.  Simplify
25037         test for 0.0L and nan.  Correct negation.
25038         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
25039         ieee875 long double macros and unions.  Correct output for large
25040         magnitude x.  Correct absolute value calculation.
25041         (__erfcl): Likewise.
25042         * math/libm-test.inc: Add tests for errors discovered in IBM long
25043         double versions of fmodl, remainderl, erfl and erfcl.
25045 2013-10-04  Alan Modra  <amodra@gmail.com>
25047         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
25048         all uses of ieee854 long double macros and unions.  Simplify tests
25049         for long doubles that are fully specified by the high double.
25050         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
25051         Likewise.
25052         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
25053         Remove dead code too.
25054         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
25055         (__ieee754_ynl): Likewise.
25056         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
25057         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
25058         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
25059         Remove dead code too.
25060         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
25061         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
25062         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
25063         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
25064         Simplify.
25065         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
25066         Simplify.
25067         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
25068         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
25069         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
25070         Comment on variable precision.
25071         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
25072         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
25073         Likewise.
25074         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
25075         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
25076         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
25077         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
25078         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
25080 2013-10-04  Alan Modra  <amodra@gmail.com>
25082         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
25083         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
25084         all uses of ieee854 long double macros and unions.
25085         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
25086         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
25087         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
25088         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
25089         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
25090         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
25091         Likewise.
25092         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
25093         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
25094         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
25095         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
25096         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
25097         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
25098         Simplify sign and nan test too.
25099         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
25100         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
25101         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
25102         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
25103         Likewise.
25104         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
25105         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
25106         Likewise.
25107         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
25108         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
25109         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
25110         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
25111         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
25112         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
25114 2013-10-04  Alan Modra  <amodra@gmail.com>
25116         * stdio-common/printf_size.c (__printf_size): Don't use
25117         union ieee854_long_double in fpnum union.
25118         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
25119         signbit macro to retrieve sign from long double.
25120         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
25121         retrieve sign from long double.
25122         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
25123         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
25124         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
25125         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
25126         * math/test-misc.c (main): Don't use union ieee854_long_double.
25128 2013-10-04  Alan Modra  <amodra@gmail.com>
25130         [BZ #15680]
25131         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
25132         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
25133         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
25134         calculation.  Remove unnecessary test for denormal exponent.
25135         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
25136         Correct handling of denormals.  Avoid undefined shift behaviour.
25137         Correct normalisation of low mantissa when low double is denormal.
25138         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
25139         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
25140         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
25141         Correct normalisation of low mantissa.  Test for overflow of high
25142         mantissa and normalise.
25143         (ldbl_nearbyint): Use more readable constant for two52.
25144         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
25145         (__mpn_construct_long_double): Fix test for overflow of high
25146         mantissa and correct normalisation.  Avoid undefined shift.
25148 2013-10-04  Alan Modra  <amodra@gmail.com>
25150         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25151         (union ibm_extended_long_double): Define as an array of ieee754_double.
25152         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
25153         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
25154         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
25155         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
25156         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25157         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
25158         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
25159         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
25160         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
25161         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
25162         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
25164 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
25166         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
25167         page size instead of calling getpagesize.
25169         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
25170         (LOCFILE_ALIGN_MASK): Likewise.
25171         (LOCFILE_ALIGN_UP): Likewise.
25172         (LOCFILE_ALIGNED_P): Likewise.
25173         * locale/programs/ld-collate.c (collate_output): Use the new
25174         macros instead of __alignof__ (int32_t).
25175         * locale/weight.h (findidx): Likewise.
25177 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
25179         [BZ #431]
25180         * manual/string.texi: Fix strncat and wcsncat.
25182 2013-10-03  Brooks Moses  <bmoses@google.com>
25184         [BZ #15915]
25185         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
25186         * Makerules: ...here, and adjust associated comments.
25188 2013-10-02  Will Newton  <will.newton@linaro.org>
25190         * malloc/Makefile: Add tst-pvalloc.
25191         * malloc/tst-pvalloc.c: New file.
25193 2013-10-02  Will Newton  <will.newton@linaro.org>
25195         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
25196         improve test coverage.
25198 2013-10-02  Will Newton  <will.newton@linaro.org>
25200         * malloc/Makefile: Add tst-posix_memalign.
25201         * malloc/tst-posix_memalign.c: New file.
25203 2013-10-01  Eric Blake  <eblake@redhat.com>
25205         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
25206         Use __THROWNL rather than __THROW on static functions.
25208 2013-09-30  Petr Machata  <pmachata@redhat.com>
25210         * elf/elf.h (R_AARCH64_ABS16): New macro.
25211         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
25212         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
25213         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
25214         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
25215         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
25216         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
25217         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
25218         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
25219         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
25220         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
25221         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
25222         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
25223         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
25224         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
25225         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
25226         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
25227         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
25228         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
25229         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
25230         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
25231         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
25232         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
25233         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
25234         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
25235         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
25236         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
25237         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
25238         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
25239         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
25240         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
25241         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
25242         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
25243         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
25244         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
25245         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
25246         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
25247         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
25248         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
25249         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
25250         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
25251         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
25252         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
25253         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
25254         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
25255         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
25256         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
25257         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
25258         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
25259         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
25260         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
25261         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
25262         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
25263         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
25264         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
25265         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
25266         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
25267         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
25268         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
25269         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
25270         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
25271         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
25272         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
25273         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
25274         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
25275         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
25276         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
25277         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
25278         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
25279         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
25280         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
25281         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
25282         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
25283         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
25284         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
25285         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
25286         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
25287         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
25288         (R_AARCH64_TLSDESC_LDR): Likewise.
25289         (R_AARCH64_TLSDESC_ADD): Likewise.
25290         (R_AARCH64_TLSDESC_CALL): Likewise.
25292 2013-09-30  Andreas Schwab  <schwab@suse.de>
25294         [BZ #15048]
25295         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
25296         the nss database lookup.
25297         * nscd/initgrcache.c (addinitgroupsX): Likewise.
25298         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25300 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
25302         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
25304 2013-09-28  P. J. McDermott  <pj@pehjota.net>
25306         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
25307         ${Bash-specific parameter/pattern/string} parameter expansion.
25308         * sysdeps/unix/make-syscalls.sh: Likewise.
25310 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
25312         * sysdeps/sh/stackguard-macros.h: New file.
25314 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
25316         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
25317         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
25318         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
25319         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
25320         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
25321         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
25323 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25325         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
25326         Fix thread ID register.
25328 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
25330         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
25331         [POSIX || UNIX98]: Require rather than permitting all symbols from
25332         <time.h>.
25333         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
25334         element of struct sched_param.
25335         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
25336         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
25337         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
25338         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
25339         constant.
25341 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
25343         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
25344         argument calculation.
25346 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25348         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
25349         Expect macro.
25350         [POSIX] (pthread_attr_t): Do not require type.
25351         [POSIX] (pthread_cond_t): Likewise.
25352         [POSIX] (pthread_condattr_t): Likewise.
25353         [POSIX] (pthread_key_t): Likewise.
25354         [POSIX] (pthread_mutex_t): Likewise.
25355         [POSIX] (pthread_mutexattr_t): Likewise.
25356         [POSIX] (pthread_once_t): Likewise.
25357         [POSIX] (pthread_t): Likewise.
25358         [POSIX-based standards] (pthread_atfork): Expect function.
25360 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
25361             Richard Sandiford  <richard@codesourcery.com>
25363         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25364         (swap_endianness_p): New extern variable.
25365         (set_big_endian): New inline function.
25366         (maybe_swap_uint32): Likewise.
25367         (maybe_swap_uint32_array): Likewise.
25368         (maybe_swap_uint32_obstack): Likewise.
25369         * locale/programs/locfile.c: Include <stdbool.h>.
25370         (swap_endianness_p): New variable.
25371         (add_locale_uint32): Call maybe_swap_uint32.
25372         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25373         (write_locale_data): Call maybe_swap_uint32_array.
25374         * locale/programs/ld-collate.c (obstack_int32_grow): Call
25375         maybe_swap_uint32.
25376         (obstack_int32_grow_fast): Likewise.
25377         (output_weightwc): Call maybe_swap_uint32_obstack.
25378         (collate_output): Likewise.
25379         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25380         (OPT_LITTLE_ENDIAN): Likewise.
25381         (options): Add --little-endian and --big-endian options.
25382         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25383         * locale/programs/locarchive.c: Include "locfile.h".
25384         (GET): New macro.
25385         (SET): Likewise.
25386         (INC): Likewise.
25387         (create_archive): Use the new macros to access fields of
25388         structures directly mapped from or written to locale archives.
25389         (oldlocrecentcmp): Likewise.
25390         (enlarge_archive): Likewise.
25391         (insert_name): Likewise.
25392         (add_alias): Likewise.
25393         (add_locale): Likewise.
25394         (delete_locales_from_archive): Likewise.
25395         (show_archive_content): Likewise.
25396         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
25397         locale data.
25399 2013-09-24  Roland McGrath  <roland@hack.frob.com>
25401         * manual/freemanuals.texi: Updated from (newly) canonical copy at
25402         http://www.gnu.org/doc/freemanuals.texi.
25403         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25405 2013-09-24  Will Newton  <will.newton@linaro.org>
25407         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25408         macro.
25410 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
25412         * locale/hashval.h (compute_hashval): Interpret bytes of key as
25413         unsigned char.
25415 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
25417         * manual/threads.texi (POSIX Threads): Fix a typo.
25419 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
25421         [BZ #14547]
25422         * string/tst-strcoll-overflow.c: New test case.
25423         * string/Makefile (xtests): Add tst-strcoll-overflow.
25424         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25425         cache if string sizes may cause integer overflow.
25427         [BZ #14547]
25428         * string/strcoll_l.c (coll_seq): New members rule, idx,
25429         save_idx and back_us.
25430         (get_next_seq_nocache): New function.
25431         (do_compare_nocache): New function.
25432         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25433         when malloc fails.
25435 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
25437         [BZ #15754]
25438         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25439         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25440         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25442         [BZ #15754]
25443         * elf/Makefile (tests): Add tst-ptrguard1.
25444         (tests-static): Add tst-ptrguard1-static.
25445         (tst-ptrguard1-ARGS): Define.
25446         (tst-ptrguard1-static-ARGS): Define.
25447         * elf/tst-ptrguard1.c: New file.
25448         * elf/tst-ptrguard1-static.c: New file.
25449         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25450         * sysdeps/i386/stackguard-macros.h: Likewise.
25451         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25452         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25453         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25454         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25455         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25456         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25458 2013-09-23  Hector Marco  <hecmargi@upv.es>
25459             Ismael Ripoll  <iripoll@disca.upv.es>
25460             Carlos O'Donell  <carlos@redhat.com>
25462         [BZ #15754]
25463         * sysdeps/generic/stackguard-macros.h: Define
25464         __pointer_chk_guard_local and POINTER_CHK_GUARD.
25465         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25466         Define __pointer_chk_guard_local.
25467         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25468         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25470 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
25472         [BZ #15859]
25473         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25475 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
25477         * include/string.h (__ffs): Declare as hidden.
25478         * string/ffs.c (__ffs): Define as hidden.
25479         * sysdeps/i386/ffs.c (__ffs): Likewise.
25480         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25481         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25482         * sysdeps/s390/ffs.c (__ffs): Likewise.
25483         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25485 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
25487         * NEWS: Mention malloc probes.
25489         * malloc/arena.c (new_heap): New memory_heap_new probe.
25490         (grow_heap): New memory_heap_more probe.
25491         (shrink_heap): New memory_heap_less probe.
25492         (heap_trim): New memory_heap_free probe.
25493         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25494         (systrim): New memory_sbrk_less probe.
25495         * manual/probes.texi: Document them.
25497         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25498         * manual/probes.texi: Document it.
25500         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25501         (__libc_realloc): Add memory_realloc_retry probe.
25502         (__libc_memalign): Add memory_memalign_retry probe.
25503         (__libc_valloc): Add memory_valloc_retry probe.
25504         (__libc_pvalloc): Add memory_pvalloc_retry probe.
25505         (__libc_calloc): Add memory_calloc_retry probe.
25506         * manual/probes.texi: Document them.
25508         * malloc/arena.c (get_free_list): Add probe
25509         memory_arena_reuse_free_list.
25510         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25511         and memory_arena_reuse.
25512         (arena_get2) [!PER_THREAD]: Likewise.
25513         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25514         memory_arena_reuse_realloc.
25515         * manual/probes.texi: Document them.
25517         * malloc/malloc.c (__libc_free): Add
25518         memory_mallopt_free_dyn_thresholds probe.
25519         (__libc_mallopt): Add multiple memory_mallopt probes.
25520         * manual/probes.texi: Document them.
25522         * malloc/malloc.c: Include stap-probe.h.
25523         (__libc_mallopt): Add memory_mallopt probe.
25524         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25525         * manual/probes.texi: New.
25526         * manual/Makefile (chapters): Add probes.
25527         * manual/threads.texi: Set next node.
25529 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
25531         [BZ #15963, #13985]
25532         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25533         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25534         Add `Chinese' to `nan' entry name.
25536 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25538         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25539         (POLYNOMIAL): Likewise.
25540         (TAYLOR_SINCOS): Likewise.
25541         (TAYLOR_SLOW): Likewise.
25542         (__sin): Use TAYLOR_SINCOS.
25543         (__cos): Likewise.
25544         (slow): Use TAYLOR_SLOW.
25545         (sloww): Likewise.
25546         (bsloww): Likewise.
25547         (csloww): Likewise.
25549 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
25551         * stdlib/strtod_l.c: Fix buffer overrun.
25553 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
25555         * benchtests/Makefile (bench): Add sincos.
25556         * benchtests/bench-sincos.c: New file.
25558         * math/libm-test.inc (cos_test_data): New test inputs.
25559         (sin_test_data): Likewise.
25561         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25562         macro.
25563         (__sin): Use it.
25564         (__cos): Likewise.
25565         (slow1): Likewise.
25566         (slow2): Likewise.
25567         (sloww1): Likewise.
25568         (sloww2): Likewise.
25569         (bsloww1): Likewise.
25570         (bsloww2): Likewise.
25571         (cslow2): Likewise.
25572         (csloww1): Likewise.
25573         (csloww2): Likewise.
25575         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25576         function.
25577         (__sin): Use it.
25578         (__cos): Likewise.
25580         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25581         gotos.
25582         (__cos): Likewise.
25584 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
25586         * config.h.in (HAVE_MIPS_NAN2008): New macro.
25587         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25588         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25589         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25590         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25591         * elf/cache.c (print_entry): Handle the new cache flags.
25593 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25594             Aldy Hernandez  <aldyh@redhat.com>
25596         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25597         Change condition to [_SOFT_FLOAT].
25598         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25599         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25600         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25601         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25602         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25603         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25604         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25605         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25606         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25607         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25608         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25609         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25610         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25611         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25612         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25613         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25614         declaration.
25616 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
25618         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25619         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25620         (__longjmp): Use LOAD_GP to load saved GPRs.
25621         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25622         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25623         (__sigsetjmp): Use SAVE_GP to save GPRs.
25625         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25626         Do not append -msoft-float.
25627         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25629 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25631         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25633 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
25635         [BZ #15966]
25636         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25637         (_FPU_GETCW): Use initial "__" on variable and field names but not
25638         on macro parameter name.
25639         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
25640         parentheses around reference to macro parameter.
25642 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
25644         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25645         prototype.
25646         (ctype_startup): Use uint32_t in cast and sizeof for
25647         ctype->charnames.
25649 2013-09-11  Jia Liu  <proljc@gmail.com>
25651         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25652         __daddr_t_defined.
25653         [__FreeBSD__]: Likewise.
25655 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
25657         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25658         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25659         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25660         (strchr): Remove __strchr_sse42 ifunc selection.
25661         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25662         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25664 2013-09-11  Will Newton  <will.newton@linaro.org>
25666         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25667         parameter to RES. Remove hardcoded 1000 value.
25668         * benchtests/bench-skeleton.c (main): Pass RES parameter
25669         to TIMING_INIT and multiply result by 1000.
25671 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25673         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25675 2013-09-11  Andreas Schwab  <schwab@suse.de>
25677         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25678         if not defined.
25679         (O_TMPFILE) [__USE_GNU]: Define.
25680         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25681         Define.
25683 2013-09-11  Will Newton  <will.newton@linaro.org>
25685         [BZ #15857]
25686         * malloc/malloc.c (__libc_memalign): Check the value of bytes
25687         does not overflow.
25689 2013-09-11  Will Newton  <will.newton@linaro.org>
25691         [BZ #15856]
25692         * malloc/malloc.c (__libc_valloc): Check the value of bytes
25693         does not overflow.
25695 2013-09-11  Will Newton  <will.newton@linaro.org>
25697         [BZ #15855]
25698         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25699         does not overflow.
25701 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
25703         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25704         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25705         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25706         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25707         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25709 2013-09-10  Allan McRae  <allan@archlinux.org>
25711         [BZ #15748]
25712         * manual/arith.texi (Parsing of Floats): Clarify
25713         cross-reference.
25715         [BZ #15849]
25716         * manual/install.texi (Running make install): Mention
25717         --enable-pt-chown.
25718         * INSTALL: Regenerated.
25720 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
25722         * csu/init-first.c (_init): Remove the !SHARED condition around
25723         FPU control word initialization.
25724         * elf/dl-support.c (_dl_fpu_control): New variable.
25725         (_dl_aux_init) <AT_FPUCW>: Initialize it.
25726         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25727         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25728         * math/test-fpucw-static.c: New file.
25729         * math/test-fpucw-ieee.c: New file.
25730         * math/test-fpucw-ieee-static.c: New file.
25731         * math/Makefile (tests): Add `test-fpucw-ieee' and
25732         `$(tests-static)'.
25733         (tests-static): New variable.
25734         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25735         dependency to...
25736         [($(build-shared),yes)]
25737         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25738         ... this.
25739         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25740         New dependency.
25742 2013-09-09  Allan McRae  <allan@archlinux.org>
25744         [BZ #15939]
25745         * manual/string.texi (Collation Functions): Fix typo in
25746         strcoll example.
25747         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25749         [BZ #15893]
25750         * stdlib/isomac.c (get_null_defines): Fix memory leak.
25752         [BZ #15892]
25753         * libio/memstream.c (open_memstream): Fix memory leak.
25754         * libio/wmemstream.c (open_wmemstream): Likewise.
25756         [BZ #15895]
25757         * nscd/netgroupcache.c: Fix nesting of ifdefs.
25759 2013-09-09  Will Newton  <will.newton@linaro.org>
25761         * malloc/Makefile: Add tst-realloc to tests.
25762         * malloc/tst-realloc.c: New file.
25764 2013-09-09  Allan McRae  <allan@archlinux.org>
25766         [BZ #15844]
25767         * COPYING: Update from GNU website to fix FSF address.
25768         * COPYING.LIB: Likewise.
25770 2013-09-06  David S. Miller  <davem@davemloft.net>
25772         * po/zh_TW.po: Update Chinese (traditional) translation from
25773         translation project.
25775 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
25776             Joseph Myers  <joseph@codesourcery.com>
25778         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25779         "localeinfo.h".
25780         (obstack_chunk_alloc): New macro.
25781         (obstack_chunk_free): Likewise.
25782         (record_offset): New function.
25783         (init_locale_data): Likewise.
25784         (align_locale_data): Likewise.
25785         (add_locale_empty): Likewise.
25786         (add_locale_raw_data): Likewise.
25787         (add_locale_raw_obstack): Likewise.
25788         (add_locale_string): Likewise.
25789         (add_locale_wstring): Likewise.
25790         (add_locale_uint32): Likewise.
25791         (add_locale_uint32_array): Likewise.
25792         (add_locale_char): Likewise.
25793         (start_locale_structure): Likewise.
25794         (end_locale_structure): Likewise.
25795         (start_locale_prelude): Likewise.
25796         (end_locale_prelude): Likewise.
25797         (write_locale_data): Take locale_file structure rather than an
25798         iovec.
25799         * locale/programs/locfile.h: Include "obstack.h".
25800         (struct locale_file): Change to store locale file contents instead
25801         of header.
25802         (init_locale_data): New prototype.
25803         (align_locale_data): Likewise.
25804         (add_locale_empty): Likewise.
25805         (add_locale_raw_data): Likewise.
25806         (add_locale_raw_obstack): Likewise.
25807         (add_locale_string): Likewise.
25808         (add_locale_wstring): Likewise.
25809         (add_locale_uint32): Likewise.
25810         (add_locale_uint32_array): Likewise.
25811         (add_locale_char): Likewise.
25812         (start_locale_structure): Likewise.
25813         (end_locale_structure): Likewise.
25814         (start_locale_prelude): Likewise.
25815         (end_locale_prelude): Likewise.
25816         (write_locale_data): Update prototype.
25817         * locale/programs/3level.h (struct TABLE): Remove result field.
25818         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25819         Use new locale_file interface.
25820         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25821         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25822         * locale/programs/ld-address.c (address_output): Use new
25823         locale_file interface.
25824         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25825         NO_ADD_LOCALE.
25826         (collate_finish): Don't call collseq_table_finalize.
25827         (collate_output): Use new locale_file interface.
25828         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25829         in file.
25830         (NO_FINALIZE): Change to NO_ADD_LOCALE.
25831         (TABLE): Move defines earlier in file.
25832         (ELEMENT): Likewise.
25833         (DEFAULT): Likewise.
25834         (wctrans_table_add): Move macro and inline function earlier in
25835         file.
25836         (struct wctype_table): Move type earlier in file.
25837         (add_locale_wctype_table): New static prototype.
25838         (struct locale_ctype_t): Use logical types instead of struct iovec
25839         pointers for members.
25840         (ctype_output): Use new locale_file interface.
25841         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
25842         new locale_file interface.
25843         (allocate_arrays): Update for use of new locale_file interface.
25844         * locale/programs/ld-identification.c (identification_output): Use
25845         new locale_file interface.
25846         * locale/programs/ld-measurement.c (measurement_output): Likewise.
25847         * locale/programs/ld-messages.c (messages_output): Likewise.
25848         * locale/programs/ld-monetary.c (monetary_output): Likewise.
25849         * locale/programs/ld-name.c (name_output): Likewise.
25850         * locale/programs/ld-numeric.c (numeric_output): Likewise.
25851         * locale/programs/ld-paper.c (paper_output): Likewise.
25852         * locale/programs/ld-telephone.c (telephone_output): Likewise.
25853         * locale/programs/ld-time.c (time_output): Likewise.
25855 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25857         * benchtests/Makefile: Add memrchr benchmark.
25858         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25859         benchmark as memrchr.
25860         * benchtests/bench-memrchr-ifunc.c: New file.
25861         * benchtests/bench-memrchr.c: New file.
25863 2013-09-06   Will Newton  <will.newton@linaro.org>
25865         * benchtests/Makefile (string-bench): Add memcpy.
25867 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
25868             Cong Wang  <amwang@redhat.com>
25870         [BZ #15850]
25871         * sysdeps/unix/sysv/linux/bits/in.h
25872         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25873         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25874         before __USE_KERNEL_IPV6_DEFS uses.
25875         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25876         IPPROTO_BEETPH.
25877         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25878         sockaddr_in6, or ipv6_mreq.
25880 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25882         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25883         memory access for final bytes in some large inputs.
25884         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25886 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
25888         * string/test-memrchr.c: New file.
25889         * string/test-memrchr-ifunc.c: New file.
25890         * string/Makefile: Add new memrchr testcase.
25892 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
25894         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25895         fanotify_init returns EPERM.
25897 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25899         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25900         errors.
25901         (top level): Treat second token from macro or constant entries for
25902         allowed headers as allowed.
25903         * include/complex.h: Condition internal declarations on
25904         [!_ISOMAC].
25905         * include/fenv.h: Condition include of <stdbool.h> and internal
25906         declarations on [!_ISOMAC].
25908 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
25910         [BZ #15923]
25911         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25913 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
25915         * configure.in (--enable-versioning): Remove configure option.
25916         (libc_cv_asm_symver_directive): Remove configure test.
25917         (libc_cv_ld_version_script_option): Likewise.
25918         (VERSIONING): Remove variable and AC_SUBST.
25919         (DO_VERSIONING): Remove AC_DEFINE.
25920         * configure: Regenerated.
25921         * config.h.in (DO_VERSIONING): Remove macro.
25922         * Makerules [$(versioning) = yes]: Change conditionals to
25923         [$(build-shared) = yes].
25924         * config.make.in (versioning): Remove variable.
25925         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25926         [$(build-shared) = yes].
25927         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25928         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25929         * elf/Makefile [$(versioning) = yes]: Change conditionals to
25930         [$(build-shared) = yes].
25931         * extra-lib.mk [$(versioning) = yes]: Likewise.
25932         * hurd/Makefile [$(versioning) = yes]: Likewise.
25933         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25934         [SHARED].
25935         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25936         [SHARED].
25937         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25938         [SHARED && !NO_HIDDEN].
25939         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25940         [SHARED].
25941         [SHARED && DO_VERSIONING]: Likewise..
25942         * libio/Makefile [$(versioning) = yes]: Change conditionals to
25943         [$(build-shared) = yes].
25944         * manual/install.texi (--disable-versioning): Remove
25945         documentation.
25946         * INSTALL: Regenerated.
25947         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25948         to [SHARED].
25949         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25950         [$(build-shared) = yes].
25951         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25952         * sysdeps/i386/i686/multiarch/strstr-c.c
25953         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25954         [SHARED && !NO_HIDDEN].
25955         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25956         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25957         * sysdeps/powerpc/powerpc32/dl-machine.c
25958         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25959         * sysdeps/powerpc/powerpc32/sysdep.h
25960         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25961         to [SHARED && PIC && !NO_HIDDEN].
25962         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25963         conditional to [SHARED].
25965 2013-09-04   Will Newton  <will.newton@linaro.org>
25967         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25968         * benchtests/bench-string.h: Include bench-timing.h instead
25969         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25970         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25971         call to HP_TIMING_DIFF_INIT.
25972         * benchtests/bench-memccpy.c: Use bench-timing.h macros
25973         instead of hp-timing.h macros.
25974         * benchtests/bench-memchr.c: Likewise.
25975         * benchtests/bench-memcmp.c: Likewise.
25976         * benchtests/bench-memcpy.c: Likewise.
25977         * benchtests/bench-memmem.c: Likewise.
25978         * benchtests/bench-memmove.c: Likewise.
25979         * benchtests/bench-memset.c: Likewise.
25980         * benchtests/bench-rawmemchr.c: Likewise.
25981         * benchtests/bench-strcasecmp.c: Likewise.
25982         * benchtests/bench-strcasestr.c: Likewise.
25983         * benchtests/bench-strcat.c: Likewise.
25984         * benchtests/bench-strchr.c: Likewise.
25985         * benchtests/bench-strcmp.c: Likewise.
25986         * benchtests/bench-strcpy.c: Likewise.
25987         * benchtests/bench-strcpy_chk.c: Likewise.
25988         * benchtests/bench-strlen.c: Likewise.
25989         * benchtests/bench-strncasecmp.c: Likewise.
25990         * benchtests/bench-strncat.c: Likewise.
25991         * benchtests/bench-strncmp.c: Likewise.
25992         * benchtests/bench-strncpy.c: Likewise.
25993         * benchtests/bench-strnlen.c: Likewise.
25994         * benchtests/bench-strpbrk.c: Likewise.
25995         * benchtests/bench-strrchr.c: Likewise.
25996         * benchtests/bench-strspn.c: Likewise.
25997         * benchtests/bench-strstr.c: Likewise.
25999 2013-09-04  Will Newton  <will.newton@linaro.org>
26001         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
26003 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
26005         [BZ #15427]
26006         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
26007         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
26008         * math/libm-test.inc (lgamma_test_data): Add more tests.
26009         * sysdeps/i386/fpu/libm-test-ulps: Update.
26010         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26012 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
26014         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
26015         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
26016         Add ifunc.
26017         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
26018         Add strcmp-sse2-unaligned
26019         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
26021 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26023         * Versions.def (libc): Add GLIBC_2.19.
26025 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
26027         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
26028         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
26030 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
26032         [BZ #14155]
26033         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
26034         intermediate calculations in recurrence.
26035         (__ieee754_ynf): Likewise.
26036         * math/libm-test.inc (jn_test_data): Do not allow spurious
26037         underflow exception.  Add more tests.
26038         (yn_test_data): Add more tests.
26039         * sysdeps/i386/fpu/libm-test-ulps: Update.
26040         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26042 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
26044         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
26046 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26048         * csu/init-first.c: Fix then/than typos.
26049         * locale/programs/ld-collate.c: Likewise.
26050         * locale/programs/linereader.h: Likewise.
26051         * manual/charset.texi: Likewise.
26052         * manual/filesys.texi: Likewise.
26053         * manual/stdio.texi: Likewise.
26054         * manual/string.texi: Likewise.
26055         * stdlib/fmtmsg.c: Likewise.
26056         * sysdeps/i386/stpncpy.S: Likewise.
26057         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
26058         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
26059         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
26060         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
26062 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
26064         * elf/dl-open.c: Fix typos.
26065         * iconvdata/gbbig5.c: Likewise.
26066         * iconvdata/iso-2022-jp.c: Likewise.
26067         * iconv/gconv_int.h: Likewise.
26068         * iconv/loop.c: Likewise.
26069         * nis/rpcsvc/nis.h: Likewise.
26070         * resolv/ns_name.c: Likewise.
26071         * stdio-common/vfscanf.c: Likewise.
26072         * streams/stropts.h: Likewise.
26073         * sunrpc/rpc_thread.c: Likewise.
26074         * sysdeps/i386/strpbrk.S: Likewise.
26075         * sysdeps/ieee754/k_standard.c: Likewise.
26076         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
26077         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
26078         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
26079         * sysdeps/mach/hurd/profil.c: Likewise.
26080         * sysdeps/s390/dl-procinfo.h: Likewise.
26081         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
26082         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
26083         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
26084         * sysdeps/x86_64/dl-trampoline.S: Likewise.
26085         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
26087 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
26089         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
26090         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
26092 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
26094         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
26095         aix specific files.
26096         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
26097         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
26098         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
26099         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
26100         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
26101         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
26102         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
26103         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
26105 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26106             Roland McGrath  <roland@hack.frob.com>
26108         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
26109         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
26111 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
26113         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
26114         __executable_start symbol instead of _start.
26116 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
26118         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
26119         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
26120         Move macros to...
26121         * sysdeps/gnu/ldsodefs.h: ... this new file.
26123         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
26124         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
26125         instead of ELFOSABI_LINUX.
26127         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
26128         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
26129         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
26130         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
26131         Likewise.
26132         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
26133         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
26134         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
26135         Likewise.
26136         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
26137         (ibm_extended_long_double): Add ieee_nan member.
26138         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
26139         (do_test): New function.
26141         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
26142         TEST_TRUNC.
26143         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
26144         functions, renamed from truncdfsf_test, trunctfsf_test,
26145         trunctfdf_test.
26146         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
26147         functions.
26148         (do_test): Run all these.
26150 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
26152         * argp/argp-help.c: Fix typos.
26153         * argp/argp-parse.c: Likewise.
26154         * debug/backtracesyms.c: Likewise.
26155         * elf/elf.h: Likewise.
26156         * malloc/malloc.c: Likewise.
26157         * nis/nis_print.c: Likewise.
26158         * resolv/res_comp.c: Likewise.
26159         * stdlib/stdlib.h: Likewise.
26160         * sunrpc/clnt_tcp.c: Likewise.
26161         * sunrpc/clnt_udp.c: Likewise.
26162         * sunrpc/clnt_unix.c: Likewise.
26163         * sysdeps/unix/bsd/ptsname.c: Likewise.
26164         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
26165         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
26166         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
26167         Likewise.
26168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
26169         Likewise.
26170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
26171         Likewise.
26172         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
26174 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26176         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
26177         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
26179 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
26181         [BZ #15897]
26182         * dlfcn/Makefile (tests): Add bug-dl-leaf.
26183         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
26184         ($(objpfx)bug-dl-leaf): New rule.
26185         ($(objpfx)bug-dl-leaf.so): Likewise.
26186         ($(objpfx)bug-dl-leaf.out): Likewise.
26187         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
26188         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
26189         * dlfcn/bug-dl-leaf.c: New test.
26190         * dlfcn/bug-dl-leaf-lib.c: Likewise.
26191         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
26192         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
26193         (dlclose): Likewise.
26194         (dlmopen): Likewise.
26196 2013-08-27  Roland McGrath  <roland@hack.frob.com>
26198         * include/netdb.h [!_ISOMAC]:
26199         Don't include <tls.h>.
26200         (h_errno, __libc_h_errno): Move declaration and macros out of
26201         [_LIBC_REENTRANT].
26203         * include/resolv.h [_RESOLV_H_]:
26204         Don't include <tls.h>.
26205         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
26206         * resolv/res_libc.c: Don't include <tls.h>.
26207         (_res): Use __attribute__ ((nocommon)) in place of
26208         __attribute__ ((section (".bss"))).
26210         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
26211         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
26213         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
26215         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
26216         only under [SIOCGIFCONF && SIOCGIFNETMASK].
26218         * resolv/res_mkquery.c: Include <sys/time.h>.
26220         * inet/ifreq.c: Moved to ...
26221         * sysdeps/unix/ifreq.c: ... here.
26222         * inet/ifreq.c: New file, true stub version.
26224         * socket/sa_len.c: New file.
26225         * socket/Makefile (aux): Add it.
26226         * sysdeps/unix/sysv/linux/Makefile
26227         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
26228         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
26229         and #include <socket/sa_len.c>.
26230         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
26231         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
26233         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
26234         * bits/socket.h: ... here.
26236         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
26237         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
26238         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
26240 2013-08-27  Andreas Schwab  <schwab@suse.de>
26242         [BZ #15736]
26243         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
26244         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
26245         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
26246         * string/test-strcasecmp.c (test_main): Run tests in several
26247         locales.
26248         * string/test-strncasecmp.c (test_main): Likewise.
26250         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
26251         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
26252         to __strcasecmp_nonascii and __strncasecmp_nonascii.
26253         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
26254         (__strncasecmp_ssse3) [PIC]: Likewise.
26256 2013-08-26  Roland McGrath  <roland@hack.frob.com>
26258         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
26260         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
26261         instead of explicitly declaring xdecrypt.
26262         * nis/nss_nis/nis-publickey.c: Likewise.
26264 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26266         [BZ #15890]
26267         * nscd/aicache.c: Include res_hconf.h.
26268         (addhstaiX): Initialize res_hconf.
26270 2013-08-26  Andreas Schwab  <schwab@suse.de>
26272         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
26273         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
26275 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
26277         * nscd/aicache.c (addhstaiX): Fix indentation.
26279 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
26281         * configure.ac: Quote $build_pt_chown test.
26282         * configure: Regenerated.
26284 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
26286         [BZ #15532]
26287         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
26288         * math/s_cexpf.c (__cexpf): Likewise.
26289         * math/s_cexpl.c (__cexpl): Likewise.
26290         * math/libm-test.inc (cexp_test_data): Correct expected return
26291         value for NaN + i0.  Add another test.
26293 2013-08-22  David S. Miller  <davem@davemloft.net>
26295         * po/ca.po: Update Catalan translation from translation project.
26296         * po/uk.po: Add Ukrainian translations from translation project.
26298 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
26300         [BZ #15797]
26301         * math/s_fdim.c (__fdim): Check for infinite arguments if result
26302         is infinite, not alongside NaN test.
26303         * math/s_fdimf.c (__fdimf): Likewise.
26304         * math/s_fdiml.c (__fdiml): Likewise.
26305         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
26306         errno is unchanged.
26308 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
26310         * argp/argp-help.c: Fix typos.
26311         * crypt/speeds.c: Likewise.
26312         * csu/check_fds.c: Likewise.
26313         * elf/dl-load.c: Likewise.
26314         * elf/dl-open.c: Likewise.
26315         * elf/reldep3.c: Likewise.
26316         * elf/reldep.c: Likewise.
26317         * elf/sprof.c: Likewise.
26318         * iconv/iconv_charmap.c: Likewise.
26319         * iconv/skeleton.c: Likewise.
26320         * iconv/strtab.c: Likewise.
26321         * io/lockf64.c: Likewise.
26322         * libio/libioP.h: Likewise.
26323         * resolv/gai_notify.c: Likewise.
26324         * resolv/ns_name.c: Likewise.
26325         * resolv/ns_samedomain.c: Likewise.
26326         * resolv/res_send.c: Likewise.
26327         * stdlib/random.c: Likewise.
26328         * sunrpc/rpc/xdr.h: Likewise.
26329         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
26330         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
26331         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
26332         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
26333         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
26334         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
26335         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
26336         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
26337         * sysdeps/mach/hurd/check_fds.c: Likewise.
26338         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
26339         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
26340         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
26341         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
26342         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
26343         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
26344         * sysdeps/pthread/aio_notify.c: Likewise.
26345         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
26346         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
26347         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
26348         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
26349         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
26351 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26353         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
26354         version if bit_Slow_SSE4_2 is set.
26355         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
26356         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
26358 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26360         [BZ #15867]
26361         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
26362         trampoline stack frame information.
26363         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26364         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26365         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26366         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26367         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26368         * sysdeps/unix/sysv/linux/powerpc/init-first.c
26369         (_libc_vdso_platform_setup): Initialize the signal trampolines.
26370         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26371         sa_flags value.
26372         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26373         interrupting a syscall and set with option SA_SIGINFO.
26375 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26377         [BZ #15531]
26378         * math/s_cproj.c (__cproj): Only return an infinity if one part of
26379         argument is infinite.
26380         * math/s_cprojf.c (__cprojf): Likewise.
26381         * math/s_cprojl.c (__cprojl): Likewise.
26382         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26383         * math/libm-test.inc (cproj_test_data): Add more tests.
26385         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26387         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26388         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26389         size.  Use __ffs to determine corresponding shift.
26391 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
26392             Roland McGrath  <roland@hack.frob.com>
26394         * Makefile (INSTALL): Remove trailing blank lines from output of
26395         makeinfo.
26397 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26399         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26400         Align 32 bit compat elf_greg to 8 bytes.
26402 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
26404         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26406 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
26408         * string/strcoll_l.c (coll_seq): New structure.
26409         (get_next_seq_cached): New function.
26410         (get_next_seq): New function.
26411         (do_compare): New function.
26412         (STRCOLL): Use GNU style definition.  Simplify implementation
26413         by using get_next_seq, get_next_seq_cached and do_compare.
26415 2013-08-16  Florian Weimer  <fweimer@redhat.com>
26417         [BZ #14699]
26418         CVE-2013-4237
26419         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26420         member.
26421         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26422         member.
26423         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26424         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26425         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
26426         conditional.
26427         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26428         GETDENTS_64BIT_ALIGNED.
26429         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26430         * manual/filesys.texi (Reading/Closing Directory): Document
26431         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
26432         strongly.
26433         * manual/conf.texi (Limits for Files): Add portability note to
26434         NAME_MAX, PATH_MAX.
26435         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26437 2013-08-13  Andreas Schwab  <schwab@suse.de>
26439         [BZ #15749]
26440         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26441         of fabs.
26442         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26443         LDBL_MAX_EXP >= 16384]: Add tests for it.
26445 2013-08-12  David S. Miller  <davem@davemloft.net>
26447         * version.h (RELEASE): Set to "development".
26448         (VERSION): Set to "2.18.90".
26449         * NEWS: Add 2.19 section.
26451 2013-08-03  David S. Miller  <davem@davemloft.net>
26453         * po/ko.po: Update Korean translation from translation project.
26455 2013-08-01  David S. Miller  <davem@davemloft.net>
26457         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
26458         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26459         Bilka.
26461 2013-07-30  David S. Miller  <davem@davemloft.net>
26463         * po/fr.po: Update French translation from translation project.
26465 2013-07-28  David S. Miller  <davem@davemloft.net>
26467         * po/cs.po: Update Czech translation from translation project.
26469         * po/sv.po: Update Swedish translation from translation project.
26471 2013-07-27  David S. Miller  <davem@davemloft.net>
26473         * po/eo.po: Update Esperanto translation from translation project.
26475         * po/vi.po: Update Vietnamese translation from translation project.
26477         * po/de.po: Update German translation from translation project.
26479 2013-07-26  David S. Miller  <davem@davemloft.net>
26481         * po/bg.po: Update Bulgarian translation from translation project.
26483         * po/nl.po: Update Dutch translation from translation project.
26484         * po/pl.po: Update Polish translation from translation project.
26485         * po/ru.po: Update Russian translation from translation project.
26487 2013-07-24  David S. Miller  <davem@davemloft.net>
26489         * po/libc.pot: Update.
26491 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26493         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26494         variable page size.
26495         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26496         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26497         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26499 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26501         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26503 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
26504             Andreas Schwab  <schwab@suse.de>
26505             Roland McGrath  <roland@hack.frob.com>
26506             Joseph Myers  <joseph@codesourcery.com>
26507             Carlos O'Donell  <carlos@redhat.com>
26509         [BZ #15755]
26510         * config.h.in: Define HAVE_PT_CHOWN.
26511         * config.make.in (build-pt-chown): New variable.
26512         * configure.in (--enable-pt_chown): New configure option.
26513         * configure: Regenerate.
26514         * login/Makefile: Include Makeconfig.  Build pt_chown only if
26515         build-pt-chown is enabled.
26516         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26517         pt_chown to fix pty ownership.
26518         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26519         CLOSE_ALL_FDS.
26520         * manual/install.texi (Configuring and compiling): Mention
26521         --enable-pt_chown. Add @findex for grantpt.
26522         * INSTALL: Regenerate.
26524 2013-07-20  David S. Miller  <davem@davemloft.net>
26526         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26527         difference between 32-bit and 64-bit.
26529 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
26531         [BZ #15711]
26532         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26533         Avoid system header dependency with -ffreestanding.
26534         ($(objpfx)bits/syscall%d): Likewise.
26536 2013-07-13  David S. Miller  <davem@davemloft.net>
26538         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26539         underflows from atanl/atan2l due to bug 15319.
26540         (casinh_test_data): Likewise.
26542 2013-07-07  David S. Miller  <davem@davemloft.net>
26544         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26546 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
26548         * sysdeps/i386/fpu/libm-test-ulps: Update.
26549         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26551 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
26553         * configure.in (--enable-lock-elision): Fix message text.
26554         * INSTALL: Regenerate.
26555         * configure: Regenerate.
26557 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26559         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26561 2013-07-03  Andreas Jaeger  <aj@suse.de>
26563         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26564         define.
26565         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26566         (ptrace_peeksiginfo_args): Add.
26567         (__ptrace_peeksiginfo_flags): Add.
26568         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26569         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26570         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26572 2013-07-03  Allan McRae  <allan@archlinux.org>
26574         * sysdeps/i386/fpu/libm-test-ulps: Update.
26576 2013-07-02  David S. Miller  <davem@davemloft.net>
26578         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26580 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
26582         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26584 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26586         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26587         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26589 2013-07-02  Andi Kleen <ak@linux.intel.com>
26591         * config.h.in (ENABLE_LOCK_ELISION): Add.
26592         * configure.in (--enable-lock-elision): Add option.
26593         * manual/install.texi: Document --enable lock elision.
26594         * configure: Regenerate
26595         * INSTALL: Regenerate.
26597 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
26599         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26600         SSE4.2 strcasecmp for libc.a.
26601         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26603 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
26605         [BZ #13304]
26606         * soft-fp/op-common.h (_FP_FMA): New macro.
26607         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26608         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
26609         (_FP_MUL_MEAT_1_imm): ... here.
26610         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
26611         (_FP_MUL_MEAT_1_wide): ... here.
26612         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
26613         (_FP_MUL_MEAT_1_hard): ... here.
26614         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26615         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
26616         (_FP_MUL_MEAT_2_wide): ... here.
26617         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
26618         (_FP_MUL_MEAT_2_wide_3mul): ... here.
26619         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
26620         (_FP_MUL_MEAT_2_gmp): ... here.
26621         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26622         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
26623         (_FP_MUL_MEAT_4_wide): ... here.
26624         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
26625         (_FP_MUL_MEAT_4_gmp): ... here.
26626         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26627         (_FP_WFRACBITS_DW_S): Likewise.
26628         (_FP_WFRACXBITS_DW_S): Likewise.
26629         (_FP_HIGHBIT_DW_S): Likewise.
26630         (FP_FMA_S): Likewise.
26631         (_FP_FRAC_HIGH_DW_S): Likewise.
26632         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26633         (_FP_WFRACBITS_DW_D): Likewise.
26634         (_FP_WFRACXBITS_DW_D): Likewise.
26635         (_FP_HIGHBIT_DW_D): Likewise.
26636         (FP_FMA_D): Likewise.
26637         (_FP_FRAC_HIGH_DW_D): Likewise.
26638         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26639         (_FP_WFRACBITS_DW_E): Likewise.
26640         (_FP_WFRACXBITS_DW_E): Likewise.
26641         (_FP_HIGHBIT_DW_E): Likewise.
26642         (FP_FMA_E): Likewise.
26643         (_FP_FRAC_HIGH_DW_E): Likewise.
26644         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26645         (_FP_WFRACBITS_DW_Q): Likewise.
26646         (_FP_WFRACXBITS_DW_Q): Likewise.
26647         (_FP_HIGHBIT_DW_Q): Likewise.
26648         (FP_FMA_Q): Likewise.
26649         (_FP_FRAC_HIGH_DW_Q): Likewise.
26650         * soft-fp/fmasf4.c: New file.
26651         * soft-fp/fmadf4.c: Likewise.
26652         * soft-fp/fmatf4.c: Likewise.
26654 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26656         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26657         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26658         Silvermont.
26659         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26660         macro.
26661         (index_Slow_SSE4_2): Likewise.
26662         (index_Prefer_PMINUB_for_stringop): Likewise.
26663         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26664         bit_Slow_SSE4_2 is set.
26665         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26666         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26668 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26670         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26671         rtld_global._dl_hwcap2.
26672         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26673         POWER8.
26674         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26675         POWER8 feature descriptions defined in _dl_hwcap2.
26676         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26677         string handling for POWER8 feature bits.
26678         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26679         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26680         _dl_powerpc_cap_flags.
26681         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26682         * sysdeps/powerpc/rtld-global-offsets.sym
26683         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26684         _dl_hwcap2 in the rtld_global_ro structure.
26686 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26688         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26689         hardware capabilities in support of AT_HWCAP2.
26690         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26691         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26692         GLRO(dl_hwcap2).
26693         (_dl_show_auxv): Add support for calling _dl_procinfo to display
26694         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
26695         explicitly the unknown a_type display mechanism is used.
26696         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26697         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26698         struct member.
26699         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26700         to macro prototype for AT_HWCAP2 support.
26701         * sysdeps/i386/dl-procinfo.h: Likewise.
26702         * sysdeps/s390/dl-procinfo.h: Likewise.
26703         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26704         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
26705         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
26706         return -1 for unknown a_type display fallback.
26707         * sysdeps/sparc/dl-procinfo.h: Likewise.
26708         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26709         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26711 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
26713         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26714         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26716 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
26718         [BZ #12492]
26719         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26720         mprotect making __stack_prot writable.
26722 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
26723             Joseph Myers  <joseph@codesourcery.com>
26725         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26726         as being properly aligned.
26728 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
26730         * dlfcn/modstatic5.c: New file.
26731         * dlfcn/tststatic5.c: New file.
26732         * dlfcn/Makefile (tests): Add tststatic5.
26733         (tests-static): Likewise.
26734         (modules-names): Add modstatic5.
26735         (tststatic5-ENV): New variable.
26736         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26738         [BZ #15022]
26739         * elf/dl-support.c (_dl_main_map): New variable.
26740         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26741         (_dl_nns, _dl_load_adds): Set to 1.
26742         (_dl_initial_searchlist): Refer to _dl_main_map.
26743         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26744         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26745         call to _dl_get_origin.
26746         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26747         around call_map.
26748         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26749         * dlfcn/modstatic3.c: New file.
26750         * dlfcn/tststatic3.c: New file.
26751         * dlfcn/tststatic4.c: New file.
26752         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26753         (tests-static): Likewise.
26754         (modules-names): Add modstatic3.
26755         (tststatic3-ENV, tststatic4-ENV): New variables.
26756         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26757         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26759 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
26761         * configure.in (CC): Require GCC version 4.4 or later.
26762         * configure: Regenerated.
26763         * manual/install.texi (Tools for Compilation): Update GCC version
26764         requirement.
26765         * INSTALL: Regenerated.
26767 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26769         [BZ #15674]
26770         * string/test-memcmp.c (check2): New.
26771         (main): Call check2.
26773         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26775 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
26777         [BZ #15022]
26778         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26779         over to...
26780         (dl_open_worker) [!SHARED]: ... here.
26782 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26784         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26786 2013-06-25  Richard Henderson  <rth@redhat.com>
26788         * locale/programs/locarchive.c: Include <libc-internal.h>
26790 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
26792         * manual/texinfo.tex: Update to version 2013-06-21.17, with
26793         trailing whitespace removed.
26795 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26797         [BZ #10283]
26798         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26799         * locale/programs/locarchive.c: Include libc-mmap.h.
26800         (prepare_address_space): Take two new outputs (the mmap base and len).
26801         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
26802         values.
26803         (create_archive): Declare new mmap base and len values for
26804         prepare_address_space, and store the result in ah.
26805         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26806         (enlarge_archive): If ah->mmap_base is not NULL, use that and
26807         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26808         Declare new mmap base and len values for
26809         prepare_address_space, and store the result in new_ah.
26810         (open_archive): Declare new mmap base and len values for
26811         prepare_address_space, and store the result in ah.
26812         (close_archive): If ah->mmap_base is not NULL, use that and
26813         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26814         * sysdeps/generic/libc-mmap.h: New file.
26816 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
26818         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26819         (ALIGN_UP): Likewise.
26820         (PTR_ALIGN_DOWN): Likewise.
26821         (PTR_ALIGN_UP): Likewise.
26823 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
26825         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26826         entry mapped to PPC_PLATFORM_POWER8.
26827         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26828         POWER8.
26829         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26830         (_dl_string_platform): Add case for exporting platform position for
26831         POWER8.
26832         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26833         search path to sysdeps/powerpc/powerpc32/power8 directory.
26834         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26835         search path to sysdeps/powerpc/powerpc64/power8 directory.
26836         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26837         power7 directories.
26838         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26839         power7 directories.
26841 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
26843         * INSTALL: Regenerate.
26845         * nscd/connections.c (nscd_init): Fix comment.
26847 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
26849         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26851         [BZ #15667]
26852         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26853         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26855 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26857         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26858         DL_DST_REQ_STATIC.
26859         (DL_DST_REQ_STATIC): Remove macro.
26861 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
26863         [BZ #7006]
26864         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26865         with a shift of 0 bits.
26867 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
26869         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26870         $(tststatic-ENV).
26872 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
26874         [BZ #15655]
26875         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26877 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26879         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26880         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26881         accepts -fno-tree-loop-distribute-patterns.
26882         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26883         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26884         recursive call.
26885         * string/memset.c (memset): Likewise.
26886         * string/test-memmove.c (simple_memmove): Disable loop transformation
26887         to library calls.
26888         * string/test-memset.c (simple_memset): Likewise.
26889         * benchtests/bench-memmove.c (simple_memmove): Likewise.
26890         * benchtests/bench-memset.c (simple_memset): Likewise.
26891         * configure: Regenerated.
26893 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
26895         * math/test-misc.c (main): Ignore fesetround failure when failures
26896         of subsequent rounding tests would be ignored.
26898         [BZ #15654]
26899         * math/fedisblxcpt.c (fedisableexcept): Return 0.
26900         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26901         * math/fegetenv.c (__fegetenv): Return 0.
26902         * math/fegetexcept.c (fegetexcept): Return 0.
26903         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26904         FE_TONEAREST.
26905         * math/feholdexcpt.c (feholdexcept): Return 0.
26906         * math/fesetenv.c (__fesetenv): Return 0.
26907         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26908         argument FE_TONEAREST.
26909         * math/feupdateenv.c (__feupdateenv): Return 0.
26910         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26912 2013-06-18  Roland McGrath  <roland@hack.frob.com>
26914         * elf/rtld-Rules (rtld-compile-command.S): New variable.
26915         (rtld-compile-command.s, rtld-compile-command.c): New variables.
26916         ($(objpfx)rtld-%.os rules): Use them.
26918 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
26920         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26921         fields.
26923 2013-06-17  Roland McGrath  <roland@hack.frob.com>
26925         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26926         length of target pattern, then descending length of dependency pattern.
26927         * configure.in (AWK): Require gawk 3.1.2 or newer.
26928         * manual/install.texi (Tools for Compilation): Say that we do.
26929         * configure: Regenerated.
26931         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26932         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26933         * scripts/sysd-rules.awk: ... this new script.
26934         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26935         than a glob-style pattern.
26937 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
26939         * math/test-misc.c (main): Do not treat incorrectly rounded
26940         conversions as failure unless ROUNDING_TESTS passes.
26942 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
26944         [BZ #15631]
26945         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26946         restore exception state around main square root computation, then
26947         check for inexactness explicitly.
26949         * math/libm-test.inc (fma_test_data): Add another test.
26951 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
26953         * manual/threads.texi (Non-POSIX Extensions): New document
26954         node.  Document pthread_getattr_default_np and
26955         pthread_setattr_default_np.
26957         * Versions.def (libpthread): Add GLIBC_2.18.
26958         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26960         Likewise.
26961         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26962         Likewise.
26963         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26964         Likewise.
26965         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26966         Likewise.
26967         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26968         Likewise.
26969         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26970         Likewise.
26971         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26972         Likewise.
26973         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26974         Likewise.
26975         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26976         Likewise.
26978 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
26980         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26981         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26983 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
26984             H.J. Lu  <hjl.tools@gmail.com>
26986         [BZ #15627]
26987         * sysdeps/x86_64/rtld-memset.c: Remove file.
26988         * sysdeps/x86_64/rtld-memset.S: New file.
26990 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
26992         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26993         (test_in_one_mode): Take arguments for whether the rounding mode
26994         is supported for each floating-point type.
26995         (do_test): Pass new arguments to test_in_one_mode using
26996         ROUNDING_TESTS.
26998 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27000         * posix/tst-waitid.c (do_test): Distinguish different instances of
27001         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
27002         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
27003         before entering the kernel for waitpid.
27005 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27007         * NEWS: Fix note on clock function precision.  Text by Roland
27008         McGrath.
27010 2013-06-13  Roland McGrath  <roland@hack.frob.com>
27012         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
27013         it into place only when and if the sanity check passes.
27015 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
27017         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
27018         output for whether conversion result is exact.  Take argument
27019         indicating whether type is IBM long double.
27020         (round_for_all): Change need_exact field to ibm_ld.
27021         * stdlib/tst-strtod-round.c (struct exactness): New type.
27022         (struct test): Change bool ld_ok field to struct exactness exact.
27023         (TEST): Update all definitions for change to field.
27024         (tests): Regenerate array contents.
27025         (test_in_one_mode): Take pointer to new field instead of old ld_ok
27026         field value.  Check for IBM long double here.
27027         (do_test): Update calls to test_in_one_mode.
27029 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
27031         [BZ #12515]
27032         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
27033         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
27035 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
27037         [BZ #15605]
27038         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
27039         generated by the compiler on loop optimizations.
27040         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
27041         general definitions.
27043 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
27045         * math/bug-nextafter.c: Include <math-tests.h>.
27046         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27047         the relevant type.
27048         * math/bug-nexttoward.c: Include <math-tests.h>.
27049         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27050         the relevant type.
27051         * math/test-misc.c: Include <math-tests.h>.
27052         (main): Only test for exceptions if EXCEPTION_TESTS is true for
27053         the relevant type.
27055 2013-06-12  Andreas Jaeger  <aj@suse.de>
27057         * po/ia.po: Update Interlingua translation from translation
27058         project.
27060 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
27062         * include/fenv.h: Include stdbool.h.
27063         (struct rm_ctx): New structure.
27064         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
27065         Define macro.
27066         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
27067         (SET_RESTORE_ROUNDF): Likewise.
27068         (SET_RESTORE_ROUNDL): Likewise.
27069         (SET_RESTORE_ROUND_NOEX): Likewise.
27070         (SET_RESTORE_ROUND_NOEXF): Likewise.
27071         (SET_RESTORE_ROUND_NOEXL): Likewise.
27072         (SET_RESTORE_ROUND_53BIT): Likewise.
27073         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
27074         (libc_feresetround_noexf_ctx): Likewise.
27075         (libc_feresetround_noexl_ctx): Likewise.
27076         (libc_feholdsetround_53bit_ctx): Likewise.
27077         (libc_feresetround_53bit_ctx): Likewise.
27078         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
27079         (libc_feholdexcept_setround_sse_ctx): New function.
27080         (libc_fesetenv_sse_ctx): Likewise.
27081         (libc_feupdateenv_sse_ctx): Likewise.
27082         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
27083         (libc_feholdexcept_setround_387_ctx): Likewise.
27084         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
27085         (libc_feholdsetround_387_prec_ctx): Likewise.
27086         (libc_feholdsetround_387_ctx): Likewise.
27087         (libc_feholdsetround_387_53bit_ctx): Likewise.
27088         (libc_feholdsetround_sse_ctx): Likewise.
27089         (libc_feresetround_sse_ctx): Likewise.
27090         (libc_feresetround_387_ctx): Likewise.
27091         (libc_feupdateenv_387_ctx): Likewise.
27092         (libc_feholdexcept_setroundf_ctx): Define macro.
27093         (libc_fesetenvf_ctx): Likewise.
27094         (libc_feupdateenvf_ctx): Likewise.
27095         (libc_feholdsetroundf_ctx): Likewise.
27096         (libc_feresetroundf_ctx): Likewise.
27097         (libc_feholdexcept_setround_ctx): Likewise.
27098         (libc_fesetenv_ctx): Likewise.
27099         (libc_feupdateenv_ctx): Likewise.
27100         (libc_feholdsetround_ctx): Likewise.
27101         (libc_feresetround_ctx): Likewise.
27102         (libc_feholdexcept_setroundl_ctx): Likewise.
27103         (libc_feupdateenvl_ctx): Likewise.
27104         (libc_feholdsetroundl_ctx): Likewise.
27105         (libc_feresetroundl_ctx): Likewise.
27106         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
27107         (libc_feresetround_53bit_ctx): Likewise.
27109 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27111         * locale/iso-639.def: Convert to UTF-8.
27113 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
27115         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
27116         (EXCEPTION_TESTS_double): Likewise.
27117         (EXCEPTION_TESTS_long_double): Likewise.
27118         (EXCEPTION_TESTS): Likewise.
27119         * math/libm-test.inc (test_exceptions): Only test exceptions if
27120         EXCEPTION_TESTS (FLOAT).
27122 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27124         * benchtests/Makefile (string-bench): Add strcpy_chk and
27125         stpcpy_chk.
27126         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
27127         * benchtests/bench-stpcpy_chk.c: New file.
27128         * benchtests/bench-strcpy_chk-ifunc.c: New file.
27129         * benchtests/bench-strcpy_chk.c: New file.
27130         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
27131         code.
27132         (do_test): Likewise.
27134 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27136         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
27137         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
27138         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
27139         with tabs where appropriate.
27140         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
27141         dl-procinfo.h.
27142         [PPC_PLATFORM_PPC440]: Likewise.
27143         [PPC_PLATFORM_PPC464]: Likewise.
27144         [PPC_PLATFORM_PPC476]: Likewise.
27145         (_dl_string_platform): Add support for detecting ppc405, ppc440,
27146         ppc464, and ppc476 platform strings merging from ports/
27147         dl-procinfo.h.
27149 2013-06-11  Andreas Schwab  <schwab@suse.de>
27151         [BZ #14991]
27152         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
27153         (from_ucs4_idx): Regenerate.
27154         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
27155         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
27156         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
27157         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
27158         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
27159         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
27160         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
27161         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
27162         from FROM_LOOP and TO_LOOP specific macros.
27163         (BODY): Handle combining characters.
27164         * iconvdata/BIG5HKSCS.irreversible: Update.
27165         * iconvdata/BIG5HKSCS.precomposed: New file.
27166         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
27167         characters.
27168         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
27170 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27172         * include/sys/time.h: Fix indentation and add copyright header.
27174         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
27175         (do_test): Likewise.
27176         * string/test-memchr.c (do_one_test): Likewise.
27177         (do_test): Likewise.
27178         * string/test-memcmp.c (do_one_test): Likewise.
27179         (do_test): Likewise.
27180         * string/test-memcpy.c (do_one_test): Likewise.
27181         (do_test): Likewise.
27182         * string/test-memmem.c (do_one_test): Likewise.
27183         (do_test): Likewise.
27184         (do_random_tests): Likewise.
27185         * string/test-memmove.c (do_one_test): Likewise.
27186         (do_test): Likewise.
27187         * string/test-memset.c (do_one_test): Likewise.
27188         (do_test): Likewise.
27189         * string/test-rawmemchr.c (do_one_test): Likewise.
27190         (do_test): Likewise.
27191         * string/test-strcasecmp.c (do_one_test): Likewise.
27192         (do_test): Likewise.
27193         * string/test-strcasestr.c (do_one_test): Likewise.
27194         (do_test): Likewise.
27195         * string/test-strcat.c (do_one_test): Likewise.
27196         (do_test): Likewise.
27197         * string/test-strchr.c (do_one_test): Likewise.
27198         (do_test): Likewise.
27199         * string/test-strcmp.c (do_one_test): Likewise.
27200         (do_test): Likewise.
27201         * string/test-strcpy.c (do_one_test): Likewise.
27202         (do_test): Likewise.
27203         * string/test-string.h: Likewise.
27204         (test_init): Likewise.
27205         * string/test-strlen.c (do_one_test): Likewise.
27206         (do_test): Likewise.
27207         * string/test-strncasecmp.c (do_one_test): Likewise.
27208         (do_test): Likewise.
27209         * string/test-strncat.c (do_one_test): Likewise.
27210         (do_test): Likewise.
27211         * string/test-strncmp.c (do_one_test): Likewise.
27212         (do_test_limit): Likewise.
27213         (do_test): Likewise.
27214         * string/test-strncpy.c (do_one_test): Likewise.
27215         (do_test): Likewise.
27216         * string/test-strnlen.c (do_one_test): Likewise.
27217         (do_test): Likewise.
27218         * string/test-strpbrk.c (do_one_test): Likewise.
27219         (do_test): Likewise.
27220         * string/test-strrchr.c (do_one_test): Likewise.
27221         (do_test): Likewise.
27222         * string/test-strspn.c (do_one_test): Likewise.
27223         (do_test): Likewise.
27224         * string/test-strstr.c (do_one_test): Likewise.
27225         (do_test): Likewise.
27227         * benchtests/Makefile (string-bench): Add string benchmarks.
27228         * benchtests/bench-bcopy-ifunc.c: New file.
27229         * benchtests/bench-bcopy.c: New file.
27230         * benchtests/bench-bzero-ifunc.c: New file.
27231         * benchtests/bench-bzero.c: New file.
27232         * benchtests/bench-memccpy-ifunc.c: New file.
27233         * benchtests/bench-memccpy.c: New file.
27234         * benchtests/bench-memchr-ifunc.c: New file.
27235         * benchtests/bench-memchr.c: New file.
27236         * benchtests/bench-memcmp-ifunc.c: New file.
27237         * benchtests/bench-memcmp.c: New file.
27238         * benchtests/bench-memmem-ifunc.c: New file.
27239         * benchtests/bench-memmem.c: New file.
27240         * benchtests/bench-memmove-ifunc.c: New file.
27241         * benchtests/bench-memmove.c: New file.
27242         * benchtests/bench-mempcpy-ifunc.c: New file.
27243         * benchtests/bench-mempcpy.c: New file.
27244         * benchtests/bench-memset-ifunc.c: New file.
27245         * benchtests/bench-memset.c: New file.
27246         * benchtests/bench-rawmemchr-ifunc.c: New file.
27247         * benchtests/bench-rawmemchr.c: New file.
27248         * benchtests/bench-stpcpy-ifunc.c: New file.
27249         * benchtests/bench-stpcpy.c: New file.
27250         * benchtests/bench-stpncpy-ifunc.c: New file.
27251         * benchtests/bench-stpncpy.c: New file.
27252         * benchtests/bench-strcasecmp-ifunc.c: New file.
27253         * benchtests/bench-strcasecmp.c: New file.
27254         * benchtests/bench-strcasestr-ifunc.c: New file.
27255         * benchtests/bench-strcasestr.c: New file.
27256         * benchtests/bench-strcat-ifunc.c: New file.
27257         * benchtests/bench-strcat.c: New file.
27258         * benchtests/bench-strchr-ifunc.c: New file.
27259         * benchtests/bench-strchr.c: New file.
27260         * benchtests/bench-strchrnul-ifunc.c: New file.
27261         * benchtests/bench-strchrnul.c: New file.
27262         * benchtests/bench-strcmp-ifunc.c: New file.
27263         * benchtests/bench-strcmp.c: New file.
27264         * benchtests/bench-strcpy-ifunc.c: New file.
27265         * benchtests/bench-strcpy.c: New file.
27266         * benchtests/bench-strcspn-ifunc.c: New file.
27267         * benchtests/bench-strcspn.c: New file.
27268         * benchtests/bench-strlen-ifunc.c: New file.
27269         * benchtests/bench-strlen.c: New file.
27270         * benchtests/bench-strncasecmp-ifunc.c: New file.
27271         * benchtests/bench-strncasecmp.c: New file.
27272         * benchtests/bench-strncat-ifunc.c: New file.
27273         * benchtests/bench-strncat.c: New file.
27274         * benchtests/bench-strncmp-ifunc.c: New file.
27275         * benchtests/bench-strncmp.c: New file.
27276         * benchtests/bench-strncpy-ifunc.c: New file.
27277         * benchtests/bench-strncpy.c: New file.
27278         * benchtests/bench-strnlen-ifunc.c: New file.
27279         * benchtests/bench-strnlen.c: New file.
27280         * benchtests/bench-strpbrk-ifunc.c: New file.
27281         * benchtests/bench-strpbrk.c: New file.
27282         * benchtests/bench-strrchr-ifunc.c: New file.
27283         * benchtests/bench-strrchr.c: New file.
27284         * benchtests/bench-strspn-ifunc.c: New file.
27285         * benchtests/bench-strspn.c: New file.
27286         * benchtests/bench-strstr-ifunc.c: New file.
27287         * benchtests/bench-strstr.c: New file.
27289         * benchtests/Makefile: Disable parallel execution of targets.
27290         (string-bench): Add memcpy.
27291         (benchset): New variable to store a list of benchmark sets.
27292         (bench-func): Renamed from bench.
27293         (bench-set): New target.
27294         (bench): Depend on bench-func and bench-set.
27295         * benchtests/README: Add section on benchmark sets.
27296         * benchtests/bench-memcpy-ifunc.c: New file.
27297         * benchtests/bench-memcpy.c: New file.
27298         * benchtests/bench-string.h: New file.
27300 2013-06-11  Andreas Schwab  <schwab@suse.de>
27302         [BZ #15577]
27303         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
27304         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
27305         values in the triple.
27306         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
27307         terminator in the group key.
27309 2013-06-11  Andreas Jaeger  <aj@suse.de>
27311         * po/zh_TW.po: Update Chinese (traditional) translation from
27312         translation project.
27314 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
27316         * include/time.h (__clock_gettime): Add libc_hidden_proto.
27317         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
27318         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
27319         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
27320         (clock_getcpuclockid): Likewise.
27321         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
27322         Add weak_alias and libc_hidden_def.
27323         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
27324         * rt/clock_gettime.c (clock_gettime): Rename to
27325         __clock_gettime.  Add weak_alias and libc_hidden_def.
27326         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
27327         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
27328         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
27329         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
27330         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
27331         Likewise.
27332         * rt/clock_settime.c (clock_settime): Rename to
27333         __clock_settime.  Add weak_alias and libc_hidden_def.
27334         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
27336 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
27338         * mach/err_boot.sub: Remove trailing whitespace.
27339         * mach/err_ipc.sub: Likewise.
27340         * mach/err_mach.sub: Likewise.
27342         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
27343         (ROUNDING_TESTS_double): Likewise.
27344         (ROUNDING_TESTS_long_double): Likewise.
27345         (ROUNDING_TESTS): Likewise.
27346         * math/libm-test.inc: Include <math-tests.h>.
27347         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
27348         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
27349         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
27350         (IF_ROUND_INIT_FE_UPWARD): Likewise.
27352 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
27354         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
27355         of assigning.
27357 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
27359         * sysdeps/gnu/errlist.awk: Do not generate space at end of
27360         otherwise empty TRANS lines.
27361         * sysdeps/gnu/errlist.c: Regenerated.
27363         * catgets/gencat.c (error_print): Use (void) in function
27364         definition.
27365         * crypt/crypt_util.c (__init_des): Likewise.
27366         * crypt/speeds.c (Stop): Likewise.
27367         (main): Likewise.
27368         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27369         * inet/ruserpass.c (token): Likewise.
27370         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27371         * intl/localealias.c (extend_alias_table): Likewise.
27372         * intl/plural-exp.c (init_germanic_plural): Likewise.
27373         * libio/fcloseall.c (__fcloseall): Likewise.
27374         * libio/genops.c (_IO_flush_all): Likewise.
27375         (_IO_flush_all_linebuffered): Likewise.
27376         (_IO_cleanup): Likewise.
27377         (_IO_iter_begin): Likewise.
27378         (_IO_iter_end): Likewise.
27379         (_IO_list_lock): Likewise.
27380         (_IO_list_unlock): Likewise.
27381         (_IO_list_resetlock): Likewise.
27382         * libio/getchar.c (getchar): Likewise.
27383         * libio/getchar_u.c (getchar_unlocked): Likewise.
27384         * libio/getwchar.c (getwchar): Likewise.
27385         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27386         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27387         * login/getpt.c (__getpt): Likewise.
27388         * login/tst-utmp.c (main): Likewise.
27389         * malloc/hooks.c (__malloc_check_init): Likewise.
27390         * malloc/malloc.c (__malloc_stats): Likewise.
27391         * malloc/mtrace.c (tr_break): Likewise.
27392         (mtrace): Likewise.
27393         (muntrace): Likewise.
27394         * misc/fstab.c (endfsent): Likewise.
27395         * misc/getclktck.c (__getclktck): Likewise.
27396         * misc/getdtsz.c (__getdtablesize): Likewise.
27397         * misc/gethostid.c (gethostid): Likewise.
27398         * misc/getpagesize.c (__getpagesize): Likewise.
27399         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27400         (__get_nprocs): Likewise.
27401         (__get_phys_pages): Likewise.
27402         (__get_avphys_pages): Likewise.
27403         * misc/getttyent.c (getttyent): Likewise.
27404         (setttyent): Likewise.
27405         (endttyent): Likewise.
27406         * misc/getusershell.c (getusershell): Likewise.
27407         (endusershell): Likewise.
27408         (setusershell): Likewise.
27409         (initshells): Likewise.
27410         * misc/hsearch.c (__hdestroy): Likewise.
27411         * misc/sync.c (sync): Likewise.
27412         * misc/syslog.c (closelog_internal): Likewise.
27413         (closelog): Likewise.
27414         * misc/ttyslot.c (ttyslot): Likewise.
27415         * misc/vhangup.c (vhangup): Likewise.
27416         * posix/fork.c (__fork): Likewise.
27417         * posix/getegid.c (__getegid): Likewise.
27418         * posix/geteuid.c (__geteuid): Likewise.
27419         * posix/getgid.c (__getgid): Likewise.
27420         * posix/getpid.c (__getpid): Likewise.
27421         * posix/getppid.c (__getppid): Likewise.
27422         * posix/getuid.c (__getuid): Likewise.
27423         * posix/pause.c (pause): Likewise.
27424         * posix/setpgrp.c (setpgrp): Likewise.
27425         * posix/setsid.c (__setsid): Likewise.
27426         * posix/test-vfork.c (noop): Likewise.
27427         * resolv/gethnamaddr.c (_endhtent): Likewise.
27428         (_gethtent): Likewise.
27429         (ht_endhostent): Likewise.
27430         (gethostent): Likewise.
27431         (dns_service): Likewise.
27432         * stdlib/drand48.c (drand48): Likewise.
27433         * stdlib/lrand48.c (lrand48): Likewise.
27434         * stdlib/mrand48.c (mrand48): Likewise.
27435         * stdlib/rand.c (rand): Likewise.
27436         * stdlib/random.c (__random): Likewise.
27437         * stdlib/setenv.c (clearenv): Likewise.
27438         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27439         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27440         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27441         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27442         (__get_nprocs): Likewise.
27443         (__get_phys_pages): Likewise.
27444         (__get_avphys_pages): Likewise.
27445         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27446         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27447         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27448         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27449         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27450         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27451         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27452         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27453         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27454         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27455         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27456         * sysdeps/mach/hurd/sync.c (sync): Likewise.
27457         * sysdeps/posix/clock.c (clock): Likewise.
27458         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27459         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27460         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27461         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27462         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27463         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27464         (__get_nprocs_conf): Likewise.
27465         (__get_phys_pages): Likewise.
27466         (__get_avphys_pages): Likewise.
27467         * time/clock.c (clock): Likewise.
27468         * time/tzset.c (__tzname_max): Likewise.
27470 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
27472         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27473         (__bswap_32): Do not use "register".
27474         * crypt/crypt.c (_ufc_doit_r): Likewise.
27475         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27476         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27477         * gmon/gmon.c (__monstartup): Likewise.
27478         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27479         * hurd/hurdmalloc.c (more_memory): Likewise.
27480         (malloc): Likewise.
27481         (free): Likewise.
27482         (realloc): Likewise.
27483         (malloc_fork_prepare): Likewise.
27484         (malloc_fork_parent): Likewise.
27485         (malloc_fork_child): Likewise.
27486         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27487         (_svcauth_des): Likewise.
27488         * inet/inet_lnaof.c (inet_lnaof): Likewise.
27489         * inet/inet_net.c (inet_network): Likewise.
27490         * inet/inet_netof.c (inet_netof): Likewise.
27491         * inet/rcmd.c (__validuser2_sa): Likewise.
27492         * io/fts.c (fts_open): Likewise.
27493         (fts_load): Likewise.
27494         (fts_close): Likewise.
27495         (fts_read): Likewise.
27496         (fts_children): Likewise.
27497         (fts_build): Likewise.
27498         (fts_stat): Likewise.
27499         (fts_sort): Likewise.
27500         (fts_alloc): Likewise.
27501         (fts_lfree): Likewise.
27502         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27503         (_IO_file_xsgetn): Likewise.
27504         (_IO_file_xsgetn_mmap): Likewise.
27505         * libio/iofopncook.c (_IO_cookie_read): Likewise.
27506         (_IO_cookie_write): Likewise.
27507         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27508         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27509         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27510         * malloc/obstack.c (_obstack_begin): Likewise.
27511         (_obstack_begin_1): Likewise.
27512         (_obstack_newchunk): Likewise.
27513         (_obstack_allocated_p): Likewise.
27514         (obstack_free): Likewise.
27515         (_obstack_memory_used): Likewise.
27516         * misc/getttyent.c (getttynam): Likewise.
27517         (getttyent): Likewise.
27518         (skip): Likewise.
27519         (value): Likewise.
27520         * misc/getusershell.c (initshells): Likewise.
27521         * misc/syslog.c (__vsyslog_chk): Likewise.
27522         * misc/ttyslot.c (ttyslot): Likewise.
27523         * nis/nis_hash.c (__nis_hash): Likewise.
27524         * posix/fnmatch_loop.c (FCT): Likewise.
27525         * posix/getconf.c (print_all): Likewise.
27526         (main): Likewise.
27527         * posix/getopt.c (exchange): Likewise.
27528         * posix/glob.c (globfree): Likewise.
27529         (prefix_array): Likewise.
27530         (__glob_pattern_type): Likewise.
27531         * resolv/arpa/nameser.h (NS_GET16): Likewise.
27532         (NS_GET32): Likewise.
27533         (NS_PUT16): Likewise.
27534         (NS_PUT32): Likewise.
27535         * resolv/gethnamaddr.c (getanswer): Likewise.
27536         (gethostbyname2): Likewise.
27537         (gethostbyaddr): Likewise.
27538         (_gethtent): Likewise.
27539         (_gethtbyname2): Likewise.
27540         (_gethtbyaddr): Likewise.
27541         * resolv/ns_print.c (dst_s_get_int16): Likewise.
27542         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27543         * resolv/res_init.c (__res_vinit): Likewise.
27544         (net_mask): Likewise.
27545         * resolv/res_mkquery.c (outchar): Likewise.
27546         (PRINT): Likewise.
27547         * stdio-common/printf_fp.c (outchar): Likewise.
27548         (PRINT): Likewise.
27549         * stdio-common/printf_fphex.c (outchar): Likewise.
27550         (PRINT): Likewise.
27551         * stdio-common/printf_size.c (outchar): Likewise.
27552         (PRINT): Likewise.
27553         * stdio-common/test_rdwr.c (main): Likewise.
27554         * stdio-common/tfformat.c (matches): Likewise.
27555         * stdio-common/vfprintf.c (outchar): Likewise.
27556         (printf_unknown): Likewise.
27557         (buffered_vfprintf): Likewise.
27558         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27559         * stdio-common/xbug.c (AppendToBuffer): Likewise.
27560         (ReadFile): Likewise.
27561         * stdlib/qsort.c (SWAP): Likewise.
27562         (_quicksort): Likewise.
27563         * stdlib/setenv.c (__add_to_environ): Likewise.
27564         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27565         * stdlib/strtol_l.c (__strtol_l): Likewise.
27566         * stdlib/tst-strtod.c (main): Likewise.
27567         * stdlib/tst-strtol.c (main): Likewise.
27568         * stdlib/tst-strtoll.c (main): Likewise.
27569         * string/bits/string2.h (__strcmp_cc): Likewise.
27570         (__strcmp_cg): Likewise.
27571         (__strcspn_c1): Likewise.
27572         (__strcspn_c2): Likewise.
27573         (__strcspn_c3): Likewise.
27574         (__strspn_c1): Likewise.
27575         (__strspn_c2): Likewise.
27576         (__strspn_c3): Likewise.
27577         (__strsep_1c): Likewise.
27578         (__strsep_2c): Likewise.
27579         (__strsep_3c): Likewise.
27580         * string/memccpy.c (__memccpy): Likewise.
27581         * string/stpcpy.c (__stpcpy): Likewise.
27582         * string/strcmp.c (strcmp): Likewise.
27583         * string/strrchr.c (strrchr): Likewise.
27584         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27585         Likewise.
27586         * sysdeps/mach/hurd/getcwd.c
27587         (_hurd_canonicalize_directory_name_internal): Likewise.
27588         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27589         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27590         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27591         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27592         Likewise, in both definitions.
27593         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27594         definitions.
27595         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27596         64] (__bswap_64): Likewise.
27597         * time/test_time.c (main): Likewise.
27598         * time/tzfile.c (__tzfile_read): Likewise.
27599         (__tzfile_compute): Likewise.
27600         * time/tzset.c (__tzset_parse_tz): Likewise.
27601         (tzset_internal): Likewise.
27602         (compute_change): Likewise.
27603         * wcsmbs/wcscat.c (__wcscat): Likewise.
27604         * wcsmbs/wcschr.c (wcschr): Likewise.
27605         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27606         * wcsmbs/wcscspn.c (wcscspn): Likewise.
27607         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27608         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27609         * wcsmbs/wcsspn.c (wcsspn): Likewise.
27610         * wcsmbs/wcsstr.c (wcsstr): Likewise.
27611         * wcsmbs/wmemchr.c (wmemchr): Likewise.
27612         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27613         * wcsmbs/wmemset.c (wmemset): Likewise.
27615 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
27617         * scripts/config.guess: Update to version 2013-05-16.
27618         * scripts/config.sub: Update to version 2013-04-24.
27619         * scripts/install-sh: Update to version 2011-11-20.07.
27620         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27621         * scripts/move-if-change: Update to version 2012-01-06 07:23.
27623 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
27625         * debug/fgetws_u_chk.c: Fix leading whitespaces.
27626         * elf/sln.c: Likewise.
27627         * hurd/hurd/ioctl.h: Likewise.
27628         * hurd/hurdmalloc.c: Likewise.
27629         * hurd/xattr.c: Likewise.
27630         * include/shlib-compat.h: Likewise.
27631         * inet/ruserpass.c: Likewise.
27632         * libio/iofgets_u.c: Likewise.
27633         * libio/iofgetws_u.c: Likewise.
27634         * locale/programs/ld-identification.c: Likewise.
27635         * locale/programs/ld-time.c: Likewise.
27636         * mach/msg-destroy.c: Likewise.
27637         * nss/nss_files/files-netgrp.c: Likewise.
27638         * resolv/res_data.c: Likewise.
27639         * soft-fp/op-1.h: Likewise.
27640         * soft-fp/op-2.h: Likewise.
27641         * soft-fp/op-4.h: Likewise.
27642         * soft-fp/op-common.h: Likewise.
27643         * stdio-common/printf_fphex.c: Likewise.
27644         * stdlib/strtod_l.c: Likewise.
27645         * sunrpc/rpc/clnt.h: Likewise.
27646         * sysdeps/generic/framestate.c: Likewise.
27647         * sysdeps/i386/bsd-_setjmp.S: Likewise.
27648         * sysdeps/i386/bsd-setjmp.S: Likewise.
27649         * sysdeps/i386/__longjmp.S: Likewise.
27650         * sysdeps/i386/setjmp.S: Likewise.
27651         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27652         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27653         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27654         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27655         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27656         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27657         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27658         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27659         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27660         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27661         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27662         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27663         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27664         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27665         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27666         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27667         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27668         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27669         * sysdeps/ieee754/support.c: Likewise.
27670         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27671         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27672         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27673         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27674         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27675         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27676         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27677         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27678         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27679         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27680         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27681         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27682         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27683         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27684         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27685         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27686         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27689 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
27691         * posix/transbug.c: Remove executable mode.
27693 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
27695         * crypt/speeds.c: Remove trailing whitespace.
27696         * dlfcn/default.c: Likewise.
27697         * elf/ifuncdep2.c: Likewise.
27698         * elf/ifuncmain1.c: Likewise.
27699         * elf/ifuncmain1vis.c: Likewise.
27700         * elf/testobj.h: Likewise.
27701         * elf/tst-stackguard1.c: Likewise.
27702         * gmon/sys/gmon.h: Likewise.
27703         * hurd/hurdmsg.c: Likewise.
27704         * hurd/new-fd.c: Likewise.
27705         * hurd/ports-get.c: Likewise.
27706         * iconvdata/ibm1008_420.c: Likewise.
27707         * inet/tst-getni1.c: Likewise.
27708         * inet/tst-getni2.c: Likewise.
27709         * libio/ioungetc.c: Likewise.
27710         * libio/wfiledoalloc.c: Likewise.
27711         * manual/libm-err-tab.pl: Likewise.
27712         * math/w_dremf.c: Likewise.
27713         * misc/ftruncate.c: Likewise.
27714         * posix/bug-glob2.c: Likewise.
27715         * posix/tst-pcre.c: Likewise.
27716         * posix/wait4.c: Likewise.
27717         * resolv/README: Likewise.
27718         * resolv/res_debug.h: Likewise.
27719         * resolv/tst-inet_ntop.c: Likewise.
27720         * setjmp/bug269-setjmp.c: Likewise.
27721         * soft-fp/extended.h: Likewise.
27722         * soft-fp/op-1.h: Likewise.
27723         * soft-fp/op-2.h: Likewise.
27724         * soft-fp/op-4.h: Likewise.
27725         * soft-fp/op-8.h: Likewise.
27726         * soft-fp/testit.c: Likewise.
27727         * stdio-common/bug16.c: Likewise.
27728         * stdlib/random.c: Likewise.
27729         * sunrpc/rpcsvc/rquota.x: Likewise.
27730         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27731         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27732         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27733         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27734         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27735         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27736         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27737         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27738         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27739         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27740         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27741         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27742         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27743         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27744         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27745         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27746         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27747         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27748         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27749         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27750         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27751         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27752         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27753         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27754         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27755         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27756         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27757         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27758         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27759         * sysdeps/ieee754/s_lib_version.c: Likewise.
27760         * sysdeps/mach/hurd/check_fds.c: Likewise.
27761         * sysdeps/mach/hurd/getsockname.c: Likewise.
27762         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27763         * sysdeps/mach/hurd/recvfrom.c: Likewise.
27764         * sysdeps/powerpc/bits/link.h: Likewise.
27765         * sysdeps/powerpc/dl-procinfo.c: Likewise.
27766         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27767         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27768         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27769         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27770         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27771         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27772         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27773         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27774         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27775         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27776         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27777         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27778         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27779         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27780         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27781         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27782         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27783         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27784         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27785         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27786         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27787         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27788         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27789         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27790         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27791         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27792         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27793         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27794         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27795         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27796         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27797         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27798         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27799         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27800         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27801         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27802         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27803         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27804         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27805         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27806         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27807         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27808         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27809         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27810         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27811         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27812         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27813         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27814         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27815         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27816         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27817         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27818         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27819         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27820         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27821         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27822         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27823         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27824         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27825         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27826         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27827         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27828         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27829         * sysdeps/powerpc/sysdep.h: Likewise.
27830         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27831         * sysdeps/s390/s390-64/sub_n.S: Likewise.
27832         * sysdeps/sh/dl-trampoline.S: Likewise.
27833         * sysdeps/sh/memset.S: Likewise.
27834         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27835         * sysdeps/sh/strlen.S: Likewise.
27836         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27837         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27838         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27839         * sysdeps/sparc/sparc32/rem.S: Likewise.
27840         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27841         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27842         * sysdeps/sparc/sparc32/strchr.S: Likewise.
27843         * sysdeps/sparc/sparc32/udiv.S: Likewise.
27844         * sysdeps/sparc/sparc32/urem.S: Likewise.
27845         * sysdeps/sparc/sparc64/add_n.S: Likewise.
27846         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27847         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27848         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27849         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27850         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27851         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27852         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27853         * sysdeps/unix/bsd/times.c: Likewise.
27854         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27855         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27858         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27859         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27860         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27861         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27862         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27863         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27864         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27865         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27866         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27867         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27868         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27869         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27870         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27871         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27872         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27873         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27874         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27875         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27876         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27877         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27878         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27879         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27880         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27881         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27882         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27883         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27884         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27885         * sysdeps/x86_64/strcspn.S: Likewise.
27887 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
27889         * locale/C-translit.h: Revert #include <stdint.h> because this is a
27890         generated file.  Regenerate properly from gen-translit.pl.
27891         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
27892         locale/C-translit.h.
27894 2013-06-05  Andreas Schwab  <schwab@suse.de>
27896         [BZ #15100]
27897         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27898         week as 6 instead of -1.
27899         * time/tst-strptime.c (day_tests): Add test case.
27901 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
27903         * sysdeps/generic/math_private.h
27904         (libc_feholdexcept_setround_53bit): Replace with
27905         libc_feholdsetround_53bit.
27906         (libc_feupdateenv_53bit): Replace with
27907         libc_feresetround_53bit.
27908         (SET_RESTORE_ROUND_53BIT): Adjust.
27910 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
27912         * string/test-strchrnul.c: Add copyright header.
27914         * posix/tst-getaddrinfo4.c: Increase test timeout.
27916 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
27918         [BZ #15536]
27919         * math/libm-test.inc (MAX_EXP): Remove
27920         (MIN_EXP): Define.
27921         (ulp): Use MIN_EXP - MANT_DIG.
27922         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27924 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
27926         * po/be.po: Revert last change.
27927         * po/zh_CN.po: Likewise.
27928         * po/header.pot: Likewise.
27930 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
27932         * Makefile ($(common-objpfx)linkobj/libc.so): Define
27933         link-libc-deps to empty as target-specific variable.
27934         * Makerules (link-libc-args): New variable.
27935         (libc-for-link): Likewise.
27936         (link-libc-deps): Likewise.
27937         (lib%.so): Depend on $(link-libc-deps).  Link with
27938         $(link-libc-args).
27939         (build-module): Link with $(link-libc-args).
27940         (build-module-asneeded): Likewise.
27941         (build-module-helper-objlist): Filter out $(link-libc-deps) from
27942         list of objects.
27943         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27944         target-specific variable.
27945         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27946         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27947         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27948         libc.
27949         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27950         libc and ld.so.
27951         ($(objpfx)libpcprofile.so): Likewise.
27952         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27953         libc_nonshared.a.
27954         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27955         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27956         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27957         $(link-libc-deps).
27958         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27959         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27960         * login/Makefile ($(objpfx)libutil.so): Likewise.
27961         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27962         * math/Makefile ($(objpfx)libm.so): Likewise.
27963         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27964         $(objpfx)libnsl.so): Define libc-for-link as target-specific
27965         variable instead of depending directly on libc.
27966         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27967         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27968         $(link-libc-deps).
27969         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27970         libc.
27971         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27972         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27973         ($(objpfx)libanl.so): Likewise.
27974         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27975         ld.so.
27976         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27977         $(link-libc-deps).
27978         * sysdeps/i386/fpu/Makefile: Remove file.
27979         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27980         ($(objpfx)libm.so): Remove dependency on ld.so.
27982 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
27984         [BZ # 15553]
27985         * nis/yp_xdr.c (XDRMAXNAME): Define.
27986         (XDRMAXRECORD): Define.
27987         (xdr_domainname): Use XDRMAXNAME.
27988         (xdr_mapname): Likewise.
27989         (xdr_peername): Likewise.
27990         (xdr_keydat): Use XDRMAXRECORD.
27991         (xdr_valdat): Likewise.
27993 2013-05-30  Jeff Law  <law@redhat.com>
27995         [BZ #14256]
27996         * manual/errno.texi (ESTALE): Update to account for more than
27997         just NFS file systems.
27998         * sysdeps/gnu/errlist.c: Regenerated.
28000 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
28002         [BZ #15465]
28003         * elf/Makefile (tests): Add tst-null-argv.
28004         (modules-names):  Add tst-null-argv-lib.
28005         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
28006         (tst-null-argv-ENV): Set environment for tst-null-argv.
28007         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
28008         (RTLD_PROGNAME): New macro.
28009         * elf/tst-null-argv.c: New test case.
28010         * elf/tst-null-argv-lib.c: Library for test case.
28011         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
28012         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
28013         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
28014         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
28015         * elf/dl-init.c (call_init): Likewise.
28016         (_dl_init): Likewise.
28017         * elf/dl-load.c (print_search_path): Likewise.
28018         (_dl_map_object): Likewise.
28019         * elf/dl-lookup.c (do_lookup_x): Likewise.
28020         (add_dependency): Likewise.
28021         (_dl_lookup_symbol_x): Likewise.
28022         (_dl_debug_bindings): Likewise.
28023         * elf/dl-open.c (_dl_show_scope): Likewise.
28024         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
28025         * elf/dl-version.c (match_symbol): Likewise.
28026         (_dl_check_map_versions): Likewise.
28027         * elf/rtld.c (dl_main): Likewise.
28028         (print_unresolved): Use RTLD_PROGNAME.
28029         (print_missing_version): Likewise.
28030         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
28031         (elf_machine_rela): Likewise.
28032         * sysdeps/powerpc/powerpc32/dl-machine.c
28033         (__process_machine_rela): Likewise.
28034         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
28035         Likewise.
28036         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
28037         Likewise.
28038         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
28039         Likewise.
28040         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
28041         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
28042         Likewise.
28043         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
28044         Likewise.
28045         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
28047 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
28049         * po/be.po: Add descriptive title.
28050         * po/zh_CN.po: Likewise.
28051         * po/header.pot: Likewise.
28053 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
28055         * locale/programs/locarchive.c (create_archive): Inlucde fname in
28056         error message.
28057         (enlarge_archive): Likewise.
28059 2013-05-28  Ben North  <ben@redfrontdoor.org>
28061         * manual/arith.texi (frexp): It is the magnitude of the return
28062         value which lies in [0.5, 1), not the return value itself.
28064 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28066         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28068 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
28070         * stdio-common/bug26.c (main): Correct fscanf template.
28072         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
28073         declare _dl_skip_args.
28075         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
28076         Don't declare.
28078         * manual/platform.texi: Add missing @end deftypefun.
28080 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28082         [BZ #15529]
28083         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
28084         bit of mantissa of 2^16382.
28085         * math/libm-test.inc (hypot_test_data): Add more tests.
28087         * math/libm-test.inc: Add drem and pow10 to list of tested
28088         functions.
28089         (pow10_test): New function.
28090         (drem_test): Likewise.
28091         (drem_test_tonearest): Likewise.
28092         (drem_test_towardzero): Likewise.
28093         (drem_test_downward): Likewise.
28094         (drem_test_upward): Likewise.
28095         (main): Call the new functions.
28097         * math/libm-test.inc (finite_test_data): Remove.
28098         (finite_test): Run tests from isfinite_test_data.
28099         (gamma_test_data): Remove.
28100         (gamma_test): Run tests from lgamma_test_data.
28101         * sysdeps/i386/fpu/libm-test-ulps: Update.
28102         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28104 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28106         * manual/platform.texi: Add PowerPC PPR function set documentation.
28107         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
28108         implementation.
28110 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
28112         * math/libm-test.inc (MAX_EXP): Define.
28113         (ULPDIFF): Define.
28114         (ulp): New function.
28115         (check_float_internal): Use ULPDIFF.
28116         (cpow_test): Disable failing test.
28117         (check_ulp): Test ulp() implemetnation.
28118         (main): Call check_ulp before starting tests.
28120 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
28122         * math/gen-libm-test.pl (generate_testfile): Do not handle
28123         START_DATA and END_DATA.
28124         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
28125         END_DATA.
28126         (acos_tonearest_test_data): Likewise.
28127         (acos_towardzero_test_data): Likewise.
28128         (acos_downward_test_data): Likewise.
28129         (acos_upward_test_data): Likewise.
28130         (acosh_test_data): Likewise.
28131         (asin_test_data): Likewise.
28132         (asin_tonearest_test_data): Likewise.
28133         (asin_towardzero_test_data): Likewise.
28134         (asin_downward_test_data): Likewise.
28135         (asin_upward_test_data): Likewise.
28136         (asinh_test_data): Likewise.
28137         (atan_test_data): Likewise.
28138         (atanh_test_data): Likewise.
28139         (atan2_test_data): Likewise.
28140         (cabs_test_data): Likewise.
28141         (cacos_test_data): Likewise.
28142         (cacosh_test_data): Likewise.
28143         (carg_test_data): Likewise.
28144         (casin_test_data): Likewise.
28145         (casinh_test_data): Likewise.
28146         (catan_test_data): Likewise.
28147         (catanh_test_data): Likewise.
28148         (cbrt_test_data): Likewise.
28149         (ccos_test_data): Likewise.
28150         (ccosh_test_data): Likewise.
28151         (ceil_test_data): Likewise.
28152         (cexp_test_data): Likewise.
28153         (cimag_test_data): Likewise.
28154         (clog_test_data): Likewise.
28155         (clog10_test_data): Likewise.
28156         (conj_test_data): Likewise.
28157         (copysign_test_data): Likewise.
28158         (cos_test_data): Likewise.
28159         (cos_tonearest_test_data): Likewise.
28160         (cos_towardzero_test_data): Likewise.
28161         (cos_downward_test_data): Likewise.
28162         (cos_upward_test_data): Likewise.
28163         (cosh_test_data): Likewise.
28164         (cosh_tonearest_test_data): Likewise.
28165         (cosh_towardzero_test_data): Likewise.
28166         (cosh_downward_test_data): Likewise.
28167         (cosh_upward_test_data): Likewise.
28168         (cpow_test_data): Likewise.
28169         (cproj_test_data): Likewise.
28170         (creal_test_data): Likewise.
28171         (csin_test_data): Likewise.
28172         (csinh_test_data): Likewise.
28173         (csqrt_test_data): Likewise.
28174         (ctan_test_data): Likewise.
28175         (ctan_tonearest_test_data): Likewise.
28176         (ctan_towardzero_test_data): Likewise.
28177         (ctan_downward_test_data): Likewise.
28178         (ctan_upward_test_data): Likewise.
28179         (ctanh_test_data): Likewise.
28180         (ctanh_tonearest_test_data): Likewise.
28181         (ctanh_towardzero_test_data): Likewise.
28182         (ctanh_downward_test_data): Likewise.
28183         (ctanh_upward_test_data): Likewise.
28184         (erf_test_data): Likewise.
28185         (erfc_test_data): Likewise.
28186         (exp_test_data): Likewise.
28187         (exp_tonearest_test_data): Likewise.
28188         (exp_towardzero_test_data): Likewise.
28189         (exp_downward_test_data): Likewise.
28190         (exp_upward_test_data): Likewise.
28191         (exp10_test_data): Likewise.
28192         (exp2_test_data): Likewise.
28193         (expm1_test_data): Likewise.
28194         (fabs_test_data): Likewise.
28195         (fdim_test_data): Likewise.
28196         (finite_test_data): Likewise.
28197         (floor_test_data): Likewise.
28198         (fma_test_data): Likewise.
28199         (fma_towardzero_test_data): Likewise.
28200         (fma_downward_test_data): Likewise.
28201         (fma_upward_test_data): Likewise.
28202         (fmax_test_data): Likewise.
28203         (fmin_test_data): Likewise.
28204         (fmod_test_data): Likewise.
28205         (fpclassify_test_data): Likewise.
28206         (frexp_test_data): Likewise.
28207         (gamma_test_data): Likewise.
28208         (hypot_test_data): Likewise.
28209         (ilogb_test_data): Likewise.
28210         (isfinite_test_data): Likewise.
28211         (isgreater_test_data): Likewise.
28212         (isgreaterequal_test_data): Likewise.
28213         (isinf_test_data): Likewise.
28214         (isless_test_data): Likewise.
28215         (islessequal_test_data): Likewise.
28216         (islessgreater_test_data): Likewise.
28217         (isnan_test_data): Likewise.
28218         (isnormal_test_data): Likewise.
28219         (issignaling_test_data): Likewise.
28220         (isunordered_test_data): Likewise.
28221         (j0_test_data): Likewise.
28222         (j1_test_data): Likewise.
28223         (jn_test_data): Likewise.
28224         (ldexp_test_data): Likewise.
28225         (lgamma_test_data): Likewise.
28226         (lrint_test_data): Likewise.
28227         (lrint_tonearest_test_data): Likewise.
28228         (lrint_towardzero_test_data): Likewise.
28229         (lrint_downward_test_data): Likewise.
28230         (lrint_upward_test_data): Likewise.
28231         (llrint_test_data): Likewise.
28232         (llrint_tonearest_test_data): Likewise.
28233         (llrint_towardzero_test_data): Likewise.
28234         (llrint_downward_test_data): Likewise.
28235         (llrint_upward_test_data): Likewise.
28236         (log_test_data): Likewise.
28237         (log10_test_data): Likewise.
28238         (log1p_test_data): Likewise.
28239         (log2_test_data): Likewise.
28240         (logb_test_data): Likewise.
28241         (logb_downward_test_data): Likewise.
28242         (lround_test_data): Likewise.
28243         (llround_test_data): Likewise.
28244         (modf_test_data): Likewise.
28245         (nearbyint_test_data): Likewise.
28246         (nextafter_test_data): Likewise.
28247         (nexttoward_test_data): Likewise.
28248         (pow_test_data): Likewise.
28249         (pow_tonearest_test_data): Likewise.
28250         (pow_towardzero_test_data): Likewise.
28251         (pow_downward_test_data): Likewise.
28252         (pow_upward_test_data): Likewise.
28253         (remainder_test_data): Likewise.
28254         (remainder_tonearest_test_data): Likewise.
28255         (remainder_towardzero_test_data): Likewise.
28256         (remainder_downward_test_data): Likewise.
28257         (remainder_upward_test_data): Likewise.
28258         (remquo_test_data): Likewise.
28259         (rint_test_data): Likewise.
28260         (rint_tonearest_test_data): Likewise.
28261         (rint_towardzero_test_data): Likewise.
28262         (rint_downward_test_data): Likewise.
28263         (rint_upward_test_data): Likewise.
28264         (round_test_data): Likewise.
28265         (scalb_test_data): Likewise.
28266         (scalbn_test_data): Likewise.
28267         (scalbln_test_data): Likewise.
28268         (signbit_test_data): Likewise.
28269         (sin_test_data): Likewise.
28270         (sin_tonearest_test_data): Likewise.
28271         (sin_towardzero_test_data): Likewise.
28272         (sin_downward_test_data): Likewise.
28273         (sin_upward_test_data): Likewise.
28274         (sincos_test_data): Likewise.
28275         (sinh_test_data): Likewise.
28276         (sinh_tonearest_test_data): Likewise.
28277         (sinh_towardzero_test_data): Likewise.
28278         (sinh_downward_test_data): Likewise.
28279         (sinh_upward_test_data): Likewise.
28280         (sqrt_test_data): Likewise.
28281         (tan_test_data): Likewise.
28282         (tan_tonearest_test_data): Likewise.
28283         (tan_towardzero_test_data): Likewise.
28284         (tan_downward_test_data): Likewise.
28285         (tan_upward_test_data): Likewise.
28286         (tanh_test_data): Likewise.
28287         (tgamma_test_data): Likewise.
28288         (trunc_test_data): Likewise.
28289         (y0_test_data): Likewise.
28290         (y1_test_data): Likewise.
28291         (yn_test_data): Likewise.
28292         (significand_test_data): Likewise.
28294         * math/gen-libm-test.pl (@functions): Remove variable.
28295         (generate_testfile): Don't handle START and END lines.
28296         * math/libm-test.inc (START): New macro.
28297         (END): Likewise.
28298         (END_COMPLEX): Likewise.
28299         (acos_test): Use END macro without arguments.
28300         (acos_test_tonearest): Likewise.
28301         (acos_test_towardzero): Likewise.
28302         (acos_test_downward): Likewise.
28303         (acos_test_upward): Likewise.
28304         (acosh_test): Likewise.
28305         (asin_test): Likewise.
28306         (asin_test_tonearest): Likewise.
28307         (asin_test_towardzero): Likewise.
28308         (asin_test_downward): Likewise.
28309         (asin_test_upward): Likewise.
28310         (asinh_test): Likewise.
28311         (atan_test): Likewise.
28312         (atanh_test): Likewise.
28313         (atan2_test): Likewise.
28314         (cabs_test): Likewise.
28315         (cacos_test): Use END_COMPLEX macro without arguments.
28316         (cacosh_test): Likewise.
28317         (carg_test): Use END macro without arguments.
28318         (casin_test): Use END_COMPLEX macro without arguments.
28319         (casinh_test): Likewise.
28320         (catan_test): Likewise.
28321         (catanh_test): Likewise.
28322         (cbrt_test): Use END macro without arguments.
28323         (ccos_test): Use END_COMPLEX macro without arguments.
28324         (ccosh_test): Likewise.
28325         (ceil_test): Use END macro without arguments.
28326         (cexp_test): Use END_COMPLEX macro without arguments.
28327         (cimag_test): Use END macro without arguments.
28328         (clog_test): Use END_COMPLEX macro without arguments.
28329         (clog10_test): Likewise.
28330         (conj_test): Likewise.
28331         (copysign_test): Use END macro without arguments.
28332         (cos_test): Likewise.
28333         (cos_test_tonearest): Likewise.
28334         (cos_test_towardzero): Likewise.
28335         (cos_test_downward): Likewise.
28336         (cos_test_upward): Likewise.
28337         (cosh_test): Likewise.
28338         (cosh_test_tonearest): Likewise.
28339         (cosh_test_towardzero): Likewise.
28340         (cosh_test_downward): Likewise.
28341         (cosh_test_upward): Likewise.
28342         (cpow_test): Use END_COMPLEX macro without arguments.
28343         (cproj_test): Likewise.
28344         (creal_test): Use END macro without arguments.
28345         (csin_test): Use END_COMPLEX macro without arguments.
28346         (csinh_test): Likewise.
28347         (csqrt_test): Likewise.
28348         (ctan_test): Likewise.
28349         (ctan_test_tonearest): Likewise.
28350         (ctan_test_towardzero): Likewise.
28351         (ctan_test_downward): Likewise.
28352         (ctan_test_upward): Likewise.
28353         (ctanh_test): Likewise.
28354         (ctanh_test_tonearest): Likewise.
28355         (ctanh_test_towardzero): Likewise.
28356         (ctanh_test_downward): Likewise.
28357         (ctanh_test_upward): Likewise.
28358         (erf_test): Use END macro without arguments.
28359         (erfc_test): Likewise.
28360         (exp_test): Likewise.
28361         (exp_test_tonearest): Likewise.
28362         (exp_test_towardzero): Likewise.
28363         (exp_test_downward): Likewise.
28364         (exp_test_upward): Likewise.
28365         (exp10_test): Likewise.
28366         (exp2_test): Likewise.
28367         (expm1_test): Likewise.
28368         (fabs_test): Likewise.
28369         (fdim_test): Likewise.
28370         (finite_test): Likewise.
28371         (floor_test): Likewise.
28372         (fma_test): Likewise.
28373         (fma_test_towardzero): Likewise.
28374         (fma_test_downward): Likewise.
28375         (fma_test_upward): Likewise.
28376         (fmax_test): Likewise.
28377         (fmin_test): Likewise.
28378         (fmod_test): Likewise.
28379         (fpclassify_test): Likewise.
28380         (frexp_test): Likewise.
28381         (gamma_test): Likewise.
28382         (hypot_test): Likewise.
28383         (ilogb_test): Likewise.
28384         (isfinite_test): Likewise.
28385         (isgreater_test): Likewise.
28386         (isgreaterequal_test): Likewise.
28387         (isinf_test): Likewise.
28388         (isless_test): Likewise.
28389         (islessequal_test): Likewise.
28390         (islessgreater_test): Likewise.
28391         (isnan_test): Likewise.
28392         (isnormal_test): Likewise.
28393         (issignaling_test): Likewise.
28394         (isunordered_test): Likewise.
28395         (j0_test): Likewise.
28396         (j1_test): Likewise.
28397         (jn_test): Likewise.
28398         (ldexp_test): Likewise.
28399         (lgamma_test): Likewise.
28400         (lrint_test): Likewise.
28401         (lrint_test_tonearest): Likewise.
28402         (lrint_test_towardzero): Likewise.
28403         (lrint_test_downward): Likewise.
28404         (lrint_test_upward): Likewise.
28405         (llrint_test): Likewise.
28406         (llrint_test_tonearest): Likewise.
28407         (llrint_test_towardzero): Likewise.
28408         (llrint_test_downward): Likewise.
28409         (llrint_test_upward): Likewise.
28410         (log_test): Likewise.
28411         (log10_test): Likewise.
28412         (log1p_test): Likewise.
28413         (log2_test): Likewise.
28414         (logb_test): Likewise.
28415         (logb_test_downward): Likewise.
28416         (lround_test): Likewise.
28417         (llround_test): Likewise.
28418         (modf_test): Likewise.
28419         (nearbyint_test): Likewise.
28420         (nextafter_test): Likewise.
28421         (nexttoward_test): Likewise.
28422         (pow_test): Likewise.
28423         (pow_test_tonearest): Likewise.
28424         (pow_test_towardzero): Likewise.
28425         (pow_test_downward): Likewise.
28426         (pow_test_upward): Likewise.
28427         (remainder_test): Likewise.
28428         (remainder_test_tonearest): Likewise.
28429         (remainder_test_towardzero): Likewise.
28430         (remainder_test_downward): Likewise.
28431         (remainder_test_upward): Likewise.
28432         (remquo_test): Likewise.
28433         (rint_test): Likewise.
28434         (rint_test_tonearest): Likewise.
28435         (rint_test_towardzero): Likewise.
28436         (rint_test_downward): Likewise.
28437         (rint_test_upward): Likewise.
28438         (round_test): Likewise.
28439         (scalb_test): Likewise.
28440         (scalbn_test): Likewise.
28441         (scalbln_test): Likewise.
28442         (signbit_test): Likewise.
28443         (sin_test): Likewise.
28444         (sin_test_tonearest): Likewise.
28445         (sin_test_towardzero): Likewise.
28446         (sin_test_downward): Likewise.
28447         (sin_test_upward): Likewise.
28448         (sincos_test): Likewise.
28449         (sinh_test): Likewise.
28450         (sinh_test_tonearest): Likewise.
28451         (sinh_test_towardzero): Likewise.
28452         (sinh_test_downward): Likewise.
28453         (sinh_test_upward): Likewise.
28454         (sqrt_test): Likewise.
28455         (tan_test): Likewise.
28456         (tan_test_tonearest): Likewise.
28457         (tan_test_towardzero): Likewise.
28458         (tan_test_downward): Likewise.
28459         (tan_test_upward): Likewise.
28460         (tanh_test): Likewise.
28461         (tgamma_test): Likewise.
28462         (trunc_test): Likewise.
28463         (y0_test): Likewise.
28464         (y1_test): Likewise.
28465         (yn_test): Likewise.
28466         (significand_test): Likewise.
28468 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
28470         [BZ #15381]
28471         * libio/genops.c (_IO_no_init): Initialize wide struct info.
28473 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
28475         [BZ #14894]
28476         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28477         __ppc_mdoio and __ppc_mdoom.
28478         * manual/platform.texi: Document new functions __ppc_yield,
28479         __ppc_mdoio and __ppc_mdoom.
28481 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
28483         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28484         (main): Mention "tls" pseudo-hwcap is legacy.
28485         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28487 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28489         * math/gen-libm-test.pl (parse_args): Output only string of
28490         arguments as text for test name, not full call or descriptions of
28491         tests for extra outputs.
28492         (generate_testfile): Do not pass function name to parse_args.
28493         Generate this_func variable from START.
28494         * math/libm-test.inc (struct test_f_f_data): Rename test_name
28495         field to arg_str.
28496         (struct test_ff_f_data): Likewise.
28497         (test_ff_f_data_nexttoward): Likewise.
28498         (struct test_fi_f_data): Likewise.
28499         (struct test_fl_f_data): Likewise.
28500         (struct test_if_f_data): Likewise.
28501         (struct test_fff_f_data): Likewise.
28502         (struct test_c_f_data): Likewise.
28503         (struct test_f_f1_data): Likewise.  Remove field extra_name.
28504         (struct test_fF_f1_data): Likewise.
28505         (struct test_ffI_f1_data): Likewise.
28506         (struct test_c_c_data): Rename test_name field to arg_str.
28507         (struct test_cc_c_data): Likewise.
28508         (struct test_f_i_data): Likewise.
28509         (struct test_ff_i_data): Likewise.
28510         (struct test_f_l_data): Likewise.
28511         (struct test_f_L_data): Likewise.
28512         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
28513         and extra2_name.
28514         (COMMON_TEST_SETUP): New macro.
28515         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28516         (COMMON_TEST_CLEANUP): Likewise.
28517         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28518         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
28519         macros.
28520         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28521         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
28522         macros.
28523         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28524         (RUN_TEST_fff_f): Take argument string.  Call new setup and
28525         cleanup macros.
28526         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28527         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
28528         macros.
28529         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28530         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
28531         macros.
28532         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28533         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
28534         cleanup macros.
28535         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28536         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
28537         cleanup macros.
28538         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28539         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
28540         cleanup macros.
28541         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28542         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
28543         macros.
28544         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28545         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
28546         macros.
28547         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28548         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
28549         macros.
28550         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28551         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
28552         cleanup macros.
28553         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28554         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
28555         cleanup macros.
28556         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28557         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
28558         macros.
28559         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28560         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
28561         cleanup macros.
28562         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28563         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
28564         macros.
28565         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28566         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
28567         macros.
28568         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28569         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
28570         cleanup macros.
28571         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28573 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
28575         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28576         to _sifields.sigfault.
28577         (si_addr_lsb): Define new macro.
28578         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28579         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28580         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28582 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
28584         [BZ #15441]
28585         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28586         returns -1.
28587         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28588         null return -1.
28589         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28590         loading the domain.
28592 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
28594         * math/gen-libm-test.pl (parse_args): Do not include expected
28595         result in test name.
28596         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28597         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28598         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28599         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28600         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28603 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
28605         * benchtests/Makefile: Sort function entries.
28607         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28608         tanh, asinh, acosh, atanh.
28609         * benchtests/acos-inputs: New file.
28610         * benchtests/acosh-inputs: New file.
28611         * benchtests/asin-inputs: New file.
28612         * benchtests/asinh-inputs: New file.
28613         * benchtests/atanh-inputs: New file.
28614         * benchtests/cosh-inputs: New file.
28615         * benchtests/log-inputs: New file.
28616         * benchtests/sinh-inputs: New file.
28617         * benchtests/tanh-inputs: New file.
28619 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
28621         [BZ #15339]
28622         * posix/tst-getaddrinfo4.c: New test.
28623         * posix/Makefile (tests): Add it.
28625 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28627         [BZ #15339]
28628         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28629         when no services were used.
28630         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28631         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28633 2013-05-21  Andreas Schwab  <schwab@suse.de>
28635         [BZ #15014]
28636         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28637         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28638         successful.
28639         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28640         redundant variable declarations and reallocation of buffer when
28641         parsing as IPv6 address.  Always set NSS status when called from
28642         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
28643         buffer too small.  Correct computation of needed size.
28644         * nss/Makefile (tests): Add test-digits-dots.
28645         * nss/test-digits-dots.c: New test.
28647 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
28649         * benchtests/Makefile: Remove instructions for adding
28650         benchmark tests.
28651         * benchtests/README: New file to explain how to execute and
28652         enhance the benchmark tests.
28654 2013-05-21  Andreas Schwab  <schwab@suse.de>
28656         [BZ #15493]
28657         * setjmp/Makefile (tests): Add tst-sigsetjmp.
28658         * setjmp/tst-sigsetjmp.c: New test.
28660 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28662         * sysdeps/x86_64/memset.S (memset): New implementation.
28663         (__bzero): Likewise.
28664         (__memset_tail): New function.
28666 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
28668         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28669         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28670         __memcpy_sse2_unaligned ifunc selection.
28671         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28672         Add memcpy-sse2-unaligned.S.
28673         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28674         Add: __memcpy_sse2_unaligned.
28676 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
28678         [BZ #15490]
28679         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28680         math_force_eval before restoring floating-point envrionment.
28681         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28682         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28683         Likewise.
28684         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28685         <math_private.h>.
28686         (__nearbyintl): Use math_force_eval before restoring
28687         floating-point environment.
28688         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28690         * math/gen-libm-test.pl (special_functions): Remove.
28691         (parse_args): Don't handle TEST_extra.  Handle functions with no
28692         return value.
28693         * math/libm-test.inc (struct test_sincos_data): Replace with
28694         struct test_fFF_11_data.
28695         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28696         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28697         (sincos_test_data): Change element type to struct
28698         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
28699         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28700         RUN_TEST_LOOP_sincos.
28701         * math/README.libm-test: Don't mention special handling of
28702         individual functions.
28703         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28704         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28705         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28706         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28707         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28708         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28710         * math/gen-libm-test.pl (get_variable): Remove function.
28711         (parse_args): Don't show pointer parameters to call in test
28712         names.  Use "extra output N" in test names for extra outputs
28713         rather than naming variables.
28715 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
28717         [BZ #15488]
28718         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28719         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28720         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28721         double tests.
28722         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28723         disable.
28724         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28725         check_long_double.
28727         * math/gen-libm-test.pl (@tests): Remove variable.
28728         ($count): Likewise.
28729         (new_test): Remove function.
28730         (show_exceptions): New function.
28731         (special_functions): Use show_exceptions instead of new_test.
28732         (parse_args): Likewise.
28733         (generate_testfile): Pass only function name in generated call to
28734         print_max_error or print_complex_max_error.
28735         (get_ulps): Do not handle complex tests specially.
28736         (output_test): Rename to ...
28737         (get_all_ulps_for_test): ... this.  Return a string rather than
28738         printing to a file.  Require ulps to be present.
28739         (output_ulps): Generate arrays rather than #defines.
28740         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28741         (struct ulp_data): New type.
28742         (BUILD_COMPLEX_ULP): Remove macro.
28743         (compare_ulp_data): New function.
28744         (find_ulps): Likewise.
28745         (find_test_ulps): Likewise.
28746         (find_function_ulps): Likewise.
28747         (find_complex_function_ulps): Likewise.
28748         (print_max_error): Determine allowed ulps using
28749         find_function_ulps.
28750         (print_complex_max_error): Determine allowed ulps using
28751         find_complex_function_ulps.
28752         (check_float_internal): Determine max ulps using find_test_ulps.
28753         (check_float): Do not take max_ulp parameter.  Update call to
28754         check_float_internal.
28755         (check_complex): Likewise.
28756         (check_int): Do not take max_ulp parameter.
28757         (check_long): Likewise.
28758         (check_bool): Likewise.
28759         (check_longlong): Likewise.
28760         (struct test_f_f_data): Remove max_ulp field.
28761         (struct test_ff_f_data): Likewise.
28762         (struct test_ff_f_data_nexttoward): Likewise.
28763         (struct test_fi_f_data): Likewise.
28764         (struct test_fl_f_data): Likewise.
28765         (struct test_if_f_data): Likewise.
28766         (struct test_fff_f_data): Likewise.
28767         (struct test_c_f_data): Likewise.
28768         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28769         (struct test_fF_f1_data): Likewise.
28770         (struct test_ffI_f1_data): Likewise.
28771         (struct test_c_c_data): Remove max_ulp field.
28772         (struct test_cc_c_data): Likewise.
28773         (struct test_f_i_data): Likewise.
28774         (struct test_ff_i_data): Likewise.
28775         (struct test_f_l_data): Likewise.
28776         (struct test_f_L_data): Likewise.
28777         (struct test_sincos_data): Likewise.
28778         (RUN_TEST_f_f): Do not handle ulps.
28779         (RUN_TEST_LOOP_f_f): Likewise.
28780         (RUN_TEST_2_f): Likewise.
28781         (RUN_TEST_LOOP_2_f): Likewise.
28782         (RUN_TEST_fff_f): Likewise.
28783         (RUN_TEST_LOOP_fff_f): Likewise.
28784         (RUN_TEST_c_f): Likewise.
28785         (RUN_TEST_LOOP_c_f): Likewise.
28786         (RUN_TEST_f_f1): Likewise.
28787         (RUN_TEST_LOOP_f_f1): Likewise.
28788         (RUN_TEST_fF_f1): Likewise.
28789         (RUN_TEST_LOOP_fF_f1): Likewise.
28790         (RUN_TEST_fI_f1): Likewise.
28791         (RUN_TEST_LOOP_fI_f1): Likewise.
28792         (RUN_TEST_ffI_f1): Likewise.
28793         (RUN_TEST_LOOP_ffI_f1): Likewise.
28794         (RUN_TEST_c_c): Likewise.
28795         (RUN_TEST_LOOP_c_c): Likewise.
28796         (RUN_TEST_cc_c): Likewise.
28797         (RUN_TEST_LOOP_cc_c): Likewise.
28798         (RUN_TEST_f_i): Likewise.
28799         (RUN_TEST_LOOP_f_i): Likewise.
28800         (RUN_TEST_f_i_tg): Likewise.
28801         (RUN_TEST_LOOP_f_i_tg): Likewise.
28802         (RUN_TEST_ff_i_tg): Likewise.
28803         (RUN_TEST_LOOP_ff_i_tg): Likewise.
28804         (RUN_TEST_f_b): Likewise.
28805         (RUN_TEST_LOOP_f_b): Likewise.
28806         (RUN_TEST_f_b_tg): Likewise.
28807         (RUN_TEST_LOOP_f_b_tg): Likewise.
28808         (RUN_TEST_f_l): Likewise.
28809         (RUN_TEST_LOOP_f_l): Likewise.
28810         (RUN_TEST_f_L): Likewise.
28811         (RUN_TEST_LOOP_f_L): Likewise.
28812         (RUN_TEST_sincos): Likewise.
28813         (RUN_TEST_LOOP_sincos): Likewise.
28815 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
28817         [BZ #15480]
28818         [BZ #15485]
28819         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28820         main case of finite arguments, set rounding mode to FE_TONEAREST
28821         and discard exceptions.
28822         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28823         exceptions.
28824         (remainder_tonearest_test_data): New variable.
28825         (remainder_test_tonearest): New function.
28826         (remainder_towardzero_test_data): New variable.
28827         (remainder_test_towardzero): New function.
28828         (remainder_downward_test_data): New variable.
28829         (remainder_test_downward): New function.
28830         (remainder_upward_test_data): New variable.
28831         (remainder_test_upward): New function.
28832         (main): Call the new test functions.
28834         * math/libm-test.inc (struct test_f_f1_data): Remove field
28835         extra_init.
28836         (struct test_fF_f1_data): Likewise.
28837         (struct test_ffI_f1_data): Likewise.
28838         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
28839         based on value of EXTRA_EXPECTED.
28840         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28841         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
28842         EXTRA_VAR based on value of EXTRA_EXPECTED.
28843         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28844         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
28845         EXTRA_VAR based on value of EXTRA_EXPECTED.
28846         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28847         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
28848         EXTRA_VAR based on value of EXTRA_EXPECTED.
28849         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28850         * math/gen-libm-test.pl (parse_args): Don't output initializers
28851         for extra output values.
28853         * math/libm-test.inc (check_int): Expect result to be exactly
28854         equal to expected value and do not handle ulps.
28855         (check_long): Likewise.
28856         (check_longlong): Likewise.
28858         * math/libm-test.inc (ceil_test_data): Test for "inexact"
28859         exceptions.
28860         (cimag_test_data): Likewise.
28861         (conj_test_data): Likewise.
28862         (copysign_test_data): Likewise.
28863         (cproj_test_data): Likewise.
28864         (creal_test_data): Likewise.
28865         (fabs_test_data): Likewise.
28866         (fdim_test_data): Likewise.
28867         (finite_test_data): Likewise.
28868         (floor_test_data): Likewise.
28869         (fmax_test_data): Likewise.
28870         (fmin_test_data): Likewise.
28871         (fmod_test_data): Likewise.
28872         (fpclassify_test_data): Likewise.
28873         (frexp_test_data): Likewise.
28874         (ilogb_test_data): Likewise.
28875         (isfinite_test_data): Likewise.
28876         (isgreater_test_data): Likewise.
28877         (isgreaterequal_test_data): Likewise.
28878         (isinf_test_data): Likewise.
28879         (isless_test_data): Likewise.
28880         (islessequal_test_data): Likewise.
28881         (islessgreater_test_data): Likewise.
28882         (isnan_test_data): Likewise.
28883         (isnormal_test_data): Likewise.
28884         (issignaling_test_data): Likewise.
28885         (isunordered_test_data): Likewise.
28886         (ldexp_test_data): Likewise.
28887         (lrint_test_data): Likewise.
28888         (lrint_test_data) [TEST_FLOAT]: Disable one test.
28889         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28890         (lrint_tonearest_test_data): Test for "inexact" exceptions.
28891         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28892         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28893         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28894         test input.
28895         (lrint_towardzero_test_data): Test for "inexact" exceptions.
28896         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28897         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28898         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28899         that test input.
28900         (lrint_downward_test_data): Test for "inexact" exceptions.
28901         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28902         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28903         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28904         test input.
28905         (lrint_upward_test_data): Test for "inexact" exceptions.
28906         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28907         test input.
28908         (llrint_test_data): Test for "inexact" exceptions.
28909         (llrint_test_data) [TEST_FLOAT]: Disable one test.
28910         (llrint_tonearest_test_data): Test for "inexact" exceptions.
28911         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28912         (llrint_towardzero_test_data): Test for "inexact" exceptions.
28913         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28914         (llrint_downward_test_data): Test for "inexact" exceptions.
28915         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28916         (llrint_upward_test_data): Test for "inexact" exceptions.
28917         (logb_test_data): Likewise.
28918         (logb_downward_test_data): Likewise.
28919         (nextafter_test_data): Likewise.
28920         (nexttoward_test_data): Likewise.
28921         (remainder_test_data): Likewise.
28922         (remquo_test_data): Likewise.
28923         (scalbn_test_data): Likewise.
28924         (scalbln_test_data): Likewise.
28925         (signbit_test_data): Likewise.
28926         (sqrt_test_data): Likewise.
28927         (significand_test_data): Likewise.
28929 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
28931         [BZ #15424]
28932         * benchtests/bench-modf.c (struct args): Mark arg0 as
28933         volatile.
28934         * scripts/bench.pl: Mark members of struct args as volatile.
28936 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
28938         [BZ # 15497]
28939         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28940         negative infinity on POWER6 or lower.
28941         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28943 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
28945         [BZ #15442]
28946         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28947         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28948         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28949         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28950         (_FP_SETQNAN): New macro.
28951         (_FP_SETQNAN_SEMIRAW): Likewise.
28952         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28953         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28954         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28955         (FP_EXTEND): Use _FP_FRAC_SNANP.
28956         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28957         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28958         into account.
28959         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28960         New macro.
28961         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28962         Likewise.
28964 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
28966         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28967         with DIVIDE_BY_ZERO_EXCEPTION.
28968         (gamma_test_data): Likewise.
28969         (lgamma_test_data): Likewise.
28970         (log_test_data): Likewise.
28971         (log10_test_data): Likewise.
28972         (log2_test_data): Likewise.
28973         (tgamma_test_data): Likewise.
28975         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28976         (acos_test_tonearest): Likewise.
28977         (acos_test_towardzero): Likewise.
28978         (acos_test_downward): Likewise.
28979         (acos_test_upward): Likewise.
28980         (acosh_test): Likewise.
28981         (asin_test): Likewise.
28982         (asin_test_tonearest): Likewise.
28983         (asin_test_towardzero): Likewise.
28984         (asin_test_downward): Likewise.
28985         (asin_test_upward): Likewise.
28986         (asinh_test): Likewise.
28987         (atan_test): Likewise.
28988         (atanh_test): Likewise.
28989         (atan2_test): Likewise.
28990         (cabs_test): Likewise.
28991         (cacos_test): Likewise.
28992         (cacosh_test): Likewise.
28993         (casin_test): Likewise.
28994         (casinh_test): Likewise.
28995         (catan_test): Likewise.
28996         (catanh_test): Likewise.
28997         (cbrt_test): Likewise.
28998         (ccos_test): Likewise.
28999         (ccosh_test): Likewise.
29000         (cexp_test): Likewise.
29001         (clog_test): Likewise.
29002         (clog10_test): Likewise.
29003         (cos_test): Likewise.
29004         (cos_test_tonearest): Likewise.
29005         (cos_test_towardzero): Likewise.
29006         (cos_test_downward): Likewise.
29007         (cos_test_upward): Likewise.
29008         (cosh_test): Likewise.
29009         (cosh_test_tonearest): Likewise.
29010         (cosh_test_towardzero): Likewise.
29011         (cosh_test_downward): Likewise.
29012         (cosh_test_upward): Likewise.
29013         (cpow_test): Likewise.
29014         (csin_test): Likewise.
29015         (csinh_test): Likewise.
29016         (csqrt_test): Likewise.
29017         (ctan_test): Likewise.
29018         (ctan_test_tonearest): Likewise.
29019         (ctan_test_towardzero): Likewise.
29020         (ctan_test_downward): Likewise.
29021         (ctan_test_upward): Likewise.
29022         (ctanh_test): Likewise.
29023         (ctanh_test_tonearest): Likewise.
29024         (ctanh_test_towardzero): Likewise.
29025         (ctanh_test_downward): Likewise.
29026         (ctanh_test_upward): Likewise.
29027         (erf_test): Likewise.
29028         (erfc_test): Likewise.
29029         (exp_test): Likewise.
29030         (exp_test_tonearest): Likewise.
29031         (exp_test_towardzero): Likewise.
29032         (exp_test_downward): Likewise.
29033         (exp_test_upward): Likewise.
29034         (exp10_test): Likewise.
29035         (exp2_test): Likewise.
29036         (expm1_test): Likewise.
29037         (fmod_test): Likewise.
29038         (gamma_test): Likewise.
29039         (hypot_test): Likewise.
29040         (j0_test): Likewise.
29041         (j1_test): Likewise.
29042         (jn_test): Likewise.
29043         (lgamma_test): Likewise.
29044         (log_test): Likewise.
29045         (log10_test): Likewise.
29046         (log1p_test): Likewise.
29047         (log2_test): Likewise.
29048         (logb_test_downward): Likewise.
29049         (pow_test): Likewise.
29050         (pow_test_tonearest): Likewise.
29051         (pow_test_towardzero): Likewise.
29052         (pow_test_downward): Likewise.
29053         (pow_test_upward): Likewise.
29054         (remainder_test): Likewise.
29055         (remquo_test): Likewise.
29056         (sin_test): Likewise.
29057         (sin_test_tonearest): Likewise.
29058         (sin_test_towardzero): Likewise.
29059         (sin_test_downward): Likewise.
29060         (sin_test_upward): Likewise.
29061         (sincos_test): Likewise.
29062         (sinh_test): Likewise.
29063         (sinh_test_tonearest): Likewise.
29064         (sinh_test_towardzero): Likewise.
29065         (sinh_test_downward): Likewise.
29066         (sinh_test_upward): Likewise.
29067         (sqrt_test): Likewise.
29068         (tan_test): Likewise.
29069         (tan_test_tonearest): Likewise.
29070         (tan_test_towardzero): Likewise.
29071         (tan_test_downward): Likewise.
29072         (tan_test_upward): Likewise.
29073         (tanh_test): Likewise.
29074         (tgamma_test): Likewise.
29075         (y0_test): Likewise.
29076         (y1_test): Likewise.
29077         (yn_test): Likewise.
29079         * math/gen-libm-test.pl (adjust_arg): Remove function.
29080         (special_function): Remove argument $in_func.  Only handle
29081         generating output for tables of tests, not inside functions.
29082         (parse_args): Likewise.
29083         (generate_testfile): Remove variable $in_func.  Update call to
29084         parse_args.
29085         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
29086         (MINUS_ZERO_INIT): Rename macro to minus_zero.
29087         (PLUS_INFTY_INIT): Rename macro to plus_infty.
29088         (MINUS_INFTY_INIT): Rename macro to minus_infty.
29089         (QNAN_VALUE_INIT): Rename macro to qnan_value.
29090         (MAX_VALUE_INIT): Rename macro to max_value.
29091         (MIN_VALUE_INIT): Rename macro to min_value.
29092         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
29093         (plus_zero): Remove variable.
29094         (minus_zero): Likewise.
29095         (plus_infty): Likewise.
29096         (minus_infty): Likewise.
29097         (qnan_value): Likewise.
29098         (max_value): Likewise.
29099         (min_value): Likewise.
29100         (min_subnorm_value): Likewise.
29102 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
29104         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
29105         uint64_t or uint32_t usage.
29106         * crypt/sha256-block.c: Likewise.
29107         * crypt/sha256-crypt.c: Likewise.
29108         * crypt/sha256.c: Likewise.
29109         * crypt/sha512-block.c: Likewise.
29110         * crypt/sha512-crypt.c: Likewise.
29111         * crypt/sha512.c: Likewise.
29112         * debug/backtrace-tst.c: Likewise.
29113         * debug/pcprofiledump.c: Likewise.
29114         * elf/cache.c: Likewise.
29115         * elf/dl-cache.c: Likewise.
29116         * elf/dl-misc.c: Likewise.
29117         * elf/dl-profile.c: Likewise.
29118         * elf/dl-support.c: Likewise.
29119         * elf/ldconfig.c: Likewise.
29120         * elf/sprof.c: Likewise.
29121         * iconv/dummy-repertoire.c: Likewise.
29122         * iconv/iconv_charmap.c: Likewise.
29123         * iconv/skeleton.c: Likewise.
29124         * iconvdata/8bit-generic.c: Likewise.
29125         * iconvdata/cp737.h: Likewise.
29126         * iconvdata/cp775.h: Likewise.
29127         * iconvdata/ibm1008.h: Likewise.
29128         * iconvdata/ibm1025.h: Likewise.
29129         * iconvdata/ibm1046.h: Likewise.
29130         * iconvdata/ibm1097.h: Likewise.
29131         * iconvdata/ibm1112.h: Likewise.
29132         * iconvdata/ibm1122.h: Likewise.
29133         * iconvdata/ibm1123.h: Likewise.
29134         * iconvdata/ibm1124.h: Likewise.
29135         * iconvdata/ibm1129.h: Likewise.
29136         * iconvdata/ibm1130.h: Likewise.
29137         * iconvdata/ibm1132.h: Likewise.
29138         * iconvdata/ibm1133.h: Likewise.
29139         * iconvdata/ibm1137.h: Likewise.
29140         * iconvdata/ibm1140.h: Likewise.
29141         * iconvdata/ibm1141.h: Likewise.
29142         * iconvdata/ibm1142.h: Likewise.
29143         * iconvdata/ibm1143.h: Likewise.
29144         * iconvdata/ibm1144.h: Likewise.
29145         * iconvdata/ibm1145.h: Likewise.
29146         * iconvdata/ibm1146.h: Likewise.
29147         * iconvdata/ibm1147.h: Likewise.
29148         * iconvdata/ibm1148.h: Likewise.
29149         * iconvdata/ibm1149.h: Likewise.
29150         * iconvdata/ibm1153.h: Likewise.
29151         * iconvdata/ibm1154.h: Likewise.
29152         * iconvdata/ibm1155.h: Likewise.
29153         * iconvdata/ibm1156.h: Likewise.
29154         * iconvdata/ibm1157.h: Likewise.
29155         * iconvdata/ibm1158.h: Likewise.
29156         * iconvdata/ibm1160.h: Likewise.
29157         * iconvdata/ibm1161.h: Likewise.
29158         * iconvdata/ibm1162.h: Likewise.
29159         * iconvdata/ibm1163.h: Likewise.
29160         * iconvdata/ibm1164.h: Likewise.
29161         * iconvdata/ibm1166.h: Likewise.
29162         * iconvdata/ibm1167.h: Likewise.
29163         * iconvdata/ibm12712.h: Likewise.
29164         * iconvdata/ibm1390.h: Likewise.
29165         * iconvdata/ibm1399.h: Likewise.
29166         * iconvdata/ibm16804.h: Likewise.
29167         * iconvdata/ibm4517.h: Likewise.
29168         * iconvdata/ibm4899.h: Likewise.
29169         * iconvdata/ibm4909.h: Likewise.
29170         * iconvdata/ibm4971.h: Likewise.
29171         * iconvdata/ibm5347.h: Likewise.
29172         * iconvdata/ibm803.h: Likewise.
29173         * iconvdata/ibm856.h: Likewise.
29174         * iconvdata/ibm901.h: Likewise.
29175         * iconvdata/ibm902.h: Likewise.
29176         * iconvdata/ibm9030.h: Likewise.
29177         * iconvdata/ibm9066.h: Likewise.
29178         * iconvdata/ibm921.h: Likewise.
29179         * iconvdata/ibm922.h: Likewise.
29180         * iconvdata/ibm9448.h: Likewise.
29181         * iconvdata/isiri-3342.h: Likewise.
29182         * iconvdata/jis0201.h: Likewise.
29183         * include/link.h: Likewise.
29184         * include/netdb.h: Likewise.
29185         * inet/check_native.c: Likewise.
29186         * inet/check_pf.c: Likewise.
29187         * inet/getipv4sourcefilter.c: Likewise.
29188         * inet/getnameinfo.c: Likewise.
29189         * inet/getsourcefilter.c: Likewise.
29190         * inet/htonl.c: Likewise.
29191         * inet/setipv4sourcefilter.c: Likewise.
29192         * inet/setsourcefilter.c: Likewise.
29193         * inet/test-inet6_opt.c: Likewise.
29194         * inet/tst-network.c: Likewise.
29195         * locale/C-collate.c: Likewise.
29196         * locale/C-ctype.c: Likewise.
29197         * locale/C-time.c: Likewise.
29198         * locale/C-translit.h: Likewise.
29199         * locale/loadarchive.c: Likewise.
29200         * locale/programs/3level.h: Likewise.
29201         * locale/programs/charmap.c: Likewise.
29202         * locale/programs/charmap.h: Likewise.
29203         * locale/programs/ld-address.c: Likewise.
29204         * locale/programs/ld-collate.c: Likewise.
29205         * locale/programs/ld-ctype.c: Likewise.
29206         * locale/programs/ld-identification.c: Likewise.
29207         * locale/programs/ld-measurement.c: Likewise.
29208         * locale/programs/ld-messages.c: Likewise.
29209         * locale/programs/ld-monetary.c: Likewise.
29210         * locale/programs/ld-name.c: Likewise.
29211         * locale/programs/ld-numeric.c: Likewise.
29212         * locale/programs/ld-paper.c: Likewise.
29213         * locale/programs/ld-telephone.c: Likewise.
29214         * locale/programs/ld-time.c: Likewise.
29215         * locale/programs/linereader.c: Likewise.
29216         * locale/programs/locale.c: Likewise.
29217         * locale/programs/locarchive.c: Likewise.
29218         * locale/programs/locfile.h: Likewise.
29219         * locale/programs/repertoire.c: Likewise.
29220         * locale/programs/simple-hash.c: Likewise.
29221         * locale/programs/simple-hash.h: Likewise.
29222         * malloc/memusage.c: Likewise.
29223         * malloc/memusagestat.c: Likewise.
29224         * nis/nis_defaults.c: Likewise.
29225         * nis/nis_hash.c: Likewise.
29226         * nis/nis_print.c: Likewise.
29227         * nis/nis_xdr.c: Likewise.
29228         * nscd/connections.c: Likewise.
29229         * nscd/hstcache.c: Likewise.
29230         * nscd/nscd_gethst_r.c: Likewise.
29231         * nscd/nscd_getserv_r.c: Likewise.
29232         * nscd/nscd_helper.c: Likewise.
29233         * nscd/servicescache.c: Likewise.
29234         * nss/makedb.c: Likewise.
29235         * nss/nss_db/db-XXX.c: Likewise.
29236         * nss/nss_db/db-initgroups.c: Likewise.
29237         * nss/nss_db/db-netgrp.c: Likewise.
29238         * nss/nss_files/files-network.c: Likewise.
29239         * nss/nss_files/files-parse.c: Likewise.
29240         * posix/bug-regex5.c: Likewise.
29241         * posix/fnmatch_loop.c: Likewise.
29242         * posix/regcomp.c: Likewise.
29243         * posix/regexec.c: Likewise.
29244         * posix/tst-rfc3484-2.c: Likewise.
29245         * posix/tst-rfc3484-3.c: Likewise.
29246         * posix/tst-rfc3484.c: Likewise.
29247         * resolv/nss_dns/dns-canon.c: Likewise.
29248         * resolv/nss_dns/dns-network.c: Likewise.
29249         * resolv/res_init.c: Likewise.
29250         * resolv/res_mkquery.c: Likewise.
29251         * resolv/tst-aton.c: Likewise.
29252         * stdlib/cxa_atexit.c: Likewise.
29253         * stdlib/cxa_finalize.c: Likewise.
29254         * stdlib/gen-fpioconst.c: Likewise.
29255         * stdlib/strtol_l.c: Likewise.
29256         * string/tst-endian.c: Likewise.
29257         * sunrpc/auth_des.c: Likewise.
29258         * sunrpc/clnt_udp.c: Likewise.
29259         * sunrpc/rtime.c: Likewise.
29260         * sunrpc/svcauth_des.c: Likewise.
29261         * sunrpc/xdr.c: Likewise.
29262         * sunrpc/xdr_intXX_t.c: Likewise.
29263         * sunrpc/xdr_rec.c: Likewise.
29264         * sysdeps/generic/ldconfig.h: Likewise.
29265         * sysdeps/generic/ldsodefs.h: Likewise.
29266         * sysdeps/generic/memusage.h: Likewise.
29267         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
29268         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
29269         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
29270         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
29271         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
29272         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
29273         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
29274         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
29275         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
29276         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
29277         * sysdeps/posix/getaddrinfo.c: Likewise.
29278         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
29279         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29280         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
29281         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
29282         * sysdeps/powerpc/test-gettimebase.c: Likewise.
29283         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
29284         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
29285         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
29286         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
29287         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
29288         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
29289         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
29290         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
29291         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
29292         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
29293         * sysdeps/x86_64/dl-tls.h: Likewise.
29294         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
29295         * time/alt_digit.c: Likewise.
29296         * time/era.c: Likewise.
29297         * wcsmbs/tst-c16c32-1.c: Likewise.
29299 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29301         * math/libm-test.inc (struct test_sincos_data): New type.
29302         (RUN_TEST_LOOP_sincos): New macro.
29303         (sincos_test_data): New variable.
29304         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
29306 2013-05-16  Richard Henderson  <rth@redhat.com>
29308         * math/atest-exp2.c (LIMB64): New macro.
29309         (CONSTSZ): New macro.
29310         (mp_exp1, mp_exp_m1, mp_log2): New variables.
29311         (hexdig): Move ...
29312         (print_mpn_fp): ... to function scope.
29313         (read_mpn_hex): Remove.
29314         (get_log2): Remove.
29315         (exp2_mpn): Use mp_log2.
29316         (main): Use mp_exp1.
29318 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
29320         * math/libm-test.inc: Remove comment about not testing "inexact"
29321         exceptions.
29322         (INEXACT_EXCEPTION): New macro.
29323         (NO_INEXACT_EXCEPTION): Likewise.
29324         (INVALID_EXCEPTION_OK): Update value.
29325         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
29326         (OVERFLOW_EXCEPTION_OK): Likewise.
29327         (UNDERFLOW_EXCEPTION_OK): Likewise.
29328         (IGNORE_ZERO_INF_SIGN): Likewise.
29329         (ERRNO_UNCHANGED): Likewise.
29330         (ERRNO_EDOM): Likewise.
29331         (ERRNO_ERANGE): Likewise.
29332         (test_exceptions): Handle testing "inexact" exceptions.
29333         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
29334         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
29335         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
29336         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
29337         INEXACT_EXCEPTION.
29338         (rint_towardzero_test_data): Likewise.
29339         (rint_downward_test_data): Likewise.
29340         (rint_upward_test_data): Likewise.
29342         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
29343         with OVERFLOW_EXCEPTION.
29344         (exp10_test_data): Likewise.
29345         (exp2_test_data): Likewise.
29346         (expm1_test_data): Likewise.
29347         (lgamma_test_data): Likewise.
29348         (pow_test_data): Likewise.
29349         (tgamma_test_data): Likewise.
29350         (yn_test_data): Remove duplicate test of overflow.
29352         * math/libm-test.inc (struct test_cc_c_data): New type.
29353         (RUN_TEST_LOOP_cc_c): New macro.
29354         (cpow_test_data): New variable.
29355         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
29357         * math/libm-test.inc (struct test_f_L_data): New type.
29358         (RUN_TEST_LOOP_f_L): New macro.
29359         (llrint_test_data): New variable.
29360         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
29361         (llrint_tonearest_test_data): New variable.
29362         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29363         (llrint_towardzero_test_data): New variable.
29364         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29365         (llrint_downward_test_data): New variable.
29366         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29367         (llrint_upward_test_data): New variable.
29368         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29369         (llround_test_data): New variable.
29370         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29372 2013-05-13  Peter Collingbourne  <pcc@google.com>
29374         * math/atest-exp2.c (get_log2): Remove const attribute.
29376 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29378         * math/libm-test.inc (struct test_f_l_data): New type.
29379         (RUN_TEST_LOOP_f_l): New macro.
29380         (lrint_test_data): New variable.
29381         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29382         (lrint_tonearest_test_data): New variable.
29383         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29384         (lrint_towardzero_test_data): New variable.
29385         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29386         (lrint_downward_test_data): New variable.
29387         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29388         (lrint_upward_test_data): New variable.
29389         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29390         (lround_test_data): New variable.
29391         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29393 2013-05-15  Peter Collingbourne  <pcc@google.com>
29395         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29396         (EXTRACT_WORDS64) Use where appropriate.
29397         (INSERT_WORDS64) Likewise.
29399         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29400         constraints with x constraints.
29401         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29403         * malloc/obstack.c (_obstack_compat): Add initializer.
29405 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
29407         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29408         si_trapno and add si_addr_lsb to _sifields.sigfault.
29409         (si_trapno): Remove macro.
29410         (si_addr_lsb): Define new macro.
29411         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29413 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
29415         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29416         instead of TEST_f_l.
29417         (llrint_test_tonearest): Likewise.
29418         (llrint_test_towardzero): Likewise.
29419         (llrint_test_downward): Likewise.
29420         (llrint_test_upward): Likewise.
29421         (llround_test): Likewise.
29423         * math/libm-test.inc (struct test_f_i_data): Add comment.
29424         (RUN_TEST_LOOP_f_b): New macro.
29425         (RUN_TEST_LOOP_f_b_tg): Likewise.
29426         (finite_test_data): New variable.
29427         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29428         (isfinite_test_data): New variable.
29429         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29430         (isinf_test_data): New variable.
29431         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29432         (isnan_test_data): New variable.
29433         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29434         (isnormal_test_data): New variable.
29435         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29436         (issignaling_test_data): New variable.
29437         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29438         (signbit_test_data): New variable.
29439         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29441         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29442         with INVALID_EXCEPTION.
29443         (acosh_test_data): Likewise.
29444         (asin_test_data): Likewise.
29445         (atanh_test_data): Likewise.
29446         (fmod_test_data): Likewise.
29447         (log_test_data): Likewise.
29448         (log10_test_data): Likewise.
29449         (log2_test_data): Likewise.
29450         (pow_test_data): Likewise.
29451         (sqrt_test_data): Likewise.
29452         (y0_test_data): Likewise.
29453         (y1_test_data): Likewise.
29454         (yn_test_data): Likewise.
29456         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29457         function contents.
29459         * math/libm-test.inc (struct test_ff_i_data): New type.
29460         (RUN_TEST_LOOP_ff_i_tg): New macro.
29461         (isgreater_test_data): New variable.
29462         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29463         (isgreaterequal_test_data): New variable.
29464         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29465         (isless_test_data): New variable.
29466         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29467         (islessequal_test_data): New variable.
29468         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29469         (islessgreater_test_data): New variable.
29470         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29471         (isunordered_test_data): New variable.
29472         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29474 2013-05-14  David S. Miller  <davem@davemloft.net>
29476         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29478 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
29480         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29482         * math/libm-test.inc (struct test_fF_f1_data): Change type of
29483         extra_test to int.
29484         (struct test_f_i_data): Change type of max_ulp to int.
29486         * math/libm-test.inc (test_ffI_f1_data): New type.
29487         (RUN_TEST_LOOP_ffI_f1): New macro.
29488         (remquo_test_data): New variable.
29489         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29491         * setjmp/tst-setjmp-fp.c: New file.
29492         * setjmp/Makefile (tests): Add tst-setjmp-fp.
29493         (link-libm): New variable.
29494         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29496         * math/libm-test.inc (struct test_f_i_data): New type.
29497         (RUN_TEST_LOOP_f_i): New macro.
29498         (RUN_TEST_LOOP_f_i_tg): Likewise.
29499         (fpclassify_test_data): New variable.
29500         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29501         (ilogb_test_data): New variable.
29502         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29504         * math/libm-test.inc (scalbln_test): Correct function name in END
29505         call.
29507         * math/libm-test.inc (struct test_f_f1_data): Add comment.
29508         (RUN_TEST_LOOP_fI_f1): New macro.
29509         (frexp_test_data): New variable.
29510         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29512         * math/libm-test.inc (struct test_fF_f1_data): New type.
29513         (RUN_TEST_LOOP_fF_f1): New macro.
29514         (modf_test_data): New variable.
29515         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29517         * math/libm-test.inc (struct test_f_f1_data): New type.
29518         (RUN_TEST_LOOP_f_f1): New macro.
29519         (gamma_test_data): New variable.
29520         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29521         (lgamma_test_data): New variable.
29522         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29524 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
29526         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29527         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29528         (main): Comment "tls" pseudo-hwcap.
29530 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
29532         * math/libm-test.inc (struct test_fl_f_data): New type.
29533         (RUN_TEST_LOOP_fl_f): New variable.
29534         (scalbln_test_data): New variable.
29535         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29537         * math/libm-test.inc (struct test_fi_f_data): New type.
29538         (RUN_TEST_LOOP_fi_f): New macro.
29539         (ldexp_test_data): New variable.
29540         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29541         (scalbn_test_data): New variable.
29542         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29544         * math/libm-test.inc (struct test_c_f_data): New type.
29545         (RUN_TEST_LOOP_c_f): New macro.
29546         (cabs_test_data): New variable.
29547         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29548         (carg_test_data): New variable.
29549         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29550         (cimag_test_data): New variable.
29551         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29552         (creal_test_data): New variable.
29553         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29555         * math/libm-test.inc (struct test_if_f_data): New type.
29556         (RUN_TEST_LOOP_if_f): New macro.
29557         (jn_test_data): New variable.
29558         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29559         (yn_test_data): New variable.
29560         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29562         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29564 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29566         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29567         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29569 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
29571         * benchtests/Makefile (CPPFLAGS-nonlib): Add
29572         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29573         (bench-deps): Add bench-timing.h.
29574         * benchtests-bench-skeleton.c: Include bench-timing.h.
29575         (main): Use TIMING_* macros instead of clock_gettime.
29576         * benchtests/bench-timing.h: New file.
29578         [BZ #14582]
29579         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29580         Renamed from _LIB_VERSION.
29581         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29583 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
29585         * math/libm-test.inc (struct test_fff_f_data): New type.
29586         (RUN_TEST_LOOP_fff_f): New macro.
29587         (fma_test_data): New variable.
29588         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29589         (fma_towardzero_test_data): New variable.
29590         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29591         (fma_downward_test_data): New variable.
29592         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29593         (fma_upward_test_data): New variable.
29594         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29596         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29597         (struct test_c_c_data): New type.
29598         (RUN_TEST_LOOP_c_c): New macro.
29599         (cacos_test_data): New variable.
29600         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29601         (cacosh_test_data): New variable.
29602         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29603         (casin_test_data): New variable.
29604         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29605         (casinh_test_data): New variable.
29606         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29607         (catan_test_data): New variable.
29608         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29609         (catanh_test_data): New variable.
29610         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29611         (ccos_test_data): New variable.
29612         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29613         (ccosh_test_data): New variable.
29614         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29615         (cexp_test_data): New variable.
29616         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29617         (clog_test_data): New variable.
29618         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29619         (clog10_test_data): New variable.
29620         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29621         (conj_test_data): New variable.
29622         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29623         (cproj_test_data): New variable.
29624         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29625         (csin_test_data): New variable.
29626         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29627         (csinh_test_data): New variable.
29628         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29629         (csqrt_test_data): New variable.
29630         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29631         (ctan_test_data): New variable.
29632         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29633         (ctan_tonearest_test_data): New variable.
29634         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29635         (ctan_towardzero_test_data): New variable.
29636         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29637         (ctan_downward_test_data): New variable.
29638         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29639         (ctan_upward_test_data): New variable.
29640         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29641         (ctanh_test_data): New variable.
29642         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29643         (ctanh_tonearest_test_data): New variable.
29644         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29645         (ctanh_towardzero_test_data): New variable.
29646         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29647         (ctanh_downward_test_data): New variable.
29648         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29649         (ctanh_upward_test_data): New variable.
29650         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29651         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29652         of BUILD_COMPLEX.
29654         * math/libm-test.inc (struct test_ff_f_data): New type.
29655         (struct test_ff_f_data_nexttoward): Likewise.
29656         (RUN_TEST_LOOP_2_f): New macro.
29657         (RUN_TEST_LOOP_ff_f): Likewise.
29658         (atan2_test_data): New variable.
29659         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29660         (copysign_test_data): New variable.
29661         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29662         (fdim_test_data): New variable.
29663         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29664         (fmax_test_data): New variable.
29665         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29666         (fmin_test_data): New variable.
29667         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29668         (fmod_test_data): New variable.
29669         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29670         (hypot_test_data): New variable.
29671         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29672         (nextafter_test_data): New variable.
29673         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29674         (nexttoward_test_data): New variable.
29675         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29676         (pow_test_data): New variable.
29677         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29678         (pow_tonearest_test_data): New variable.
29679         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29680         (pow_towardzero_test_data): New variable.
29681         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29682         (pow_downward_test_data): New variable.
29683         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29684         (pow_upward_test_data): New variable.
29685         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29686         (remainder_test_data): New variable.
29687         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29688         (scalb_test_data): New variable.
29689         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29690         * sysdeps/i386/fpu/libm-test-ulps: Update.
29692 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
29694         * math/libm-test.inc (fma_test): Use max_value instead of local
29695         variable fltmax.
29696         (nextafter_test): Likewise.
29698         * math/libm-test.inc (acos_towardzero_test_data): New variable.
29699         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29700         (acos_downward_test_data): New variable.
29701         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29702         (acos_upward_test_data): New variable.
29703         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29704         (acosh_test_data): New variable.
29705         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29706         (asin_test_data): New variable.
29707         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29708         (asin_tonearest_test_data): New variable.
29709         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29710         (asin_towardzero_test_data): New variable.
29711         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29712         (asin_downward_test_data): New variable.
29713         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29714         (asin_upward_test_data): New variable.
29715         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29716         (asinh_test_data): New variable.
29717         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29718         (atan_test_data): New variable.
29719         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29720         (atanh_test_data): New variable.
29721         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29722         (cbrt_test_data): New variable.
29723         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29724         (ceil_test_data): New variable.
29725         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29726         (cos_test_data): New variable.
29727         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29728         (cos_tonearest_test_data): New variable.
29729         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29730         (cos_towardzero_test_data): New variable.
29731         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29732         (cos_downward_test_data): New variable.
29733         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29734         (cos_upward_test_data): New variable.
29735         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29736         (cosh_test_data): New variable.
29737         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29738         (cosh_tonearest_test_data): New variable.
29739         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29740         (cosh_towardzero_test_data): New variable.
29741         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29742         (cosh_downward_test_data): New variable.
29743         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29744         (cosh_upward_test_data): New variable.
29745         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29746         (erf_test_data): New variable.
29747         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29748         (erfc_test_data): New variable.
29749         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29750         (exp_test_data): New variable.
29751         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29752         (exp_tonearest_test_data): New variable.
29753         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29754         (exp_towardzero_test_data): New variable.
29755         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29756         (exp_downward_test_data): New variable.
29757         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29758         (exp_upward_test_data): New variable.
29759         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29760         (exp10_test_data): New variable.
29761         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29762         (exp2_test_data): New variable.
29763         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29764         (expm1_test_data): New variable.
29765         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29766         (fabs_test_data): New variable.
29767         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29768         (floor_test_data): New variable.
29769         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29770         (j0_test_data): New variable.
29771         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29772         (j1_test_data): New variable.
29773         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29774         (log_test_data): New variable.
29775         (log_test): Run tests with RUN_TEST_LOOP_f_f.
29776         (log10_test_data): New variable.
29777         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29778         (log1p_test_data): New variable.
29779         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29780         (log2_test_data): New variable.
29781         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29782         (logb_test_data): New variable.
29783         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29784         (logb_downward_test_data): New variable.
29785         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29786         (nearbyint_test_data): New variable.
29787         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29788         (rint_test_data): New variable.
29789         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29790         (rint_tonearest_test_data): New variable.
29791         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29792         (rint_towardzero_test_data): New variable.
29793         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29794         (rint_downward_test_data): New variable.
29795         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29796         (rint_upward_test_data): New variable.
29797         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29798         (round_test_data): New variable.
29799         (round_test): Run tests with RUN_TEST_LOOP_f_f.
29800         (sin_test_data): New variable.
29801         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29802         (sin_tonearest_test_data): New variable.
29803         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29804         (sin_towardzero_test_data): New variable.
29805         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29806         (sin_downward_test_data): New variable.
29807         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29808         (sin_upward_test_data): New variable.
29809         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29810         (sinh_test_data): New variable.
29811         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29812         (sinh_tonearest_test_data): New variable.
29813         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29814         (sinh_towardzero_test_data): New variable.
29815         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29816         (sinh_downward_test_data): New variable.
29817         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29818         (sinh_upward_test_data): New variable.
29819         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29820         (sqrt_test_data): New variable.
29821         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29822         (tan_test_data): New variable.
29823         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29824         (tan_tonearest_test_data): New variable.
29825         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29826         (tan_towardzero_test_data): New variable.
29827         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29828         (tan_downward_test_data): New variable.
29829         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29830         (tan_upward_test_data): New variable.
29831         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29832         (tanh_test_data): New variable.
29833         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29834         (tgamma_test_data): New variable.
29835         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29836         (trunc_test_data): New variable.
29837         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29838         (y0_test_data): New variable.
29839         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29840         (y1_test_data): New variable.
29841         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29842         (significand_test_data): New variable.
29843         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29845 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
29847         [BZ #12387]
29848         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29850 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
29852         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29854 2013-05-10  Andreas Jaeger  <aj@suse.de>
29856         [BZ #15448]
29857         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29858         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29860 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29862         * math/gen-libm-test.pl (adjust_arg): New function.
29863         (special_functions): Handle generating output in both functions
29864         and arrays.
29865         (parse_args): Likewise.
29866         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
29867         $in_func argument to parse_args.
29868         * math/libm-test.inc (struct test_f_f_data): New type.
29869         (IF_ROUND_INIT_): New macro.
29870         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29871         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29872         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29873         (IF_ROUND_INIT_FE_UPWARD): Likewise.
29874         (ROUND_RESTORE_): Likewise.
29875         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29876         (ROUND_RESTORE_FE_TONEAREST): Likewise.
29877         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29878         (ROUND_RESTORE_FE_UPWARD): Likewise.
29879         (RUN_TEST_LOOP_f_f): New macro.
29880         (acos_test_data): New variable.
29881         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29882         (acos_tonearest_test_data): New variable.
29883         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29885 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
29887         * benchtests/bench-skeleton.c (startup): Fix coding style.
29889 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
29891         [BZ #6809]
29892         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29893         negative infinity argument.
29894         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29895         negative infinity argument.
29896         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29897         negative infinity argument.
29898         * math/libm-test.inc (tgamma_test): Expect errno to be set for
29899         domain errors.
29901 2013-05-10  Florian Weimer  <fweimer@redhat.com>
29903         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29904         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29905         * iconv/iconv_prog.c (main): Likewise.
29906         * locale/programs/charmap-dir.c (charmap_readdir)
29907         (fopen_uncompressed): Likewise.
29908         * locale/programs/locfile.c (siblings_uncached)
29909         (write_locale_data): Use lstat64 instead of lstat.
29910         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29911         stat.
29913 2013-05-10  Andreas Jaeger  <aj@suse.de>
29915         [BZ #15395]
29916         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29917         localization.
29918         Include <locale.h>.
29920 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
29922         * elf/dl-close.c (_dl_close_worker): Add comments.
29924 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
29926         [BZ #15359]
29927         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29928         high part of pi/2.
29929         (__ieee754_rem_pio2l): Update comments.
29931         [BZ #15429]
29932         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29933         high part of pi/2.
29934         (__ieee754_rem_pio2l): Update comments.
29936         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29937         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29939         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29940         M_PI_4l.
29942         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29943         (M_PI_34_LOG10El): Likewise.
29944         (M_PI2_LOG10El): Likewise.
29945         (M_PI4_LOG10El): Likewise.
29946         (M_PI_LOG10El): Likewise.
29948 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
29950         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29952 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
29954         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29955         (MINUS_ZERO_INIT): Likewise.
29956         (PLUS_INFTY_INIT): Likewise.
29957         (MINUS_INFTY_INIT): Likewise.
29958         (QNAN_VALUE_INIT): Likewise.
29959         (MAX_VALUE_INIT): Likewise.
29960         (MIN_VALUE_INIT): Likewise.
29961         (MIN_SUBNORM_VALUE_INIT): Likewise.
29962         (plus_zero): Initialize with PLUS_ZERO_INIT.
29963         (minus_zero): Initialize with MINUS_ZERO_INIT.
29964         (plus_infty): Initialize with PLUS_INFTY_INIT.
29965         (minus_infty): Initialize with MINUS_INFTY_INIT.
29966         (qnan_value): Initialize with QNAN_VALUE_INIT.
29967         (max_value): Initialize with MAX_VALUE_INIT.
29968         (min_value): Initialize with MIN_VALUE_INIT.
29969         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29971         * math/libm-test.inc (RUN_TEST_if_f): New macro.
29972         (jn_test): Use TEST_if_f instead of TEST_ff_f.
29973         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29974         (yn_test): Use TEST_if_f instead of TEST_ff_f.
29976         * math/libm-test.inc (RUN_TEST_f_f): New macro.
29977         (RUN_TEST_2_f): Likewise.
29978         (RUN_TEST_ff_f): Likewise.
29979         (RUN_TEST_fi_f): Likewise.
29980         (RUN_TEST_fl_f): Likewise.
29981         (RUN_TEST_fff_f): Likewise.
29982         (RUN_TEST_c_f): Likewise.
29983         (RUN_TEST_f_f1): Likewise.
29984         (RUN_TEST_fF_f1): Likewise.
29985         (RUN_TEST_fI_f1): Likewise.
29986         (RUN_TEST_ffI_f1): Likewise.
29987         (RUN_TEST_c_c): Likewise.
29988         (RUN_TEST_cc_c): Likewise.
29989         (RUN_TEST_f_i): Likewise.
29990         (RUN_TEST_f_i_tg): Likewise.
29991         (RUN_TEST_ff_i_tg): Likewise.
29992         (RUN_TEST_f_b): Likewise.
29993         (RUN_TEST_f_b_tg): Likewise.
29994         (RUN_TEST_f_l): Likewise.
29995         (RUN_TEST_f_L): Likewise.
29996         (RUN_TEST_sincos): Likewise.
29997         * math/gen-libm-test.pl (new_test): Take new argument to indicate
29998         whether to show exceptions.  Do not include ");\n" in return
29999         value.
30000         (special_functions): Output call to RUN_TEST_sincos instead of
30001         check_float calls.  Update calls to new_test.
30002         (parse_args): Output call to single RUN_TEST_* macro instead of
30003         check_* calls and other assignments.  Update calls to new_test.
30005         [BZ #2546]
30006         [BZ #2560]
30007         [BZ #5159]
30008         [BZ #15426]
30009         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
30010         input to result for tgamma overflow.
30011         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
30012         (gamma_coeff): New variable.
30013         (NCOEFF): New macro.
30014         (gamma_positive): New function.
30015         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
30016         underflow here.  Use gamma_positive instead of exp (lgamma) for
30017         other arguments.
30018         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
30019         (gamma_coeff): New variable.
30020         (NCOEFF): New macro.
30021         (gammaf_positive): New function.
30022         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
30023         underflow here.  Use gamma_positive instead of exp (lgamma) for
30024         other arguments.
30025         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
30026         (gamma_coeff): New variable.
30027         (NCOEFF): New macro.
30028         (gammal_positive): New function.
30029         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
30030         underflow here.  Use gamma_positive instead of exp (lgamma) for
30031         other arguments.
30032         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
30033         (gamma_coeff): New variable.
30034         (NCOEFF): New macro.
30035         (gammal_positive): New function.
30036         (__ieee754_gammal_r): Handle positive infinity, overflow and
30037         underflow here.  Handle NaN the same as positive infinity.  Remove
30038         check x < 0xffffffff for negative integers.  Use gamma_positive
30039         instead of exp (lgamma) for other arguments.
30040         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
30041         (gamma_coeff): New variable.
30042         (NCOEFF): New macro.
30043         (gammal_positive): New function.
30044         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
30045         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
30046         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
30047         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
30048         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
30049         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
30050         * sysdeps/generic/math_private.h (__gamma_productf): New
30051         prototype.
30052         (__gamma_product): Likewise.
30053         (__gamma_productl): Likewise.
30054         * math/Makefile (libm-calls): Add gamma_product.
30055         * math/libm-test.inc (tgamma_test): Add more tests.
30056         * sysdeps/i386/fpu/libm-test-ulps: Update.
30057         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30059 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
30061         * benchtests/bench-skeleton.c (main): Preheat CPU.
30063 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
30065         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
30067 2013-05-07  Roland McGrath  <roland@hack.frob.com>
30069         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
30070         and _dl_skip_args_internal.
30072 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
30074         * manual/message.texi (Message Translation): Talk about users.
30075         Message to key mapping impacts design.
30077 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30079         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
30081         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
30083         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
30084         * sysdeps/wordsize-64/glob64.c: ... here.
30086         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
30087         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
30088         New macros.
30090         * debug/getlogin_r_chk.c: Moved to ...
30091         * login/getlogin_r_chk.c: ... here.
30092         * debug/Makefile (routines): Move getlogin_r_chk to ...
30093         * login/Makefile (routines): ... here.
30094         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
30095         * login/Versions (libc: GLIBC_2.4): ... here.
30097         * io/poll.c (__poll): Renamed from poll.
30098         Add libc_hidden_def.
30099         (poll): Define as weak alias.
30101         * debug/ptsname_r_chk.c: Moved to ...
30102         * login/ptsname_r_chk.c: ... here.
30103         * debug/Makefile (routines): Move ptsname_r_chk to ...
30104         * login/Makefile (routines): ... here.
30105         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
30106         * login/Versions (libc: GLIBC_2.4): ... here.
30108         * posix/getlogin.c: Moved to ...
30109         * login/getlogin.c: ... here.
30110         * posix/getlogin_r.c: Moved to ...
30111         * login/getlogin_r.c: ... here.
30112         * posix/getlogin_r.c: Moved to ...
30113         * login/getlogin_r.c: ... here.
30114         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
30115         * login/Makefile (routines): ... here.
30116         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
30117         * login/Versions (libc: GLIBC_2.0): ... here.
30119         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
30120         (setrlimit): Define as weak alias.
30122         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
30123         Call __ names for open, ftruncate, and close.
30124         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
30125         (truncate): Define as weak alias.
30127 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
30129         * math/gen-libm-test.pl (parse_args): Initialize x before each
30130         test of frexp, modf and remquo.
30132         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
30133         test signgam value.
30135 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30137         [BZ #15418]
30138         [BZ #15419]
30139         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
30140         internal tests.
30141         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
30143 2013-05-06  Roland McGrath  <roland@hack.frob.com>
30145         * elf/dl-writev.h: New file.
30146         * elf/dl-misc.c: Include it.
30147         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
30148         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
30150 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
30152         * math/libm-test.inc (noXFails): Remove variable.
30153         (noXPasses): Likewise.
30154         (BUILD_COMPLEX_INT): Remove macro.
30155         (print_screen): Remove xfail argument.
30156         (print_screen_max_error): Likewise.
30157         (update_stats): Likewise.
30158         (print_max_error): Likewise.  Update calls to other affected
30159         functions.
30160         (print_complex_max_error): Likewise.
30161         (test_single_exception): Update calls to print_screen.
30162         (test_single_errno): Likewise.
30163         (check_float_internal): Remove xfail argument.  Update calls to
30164         other affected functions.
30165         (check_float): Likewise.
30166         (check_complex): Likewise.
30167         (check_int): Likewise.
30168         (check_long): Likewise.
30169         (check_bool): Likewise.
30170         (check_longlong): Likewise.
30171         (main): Don't print noXFails and noXPasses.
30172         * math/gen-libm-test.pl (top level): Don't mention expected
30173         failure handling in comment.
30174         (new_test): Don't handle expected failures.
30175         (parse_args): Don't mention expected failure handling in comment.
30176         (generate_testfile): Don't handle expected failures.
30177         (parse_ulps): Likewise.
30178         (print_ulps_file): Likewise.
30179         (get_failure): Remove function.
30180         (output_test): Don't handle expected failures.
30181         * make/README.libm-test: Don't mention expected failure handling.
30183         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
30184         (minus_zero): Likewise.
30185         (plus_infty): Likewise.
30186         (minus_infty): Likewise.
30187         (qnan_value): Likewise.
30188         (max_value): Likewise.
30189         (min_value): Likewise.
30190         (min_subnorm_value): Likewise.
30191         (initialize): Do not initialize those variables dynamically.
30193 2013-05-03  Roland McGrath  <roland@hack.frob.com>
30195         * io/open.c (__open_2): Moved to ...
30196         * io/open_2.c: ... this new file.
30197         * io/open64.c (__open64_2): Moved to ...
30198         * io/open64_2.c: ... this new file.
30199         * io/openat.c (__openat_2): Moved to ...
30200         * io/openat_2.c: ... this new file.
30201         * io/openat64.c (__openat64_2): Moved to ...
30202         * io/openat64_2.c: ... this new file.
30203         * io/Makefile (routines): Add them.
30204         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
30205         * sysdeps/unix/sysv/linux/open_2.c: File removed.
30206         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
30207         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
30208         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
30209         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
30210         (__openat64): Add hidden_ver.
30211         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
30212         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
30214         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
30215         Separately conditionalize setting of GLRO(dl_sysinfo) so
30216         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
30217         as well, but the actual setting is only under [NEED_DL_SYSINFO].
30219 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30221         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
30222         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
30223         definition.
30224         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
30225         * sysdeps/unix/sysv/linux/powerpc/init-first.c
30226         (_libc_vdso_platform_setup): Add __vdso_time initialization.
30227         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
30228         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
30230 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
30232         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
30233         test signgam value.
30235         * math/libm-test.inc (hypot_test): Do not use
30236         IGNORE_ZERO_INF_SIGN.
30238 2013-05-03  Andreas Jaeger  <aj@suse.de>
30240         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
30241         Linux 3.9.
30242         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
30243         (PF_MAX): Adjust for VSOCK change.
30245 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30247         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30249 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
30251         [BZ #15264]
30252         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
30253         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
30254         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
30256 2013-05-02  David S. Miller  <davem@davemloft.net>
30258         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30260 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
30262         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
30264 2013-05-01  Roland McGrath  <roland@hack.frob.com>
30266         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
30268 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
30270         [BZ #14952]
30271         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
30272         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30273         Use __attribute__ ((__gnu_inline__)).
30274         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
30275         Don't use __attribute__ ((__gnu_inline__)).
30277 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
30279         [BZ #15423]
30280         * math/s_catan.c (__catan): Handle small real or imaginary part of
30281         input specially to avoid spurious underflow.
30282         * math/s_catanf.c (__catanf): Likewise.
30283         * math/s_catanh.c (__catanh): Likewise.
30284         * math/s_catanhf.c (__catanhf): Likewise.
30285         * math/s_catanhl.c (__catanhl): Likewise.
30286         * math/s_catanl.c (__catanl): Likewise.
30287         * math/libm-test.inc (catan_test): Add more tests.
30288         (catanh_test): Likewise.
30289         * sysdeps/i386/fpu/libm-test-ulps: Update.
30290         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30292 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30294         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30296 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
30298         [BZ #15416]
30299         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
30300         accurately for denominator in atan2.
30301         * math/s_catanf.c (__catanf): Likewise.
30302         * math/s_catanh.c (__catanh): Likewise.
30303         * math/s_catanhf.c (__catanhf): Likewise.
30304         * math/s_catanhl.c (__catanhl): Likewise.
30305         * math/s_catanl.c (__catanl): Likewise.
30306         * math/libm-test.inc (catan_test): Add more tests.
30307         (catanh_test): Likewise.
30308         * sysdeps/i386/fpu/libm-test-ulps: Update.
30309         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30311 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
30313         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
30315         * benchtests/Makefile (bench): Remove slow benchmarks.
30316         * benchtests/atan-inputs: Add slow benchmark inputs.
30317         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
30318         (BENCH_FUNC): Accept variant offset.
30319         (VARIANT): Define.
30320         * benchtests/bench-skeleton.c (main): Run benchmark for each
30321         variant.
30322         * benchtests/cos-inputs: Add slow benchmark inputs.
30323         * benchtests/exp-inputs: Likewise.
30324         * benchtests/pow-inputs: Likewise.
30325         * benchtests/sin-inputs: Likewise.
30326         * benchtests/slowatan-inputs: Remove.
30327         * benchtests/slowatan.c: Remove.
30328         * benchtests/slowcos-inputs: Remove.
30329         * benchtests/slowcos.c: Remove.
30330         * benchtests/slowexp-inputs: Remove.
30331         * benchtests/slowexp.c: Remove.
30332         * benchtests/slowpow-inputs: Remove.
30333         * benchtests/slowpow.c: Remove.
30334         * benchtests/slowsin-inputs: Remove.
30335         * benchtests/slowsin.c: Remove.
30336         * benchtests/slowtan-inputs: Remove.
30337         * benchtests/slowtan.c: Remove.
30338         * benchtests/tan-inputs: Add slow benchmark inputs.
30339         * scripts/bench.pl: Parse comments and directives.
30341         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
30342         in CPPFLAGS.
30343         ($(objpfx)bench-%.c): Remove *-ITER.
30344         * benchtests/bench-modf.c: Remove definition of ITER.
30345         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
30346         (main): Loop for DURATION seconds instead of fixed number of
30347         iterations.
30348         * scripts/bench.pl: Don't expect iterations in parameters.
30350 2013-04-29  Roland McGrath  <roland@hack.frob.com>
30352         * io/fchdir.c (__fchdir): Renamed from fchdir.
30353         (fchdir): Define as weak alias.
30355 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30357         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
30358         (ERRNO_EDOM): Likewise.
30359         (ERRNO_ERANGE): Likewise.
30360         (noErrnoTests): New variable.
30361         (init_max_error): Set errno to 0.
30362         (test_single_errno): New function.
30363         (test_errno): Likewise.
30364         (check_float_internal): Call test_errno.  Set errno to 0.
30365         (check_complex): Refer to errno tests in comment.
30366         (check_int): Call test_errno.  Set errno to 0.
30367         (check_long): Likewise.
30368         (check_bool): Likewise.
30369         (check_longlong): Likewise.
30370         (cos_test): Use ERRNO_* flags for errno tests instead of
30371         check_int.
30372         (expm1_test): Likewise.
30373         (fmod_test): Likewise.
30374         (ilogb_test): Likewise.
30375         (lgamma_test): Likewise.
30376         (pow_test): Likewise.
30377         (remainder_test): Likewise.
30378         (sin_test): Likewise.
30379         (tan_test): Likewise.
30380         (yn_test): Likewise.
30381         (initialize): Set errno to 0.
30382         (main): Print number of errno tests.
30383         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30385 2013-04-29  Andreas Jaeger  <aj@suse.de>
30387         [BZ #15084]
30388         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30389         and RES_USEVC.
30391         [BZ #15085]
30392         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30393         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30394         unimplemented.
30396         [BZ #15380]
30397         * stdlib/random.c (__initstate): Return NULL if
30398         __initstate fails.
30400         [BZ #15086]
30401         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30402         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30403         RES_SNGLKUPREOP.
30405 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30407         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30409 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
30411         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30412         of individual tests.
30413         (casin_test): Likewise.
30414         (casinh_test): Likewise.
30416 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
30418         [BZ #15409]
30419         * math/s_catan.c (__catan): Handle arguments with large real or
30420         imaginary part separately without squaring.
30421         * math/s_catanf.c (__catanf): Likewise.
30422         * math/s_catanh.c (__catanh): Likewise.
30423         * math/s_catanhf.c (__catanhf): Likewise.
30424         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30425         and redefine.
30426         (__catanhl): Handle arguments with large real or imaginary part
30427         separately without squaring.
30428         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30429         and redefine.
30430         (__catanl): Handle arguments with large real or imaginary part
30431         separately without squaring.
30432         * math/libm-test.inc (catan_test): Add more tests.
30433         (catanh_test): Likewise.
30434         * sysdeps/i386/fpu/libm-test-ulps: Update.
30435         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30437 2013-04-27  Andreas Jaeger  <aj@suse.de>
30439         [BZ #15007]
30440         * stdlib/stdlib.h: Update guards for qecvt.
30441         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30442         <stdlib.h>.
30444 2013-04-27  Allan McRae  <allan@archlinux.org>
30446         * sysdeps/i386/fpu/libm-test-ulps: Update.
30448 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
30450         [BZ #15406]
30451         * math/s_catan.c: Include <float.h>.
30452         (__catan): Ensure underflow exception occurs for underflowed
30453         result.
30454         * math/s_catanf.c: Include <float.h>.
30455         (__catanf): Ensure underflow exception occurs for underflowed
30456         result.
30457         * math/s_catanh.c: Include <float.h>.
30458         (__catanh): Ensure underflow exception occurs for underflowed
30459         result.
30460         * math/s_catanhf.c: Include <float.h>.
30461         (__catanhf): Ensure underflow exception occurs for underflowed
30462         result.
30463         * math/s_catanhl.c: Include <float.h>.
30464         (__catanhl): Ensure underflow exception occurs for underflowed
30465         result.
30466         * math/s_catanl.c: Include <float.h>.
30467         (__catanl): Ensure underflow exception occurs for underflowed
30468         result.
30469         * math/libm-test.inc (catan_test): Add more tests.
30470         (catanh_test): Likewise.
30472         [BZ #15405]
30473         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30474         underflowed result.
30475         * math/s_ccoshf.c (__ccoshf): Likewise.
30476         * math/s_ccoshl.c (__ccoshl): Likewise.
30477         * math/s_csin.c (__csin): Likewise.
30478         * math/s_csinf.c (__csinf): Likewise.
30479         * math/s_csinh.c (__csinh): Likewise.
30480         * math/s_csinhf.c (__csinhf): Likewise.
30481         * math/s_csinhl.c (__csinhl): Likewise.
30482         * math/s_csinl.c (__csinl): Likewise.
30483         * math/libm-test.inc (ccos_test): Add more tests.
30484         (ccosh_test): Likewise.
30485         (csin_test): Likewise.
30486         (csinh_test): Likewise.
30488 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30490         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30491         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30492         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30493         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30494         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30495         powerpc/power5+/fpu folders.
30496         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30499 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
30501         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30503 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
30505         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30506         additions to variable.
30507         [$(config-machine) = x86_64] (modules-names): Likewise.
30508         ($(objpfx)tst-audit3): Remove dependency.
30509         ($(objpfx)tst-audit3.out): Likewise.
30510         ($(objpfx)tst-audit4): Likewise.
30511         ($(objpfx)tst-audit4.out): Likewise.
30512         ($(objpfx)tst-audit5): Likewise.
30513         ($(objpfx)tst-audit5.out): Likewise.
30514         ($(objpfx)tst-audit6): Likewise.
30515         ($(objpfx)tst-audit6.out): Likewise.
30516         ($(objpfx)tst-audit7): Likewise.
30517         ($(objpfx)tst-audit7.out): Likewise.
30518         (tst-audit3-ENV): Remove variable.
30519         (tst-audit4-ENV): Likewise.
30520         (tst-audit5-ENV): Likewise.
30521         (tst-audit6-ENV): Likewise.
30522         (tst-audit7-ENV): Likewise.
30523         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30524         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30525         addition to variable.
30526         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30527         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30528         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30529         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30530         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30531         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30532         tst-audit3, tst-audit4 and tst-audit5.
30533         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30534         tst-audit6 and tst-audit7.
30535         [$(subdir) = elf] (modules-names): Add audit modules for those
30536         tests.
30537         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30538         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30539         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30540         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30541         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30542         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30543         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30544         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30545         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30546         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30547         [$(subdir) = elf] (tst-audit3-ENV): New variable.
30548         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30549         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30550         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30551         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30552         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30553         Likewise.
30554         [$(subdir) = elf && $(config-cflags-avx) = yes]
30555         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30556         [$(subdir) = elf && $(config-cflags-avx) = yes]
30557         (CFLAGS-tst-auditmod4a.c): Likewise.
30558         [$(subdir) = elf && $(config-cflags-avx) = yes]
30559         (CFLAGS-tst-auditmod4b.c): Likewise.
30560         [$(subdir) = elf && $(config-cflags-avx) = yes]
30561         (CFLAGS-tst-auditmod6b.c): Likewise.
30562         [$(subdir) = elf && $(config-cflags-avx) = yes]
30563         (CFLAGS-tst-auditmod6c.c): Likewise.
30564         [$(subdir) = elf && $(config-cflags-avx) = yes]
30565         (CFLAGS-tst-auditmod7b.c): Likewise.
30566         * elf/tst-audit3.c: Move to ...
30567         * sysdeps/x86_64/tst-audit3.c: ... here.
30568         * elf/tst-audit4.c: Move to ...
30569         * sysdeps/x86_64/tst-audit4.c: ... here.
30570         * elf/tst-audit5.c: Move to ...
30571         * sysdeps/x86_64/tst-audit5.c: ... here.
30572         * elf/tst-audit6.c: Move to ...
30573         * sysdeps/x86_64/tst-audit6.c: ... here.
30574         * elf/tst-audit7.c: Move to ...
30575         * sysdeps/x86_64/tst-audit7.c: ... here.
30576         * elf/tst-auditmod3a.c: Move to ...
30577         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30578         * elf/tst-auditmod3b.c: Move to ...
30579         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30580         * elf/tst-auditmod4a.c: Move to ...
30581         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30582         * elf/tst-auditmod4b.c: Move to ...
30583         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30584         * elf/tst-auditmod5a.c: Move to ...
30585         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30586         * elf/tst-auditmod5b.c: Move to ...
30587         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30588         * elf/tst-auditmod6a.c: Move to ...
30589         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30590         * elf/tst-auditmod6b.c: Move to ...
30591         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30592         * elf/tst-auditmod6c.c: Move to ...
30593         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30594         * elf/tst-auditmod7a.c: Move to ...
30595         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30596         * elf/tst-auditmod7b.c: Move to ...
30597         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30599 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
30601         [BZ #15366]
30602         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30603         define unconditionally.
30604         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30605         define unconditionally.
30606         (INT8_C, INT16_C, etc.): Likewise.
30608 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
30610         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30611         __ehdr_start with hidden visibility.
30613         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30615 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
30617         * math/libm-test.inc (cos_test): Use accurate hex constants.
30618         (sincost_test): Likewise.
30620 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
30622         * math/libm-test.inc (catan_test): Add more tests.
30623         (catanh_test): Likewise.
30625         * math/s_catanf.c (__catanf): Use suffixed floating-point
30626         constants.
30627         * math/s_catanhf.c (__catanhf): Likewise.
30628         * math/s_catanhl.c (__catanhl): Likewise.
30629         * math/s_catanl.c (__catanl): Likewise.
30631         [BZ #15394]
30632         * math/s_catan.c (__catan): Calculate imaginary part of result
30633         with log1p not log unless computing log of number close to 0.
30634         * math/s_catanf.c (__catanf): Likewise.
30635         * math/s_catanl.c (__catanl): Likewise.
30636         * math/s_catanh.c (__catanh): Calculate real part of result with
30637         log1p not log unless computing log of number close to 0.
30638         * math/s_catanhf.c (__catanhf): Likewise.
30639         * math/s_catanhl.c (__catanhl): Likewise.
30640         * math/libm-test.inc (catan_test): Add more tests.
30641         (catanh_test): Likewise.
30642         * sysdeps/i386/fpu/libm-test-ulps: Update.
30643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30645 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
30647         * benchtests/Makefile: Mention files in which fast and slow
30648         paths of math functions are implemented.
30650 2013-04-23  Roland McGrath  <roland@hack.frob.com>
30652         * sysdeps/posix/timespec_get.c: New file.
30654 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30656         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30657         POWER.
30658         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30659         for POWER.
30660         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30661         powerpc/power5/fpu folders.
30662         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30663         * benchtests/Makefile: Add modf testcase.
30664         * benchtests/bench-modf.c: New file: Benchmark test for mo
30666 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
30668         [BZ #14888]
30669         * time/Makefile (tests): Add tst-strptime-whitespace.
30670         * time/strptime_l.c (get_number): Use ISSPACE.
30671         (__strptime_internal): Likewise.
30672         * time/tst-strptime-whitespace.c: New test case.
30674 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
30676         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30677         member.
30678         (_nss_files_init): Set it here.
30680 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
30682         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30683         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30684         unsigned.
30686 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
30688         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30690 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
30692         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30693         size just once.
30695 2013-04-21  David S. Miller  <davem@davemloft.net>
30697         * po/ru.po: Update Russion translation from translation project.
30699 2013-04-17  Adam Conrad  <adconrad@0c3.net>
30701         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30702         and setfsgid.
30704 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
30706         * configure.in: Remove i386 configure warning. Remove i386 case.
30707         * configure: Regenerate.
30708         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
30709         Add example to error message.
30710         * sysdeps/i386/configure: Regenerate.
30712 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
30714         * benchtests/Makefile (bench): Add cos, tan, slowcos and
30715         slowtan.
30716         * benchtests/cos-inputs: New file.
30717         * benchtests/slowcos-inputs: New file.
30718         * benchtests/slowcos.c: New file.
30719         * benchtests/slowtan-inputs: New file.
30720         * benchtests/slowtan.c: New file.
30721         * benchtests/tan-inputs: New file.
30723 2013-04-16  Roland McGrath  <roland@hack.frob.com>
30725         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30726         considered kosher.
30728 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
30730         * benchtests/Makefile: Include cppflags-iterator.mk to add
30731         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30733         * Makefile.in (bench-clean): New target.
30734         * benchtests/Makefile (bench-clean): Likewise.
30736 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
30738         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30740 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
30742         * stdio-common/tstdiomisc.c: Fix coding-style violation.
30744 2013-04-15  Andreas Schwab  <schwab@suse.de>
30746         * nscd/grpcache.c (cache_addgr): Properly check for short write.
30747         * nscd/initgrcache.c (addinitgroupsX): Likewise.
30748         * nscd/pwdcache.c (cache_addpw): Likewise.
30749         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
30750         more than recsize.
30752 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30754         * benchtests/Makefile (bench): Write all output to
30755         bench-out.tmp together.
30757 2013-04-15  Andreas Schwab  <schwab@suse.de>
30759         * nscd/nscd.c (main): Don't fork again after closing files.
30761 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
30763         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30765         * benchtests/Rules (bench-deps): Collect dependencies into a
30766         single variable.  Add Makefile to dependencies.
30767         ($(objpfx)bench-%.c): Depend on bench-deps.
30769 2013-04-12  Roland McGrath  <roland@hack.frob.com>
30770             Xavier Roche  <roche+kml2@exalead.com>
30772         [BZ #15361]
30773         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30774         just that it's a file descriptor.
30775         * manual/llio.texi (Synchronizing AIO Operations): Update description
30776         for EBADF error from aio_fsync.
30778 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
30780         * Rules (bench): Move target definition...
30781         * benchtests/Makefile: ... here.
30783 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
30785         * math/libm-test.inc (cos_test): Fix PI/2 test.
30786         (sincos_test): Likewise.
30787         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30788         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30790 2013-04-11  Andreas Schwab  <schwab@suse.de>
30792         [BZ #13988]
30793         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30794         accept exponent character only when digits were seen.
30795         * stdio-common/Makefile (tests): Add bug26.
30796         * stdio-common/bug26.c: New file.
30798         [BZ #14293]
30799         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30800         non-freeable.
30802 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
30804         * Makeconfig (rtld-prefix): Define built linker prefix.
30805         * Rules (run-bench): Use it.
30806         * math/Makefile (run-regen-ulps): Likewise.
30808         * Rules (bench): Remove eval.
30810 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
30811             Roland McGrath  <roland@hack.frob.com>
30812             Ondrej Bilka  <neleai@seznam.cz>
30814         [BZ #15346]
30815         * time/getdate.c: Include ctype.h and alloca.h.
30816         (__getdate_r): Trim leading and trailing spaces of input.
30817         * time/tst-getdate.c (tests): Add tests with leading and
30818         trailing spaces.
30820 2013-04-08  Roland McGrath  <roland@hack.frob.com>
30822         [BZ #14280]
30823         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30824         when computing value.
30826 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30828         * math/README.libm-test (How can I generate "libm-test-ulps"?):
30829         Use testrun.sh to run libm tests.
30831         [BZ #15309]
30832         * elf/dl-open.c (dl_open_worker): memset all of seen array.
30834 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
30836         [BZ #15264]
30837         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30839 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30841         * Makefile.in (regen-ulps): New target.
30842         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30843         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30844         [ifneq (no,$(PERL)] (regen-ulps): New target.
30845         [ifeq (no,$(PERL)] (regen-ulps): New target.
30846         * math/libm-test.inc (ulps_file_name): Define.
30847         (output_dir): New variable.
30848         (options): Add "output-dir" option.
30849         (parse_opt): Handle 'o' case.
30850         (main): If output_dir is non-NULL use it as a prefix
30851         otherwise use "".
30852         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30854 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30856         [BZ #10060, #10062]
30857         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30858         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30859         fail configure if __sync_val_compare_and_swap is not inlined.
30860         * sysdeps/i386/configure: Regenerate.
30861         * configure.in: Build for i686 when configured for i386.
30862         * configure: Regenerate.
30863         * README: Remove i386 reference.
30865 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
30867         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30868         * sysdeps/s390/s390-64/sysdep.h: Likewise.
30870 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
30872         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30873         (lmsnanval): New variables.
30874         (F): Add conversion tests.
30875         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30876         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30878         * stdio-common/tstdiomisc.c (F): Properly collect individual
30879         tests' results.
30881         [BZ #14686, #15336]
30882         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30883         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30884         Instead, use input NaN values or generate a qNaN by arithmetic
30885         operation.  Also fix bugs to comply with the standard.
30886         * math/libm-test.inc (remainder_test): Add more tests.
30888         [BZ #15335, #15342]
30889         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30890         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30891         input NaN values or generate a qNaN by arithmetic operation.
30893         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30894         unreachable code.
30896         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30897         definitions.
30899 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
30901         [BZ #14478]
30902         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30903         underflowed result.
30904         * math/s_cexpf.c (__cexpf): Likewise.
30905         * math/s_cexpl.c (__cexpl): Likewise.
30906         * math/libm-test.inc (cexp_test): Add more tests.
30908 2013-04-03  Andreas Schwab  <schwab@suse.de>
30910         [BZ #15330]
30911         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30912         order arrays from heap if bigger than alloca cutoff.
30914 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
30916         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30917         (SNAN_TESTS_double): Refer to GCC PR56831.
30918         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30919         GCC PR56828.
30921 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
30923         * Rules (bench): Move bench.out after the run is complete.
30925         * Rules (bench): Echo currently running benchmark.
30927         * benchtests/Makefile (bench): Add atan and slowatan.
30928         * benchtests/atan-inputs: New file.
30929         * benchtests/slowatan-inputs: New file.
30930         * benchtests/slowatan.c: New file.
30932         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30933         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30934         its value.
30936         [BZ #15305]
30937         * sysdeps/unix/sysv/linux/kernel-features.h
30938         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30939         __ASSUME_XFS_RESTRICTED_CHOWN.
30940         * sysdeps/unix/sysv/linux/pathconf.c
30941         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30942         Save and restore errno.
30944 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
30946         [BZ #15327]
30947         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30948         arguments using __kernel_casinh.
30949         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30950         arguments using __kernel_casinhf.
30951         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30952         arguments using __kernel_casinhl.
30953         * math/libm-test.inc (cacosh_test): Add more tests.
30954         * sysdeps/i386/fpu/libm-test-ulps: Update.
30955         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30957 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
30959         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30960         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30962         * bench/Makefile (bench): Add sin and slowsin.
30963         * benchtests/sin-inputs: New file.
30964         * benchtests/slowsin-inputs: New file.
30965         * benchtests/slowsin.c: New file.
30967         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30968         (bench): Add slowexp and slowpow.
30969         (exp-ITER): Increase iterations.
30970         (pow-ITER): Likewise.
30971         * benchtests/exp-inputs: Change input.
30972         * benchtests/pow-inputs: Likewise.
30973         * benchtests/slowexp-inputs: New file.
30974         * benchtests/slowexp.c: New file.
30975         * benchtests/slowpow-inputs: New file.
30976         * benchtests/slowpow.c: New file.
30978 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
30980         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30981         instructions.
30982         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30983         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30984         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30985         * benchtests/Makefile: Add rint benchtest.
30986         * benchtests/rint-inputs: Input for rint benchtest.
30988 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
30990         * Versions.def (libm): Add GLIBC_2.18.
30991         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30992         hidden libm prototypes.
30993         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30994         * math/Makefile (libm-calls): Add s_issignaling.
30995         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30996         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
30997         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30998         declaration.
30999         * math/math.h [__USE_GNU] (issignaling): New macro.
31000         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
31001         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
31002         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
31003         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
31004         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
31005         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
31006         * manual/arith.texi (issignaling): New section.
31007         * manual/libm-err-tab.pl (@all_functions): Update comment.
31008         * math/gen-libm-test.pl (parse_args): Apply special handling for
31009         issignaling.
31010         * math/libm-test.inc (print_float, issignaling_test): New
31011         functions.
31012         (check_float_internal): Add issignaling checks.
31013         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
31014         default definition.
31015         * sysdeps/powerpc/math-tests.h: New file.
31016         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
31017         tests.
31018         * math/test-snan.c (TEST_FUNC): Likewise.
31020 2013-03-30  David S. Miller  <davem@davemloft.net>
31022         * po/de.po: Update from translation team.
31024 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
31026         [BZ #10357]
31027         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31028         imaginary part less than 1.0 and real part less than 0.5
31029         specially.
31030         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31031         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31032         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
31033         (cacos_test): Add more tests.
31034         (casin_test): Likewise.
31035         (casinh_test): Likewise.
31036         * sysdeps/i386/fpu/libm-test-ulps: Update.
31037         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31039 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
31041         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
31042         ONE with its value.
31044         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
31045         (__pow_mp): Replace ONE and MONE with their values.
31046         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31047         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
31048         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31049         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
31050         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31051         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31053         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
31055         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
31056         (__pow_mp): Replace ZERO and MZERO with their values.
31057         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31058         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31059         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
31060         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
31061         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31062         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
31063         (__sqr): Likewise.
31065         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
31067         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
31069 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31071         * include/stdlib.h [!SHARED] (__call_tls_dtors):
31072         Declare with __attribute__ ((weak)).
31073         * stdlib/exit.c (__libc_atexit) [!SHARED]:
31074         Call __call_tls_dtors only if it's not NULL.
31076 2013-03-28  Roland McGrath  <roland@hack.frob.com>
31078         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
31079         didn't do it already, then set _dl_phdr and _dl_phnum based on the
31080         magic __ehdr_start linker symbol if it's defined.
31081         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
31082         them up here if it was already done.
31084         * elf/dl-support.c (_dl_phdr): Make pointer to const.
31085         (_dl_aux_init): Use const in cast when setting it.
31086         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
31087         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
31088         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
31090         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
31091         Declare them here.
31092         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
31093         * csu/libc-tls.c: Nor here.
31094         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
31096         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
31097         (__libc_message): Never call vsyslog.
31099 2013-03-28  Alan Modra  <amodra@gmail.com>
31101         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
31102         Define as empty.
31103         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
31104         Likewise.
31106 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31108         [BZ #15214]
31109         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
31110         underflow.
31111         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
31113 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
31115         [BZ #15304]
31116         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
31117         Don't add gid passed as argument.
31119         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
31121 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
31123         [BZ #15307]
31124         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31125         imaginary part between 1.0 and 1.5 and real part less than 0.5
31126         specially.
31127         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31128         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31129         * math/libm-test.inc (cacos_test): Add more tests.
31130         (casin_test): Likewise.
31131         (casinh_test): Likewise.
31132         * sysdeps/i386/fpu/libm-test-ulps: Update.
31133         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31135 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
31137         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
31138         constants.
31139         (norm): Likewise.
31140         (denorm): Likewise.
31141         (__dbl_mp): Likewise.
31142         (add_magnitudes): Likewise.
31143         (sub_magnitudes): Likewise.
31144         (__add): Likewise.
31145         (__sub): Likewise.
31146         (__mul): Likewise.
31147         (__sqr): Likewise.
31148         (__inv): Likewise.
31149         (__dvd): Likewise.
31151         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
31152         commented code.
31153         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
31154         (__dubcos): Likewise.
31155         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
31156         (__ieee754_acos): Likewise.
31157         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
31158         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
31159         (__exp1): Likewise.
31160         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
31161         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
31162         (log1): Likewise.
31163         (my_log2): Likewise.
31164         (checkint): Likewise.
31165         * sysdeps/ieee754/dbl-64/e_remainder.c
31166         (__ieee754_remainder): Likewise.
31167         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
31168         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
31169         (bsloww): Likewise.
31170         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
31172         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31173         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
31174         MANTISSA_STORE_T to store computations on mantissa.  Use
31175         macros for rounding and division.
31176         (denorm): Likewise.
31177         (__dbl_mp): Likewise.
31178         (add_magnitudes): Likewise.
31179         (sub_magnitudes): Likewise.
31180         (__mul): Likewise.
31181         (__sqr): Likewise.
31182         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31183         powers of two in terms of TWOPOW macro.
31184         (mp_no): Make type of mantissa as MANTISSA_T.
31185         [!RADIXI]: Define RADIXI.
31186         [!TWO52]: Define TWO52.
31187         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31189 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31191         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
31192         llroundl symbol when building for PPC32.
31194 2013-03-24  Mark H Weaver  <mhw@netris.org>
31196         * manual/arith.texi (Normalization Functions): Fix prototypes for
31197         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
31199 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31201         [BZ #13889]
31202         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
31203         high value to check if expl overflow.
31204         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
31205         to check for underflow and overflow.
31206         * math/libm-test.inc: Add exp test.
31208 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
31210         [BZ #11120]
31211         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
31212         with NOT_IN_libc.
31214 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31216         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
31217         symbol.
31219 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
31221         * math/gen-libm-test.pl (parse_args, special_functions): Properly
31222         wrap blocks consisting of several statements.
31224         * sysdeps/generic/math-tests.h: New file.
31225         * sysdeps/i386/fpu/math-tests.h: Likewise.
31226         * math/test-snan.c: Include it.
31227         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
31229 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31231         [BZ #15285]
31232         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
31233         (__ieee754_j0l): Do not improve calculations using cos of twice
31234         input for inputs above LDBL_MAX / 2.0L.
31235         (__ieee754_y0l): Likewise.
31236         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
31237         (__ieee754_j1l): Do not improve calculations using cos of twice
31238         input for inputs above LDBL_MAX / 2.0L.
31239         (__ieee754_y1l): Likewise.
31240         * math/libm-test.inc (j0_test): Add another test.
31241         (j1_test): Likewise.
31242         (y0_test): Likewise.
31243         (y1_test): Likewise.
31244         * sysdeps/i386/fpu/libm-test-ulps: Update.
31246 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31248         * Rules ($(objpfx)bench-%.c): Include code from a C source
31249         file.
31251 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
31253         [BZ #15287]
31254         * math/k_casinh.c (__kernel_casinh): Handle arguments with
31255         imaginary part 1.0 and real part less than 0.5 specially.
31256         * math/k_casinhf.c (__kernel_casinhf): Likewise.
31257         * math/k_casinhl.c (__kernel_casinhl): Likewise.
31258         * math/libm-test.inc (cacos_test): Add more tests.
31259         (casin_test): Likewise.
31260         (casinh_test): Likewise.
31261         * sysdeps/i386/fpu/libm-test-ulps: Update.
31262         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31264 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
31266         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
31267         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
31269 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
31271         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
31272         * config.make.in (config-cflags-sse4): Remove variable.
31273         (config-cflags-avx): Likewise.
31274         (config-cflags-sse2avx): Likewise.
31275         (config-cflags-novzeroupper): Likewise.
31276         (config-asflags-i686): Likewise.
31277         (have-mfma4): Likewise.
31278         (have-as-vis3): Likewise.
31279         (MIG): Likewise.
31280         * configure.in (MIG): Do not AC_SUBST.
31281         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
31282         (libc_cv_cc_sse4): Do not AC_SUBST.
31283         (libc_cv_cc_avx): Likewise.
31284         (libc_cv_cc_sse2avx): Likewise.
31285         (libc_cv_cc_novzeroupper): Likewise.
31286         (libc_cv_cc_fma4): Likewise.
31287         (libc_cv_as_i686): Likewise.
31288         (libc_cv_sparc_as_vis3): Likewise.
31289         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
31290         LIBC_CONFIG_VAR.
31291         (config-asflags-i686): Likewise.
31292         (config-cflags-avx): Likewise.
31293         (config-cflags-sse2avx): Likewise.
31294         (have-mfma4): Likewise.
31295         (config-cflags-novzeroupper): Likewise.
31296         * sysdeps/mach/configure.in (MIG): Likewise.
31297         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
31298         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
31299         LIBC_CONFIG_VAR.
31300         (config-cflags-avx): Likewise.
31301         (config-cflags-sse2avx): Likewise.
31302         (have-mfma4): Likewise.
31303         (config-cflags-novzeroupper): Likewise.
31304         * configure: Regenerated.
31305         * sysdeps/i386/configure: Likewise.
31306         * sysdeps/mach/configure: Likewise.
31307         * sysdeps/sparc/configure: Likewise.
31308         * sysdeps/x86_64/configure: Likewise.
31310 2013-03-20  Roland McGrath  <roland@hack.frob.com>
31312         [BZ #14812]
31313         * locale/programs/localedef.c (options): Put N_ translation marker
31314         on argument names, not just descriptions.
31316 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
31318         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
31320 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
31322         [BZ #14176]
31323         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
31325 2013-03-19  Roland McGrath  <roland@hack.frob.com>
31327         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
31328         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
31329         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
31330         [!BEFORE_ABORT] (before_abort): New function.
31331         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
31332         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
31333         (writev_for_fatal): New function.
31334         (WRITEV_FOR_FATAL): New macro; call that.
31335         (backtrace_and_maps): New function.
31336         (BEFORE_ABORT): New macro; call that.
31337         (struct str_list): Type removed.
31338         (__libc_message, __libc_fatal): Functions removed.
31339         Include <sysdeps/posix/libc_fatal.c> instead.
31341 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
31343         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
31344         constants.
31345         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
31346         double constants.
31348 2013-03-19  Andreas Schwab  <schwab@suse.de>
31350         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
31351         * sysdeps/gnu/configure: Regenerate.
31353         * configure.in: Substitute libc_cv_rtlddir.
31354         * configure: Regenerate.
31355         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
31356         * Makeconfig (rtlddir, inst_rtlddir): New variables.
31357         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
31358         * elf/Makefile (install-others, CFLAGS-interp.c)
31359         (ldso_install, common-ldd-rewrite): Likewise.
31360         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
31361         $(inst_slibdir)/$(rtld-installed-name).
31362         * scripts/rellns-sh: Add -p option.
31363         * Makerules (make-shlib-link): Use rellns-sh to get relative name
31364         for source.
31366 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
31368         * manual/nptl.texi: Renamed to ...
31369         * manual/threads.texi: ... this.
31370         * manual/Makefile (chapters): Update.
31372 2013-03-18  Roland McGrath  <roland@hack.frob.com>
31374         [BZ #14812]
31375         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31376         on argument names, not just descriptions.
31377         * malloc/memusagestat.c (options): Likewise.
31378         * nss/getent.c (options): Likewise.
31380 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
31382         [BZ #14812]
31383         * iconv/iconv_prog.c (options): Put N_ translation marker
31384         on argument names, not just descriptions.
31385         * iconv/iconvconfig.c (options): Likewise.
31387 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
31389         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31390         implementation which is faster on all x86_64 architectures.
31391         Tested on AMD, Intel Nehalem, SNB, IVB.
31392         * sysdeps/x86_64/strnlen.S: Likewise.
31394         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31395         Remove all multiarch strlen and strnlen versions.
31396         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31397         Remove strlen and strnlen related parts.
31399         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31400         Inline strlen part.
31401         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31403         * sysdeps/x86_64/multiarch/strlen.S: Remove.
31404         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31405         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31406         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31407         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31408         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31410 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
31412         * manual/memory.texi (Malloc Tunable Parameters):
31413         Sort parameters alphabetically. Add comments for missing entries.
31415 2013-03-17  David S. Miller  <davem@davemloft.net>
31417         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31419 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
31421         [BZ #15283]
31422         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31423         for arguments at most half maximum finite value.
31424         * math/libm-test.inc (j0_test): Add more tests.
31425         (j1_test): Likewise.
31426         (y0_test): Likewise.
31427         (y1_test): Likewise.
31428         * sysdeps/i386/fpu/libm-test-ulps: Update.
31429         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31431         [BZ #14155]
31432         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31433         1 / x and functions P and Q for arguments above 0x1p256L.
31434         (__ieee754_y0l): Likewise.
31435         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31436         (__ieee754_y1l): Likewise.
31437         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31438         (j1_test): Likewise.
31439         (y0_test): Likewise.
31440         (y1_test): Likewise.
31442 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
31444         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31445         variable.
31447 2013-03-15  Roland McGrath  <roland@hack.frob.com>
31449         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31450         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31451         zero since it's initialized to EXEC_PAGESIZE.
31453         * sysdeps/unix/sysv/linux/ldsodefs.h
31454         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31455         * sysdeps/generic/ldsodefs.h: ... here.
31457 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
31459         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31461         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31462         math/test-snan.c.
31463         * math/test-snan.c: Renamed from
31464         sysdeps/powerpc/fpu/test-powerpc-snan.c.
31465         * math/Makefile (tests): Add test-snan.
31466         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31467         test-powerpc-snan.
31469         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31470         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
31471         functions.
31472         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
31473         __builtin_nan family of functions.
31474         * math/libm-test.inc (initialize): Initialize qnan_value with
31475         __builtin_nan family of functions.
31476         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31477         Remove variables.
31478         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31479         Remove functions.
31480         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
31481         storage class.  Initialize qNaN_var and sNaN_var with
31482         __builtin_nan and __builtin_nans families of functions,
31483         respectively.
31485         * math/libm-test.inc (acosh_test): Also test with qNaN input.
31486         (sqrt_test): Remove duplicate test with qNaN input.
31487         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31488         (round_test, signbit_test, significand_test): Note missing +/-Inf
31489         as well as qNaN tests.
31491         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31492         qNaN_var.  Fix a few strings, too.
31493         * math/libm-test.inc (nan_value): Rename to qnan_value.
31494         * math/gen-libm-test.pl (%beautify): Adjust to that.
31495         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31496         * math/test-misc.c (main): Likewise.
31497         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31498         to __qnan_bytes, and __qnan_union, respectively.
31499         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31500         Likewise.
31501         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31502         and lqnanval, respectively.
31503         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31504         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31505         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31506         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31508         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31509         * math/test-misc.c (main) [__x86_64__]: Enable test for long
31510         doubles.
31512         * math/test-misc.c (main): Fix copy'n'pastos.
31513         * misc/tst-efgcvt.c (special): Likewise.
31515         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31516         Remove declarations.
31518 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31520         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31521         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31522         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31523         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31525 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31527         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31528         macro to return vdso values correctly in IFUNC implementations.
31529         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31530         Optimization by using IFUNC.
31532 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31533             Richard Henderson  <rth@redhat.com>
31534             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
31536         * Makefile.in (bench): New target.
31537         * NEWS: Mention the benchmark framework.
31538         * Rules (bench): Likewise.
31539         (binaries-bench): Generate binaries for functions to
31540         benchmark.
31541         * benchtests/Makefile: New makefile for benchmark tests.
31542         * benchtests/bench-skeleton.c: New skeleton file for benchmark
31543         programs.
31544         * benchtests/exp-inputs: New input file for EXP function.
31545         * benchtests/pow-inputs: New input file for POW function.
31546         * scripts/bench.pl: New script to generate source files for
31547         benchmark programs.
31549 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
31551         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31552         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31553         computations on mantissa.  Use macros for rounding and
31554         division.
31555         (denorm): Likewise.
31556         (__dbl_mp): Likewise.
31557         (add_magnitudes): Likewise.
31558         (sub_magnitudes): Likewise.
31559         (__mul): Likewise.
31560         (__sqr): Likewise.
31561         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
31562         powers of two in terms of TWOPOW macro.
31563         (mp_no): Make type of mantissa as MANTISSA_T.
31564         [!RADIXI]: Define RADIXI.
31565         [!TWO52]: Define TWO52.
31566         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31568         * manual/nptl.texi (cindex): Modify threads to pthreads.
31570 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
31572         * sysdeps/x86_64/preconfigure: Regenerated.
31574 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
31576         [BZ #14155]
31577         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31578         0x1p28 and above.
31579         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31580         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31581         0x1p28 and above.
31582         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31583         * math/libm-test.inc (j0_test): Do not allow one spurious
31584         underflow exception.
31585         (y1_test): Likewise.
31587 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
31589         * manual/Makefile (chapters): Add nptl.
31590         * manual/debug.texi (Debugging Support): Add link to Threads
31591         chapter.
31592         * manual/nptl.texi: New file.
31594         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31596 2013-03-14  Petr Baudis  <pasky@ucw.cz>
31598         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31599         for non-NULL pointer before the memory validity test. Pointed
31600         out by Holger Brunck <holger.brunck@keymile.com>.
31602 2013-03-13  Andreas Schwab  <schwab@suse.de>
31604         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31605         instead of .os.
31607 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
31609         * timezone/zic.c: Update from tzcode 2013b.
31611 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
31613         * manual/install.texi (Configuring and compiling):
31614         Mention i686 and i586.
31615         * INSTALL: Regenerate.
31617 2013-03-12  Roland McGrath  <roland@hack.frob.com>
31619         * sysdeps/init_array/elf-init.c: New file.
31620         * csu/elf-init.c
31621         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31622         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31624         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31625         __gmon_start__ as global, but as static with a .preinit_array pointer.
31626         * sysdeps/init_array/gmon-start.c: New file.  Use that.
31627         * sysdeps/init_array/crti.S: New file, empty except for comments.
31628         * sysdeps/init_array/crtn.S: Likewise.
31630 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
31632         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31633         definining bcopy.
31634         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31635         Remove Prefer_SSE_for_memop.
31636         * sysdeps/x86_64/multiarch/init-arch.h: Remove
31637         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31638         HAS_PREFER_SSE_FOR_MEMOP.
31639         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31640         memset-x86-64.
31641         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
31642         Remove bzero, memset ifunc support.
31643         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31644         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31645         * sysdeps/x86_64/multiarch/memset.S: Likewise.
31646         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31648 2013-03-11  Andreas Schwab  <schwab@suse.de>
31650         [BZ #15234]
31651         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31652         by SHLIB_COMPAT.
31653         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31654         (GLIBC_2.16): Remove pthread_atfork.
31656 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
31658         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31659         (ptestcases.h): Likewise.
31661 2013-03-08  Roland McGrath  <roland@hack.frob.com>
31663         * Makeconfig ($(common-objpfx)config.status): Depend on
31664         sysdeps/*/preconfigure{,.in} too.
31666 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
31668         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31669         (__free_hook): Use void * instead of __malloc_ptr_t.
31670         (__malloc_hook): Likewise.
31671         (__realloc_hook): Likewise.
31672         (__memalign_hook): Likewise.
31673         (__after_morecore_hook): Likewise.
31674         * malloc/arena.c (save_malloc_hook): Likewise.
31675         (save_free_hook): Likewise.
31676         * malloc/hooks.c (malloc_hook_ini): Likewise.
31677         (realloc_hook_ini): Likewise.
31678         (memalign_hook_ini): Likewise.
31679         * malloc/malloc.c (malloc_hook_ini): Likewise.
31680         (realloc_hook_ini): Likewise.
31681         (memalign_hook_ini): Likewise.
31682         (__free_hook): Likewise.
31683         (__malloc_hook): Likewise.
31684         (__realloc_hook): Likewise.
31685         (__memalign_hook): Likewise.
31686         (__libc_malloc): Likewise.
31687         (__libc_free): Likewise.
31688         (__libc_realloc): Likewise.
31689         (__libc_memalign): Likewise.
31690         (__libc_valloc): Likewise.
31691         (__libc_pvalloc): Likewise.
31692         (__libc_calloc): Likewise.
31693         (__posix_memalign): Likewise.
31694         * malloc/morecore.c (__sbrk): Likewise.
31695         (__default_morecore): Likewise.
31697         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31699         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31700         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31701         __malloc_ptrdiff_t.
31703         * malloc/malloc.h (__malloc_size_t): Remove macro.
31704         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31705         __malloc_size_t.
31706         (old_memalign_hook): Likewise.
31707         (old_realloc_hook): Likewise.
31708         (struct hdr): Likewise.
31709         (flood): Likewise.
31710         (mallochook): Likewise.
31711         (memalignhook): Likewise.
31712         (reallochook): Likewise.
31713         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31714         (tr_old_realloc_hook): Likewise.
31715         (tr_old_memalign_hook): Likewise.
31716         (tr_mallochook): Likewise.
31717         (tr_reallochook): Likewise.
31718         (tr_memalignhook): Likewise.
31720 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
31722         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31723         default_ldbl_pack and using as default implementation.
31724         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31725         implementation.
31726         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31727         redundant definition.
31728         (ldbl_insert_mantissa): Likewise.
31729         (ldbl_canonicalize): Likewise.
31730         (ldbl_nearbyint): Likewise.
31731         (ldbl_pack): Rename to ldbl_pack_ppc.
31732         (ldbl_unpack): Rename to ldbl_unpack_ppc.
31733         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31734         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31736 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
31738         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31739         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31740         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31741         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31742         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31743         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31744         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31745         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31747 2013-03-07  Andreas Jaeger  <aj@suse.de>
31749         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31750         bits/mman-linux.h.
31752 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
31754         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31755         Include mpa.h and declare __MPEXP.
31756         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31757         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31758         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31759         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31760         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31761         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31762         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31764         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31765         (__slowpow): Use long double EXPL and LOGL functions to
31766         compute POW.
31767         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31768         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31769         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31770         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31771         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31772         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31774         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31775         intermediate variable to calculate exponent.
31776         (__sqr): Likewise.
31777         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31778         Likewise.
31779         (__sqr): Likewise.
31781         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31782         [!NO__SQR]: Define __sqr.
31783         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31784         and NO__SQR.  Remove all code except __mul and __sqr.  Include
31785         sysdeps/ieee754/dbl-64/mpa.c.
31786         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31788         [BZ #12723]
31789         * posix/Makefile (tests): Add tst-pathconf.
31790         * posix/tst-pathconf.c: New test case.
31791         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31792         _PC_PIPE_BUF.
31793         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31795 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
31797         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31799 2013-03-06  Andreas Jaeger  <aj@suse.de>
31801         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31802         definition via __MAP_ANONYMOUS.
31804         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31805         it's not part of Linux headers.
31807         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31808         (MAP_HUGE_MASK): Define.
31810         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31811         Define.
31812         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31813         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31814         Define.
31815         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31816         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31817         Define.
31818         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31819         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31820         Define.
31821         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31823         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31824         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31825         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31826         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31827         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31828         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31830         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31831         Handle f2fs.
31833         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31834         Handle f2fs and efivarfs.
31836         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31837         f2fs.
31839         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31840         (EFIVARFS_MAGIC): Add.
31841         (F2FS_LINK_MAX): Add.
31843 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
31845         * stdio-common/vfprintf.c: Replace __builtin_expect with
31846         __glibc_unlikely.
31848 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
31850         [BZ #13550]
31851         * sysdeps/generic/bp-sym.h: Remove file.
31852         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31853         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31854         <bp-sym.h> and <bp-asm.h>.
31855         (__longjmp): Don't use BP_SYM.
31856         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31857         and <bp-asm.h>.
31858         (memcpy): Don't use BP_SYM.
31859         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31860         <bp-sym.h> and <bp-asm.h>.
31861         (memcpy): Don't use BP_SYM.
31862         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31863         <bp-asm.h>.
31864         (memcpy): Don't use BP_SYM.
31865         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31866         <bp-asm.h>.
31867         (memset): Don't use BP_SYM.
31868         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31869         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31870         (__bzero): Don't use BP_SYM.
31871         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31872         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31873         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31874         <bp-sym.h> and <bp-asm.h>.
31875         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31876         pointers.
31877         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31878         <bp-sym.h> and <bp-asm.h>.
31879         (memcpy): Don't use BP_SYM.
31880         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31881         <bp-sym.h> and <bp-asm.h>.
31882         (memset): Don't use BP_SYM.
31883         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31884         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31885         (__bzero): Don't use BP_SYM.
31886         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31887         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31888         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31889         <bp-sym.h> and <bp-asm.h>.
31890         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31891         pointers.
31892         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31893         <bp-sym.h> and <bp-asm.h>.
31894         (memcpy): Don't use BP_SYM.
31895         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31896         <bp-sym.h> and <bp-asm.h>.
31897         (memset): Don't use BP_SYM.
31898         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31899         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31900         (__bzero): Don't use BP_SYM.
31901         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31902         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31903         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31904         <bp-sym.h> and <bp-asm.h>.
31905         (__memchr): Don't use BP_SYM.
31906         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31907         <bp-sym.h> and <bp-asm.h>.
31908         (memcmp): Don't use BP_SYM.  Remove comment about bounded
31909         pointers.
31910         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31911         <bp-sym.h> and <bp-asm.h>.
31912         (memcpy): Don't use BP_SYM.
31913         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31914         <bp-sym.h> and <bp-asm.h>.
31915         (__mempcpy): Don't use BP_SYM.
31916         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31917         <bp-sym.h> and <bp-asm.h>.
31918         (__memrchr): Don't use BP_SYM.
31919         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31920         <bp-sym.h> and <bp-asm.h>.
31921         (memset): Don't use BP_SYM.
31922         (__bzero): Likewise.
31923         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31924         <bp-sym.h> and <bp-asm.h>.
31925         (__rawmemchr): Don't use BP_SYM.
31926         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31927         <bp-sym.h> and <bp-asm.h>.
31928         (__STRCMP): Don't use BP_SYM.
31929         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31930         <bp-sym.h> and <bp-asm.h>.
31931         (strchr): Don't use BP_SYM.
31932         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31933         <bp-sym.h> and <bp-asm.h>.
31934         (__strchrnul): Don't use BP_SYM.
31935         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31936         <bp-sym.h> and <bp-asm.h>.
31937         (strlen): Don't use BP_SYM.
31938         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31939         <bp-sym.h> and <bp-asm.h>.
31940         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31941         pointers.
31942         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31943         <bp-sym.h> and <bp-asm.h>.
31944         (__strnlen): Don't use BP_SYM.
31945         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31946         <bp-sym.h> and <bp-asm.h>.
31947         (__GI__setjmp): Don't use BP_SYM.
31948         (_setjmp): Likewise.
31949         (__sigsetjmp): Likewise.
31950         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31951         (L(start_addresses)): Don't use BP_SYM.
31952         (_start): Likewise.
31953         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31954         <bp-asm.h>.
31955         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31956         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31957         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31958         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31959         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31960         <bp-asm.h>.
31961         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31962         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
31963         about bounded pointers.
31964         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31965         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31966         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
31967         <bp-asm.h>.
31968         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31969         about bounded pointers.  Remove GKM FIXME comments.
31970         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31971         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31972         <bp-asm.h>.
31973         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31974         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
31975         Remove GKM FIXME comments.
31976         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31977         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31978         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31979         <bp-asm.h>.
31980         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
31981         about bounded pointers.  Remove GKM FIXME comment.
31982         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31983         and <bp-asm.h>.
31984         (strncmp): Don't use BP_SYM.  Remove comment about bounded
31985         pointers.
31986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31987         <bp-sym.h> and <bp-asm.h>.
31988         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31990         <bp-sym.h> and <bp-asm.h>.
31991         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
31992         comment.
31994 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
31996         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31997         call free(NULL).
31999 2013-03-05  David S. Miller  <davem@davemloft.net>
32001         * po/es.po: Update from translation team.
32003 2013-03-05  Andreas Jaeger  <aj@suse.de>
32005         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
32006         <bits/mman-linux.h>.
32007         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32008         is fine.
32009         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
32010         <bits/mman-linux.h> to end of file.
32011         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32012         is fine.
32013         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
32014         <bits/mman-linux.h> to end of file.
32015         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
32016         is fine.
32017         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
32018         <bits/mman-linux.h> to end of file.
32020         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
32021         (MCL_CURRENT, MCL_FUTURE): Define here.
32023 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32025         [BZ #15232]
32026         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
32027         attribute_hidden.
32028         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
32030 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32032         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
32033         fourth parameter needed for rt_sigprocmask syscall.
32034         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
32035         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
32036         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
32037         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
32038         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
32039         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
32041 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
32043         [BZ #13550]
32044         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
32045         comment about bounded pointers.
32046         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
32047         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
32049 2013-03-04  Andreas Jaeger  <aj@suse.de>
32051         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
32052         common definitions.
32054         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
32055         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
32056         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
32057         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
32058         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
32059         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
32061 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32063         [BZ #15055]
32064         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
32065         __ieee754_sqrl instead of __sqrl.
32067 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
32069         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
32070         * sysdeps/powerpc/fpu_control.h: ... here.
32071         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
32072         * sysdeps/powerpc/bits/fenvinline.h: ... here.
32073         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
32074         * sysdeps/powerpc/bits/mathinline.h: ... here.
32076 2013-03-01  Roland McGrath  <roland@hack.frob.com>
32078         * elf/dl-hwcaps.c (_dl_important_hwcaps):
32079         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
32080         to just [NEED_DL_SYSINFO_DSO].
32081         * elf/dl-support.c: Likewise.
32082         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
32083         * elf/rtld.c (dl_main): Likewise.
32084         * elf/setup-vdso.h (setup_vdso): Likewise.
32085         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
32086         * sysdeps/unix/sysv/linux/dl-sysdep.c
32087         (_dl_discover_osversion): Likewise.
32089 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
32091         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
32092         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32094 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
32096         * NEWS: Mention libm performance improvements and non-x86 PI
32097         futex support.
32099         * csu/libc-start.c (__pthread_initialize_minimal): Change
32100         function arguments.
32101         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
32103 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
32105         [BZ #13550]
32106         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
32107         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
32108         <bp-sym.h> and <bp-asm.h>.
32109         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32110         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
32111         and <bp-asm.h>.
32112         (memcpy): Don't use BP_SYM.
32113         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
32114         <bp-asm.h>.
32115         (__mpn_add_n): Don't use BP_SYM.
32116         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
32117         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
32118         and <bp-asm.h>.
32119         (__mpn_addmul_1): Don't use BP_SYM.
32120         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32121         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
32122         <bp-sym.h>.
32123         (_setjmp): Don't use BP_SYM.
32124         (__novmx_setjmp): Likewise.
32125         (__GI__setjmp): Likewise.
32126         (__vmx_setjmp): Likewise.
32127         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
32128         <bp-sym.h>.
32129         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
32130         (__bzero): Don't use BP_SYM.
32131         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
32132         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
32133         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
32134         <bp-sym.h> and <bp-asm.h>.
32135         (memcpy): Don't use BP_SYM.
32136         * sysdeps/powerpc/powerpc32/fpu/__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/fpu/setjmp-common.S: Don't include
32140         <bp-sym.h> and <bp-asm.h>.
32141         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
32142         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
32143         <bp-asm.h>.
32144         (__mpn_lshift): Don't use BP_SYM.
32145         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32146         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
32147         <bp-asm.h>.
32148         (memset): Don't use BP_SYM.
32149         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
32150         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
32151         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
32152         <bp-asm.h>.
32153         (__mpn_mul_1): Don't use BP_SYM.
32154         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32155         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
32156         <bp-sym.h> and <bp-asm.h>.
32157         (memcmp): Don't use BP_SYM.
32158         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
32159         <bp-sym.h> and <bp-asm.h>.
32160         (memcpy): Don't use BP_SYM.
32161         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
32162         <bp-sym.h> and <bp-asm.h>.
32163         (memset): Don't use BP_SYM.
32164         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
32165         <bp-sym.h> and <bp-asm.h>.
32166         (strncmp): Don't use BP_SYM.
32167         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
32168         <bp-sym.h> and <bp-asm.h>.
32169         (memcpy): Don't use BP_SYM.
32170         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
32171         <bp-sym.h> and <bp-asm.h>.
32172         (memset): Don't use BP_SYM.
32173         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
32174         <bp-sym.h> and <bp-asm.h>.
32175         (__memchr): Don't use BP_SYM.
32176         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
32177         <bp-sym.h> and <bp-asm.h>.
32178         (memcmp): Don't use BP_SYM.
32179         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
32180         <bp-sym.h> and <bp-asm.h>.
32181         (memcpy): Don't use BP_SYM.
32182         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
32183         <bp-sym.h> and <bp-asm.h>.
32184         (__mempcpy): Don't use BP_SYM.
32185         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
32186         <bp-sym.h> and <bp-asm.h>.
32187         (__memrchr): Don't use BP_SYM.
32188         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
32189         <bp-sym.h> and <bp-asm.h>.
32190         (memset): Don't use BP_SYM.
32191         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
32192         <bp-sym.h> and <bp-asm.h>.
32193         (__rawmemchr): Don't use BP_SYM.
32194         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
32195         <bp-sym.h> and <bp-asm.h>.
32196         (__STRCMP): Don't use BP_SYM.
32197         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
32198         <bp-sym.h> and <bp-asm.h>.
32199         (strchr): Don't use BP_SYM.
32200         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
32201         <bp-sym.h> and <bp-asm.h>.
32202         (__strchrnul): Don't use BP_SYM.
32203         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
32204         <bp-sym.h> and <bp-asm.h>.
32205         (strlen): Don't use BP_SYM.
32206         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
32207         <bp-sym.h> and <bp-asm.h>.
32208         (strncmp): Don't use BP_SYM.
32209         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
32210         <bp-sym.h> and <bp-asm.h>.
32211         (__strnlen): Don't use BP_SYM.
32212         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
32213         <bp-asm.h>.
32214         (__mpn_rshift): Don't use BP_SYM.
32215         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32216         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
32217         <bp-sym.h> and <bp-asm.h>.
32218         (__sigsetjmp): Don't use BP_SYM.
32219         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
32220         (L(start_addresses)): Don't use BP_SYM.
32221         (_start): Likewise.
32222         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
32223         <bp-asm.h>.
32224         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
32225         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32226         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32227         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
32228         <bp-asm.h>.
32229         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
32230         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32231         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32232         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
32233         <bp-asm.h>.
32234         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32235         comments.
32236         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32237         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
32238         <bp-asm.h>.
32239         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
32240         FIXME comments.
32241         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32242         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
32243         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
32244         <bp-asm.h>.
32245         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
32246         comment.
32247         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
32248         and <bp-asm.h>.
32249         (strncmp): Don't use BP_SYM,
32250         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
32251         <bp-asm.h>.
32252         (__mpn_sub_n): Don't use BP_SYM.
32253         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32254         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
32255         and <bp-asm.h>.
32256         (__mpn_submul_1): Don't use BP_SYM.
32257         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32258         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
32259         <bp-sym.h> and <bp-asm.h>.
32260         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
32261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
32262         <bp-sym.h> and <bp-asm.h>.
32263         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
32264         comment.
32266 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
32268         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
32269         Use ZK to minimize writes to Z.
32270         (sub_magnitudes): Simplify code a bit.
32271         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
32272         Use ZK to minimize writes to Z.
32273         (sub_magnitudes): Simplify code a bit.
32275 2013-02-27  Roland McGrath  <roland@hack.frob.com>
32277         * csu/gmon-start.c: Add special exception to license text.
32279 2013-02-27  Richard Henderson  <rth@redhat.com>
32281         * scripts/config.guess: Update from config.git.
32282         * scripts/config.sub: Likewise.
32284 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
32286         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
32288         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
32290         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
32292         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
32294         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
32296 2013-02-26  Roland McGrath  <roland@hack.frob.com>
32298         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
32299         [$(build-shared = yes].
32301 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32303         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
32304         (__mul): Reduce iterations for calculating mantissa.
32306         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
32307         MPTWO.
32308         (__mpranred): Likewise.
32310         [BZ #15160]
32311         * malloc/memusagestat.c (main): Draw graphs for heap and stack
32312         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
32314 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
32316         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
32317         Define __attribute__.
32319 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
32321         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
32322         unused.
32323         * posix/regex_internal.h (__attribute): Remove.
32324         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
32325         (re_string_context_at): Likewise.
32326         (bitset_not): Use __attribute__ and mark function as possibly
32327         unused.
32328         (bitset_merge): Likewise.
32329         (bitset_mask): Likewise.
32330         (re_string_char_size_at): Likewise.
32331         (re_string_wchar_at): Likewise.
32332         (re_string_elem_size_at): Likewise.
32334 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
32336         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
32337         code.
32338         (cc32): Likewise.
32340         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
32341         (__acr): Likewise.
32342         (__cpy): Likewise.
32343         (norm): Likewise.
32344         (denorm): Likewise.
32345         (__dbl_mp): Likewise.
32346         (add_magnitudes): Likewise.
32347         (sub_magnitudes): Likewise.
32348         (__mul): Likewise.
32349         (__inv): Likewise.
32351         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
32352         style.
32354         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
32355         style.
32357         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
32358         code.
32360         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
32361         up changes with default code.
32362         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32363         Likewise.
32365 2013-02-24  Allan McRae  <allan@archlinux.org>
32367         * manual/socket.texi (The Internet Namespace): Order menu items
32368         to match that in the file.
32370         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32371         node listing of the info page menu.
32373 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
32375         [BZ #13550]
32376         * sysdeps/i386/bp-asm.h: Remove file.
32377         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32378         (PARMS): Do not use macros from bp-asm.h.
32379         (S1): Likewise.
32380         (S2): Likewise.
32381         (SIZE): Likewise.
32382         (__mpn_add_n): Do not use BP_SYM
32383         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32384         "bp-asm.h".
32385         (PARMS): Do not use macros from bp-asm.h.
32386         (S1): Likewise.
32387         (SIZE): Likewise.
32388         (__mpn_addmul_1): Do not use BP_SYM
32389         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32390         "bp-asm.h".
32391         (PARMS): Do not use macros from bp-asm.h.
32392         (SIGMSK): Likewise.
32393         (_setjmp): Likewise.  Do not use BP_SYM.
32394         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32395         "bp-asm.h".
32396         (PARMS): Do not use macros from bp-asm.h.
32397         (SIGMSK): Likewise.
32398         (setjmp): Likewise.  Do not use BP_SYM.
32399         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32400         "bp-asm.h".
32401         (PARMS): Do not use macros from bp-asm.h.
32402         (__frexp): Do not use BP_SYM.
32403         (frexp): Likewise.
32404         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32405         "bp-asm.h".
32406         (PARMS): Do not use macros from bp-asm.h.
32407         (__frexpf): Do not use BP_SYM.
32408         (frexpf): Likewise.
32409         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32410         "bp-asm.h".
32411         (PARMS): Do not use macros from bp-asm.h.
32412         (__frexpl): Do not use BP_SYM.
32413         (frexpl): Likewise.
32414         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32415         "bp-asm.h".
32416         (PARMS): Do not use macros from bp-asm.h.
32417         (__remquo): Do not use BP_SYM.
32418         (remquo): Likewise.
32419         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32420         "bp-asm.h".
32421         (PARMS): Do not use macros from bp-asm.h.
32422         (__remquof): Do not use BP_SYM.
32423         (remquof): Likewise.
32424         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32425         "bp-asm.h".
32426         (PARMS): Do not use macros from bp-asm.h.
32427         (__remquol): Do not use BP_SYM.
32428         (remquol): Likewise.
32429         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32430         "bp-asm.h".
32431         (PARMS): Do not use macros from bp-asm.h.
32432         (DEST): Likewise.
32433         (SRC): Likewise.
32434         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
32435         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32436         "bp-asm.h".
32437         (PARMS): Do not use macros from bp-asm.h.
32438         (strlen): Do not use BP_SYM.
32439         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32440         "bp-asm.h".
32441         (PARMS): Do not use macros from bp-asm.h.
32442         (S1): Likewise.
32443         (S2): Likewise.
32444         (SIZE): Likewise.
32445         (__mpn_add_n): Do not use BP_SYM.
32446         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32447         "bp-asm.h".
32448         (PARMS): Do not use macros from bp-asm.h.
32449         (S1): Likewise.
32450         (SIZE): Likewise.
32451         (__mpn_addmul_1): Do not use BP_SYM.
32452         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32453         weak_alias.
32454         (bzero): Likewise.
32455         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32456         "bp-asm.h".
32457         (PARMS): Do not use macros from bp-asm.h.
32458         (S): Likewise.
32459         (SIZE): Likewise.
32460         (__mpn_lshift): Do not use BP_SYM.
32461         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32462         "bp-asm.h".
32463         (PARMS): Do not use macros from bp-asm.h.
32464         (DEST): Likewise.
32465         (SRC): Likewise.
32466         (LEN): Likewise.
32467         (memcpy): Likewise.  Do not use BP_SYM.
32468         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32469         libc_hidden_def and weak_alias.
32470         (mempcpy): Do not use BP_SYM in weak_alias.
32471         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32472         "bp-asm.h".
32473         (PARMS): Do not use macros from bp-asm.h.
32474         (DEST): Likewise.
32475         (LEN): Likewise.
32476         [!BZERO_P] (CHR): Likewise.
32477         (memset): Likewise.  Do not use BP_SYM.
32478         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32479         "bp-asm.h".
32480         (PARMS): Do not use macros from bp-asm.h.
32481         (S1): Likewise.
32482         (SIZE): Likewise.
32483         (__mpn_mul_1): Do not use BP_SYM.
32484         * sysdeps/i386/i586/rshift.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_rshift): Do not use BP_SYM.
32490         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32491         "bp-asm.h".
32492         (PARMS): Do not use macros from bp-asm.h.
32493         (STR): Likewise.
32494         (CHR): Likewise.
32495         (strchr): Likewise.  Do not use BP_SYM.
32496         (index): Do not use BP_SYM in weak_alias.
32497         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32498         "bp-asm.h".
32499         (PARMS): Do not use macros from bp-asm.h.
32500         (DEST): Likewise.
32501         (SRC): Likewise.
32502         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
32503         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32504         "bp-asm.h".
32505         (PARMS): Do not use macros from bp-asm.h.
32506         (strlen): Do not use BP_SYM.
32507         * sysdeps/i386/i586/sub_n.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         (S2): Likewise.
32512         (SIZE): Likewise.
32513         (__mpn_sub_n): Do not use BP_SYM.
32514         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32515         "bp-asm.h".
32516         (PARMS): Do not use macros from bp-asm.h.
32517         (S1): Likewise.
32518         (SIZE): Likewise.
32519         (__mpn_submul_1): Do not use BP_SYM.
32520         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32521         "bp-asm.h".
32522         (PARMS): Do not use macros from bp-asm.h.
32523         (S1): Likewise.
32524         (S2): Likewise.
32525         (SIZE): Likewise.
32526         (__mpn_add_n): Do not use BP_SYM.
32527         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32528         weak_alias.
32529         (bzero): Likewise.
32530         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32531         "bp-asm.h".
32532         (PARMS): Do not use macros from bp-asm.h.
32533         (BLK2): Likewise.
32534         (LEN): Likewise.
32535         (memcmp): Do not use BP_SYM.
32536         (bcmp): Do not use BP_SYM in weak_alias.
32537         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32538         "bp-asm.h".
32539         (PARMS): Do not use macros from bp-asm.h.
32540         (DEST): Likewise.
32541         (SRC): Likewise.
32542         (LEN): Likewise.
32543         (memcpy): Likewise.  Do not use BP_SYM.
32544         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32545         "bp-asm.h".
32546         (PARMS): Do not use macros from bp-asm.h.
32547         (DEST): Likewise.
32548         (SRC): Likewise.
32549         (LEN): Likewise.
32550         (memmove): Likewise.  Do not use BP_SYM.
32551         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32552         "bp-asm.h".
32553         (PARMS): Do not use macros from bp-asm.h.
32554         (DEST): Likewise.
32555         (SRC): Likewise.
32556         (LEN): Likewise.
32557         (__mempcpy): Likewise.  Do not use BP_SYM.
32558         (mempcpy): Do not use BP_SYM in weak_alias.
32559         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32560         "bp-asm.h".
32561         (PARMS): Do not use macros from bp-asm.h.
32562         (DEST): Likewise.
32563         (LEN): Likewise.
32564         [!BZERO_P] (CHR): Likewise.
32565         (memset): Likewise.  Do not use BP_SYM.
32566         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32567         "bp-asm.h".
32568         (PARMS): Do not use macros from bp-asm.h.
32569         (STR2): Likewise.
32570         (strcmp): Do not use BP_SYM.
32571         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32572         "bp-asm.h".
32573         (PARMS): Do not use macros from bp-asm.h.
32574         (STR): Likewise.
32575         (DELIM): Likewise.
32576         [USE_AS_STRTOK_R] (SAVE): Likewise.
32577         (FUNCTION): Likewise.  Do not use BP_SYM.
32578         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32579         aliases.
32580         (strtok_r): Likewise.
32581         (__GI___strtok_r): Likewise.
32582         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32583         (PARMS): Do not use macros from bp-asm.h.
32584         (S): Likewise.
32585         (SIZE): Likewise.
32586         (__mpn_lshift): Do not use BP_SYM.
32587         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32588         (PARMS): Do not use macros from bp-asm.h.
32589         (STR): Likewise.
32590         (CHR): Likewise.
32591         (__memchr): Do not use BP_SYM.
32592         (memchr): Do not use BP_SYM in weak_alias.
32593         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32594         (PARMS): Do not use macros from bp-asm.h.
32595         (BLK2): Likewise.
32596         (LEN): Likewise.
32597         (memcmp): Do not use BP_SYM.
32598         (bcmp): Do not use BP_SYM in weak_alias.
32599         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32600         (PARMS): Do not use macros from bp-asm.h.
32601         (S1): Likewise.
32602         (SIZE): Likewise.
32603         (__mpn_mul_1): Do not use BP_SYM.
32604         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32605         "bp-asm.h".
32606         (PARMS): Do not use macros from bp-asm.h.
32607         (STR): Likewise.
32608         (CHR): Likewise.
32609         (__rawmemchr): Do not use BP_SYM.
32610         (rawmemchr): Do not use BP_SYM in weak_alias.
32611         * sysdeps/i386/rshift.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_rshift): Do not use BP_SYM.
32616         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32617         (PARMS): Do not use macros from bp-asm.h.
32618         (SIGMSK): Likewise.
32619         (__sigsetjmp): Likewise.  Do not use BP_SYM.
32620         * sysdeps/i386/start.S: Do not include "bp-sym.h".
32621         (_start): Do not use BP_SYM.
32622         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32623         (PARMS): Do not use macros from bp-asm.h.
32624         (DEST): Likewise.
32625         (SRC): Likewise.
32626         (__stpcpy): Likewise.  Do not use BP_SYM.
32627         (stpcpy): Do not use BP_SYM in weak_alias.
32628         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32629         "bp-asm.h".
32630         (PARMS): Do not use macros from bp-asm.h.
32631         (DEST): Likewise.
32632         (SRC): Likewise.
32633         (LEN): Likewise.
32634         (__stpncpy): Likewise.  Do not use BP_SYM.
32635         (stpncpy): Do not use BP_SYM in weak_alias.
32636         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32637         (PARMS): Do not use macros from bp-asm.h.
32638         (STR): Likewise.
32639         (CHR): Likewise.
32640         (strchr): Likewise.  Do not use BP_SYM.
32641         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32642         "bp-asm.h".
32643         (PARMS): Do not use macros from bp-asm.h.
32644         (STR): Likewise.
32645         (CHR): Likewise.
32646         (__strchrnul): Likewise.  Do not use BP_SYM.
32647         (strchrnul): Do not use BP_SYM in weak_alias.
32648         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32649         "bp-asm.h".
32650         (PARMS): Do not use macros from bp-asm.h.
32651         (STOP): Likewise.
32652         (strcspn): Do not use BP_SYM.
32653         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32654         "bp-asm.h".
32655         (PARMS): Do not use macros from bp-asm.h.
32656         (STR): Likewise.
32657         (STOP): Likewise.
32658         (strpbrk): Likewise.  Do not use BP_SYM.
32659         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32660         "bp-asm.h".
32661         (PARMS): Do not use macros from bp-asm.h.
32662         (STR): Likewise.
32663         (CHR): Likewise.
32664         (strrchr): Likewise.  Do not use BP_SYM.
32665         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32666         (PARMS): Do not use macros from bp-asm.h.
32667         (SKIP): Likewise.
32668         (strspn): Do not use BP_SYM.
32669         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32670         (PARMS): Do not use macros from bp-asm.h.
32671         (STR): Likewise.
32672         (DELIM): Likewise.
32673         (SAVE): Likewise.
32674         (FUNCTION): Likewise.  Do not use BP_SYM.
32675         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32676         aliases.
32677         (strtok_r): Likewise.
32678         (__GI___strtok_r): Likewise.
32679         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32680         (PARMS): Do not use macros from bp-asm.h.
32681         (S1): Likewise.
32682         (S2): Likewise.
32683         (SIZE): Likewise.
32684         (__mpn_sub_n): Do not use BP_SYM.
32685         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32686         "bp-asm.h".
32687         (PARMS): Do not use macros from bp-asm.h.
32688         (S1): Likewise.
32689         (SIZE): Likewise.
32690         (__mpn_submul_1): Do not use BP_SYM.
32691         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32692         <bp-sym.h>.
32693         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32694         and <bp-asm.h>.
32695         (PARMS): Do not use macros from bp-asm.h.
32696         (FLAGS): Likewise.
32697         (PTID): Likewise.
32698         (TLS): Likewise.
32699         (CTID): Likewise.
32700         (__clone): Do not use BP_SYM.
32701         (clone): Do not use BP_SYM in weak_alias.
32702         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32703         and <bp-asm.h>.
32704         (PARMS): Do not use macros from bp-asm.h.
32705         (LEN): Likewise.
32706         (__mmap64): Do not use BP_SYM.
32707         (mmap64): Do not use BP_SYM in weak_alias.
32708         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32709         <bp-sym.h> and <bp-asm.h>.
32710         (PARMS): Do not use macros from bp-asm.h.
32711         (__posix_fadvise64_l64): Do not use BP_SYM.
32712         * sysdeps/unix/sysv/linux/i386/semtimedop.S
32713         (PARMS): Do not use macros from bp-asm.h.
32714         (NSOPS): Likewise.
32715         (semtimedop): Do not use BP_SYM.
32716         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32717         and <bp-asm.h>.
32719 2013-02-21  Allan McRae  <allan@archlinux.org>
32721         * manual/message.texi (Charset conversion in gettext):
32722         Move @end statement to beginning of line.
32724 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32726         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32727         static.
32728         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32729         Likewise.
32731         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32732         (denorm): Likewise.
32733         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32734         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32736 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32738         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32739         tail-call to the resolved function if pltexit isn't needed.
32741 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
32743         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32744         or Y being zero as being unlikely.
32745         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32746         Likewise.
32748 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
32750         * manual/nss.texi (System Databases and Name Service Switch):
32751         Remove frobnicate @pxref.
32753 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32755         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32756         __attribute__ ((unused)) to __attribute__ ((__unused__)).
32758 2013-02-20  Petr Machata  <pmachata@redhat.com>
32760         * elf/elf.h (R_ARM_TARGET1): New macro.
32761         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32762         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32763         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32764         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32765         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32766         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32767         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32768         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32769         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32770         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32771         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32772         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32773         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32774         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32775         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32776         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32777         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32778         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32779         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32780         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32781         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32782         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32783         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32784         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32785         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32786         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32787         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32788         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32789         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32790         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32791         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32792         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32793         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32794         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32795         (R_ARM_THM_GOT_BREL12): Likewise.
32796         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32797         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32798         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32799         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32800         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32801         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32802         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32803         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32804         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32806 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
32808         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32809         __attribute_used__ to __attribute__ ((unused)).
32811 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
32813         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32814         powerpc mpa.c.
32815         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32816         comment formatting.
32817         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32819 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
32821         [BZ #13550]
32822         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32823         Remove macro.
32824         (ENTER): Remove both macro definitions.
32825         (LEAVE): Likewise.
32826         (CHECK_BOUNDS_LOW): Likewise.
32827         (CHECK_BOUNDS_HIGH): Likewise.
32828         (CHECK_BOUNDS_BOTH): Likewise.
32829         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32830         (RETURN_BOUNDED_POINTER): Likewise.
32831         (RETURN_NULL_BOUNDED_POINTER): Likewise.
32832         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32833         (POP_ERRNO_LOCATION_RETURN): Likewise.
32834         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32835         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32836         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32837         macros.
32838         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32839         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32840         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32841         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32842         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32843         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32844         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32845         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32846         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32847         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32848         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32849         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32850         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32851         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32852         removed macros.
32853         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32854         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32855         macros.
32856         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32857         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32858         * sysdeps/i386/i586/memset.S (memset): Likewise.
32859         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32860         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32861         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32862         macros.
32863         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32864         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32865         Change uses of L(2) to L(out).
32866         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32867         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32868         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32869         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32870         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32871         removed macros.
32872         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32873         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32874         macros.
32875         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32876         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32877         (RETURN): Do not use macro LEAVE.
32878         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32879         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32880         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32881         * sysdeps/i386/i686/memset.S (memset): Likewise.
32882         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32883         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32884         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32885         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32886         Likewise.
32887         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32888         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
32889         L(1_2) and L(1_3) into L(1).
32890         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32891         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32892         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32893         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32894         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32895         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32896         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32897         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32898         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32899         macros.
32900         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32901         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32902         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32903         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32904         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32905         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32906         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32907         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32908         * sysdeps/i386/strcspn.S (strcspn): Likewise.
32909         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32910         * sysdeps/i386/strrchr.S (strrchr): Likewise.
32911         * sysdeps/i386/strspn.S (strspn): Likewise.
32912         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32913         conditional code.
32914         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32915         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32916         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32917         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
32918         L(1_3) into L(1_1).
32919         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32920         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32921         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32922         macros.
32923         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32925 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
32927         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32928         macro.
32930 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
32932         * math/atest-exp.c (exp_mpn): Remove ROUND.
32933         * math/atest-exp2.c (exp_mpn): Likewise.
32934         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32936         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32937         * stdlib/tst-tls-atexit-lib.c: Likewise.
32938         * stdlib/tst-tls-atexit.c: Likewise.
32940 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32942         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32943         and __attribute_alloc_size__.
32945 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32947         * include/programs/xmalloc.h: Change __attribute_alloc_size to
32948         __attribute_alloc_size__.
32949         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32950         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32952 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
32954         * include/programs/xmalloc.h: New file.
32955         * catgets/gencat.c: Include it.
32956         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32957         * elf/pldd.c: Likewise.
32958         * iconv/iconv_charmap.c: Likewise.
32959         * iconv/iconvconfig.c: Likewise.
32960         * iconv/strtab.c: Likewise.
32961         * locale/programs/locale.c: Likewise.
32962         * locale/programs/localedef.h: Likewise.
32963         * locale/programs/simple-hash.c: Likewise.
32964         * nscd/nscd.h: Likewise.
32965         * nss/makedb.c: Likewise.
32966         * sysdeps/generic/ldconfig.h: Likewise.
32968 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
32970         * Versions.def: Add GLIBC_2.18.
32971         * include/link.h (struct link_map): New member l_tls_dtor_count.
32972         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32973         (__call_tls_dtors): Likewise.
32974         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32975         __cxa_thread_atexit_impl.
32976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32977         Likewise.
32978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32979         Likewise.
32980         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32981         Likewise.
32982         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32983         Likewise.
32984         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32985         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32986         Likewise.
32987         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32988         Likewise.
32989         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32990         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32991         Likewise.
32992         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32993         (tests): Add test case tst-tls-atexit.
32994         (modules-names): Add shared library for tst-tls-atexit.
32995         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
32996         (GLIBC_PRIVATE): Add __call_tls_dtors.
32997         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32998         for libstdc++.
32999         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
33000         * stdlib/tst-tls-atexit.c: New test case.
33001         * stdlib/tst-tls-atexit-lib.c: New test case.
33003         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
33005         * elf/Versions (ld): Add _dl_find_dso_for_object.
33006         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
33007         * elf/dl-open.c (_dl_find_dso_for_object): New function.
33008         (dl_open_worker): Use _dl_find_dso_for_object.
33009         * elf/dl-sym.c (do_sym): Likewise.
33010         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
33012 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33014         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
33015         Syntactic changes only.
33016         (_dl_runtime_profile): Do a tail-call to the resolved function.
33018 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
33020         [BZ #13550]
33021         * sysdeps/x86_64/bp-asm.h: Remove file.
33022         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
33023         <bp-sym.h> and <bp-asm.h>.
33024         (__clone): Do not use BP_SYM.
33025         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
33026         <bp-sym.h> and <bp-asm.h>.
33027         * sysdeps/unix/x86_64/sysdep.S: Likewise.
33028         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
33029         "bp-asm.h".
33030         (_setjmp): Do not use BP_SYM.
33031         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
33032         "bp-asm.h".
33033         (setjmp): Do not use BP_SYM.
33034         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
33035         libc_hidden_def.
33036         (mempcpy): Do not use BP_SYM in weak_alias.
33037         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
33038         "bp-asm.h".
33039         (strchr): Do not use BP_SYM.
33040         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
33041         "bp-asm.h".
33042         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
33043         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
33044         (_start): Do not use BP_SYM.
33045         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
33046         "bp-asm.h".
33047         (strcat): Do not use BP_SYM.
33048         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
33049         "bp-asm.h".
33050         (STRCMP): Do not use BP_SYM.
33051         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
33052         "bp-asm.h".
33053         (STRCPY): Do not use BP_SYM.
33054         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
33055         "bp-asm.h".
33056         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
33057         "bp-asm.h".
33058         (FUNCTION): Do not use BP_SYM.
33059         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
33060         weak_alias.
33061         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
33063 2013-02-17  Andreas Jaeger  <aj@suse.de>
33065         * time/Versions: Sort entries.
33066         * string/Versions: Likewise.
33067         * resolv/Versions: Likewise.
33068         * posix/Versions: Likewise.
33069         * iconv/Versions: Likewise.
33070         * elf/Versions: Likewise.
33071         * wcsmbs/Versions: Likewise.
33073 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
33075         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
33076         loop termination condition.
33078         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
33079         variable to calculate EZ.
33080         (__sqr): Likewise.
33082         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
33083         the lower precision input.
33085 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
33087         [BZ #13550]
33088         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
33089         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
33090         (run-via-rtld-prefix): Do not handle %-bp tests.
33091         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
33092         (all-object-suffixes): Remove .ob.
33093         (bppfx): Remove variable.
33094         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
33095         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
33096         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
33097         [$(build-bounded) = yes] (libtype.ob): Likewise.
33098         * Makerules (elide-routines.ob): Remove variable.
33099         (do-tests-clean): Do not handle *-bp.out.
33100         (common-mostlyclean): Do not handle *-bp and *-bp.out.
33101         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
33102         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
33103         (tests): Do not include $(tests-bp.out).
33104         (xtests): Do not include $(xtests-bp.out).
33105         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
33106         [$(build-bounded) = yes] ($(addprefix
33107         $(objpfx),$(binaries-bounded))): Remove rule.
33108         ($(objpfx)%-bp.out): Remove rule.
33109         * config.make.in (build-bounded): Remove variable.
33110         * crypt/Makefile [$(build-bounded) = yes]
33111         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
33112         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
33113         append to variable.
33114         [$(build-bounded) = yes] (install-lib): Likewise.
33115         [$(build-bounded) = yes] (generated): Likewise.
33116         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
33117         Remove rule.
33118         * intl/Makefile [$(build-bounded) = yes]
33119         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
33120         * math/Makefile [$(build-bounded) = yes]
33121         ($(tests:%=$(objpfx)%-bp): Likewise.
33122         * misc/Makefile [$(build-bounded) = yes]
33123         ($(objpfx)tst-tsearch-bp): Likewise.
33124         * nptl/Makeconfig (bounded-thread-library): Remove variable.
33125         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
33126         Remove dependency.
33127         * string/Makefile (o-objects.ob): Remove variable.
33128         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
33129         (CFLAGS-.ob): Remove variable.
33130         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
33131         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
33132         both definitions of variable.
33133         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
33134         (ASFLAGS-.ob): Remove variable.
33136 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
33138         [BZ #13550]
33139         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
33140         Remove __BOUNDED_POINTERS__ from condition.
33141         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
33142         * string/bits/string2.h [!__NO_STRING_INLINES &&
33143         !__BOUNDED_POINTERS__]: Likewise.
33144         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
33145         Likewise.
33146         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
33147         Remove conditional code.
33148         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
33149         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
33150         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
33151         condition.
33153         [BZ #13550]
33154         * csu/libc-start.c: Do not include <bp-sym.h>.
33155         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
33156         * elf/dl-open.c: Do not include <bp-sym.h>.
33157         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
33158         * math/fegetenv.c: Do not include <bp-sym.h>.
33159         (fegetenv): Do not use BP_SYM in versioned symbols.
33160         * nptl/sysdeps/pthread/bits/libc-lockP.h
33161         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
33162         <bp-sym.h>.
33163         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33164         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
33165         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33166         (__pthread_mutex_destroy): Likewise.
33167         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33168         (__pthread_mutex_lock): Likewise.
33169         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33170         (__pthread_mutex_trylock): Likewise.
33171         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33172         (__pthread_mutex_unlock): Likewise.
33173         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33174         (__pthread_mutexattr_init): Likewise.
33175         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33176         (__pthread_mutexattr_destroy): Likewise.
33177         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33178         (__pthread_mutexattr_settype): Likewise.
33179         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33180         (__pthread_rwlock_init): Likewise.
33181         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33182         (__pthread_rwlock_destroy): Likewise.
33183         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33184         (__pthread_rwlock_rdlock): Likewise.
33185         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33186         (__pthread_rwlock_tryrdlock): Likewise.
33187         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33188         (__pthread_rwlock_wrlock): Likewise.
33189         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33190         (__pthread_rwlock_trywrlock): Likewise.
33191         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33192         (__pthread_rwlock_unlock): Likewise.
33193         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33194         (__pthread_key_create): Likewise.
33195         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33196         (__pthread_setspecific): Likewise.
33197         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33198         (__pthread_getspecific): Likewise.
33199         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
33200         Likewise.
33201         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33202         (_pthread_cleanup_push_defer): Likewise.
33203         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33204         (_pthread_cleanup_pop_restore): Likewise.
33205         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
33206         (pthread_setcancelstate): Likewise.
33207         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
33208         <bp-sym.h>.
33209         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
33210         (memchr): Do not use BP_SYM in weak_alias.
33211         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
33212         (fegetenv): Do not use BP_SYM in versioned symbols.
33213         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
33214         (fesetenv): Do not use BP_SYM in versioned symbols.
33215         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33216         (feupdateenv): Do not use BP_SYM in versioned symbols.
33217         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33218         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33219         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
33220         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
33221         (open64): Do not use BP_SYM in weak_alias.
33222         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
33223         (fegetenv): Do not use BP_SYM in versioned symbols.
33224         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
33225         (fesetenv): Do not use BP_SYM in versioned symbols.
33226         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
33227         (feupdateenv): Do not use BP_SYM in versioned symbols.
33228         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
33229         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
33230         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
33231         (feraiseexcept): Do not use BP_SYM in versioned symbols.
33232         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
33233         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
33234         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
33235         <bp-sym.h>.
33236         (__libc_start_main): Do not use BP_SYM.
33238 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
33240         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
33241         redundant return line.
33242         (norm): Likewise.
33243         (denorm): Likewise.
33244         (dbl_mp): Likewise.
33245         (sub_magnitudes): Likewise.
33246         (__add): Likewise.
33247         (__sub): Likewise.
33248         (__mul): Likewise.
33249         (__inv): Likewise.
33250         (__dvd): Likewise.
33251         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
33252         (norm): Likewise.
33253         (denorm): Likewise.
33254         (dbl_mp): Likewise.
33255         (sub_magnitudes): Likewise.
33256         (__add): Likewise.
33257         (__sub): Likewise.
33258         (__mul): Likewise.
33259         (__inv): Likewise.
33260         (__dvd): Likewise.
33262         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
33263         instead of __mul.
33264         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
33265         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
33266         (cc32): Likewise.
33268         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
33269         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
33270         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
33271         of __mul for squares.
33272         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
33273         function
33274         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
33275         Likewise.
33276         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
33277         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
33279 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
33281         [BZ #13550]
33282         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
33283         code.
33284         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
33285         prototype or function definition.  Rename ubp_* variables and
33286         parameters.  Remove argv definitions conditional on
33287         [__BOUNDED_POINTERS__].
33288         * debug/backtrace.c (__backtrace): Do not use __unbounded.
33289         * elf/dl-runtime.c (_dl_fixup): Likewise.
33290         * include/set-hooks.h (RUN_HOOK): Likewise.
33291         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
33292         definition.
33293         * string/strcpy.c (strcpy): Do not use __unbounded.
33294         * sysdeps/generic/frame.h (struct layout): Likewise.
33295         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
33296         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
33297         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
33298         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
33299         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
33300         (__backtrace): Likewise.
33301         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
33302         use __ptrvalue.
33303         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
33304         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
33305         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
33306         Likewise.
33307         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
33308         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
33309         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
33310         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33311         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
33312         Do not use __unbounded.
33313         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
33314         Rename __unboundedrlimits parameter to rlimits in prototype.
33315         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
33316         Do not use __unbounded.
33317         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
33318         not use __ptrvalue.
33319         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33320         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
33321         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33322         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
33323         __ptrvalue or __unbounded.
33324         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
33325         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
33326         use __unbounded.
33327         (__new_msgctl): Do not use __ptrvalue.
33328         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
33329         __unbounded.
33330         (__libc_msgrcv): Do not use __ptrvalue.
33331         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
33332         startup_info): Do not use __unbounded.
33333         (__libc_start_main): Likewise.  Rename ubp_* variables and
33334         parameters.  Remove argv definitions conditional on
33335         [__BOUNDED_POINTERS__].
33336         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
33337         __ptrvalue.
33338         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
33339         use __unbounded.
33340         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
33341         or __ptrvalue.
33342         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
33343         use __unbounded.
33344         (__new_shmctl): Do not use __ptrvalue.
33345         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
33346         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
33347         Likewise.
33348         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
33349         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
33350         (__libc_sigaction): Likewise.
33351         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
33352         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
33353         Likewise.
33354         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33356 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
33358         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
33360         * string/mempcpy.c: Implement by calling memcpy.
33362 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
33364         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33366         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33367         evaluation.
33369         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33370         values in the mantissa.
33372         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33373         minimize writes to Z.
33374         (sub_magnitudes): Simplify code a bit.
33376 2013-02-12  Roland McGrath  <roland@hack.frob.com>
33378         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33379         from the message.  The linker prefixes all warnings with that already.
33381 2013-02-12  Andreas Schwab  <schwab@suse.de>
33383         [BZ #15078]
33384         * posix/regexec.c (extend_buffers): Add parameter min_len.
33385         (check_matching): Pass minimum needed length.
33386         (clean_state_log_if_needed): Likewise.
33387         (get_subexp): Likewise.
33388         * posix/Makefile (tests): Add bug-regex34.
33389         (bug-regex34-ENV): Define.
33390         * posix/bug-regex34.c: New file.
33392         [BZ #11561]
33393         * posix/regcomp.c (parse_bracket_exp): When looking up collating
33394         elements compare against the byte sequence of it, not its name.
33395         * posix/Makefile (tests): Add bug-regex35.
33396         (bug-regex35-ENV): Define.
33397         * posix/bug-regex35.c: New file.
33399 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33401         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
33402         comment.
33403         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33404         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33405         (CHECK_EOL): Add undef.
33407 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
33409         * bits/stdlib-bsearch.h: New file.
33410         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
33411         * stdlib/stdlib.h: Likewise.
33413 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33415         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33416         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33417         declaration.
33418         * manual/search.texi (Array Search Function): Add missing const in
33419         lfind prototype.
33420         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33421         declaration to use rlim_t.
33422         (Basic Scheduling Functions): Remove erroneous const from
33423         sched_getparam prototype.  Remove erroneous * from
33424         sched_get_priority_max and sched_get_priority_min prototypes.
33425         (Resource Usage): Fix summary @comment on vtimes to refer to
33426         sys/vtimes.h rather than vtimes.h.
33427         Add missing *s in vtimes prototype.
33428         (Limits on Resources): Fix ulimit prototype to return long int.
33429         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33430         prototypes to use long int rather than double.
33431         (BSD Random): Fix initstate and setstate to use char *, not void *.
33432         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33433         prototype to make second argument 'struct aiocb64 *const[]'.
33434         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33435         (Status of AIO Operations): Remove erroneous const in aio_return and
33436         aio_return64 prototypes.
33437         (Synchronizing I/O): Fix sync prototype to return void.
33438         * manual/startup.texi (Suboptions): Remove an erroneous const in
33439         getsubopt prototype.
33440         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33441         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33442         use size_t rather than int.
33443         (Scanning All Users): Likewise for getpwent_r.
33444         (Setting Groups): Add missing const to setgroups prototype.
33445         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33446         * manual/socket.texi (Host Names): Fix gethostbyaddr and
33447         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33448         'const void *' rather than 'const char *'.
33449         (Host Address Functions): Likewise for inet_ntop.
33450         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33451         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33452         ssize_t for return value.
33453         (Sending Data): Likewise for send, sendto, sendmsg.
33454         (Socket Option Functions): Add a missing const in setsockopt prototype.
33455         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33456         use wchar_t for the argument.
33457         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33458         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33459         take no arguments.
33460         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33461         double/float/long double for second argument.
33462         Fix return types of significand, significandf, significandl.
33463         * manual/filesys.texi (Setting Permissions): Use mode_t for second
33464         argument in fchmod prototype.
33465         (File Owner): Use uid_t and gid_t in fchown prototype.
33466         (File Times): Add const to utimes, futimes, and lutimes prototypes.
33467         (Making Special Files): Use mode_t and dev_t in mknod prototype.
33468         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33469         use 'const struct dirent **' as argument types to CMP function pointer
33470         argument.
33471         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33472         (File Times): Fix summary magic @comment for struct utimbuf and utime
33473         to refer to utime.h, not time.h.
33474         * manual/string.texi (Argz Functions): Add missing const in
33475         argz_extract and argz_next prototypes.
33476         (Finding Tokens in a String): Likewise for basename.
33477         (String/Array Comparison): Fix typo in wcscasecmp prototype.
33478         (Copying and Concatenation): Fix typo in wmemmove prototype.
33479         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33480         (Signal Stack): Remove erroneous const in sigstack prototype.
33481         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33482         prototype.
33483         (Simple Calendar Time): Likewise for stime.
33484         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33485         prototype.
33486         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33487         say sys/sysctl.h instead.
33488         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33489         and vsyslog prototypes.
33491 2013-02-11  Tom de Vries  <tom@codesourcery.com>
33493         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33494         Remove.
33496 2013-02-11  Roland McGrath  <roland@hack.frob.com>
33498         * misc/sys/mman.h: Fix typo in mremap comment.
33500 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33502         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33503         the '\0' terminator.
33505 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33507         [BZ #13550]
33508         * debug/segfault.c: Don't include <bp-checks.h>.
33509         * sysdeps/generic/bp-checks.h: Remove file.
33510         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33511         (__GETDENTS): Don't use CHECK_N.
33512         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33513         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33514         (__getgroups): Don't use CHECK_N.
33515         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33516         (setgroups): Don't use CHECK_N.
33517         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33518         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33519         (__libc_msgrcv): Don't use CHECK_N.
33520         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33521         (__libc_msgsnd): Don't use CHECK_N.
33522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33523         <bp-checks.h>.
33524         (__libc_pread): Don't use CHECK_N.
33525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33526         include <bp-checks.h>.
33527         (__libc_pread64): Don't use CHECK_N.
33528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33529         include <bp-checks.h>.
33530         (__libc_pwrite): Don't use CHECK_N.
33531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33532         include <bp-checks.h>.
33533         (__libc_pwrite64): Don't use CHECK_N.
33534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33535         <bp-checks.h>.
33536         (__libc_pread): Don't use CHECK_N.
33537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33538         include <bp-checks.h>.
33539         (__libc_pread64): Don't use CHECK_N.
33540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33541         include <bp-checks.h>.
33542         (__libc_pwrite): Don't use CHECK_N.
33543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33544         include <bp-checks.h>.
33545         (__libc_pwrite64): Don't use CHECK_N.
33546         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33547         (do_pread): Don't use CHECK_N.
33548         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33549         (do_pread64): Don't use CHECK_N.
33550         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33551         (do_pwrite): Don't use CHECK_N.
33552         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33553         (do_pwrite64): Don't use CHECK_N.
33554         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33555         (__libc_readv): Don't use CHECK_N.
33556         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33557         (semop): Don't use CHECK_N.
33558         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33559         <bp-checks.h>.
33560         (semtimedop): Don't use CHECK_N.
33561         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33562         (__libc_pread): Don't use CHECK_N.
33563         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33564         <bp-checks.h>.
33565         (__libc_pread64): Don't use CHECK_N.
33566         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33567         <bp-checks.h>.
33568         (__libc_pwrite): Don't use CHECK_N.
33569         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33570         <bp-checks.h>.
33571         (__libc_pwrite64): Don't use CHECK_N.
33572         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33573         <bp-checks.h>.
33574         (__libc_msgrcv): Don't use CHECK_N.
33575         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33576         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
33577         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33578         (__libc_writev): Don't use CHECK_N.
33580 2013-02-08  Roland McGrath  <roland@hack.frob.com>
33582         * string/strcpy.c: Removed unused variable.
33584         * Makeconfig (+sysdep-includes): Define with := rather than =.
33585         Use an existing include/ subdir of each sysdeps dir before it.
33587 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33589         * nscd/connection.c (register_traced_file): Comment function.
33590         [HAVE_INOTIFY] (union __inev): Define.
33591         [HAVE_INOTIFY] (inotify_check_files): New function.
33592         [HAVE_INOTIFY] (clear_db_cache): Likewise.
33593         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33594         clear_db_cache.
33595         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33597 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33599         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33600         loaded if not already and that a failure is permanent.
33602 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
33604         [BZ #15006]
33605         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33606         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33608 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
33610         [BZ #13550]
33611         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33612         (CHECK_1_NULL_OK): Likewise.
33613         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33614         (__fxstat): Do not use CHECK_1.
33615         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33616         <bp-checks.h>.
33617         (___fxstat64): Do not use CHECK_1.
33618         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33619         <bp-checks.h>.
33620         (__fxstatat): Do not use CHECK_1.
33621         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33622         <bp-checks.h>.
33623         (__fxstatat64): Do not use CHECK_1.
33624         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33625         <bp-checks.h>.
33626         (__fxstat): Do not use CHECK_1.
33627         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33628         <bp-checks.h>.
33629         (__fxstatat): Do not use CHECK_1.
33630         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33631         <bp-checks.h>.
33632         (__getresgid): Do not use CHECK_1.
33633         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33634         <bp-checks.h>.
33635         (__getresuid): Do not use CHECK_1.
33636         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33637         <bp-checks.h>.
33638         (__lxstat): Do not use CHECK_1.
33639         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33640         <bp-checks.h>.
33641         (__old_msgctl): Do not use CHECK_1.
33642         (__new_msgctl): Likewise.
33643         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33644         <bp-checks.h>.
33645         (__new_setrlimit): Do not use CHECK_1.
33646         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33647         <bp-checks.h>.
33648         (__old_shmctl): Do not use CHECK_1.
33649         (__new_shmctl): Likewise.
33650         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33651         <bp-checks.h>.
33652         (__xstat): Do not use CHECK_1.
33653         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33654         (__lxstat): Do not use CHECK_1.
33655         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33656         <bp-checks.h>.
33657         (___lxstat64): Do not use CHECK_1.
33658         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33659         (__old_msgctl): Do not use CHECK_1.
33660         (__new_msgctl): Likewise.
33661         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33662         <bp-checks.h>.
33663         (__gettimeofday): Do not use CHECK_1.
33664         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33665         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33666         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33667         <bp-checks.h>.
33668         (__gettimeofday): Do not use CHECK_1.
33669         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33670         (__old_shmctl): Do not use CHECK_1_NULL_OK.
33671         (__new_shmctl): Do not use CHECK_1.
33672         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33673         <bp-checks.h>.
33674         (do_sigtimedwait): Do not use CHECK_1.
33675         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33676         <bp-checks.h>.
33677         (do_sigwaitinfo): Do not use CHECK_1.
33678         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33679         <bp-checks.h>.
33680         (msgctl): Do not use CHECK_1.
33681         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33682         <bp-checks.h>.
33683         (shmctl): Do not use CHECK_1.
33684         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33685         (ustat): Do not use CHECK_1.
33686         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33687         <bp-checks.h>.
33688         (__fxstat): Do not use CHECK_1.
33689         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33690         <bp-checks.h>.
33691         (__fxstatat): Do not use CHECK_1.
33692         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33693         <bp-checks.h>.
33694         (__lxstat): Do not use CHECK_1.
33695         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33696         <bp-checks.h>.
33697         (__xstat): Do not use CHECK_1.
33698         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33699         (__xstat): Do not use CHECK_1.
33700         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33701         (___xstat64): Do not use CHECK_1.
33703         [BZ #13550]
33704         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33705         definitions.
33706         (CHECK_BOUNDS_HIGH): Likewise.
33707         * string/strcpy.c: Do not include <bp-checks.h>.
33708         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33710 2013-02-07  Roland McGrath  <roland@hack.frob.com>
33712         * nscd/nscd-client.h (__nscd_drop_map_ref):
33713         Add __attribute__ ((unused)).
33714         * nis/nss-nisplus.h (niserr2nss): Likewise.
33716         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33717         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33719         * csu/libc-tls.c (init_static_tls, init_slotinfo):
33720         Remove inline keyword.
33721         * include/rounding-mode.h (round_away): Likewise.
33722         * libio/wfileops.c (adjust_wide_data): Likewise.
33723         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33724         (__m128i_strloadu_tolower): Likewise.
33725         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33726         (__m128i_strloadu_tolower): Likewise.
33727         * time/mktime.c (ydhms_diff): Likewise.
33728         * locale/elem-hash.h (elem_hash): Likewise.
33729         * locale/setlocale.c (setdata): Likewise.
33730         * posix/regex_internal.h (re_string_char_size_at): Likewise.
33731         (re_string_wchar_at): Likewise.
33732         (bitset_not, bitset_merge, bitset_mask): Likewise.
33733         [!(__GNUC__ > 3)] (inline): Remove macro.
33734         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33735         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33736         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33737         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33738         * string/memcmp.c (memcmp_bytes): Likewise.
33739         * locale/programs/locarchive.c (compute_hashval): Likewise.
33740         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33741         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33742         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33743         * nss/getent.c (print_rpc, print_protocols): Likewise.
33744         (print_passwd, print_group, print_aliases): Likewise.
33745         * nis/nss-nisplus.h (niserr2nss): Likewise.
33746         * nscd/connections.c (restart_p): Likewise.
33747         Change return type to bool.
33749 2013-02-05  Roland McGrath  <roland@hack.frob.com>
33751         * Makeconfig (all-Depend-files): Add existing
33752         $(sorted-subdirs:=/Depend) files.
33753         (all-subdirs): Remove nss.
33754         * sysdeps/unix/inet/Subdirs: Add it here instead.
33755         * hesiod/Depend: New file.
33757         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33758         instead of calling alloca.
33760         * io/lseek.c (__lseek): Rename to __libc_lseek.
33761         Define __lseek as an alias.
33763         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33765 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
33767         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33768         else clause and remove check for non-standard endianness.
33770 2013-02-04  David S. Miller  <davem@davemloft.net>
33772         * sysdeps/sparc/fpu/libm-test-ulps: Update.
33774 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
33776         [BZ #13550]
33777         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33778         (__ubp_memchr): Remove prototype.
33779         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33780         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33781         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33782         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33783         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33784         Remove alias.
33785         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33786         (__ubp_memchr): Likewise.
33787         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33788         (__ubp_memchr): Likewise.
33789         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33790         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33791         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33792         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33793         CHECK_STRING.
33794         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33795         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33796         (__getcwd): Do not use CHECK_STRING.
33797         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33798         <bp-checks.h>.
33799         (__real_chown): Do not use CHECK_STRING.
33800         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33801         <bp-checks.h>.
33802         (fchownat): Do not use CHECK_STRING.
33803         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33804         CHECK_STRING.
33805         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33806         <bp-checks.h>.
33807         (__lchown): Do not use CHECK_STRING.
33808         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33809         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33810         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33811         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33812         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33813         include <bp-checks.h>.
33814         (truncate64): Do not use CHECK_STRING.
33815         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33816         <bp-checks.h>.
33817         (__real_chown): Do not use CHECK_STRING.
33818         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33819         <bp-checks.h>.
33820         (__lchown): Do not use CHECK_STRING.
33821         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33822         <bp-checks.h>.
33823         (__chown): Do not use CHECK_STRING.
33824         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33825         <bp-checks.h>.
33826         (truncate64): Do not use CHECK_STRING.
33827         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33828         Likewise.
33829         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33830         (__xmknod): Do not use CHECK_STRING.
33831         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33832         <bp-checks.h>.
33833         (__xmknodat): Do not use CHECK_STRING.
33834         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33835         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33837 2013-02-04  Andreas Schwab  <schwab@suse.de>
33839         [BZ #14142]
33840         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33841         * include/netdb.h: Likewise for h_errno.
33842         * elf/tst-stackguard1.c: Include <tls.h>.
33844 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
33846         * elf/link.h (struct link_map): Extend the l_addr comment.
33847         * include/link.h (struct link_map): Likewise.
33849 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
33851         [BZ #13550]
33852         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33853         (BOUNDED_1): Remove macro.
33854         * debug/backtrace.c: Don't include <bp-checks.h>.
33855         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33856         (__backtrace): Likewise.
33857         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33858         <bp-checks.h>.
33859         (__backtrace): Don't use BOUNDED_1.
33860         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33861         <bp-checks.h>.
33862         (__backtrace): Don't use BOUNDED_1.
33863         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33864         (__backtrace): Don't use BOUNDED_1.
33865         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33866         (shmat): Don't use BOUNDED_N.
33868 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
33870         [BZ #13550]
33871         * sysdeps/generic/bp-start.h: Remove file.
33872         * csu/libc-start.c: Don't include <bp-start.h>.
33873         (LIBC_START_MAIN): Set up __environ directly instead of using
33874         INIT_ARGV_and_ENVIRON.
33875         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33876         <bp-start.h>.
33878         [BZ #13550]
33879         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33880         definitions.
33881         (CHECK_FCNTL): Likewise.
33882         (CHECK_N_PAGES): Likewise.
33884         [BZ #13550]
33885         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33886         definitions.
33887         (CHECK_SIGSET_NULL_OK): Likewise.
33888         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33889         <bp-checks.h>.
33890         (sigpending): Don't use CHECK_SIGSET.
33891         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33892         <bp-checks.h>.
33893         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33894         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33895         <bp-checks.h>.
33896         (do_sigsuspend): Don't use CHECK_SIGSET.
33897         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33898         use CHECK_SIGSET.
33899         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33900         (do_sigwait): Don't use CHECK_SIGSET.
33901         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33902         use CHECK_SIGSET.
33903         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33904         include <bp-checks.h>.
33905         (sigpending): Don't use CHECK_SIGSET.
33906         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33907         include <bp-checks.h>.
33908         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33909         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33910         <bp-checks.h>.
33911         (sigpending): Don't use CHECK_SIGSET.
33912         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33913         <bp-checks.h>.
33914         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33916         [BZ #13550]
33917         * sysdeps/generic/bp-semctl.h: Remove file.
33918         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33919         <bp-checks.h> and <bp-semctl.h>.
33920         (__old_semctl): Don't use CHECK_SEMCTL.
33921         (__new_semctl): Likewise.
33922         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33923         and <bp-semctl.h>.
33924         (__old_semctl): Don't use CHECK_SEMCTL.
33925         (__new_semctl): Likewise.
33926         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33927         <bp-checks.h> and <bp-semctl.h>.
33928         (__old_semctl): Don't use CHECK_SEMCTL.
33929         (__new_semctl): Likewise.
33930         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33931         <bp-checks.h> and <bp-semctl.h>.
33932         (semctl): Don't use CHECK_SEMCTL.
33934         [BZ #13550]
33935         * Makerules (elide-bp-thunks): Remove variable.
33936         (elide-routines.oS): Don't use $(elide-bp-thunks).
33937         (elide-routines.os): Likewise.
33938         (elide-routines.o): Likewise.
33939         (elide-routines.op): Likewise.
33940         (elide-routines.og): Likewise.
33941         (objects): Don't use $(bp-thunks).
33942         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33943         include.
33944         (common-generated): Do not add s-proto-bp.d.
33945         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33946         (int): Likewise.
33947         (typ): Likewise.
33948         Do not generate makefile rules for bounded-pointer thunks.
33949         * sysdeps/generic/bp-thunks.h: Remove file.
33950         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33951         * sysdeps/unix/s-proto-bp.S: Likewise.
33953         [BZ #15062]
33954         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33955         parts of result separately when argument is not close to line from
33956         -i to i and one part of argument is small.
33957         * math/k_casinhf.c (__kernel_casinhf): Likewise.
33958         * math/k_casinhl.c (__kernel_casinhl): Likewise.
33959         * math/libm-test.inc (cacos_test): Add more tests.
33960         (casin_test): Likewise.
33961         (casinh_test): Likewise.
33962         * sysdeps/i386/fpu/libm-test-ulps: Update.
33963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33965 2013-01-31  David S. Miller  <davem@davemloft.net>
33967         * po/de.po: Update from translation team.
33969 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
33971         * time/tzfile.c: Include stdint.h for SIZE_MAX.
33973 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
33975         * configure.in (_AC_PROG_CC_C89): New definition.
33976         * configure: Regenerate.
33978         * configure.in (AC_PROG_CPP): New definition.
33979         * configure: Regenerate.
33981 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
33983         * debug/tst-backtrace.h: New file.
33984         * debug/tst-backtrace2.c: Include tst-backtrace.h.
33985         (ret): Remove variable.
33986         (x): Likewise.
33987         (FAIL): Remove macro.
33988         (NO_INLINE): Likewise.
33989         (fn1): Use match function instead of strstr.
33990         * debug/tst-backtrace3.c: Include tst-backtrace.h.
33991         (ret): Remove variable.
33992         (x): Likewise.
33993         (FAIL): Remove macro.
33994         (NO_INLINE): Likewise.
33995         (fn): Use match function instead of strstr.
33996         * debug/tst-backtrace4.c: Include tst-backtrace.h.
33997         (ret): Remove variable.
33998         (x): Likewise.
33999         (FAIL): Remove macro.
34000         (NO_INLINE): Likewise.
34001         (handle_signal): Use match function instead of strstr.
34002         * debug/tst-backtrace5.c: Include tst-backtrace.h.
34003         (ret): Remove variable.
34004         (x): Likewise.
34005         (FAIL): Remove macro.
34006         (NO_INLINE): Likewise.
34007         (handle_signal): Use match function instead of strstr.
34009 2013-01-23  Roland McGrath  <roland@hack.frob.com>
34011         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
34013 2013-01-23  David S. Miller  <davem@davemloft.net>
34015         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
34016         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
34017         argument of CAS if possible.
34018         * sysdeps/sparc/sparc64/bits/atomic.h
34019         (__arch_compare_and_exchange_val_32_acq): Likewise.
34020         (__arch_compare_and_exchange_val_64_acq): Likewise.
34022 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
34024         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
34025         * sysdeps/posix/ulimit.c: ... this.
34026         Include <limits.h>.
34027         * sysdeps/unix/bsd/ulimit.c: Remove file.
34029 2013-01-23  Adam Conrad  <adconrad@0c3.net>
34031         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
34032         (LDFLAGS-tst-array5): Likewise.
34034 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
34036         [BZ #15036]
34037         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
34038         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
34039         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
34040         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
34042 2013-01-21  David S. Miller  <davem@davemloft.net>
34044         * sysdeps/sparc/backtrace.c: New file.
34045         * sysdeps/sparc/sparc32/backtrace.h: New file.
34046         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
34047         * sysdeps/sparc/sparc64/backtrace.h: New file.
34048         * sysdeps/sparc/sparc64/backtrace.c: Delete.
34049         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
34050         -funwind-tables.
34052 2013-01-21  Andreas Schwab  <schwab@suse.de>
34054         [BZ #15020]
34055         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
34056         closed its stdout.
34058 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
34060         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
34061         "mpa2.h".
34062         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34064 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
34065             Mark Mitchell  <mark@codesourcery.com>
34066             Tom de Vries  <tom@codesourcery.com>
34067             Paul Pluzhnikov  <ppluzhnikov@google.com>
34069         * debug/tst-backtrace2.c: New file.
34070         * debug/tst-backtrace3.c: Likewise.
34071         * debug/tst-backtrace4.c: Likewise.
34072         * debug/tst-backtrace5.c: Likewise.
34073         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
34074         (CFLAGS-tst-backtrace3.c): Likewise.
34075         (CFLAGS-tst-backtrace4.c): Likewise.
34076         (CFLAGS-tst-backtrace5.c): Likewise.
34077         (LDFLAGS-tst-backtrace2): Likewise.
34078         (LDFLAGS-tst-backtrace3): Likewise.
34079         (LDFLAGS-tst-backtrace4): Likewise.
34080         (LDFLAGS-tst-backtrace5): Likewise.
34081         (tests): Add new tests tst-backtrace2, tst-backtrace3,
34082         tst-backtrace4 and tst-backtrace5.
34084 2013-01-18  Anton Blanchard  <anton@samba.org>
34085             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
34087         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
34088         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
34089         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
34090         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
34091         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
34092         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
34093         "+r" and remove output regs list as redundant.  Add explicit inline
34094         asm to specify register of return val to work around compiler codegen
34095         bug.  Remove (int) cast on return value.  Add return type parameter to
34096         use in macro so that this macro does not truncate return value for
34097         64-bit values.
34098         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
34099         pass to INTERNAL_VSYSCALL_NCS.
34100         (INLINE_VSYSCALL): Add 'long int' as return type to
34101         INTERNAL_VSYSCALL_NCS macro invocation.
34102         (INTERNAL_VSYSCALL): Add 'long int' as return type to
34103         INTERNAL_VSYSCALL_NCS macro invocation.
34104         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34106 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
34108         [BZ #14496]
34109         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
34110         Fix application of SIMD FP exception mask.
34112         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
34113         mp_no from a power of two.
34114         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
34115         __mpexp_twomm1.  Use __pow_mp.
34117         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
34118         multiplication.
34120 2013-01-17  David S. Miller  <davem@davemloft.net>
34122         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34124 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34126         [BZ #15023]
34127         * include/complex.h: Condition contents on [!_COMPLEX_H].
34128         (__kernel_casinhf): New prototype.
34129         (__kernel_casinh): Likewise.
34130         (__kernel_casinhl): Likewise.
34131         * math/Makefile (libm_calls): Add k_casinh.
34132         * math/k_casinh.c: New file.
34133         * math/k_casinhf.c: Likewise.
34134         * math/k_casinhl.c: Likewise.
34135         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
34136         finite nonzero arguments.
34137         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
34138         finite nonzero arguments.
34139         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
34140         finite nonzero arguments.
34141         * math/s_casinh.c: Do not include <float.h>.
34142         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
34143         * math/s_casinhf.c: Do not include <float.h>.
34144         (__casinhf): Move code for finite nonzero arguments to
34145         k_casinhf.c.
34146         * math/s_casinhl.c: Do not include <float.h>.
34147         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
34148         redefine.
34149         (__casinhl): Move code for finite nonzero arguments to
34150         k_casinhl.c.
34151         * math/libm-test.inc (cacos_test): Add more tests.
34152         * sysdeps/i386/fpu/libm-test-ulps: Update.
34153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34155 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
34157         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
34158         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
34159         [!HAVE_MREMAP]: Remove [defined linux] case.
34160         * malloc/arena.c: Do not include <malloc-sysdep.h>.
34162 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
34164         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
34166 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
34168         * elf/elf.h (R_386_SIZE32): New relocation.
34169         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
34170         R_386_SIZE32.
34171         (elf_machine_rela): Likewise.
34172         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
34173         R_X86_64_SIZE64 and R_X86_64_SIZE32.
34175 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
34177         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
34178         (FP_FAST_FMA): Do not define.
34179         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
34180         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
34181         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
34182         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
34183         !_SOFT_FLOAT]: Likewise.
34184         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
34185         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
34186         value.
34187         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
34188         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
34189         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
34190         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
34191         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
34192         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
34193         file.
34195 2013-01-16  Andreas Schwab  <schwab@suse.de>
34197         [BZ #14327]
34198         * include/stdlib.h (__mktemp): Add declaration.
34199         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
34200         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
34202 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
34204         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
34205         definitions.
34206         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34207         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
34208         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
34209         definitions here.
34210         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
34211         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
34212         definitions.
34213         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
34214         and ONE.
34215         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
34216         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
34217         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
34218         definitions.
34219         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
34220         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
34221         definitions.
34222         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34224         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
34226 2013-01-15  David S. Miller  <davem@davemloft.net>
34228         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34229         trunc{,f} to libm-sysdep_routes.
34230         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34231         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
34232         file.
34233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
34234         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
34235         file.
34236         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
34237         file.
34238         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
34239         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
34240         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
34241         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
34242         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
34243         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
34244         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
34245         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
34247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34248         nearbyint{,f} to libm-sysdep_routes.
34249         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
34251         New file.
34252         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
34253         file.
34254         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
34255         New file.
34256         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
34257         file.
34258         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
34259         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
34260         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
34261         file.
34262         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
34263         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
34264         file.
34265         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
34266         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
34267         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
34269         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
34270         libc_feholdexcept and libc_fesetenv.
34272 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
34274         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
34276 2013-01-14  David S. Miller  <davem@davemloft.net>
34278         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
34279         (SPARC_ASM_VIS2_IFUNC): Likewise.
34280         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
34281         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
34282         use of 'siam' instruction.
34283         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
34284         Likewise.
34285         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
34286         Likewise.
34287         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
34288         Likewise.
34289         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
34290         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
34291         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
34292         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
34293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
34294         file.
34295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
34296         file.
34297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
34298         file.
34299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
34300         file.
34301         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
34302         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
34303         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
34304         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
34305         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
34306         new VIS2 routines.
34307         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
34308         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
34309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
34310         Likewise.
34311         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
34312         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
34313         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
34314         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
34315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
34316         routines to libm-sysdep_routines.
34317         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
34319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
34320         fdim/fdimf to libm-sysdep_routines.
34321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
34322         file.
34323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
34324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
34325         file.
34326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
34327         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
34328         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
34329         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
34330         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
34331         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
34332         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
34334 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
34336         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
34337         to optimize copies.
34339         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
34340         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34341         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34343         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
34344         local variable MPTWO.
34345         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
34346         Likewise.
34348 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34350         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
34351         GLOB_NOESCAPE.
34353 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34355         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
34357 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
34359         * manual/pattern.texi (glob_t): Document gl_flags.
34360         (glob64_t): Likewise.
34362 2013-01-11  David S. Miller  <davem@davemloft.net>
34364         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34365         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34366         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
34367         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34368         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34369         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34370         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34371         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34372         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34373         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34374         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34375         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34376         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34378         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34379         sparc V9 rather than using V8 code.
34380         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34381         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34383         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34384         Move to...
34385         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34386         Here.
34388 2013-01-11  Roland McGrath  <roland@hack.frob.com>
34390         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34391         not in the main loop.
34392         * configure: Regenerated.
34394 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
34396         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34397         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34398         to just #else.
34399         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
34400         [!__GLIBC_HAVE_LONG_LONG] case.
34401         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34402         condition to just #else.
34403         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34404         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34405         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34406         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34407         unconditional.
34408         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34409         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34410         #elif condition to just #else.
34411         * sysdeps/unix/sysv/linux/sys/sysmacros.h
34412         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34413         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34414         #elif condition to just #else.
34416 2013-01-11  Steve Ellcey  <sellcey@mips.com>
34418         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34419         (EF_MIPS_ARCH_64): Fix value.
34420         (EF_MIPS_ARCH_32R2): New.
34421         (EF_MIPS_ARCH_64R2): New.
34423 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
34425         * Makeconfig (+link-pie-before-libc): New.
34426         (+link-pie-after-libc): Likewise.
34427         (+link-pie-tests): Likewise.
34428         (+link-pie): Rewritten.
34429         (link-before-libc): Remove $(config-LDFLAGS).
34430         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34431         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34432         (config-LDFLAGS): Renamed to ...
34433         (rtld-LDFLAGS): This.
34434         (rtld-tests-LDFLAGS): New macro.
34435         (link-libc-rpath-link): Likewise.
34436         (link-libc-tests-rpath-link): Likewise.
34437         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34438         (link-libc): Prepand $(link-libc-rpath-link).
34439         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34440         (test-program-prefix): New macro.
34441         (test-via-rtld-prefix): Likewise.
34442         (test-program-cmd): Likewise.
34443         (host-test-program-cmd): Likewise.
34444         * Makefile ($(common-objpfx)testrun.sh): Replace
34445         $(run-program-prefix) with $(test-program-prefix).
34446         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34447         $(rtld-LDFLAGS).
34448         ($(common-objpfx)shlib.lds): Likewise.
34449         (build-module-helper): Likewise.
34450         ($(common-objpfx)format.lds): Likewise.
34451         * Rules (binaries-pie-tests): New.
34452         (binaries-pie-notests): Likewise.
34453         (binaries-pie): Rewritten.
34454         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34455         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34456         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34457         (make-test-out): Replace $(host-built-program-cmd) with
34458         $(host-test-program-cmd).
34459         * config.make.in (build-hardcoded-path-in-tests): New variable.
34460         * configure.in (--enable-hardcoded-path-in-tests): New configure
34461         option.
34462         (hardcoded_path_in_tests): New AC_SUBST.
34463         * configure: Regenerated.
34464         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34465         $(built-program-cmd) with $(test-program-cmd).
34466         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34467         (test_program_cmd): This.
34468         * elf/Makefile ($(objpfx)order.out): Run test with
34469         $(test-program-prefix).
34470         ($(objpfx)order2.out): Likewise.
34471         ($(objpfx)tst-initorder.out): Likewise.
34472         ($(objpfx)tst-initorder2.out): Likewise.
34473         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34474         $(test-program-cmd).
34475         ($(objpfx)tst-array1-static.out): Likewise.
34476         ($(objpfx)tst-array2.out): Likewise.
34477         ($(objpfx)tst-array3.out): Likewise.
34478         ($(objpfx)tst-array4.out): Likewise.
34479         ($(objpfx)tst-array5.out): Likewise.
34480         ($(objpfx)tst-array5-static.out): Likewise.
34481         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34482         $(test-program-cmd).
34483         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34484         $(run-program-prefix) with $(test-program-prefix).
34485         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34486         (test_program_prefix): This.
34487         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34488         $(run-program-prefix) with $(test-program-prefix).
34489         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34490         (test_program_prefix): This.
34491         * iconvdata/tst-tables.sh: Likewise.
34492         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34493         $(run-program-prefix) with $(test-program-prefix).
34494         ($(objpfx)tst-translit.out): Likewise.
34495         ($(objpfx)tst-gettext2.out): Likewise.
34496         ($(objpfx)tst-gettext4.out): Likewise.
34497         ($(objpfx)tst-gettext6.out): Likewise.
34498         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34499         (test_program_prefix): This.
34500         * intl/tst-gettext2.sh: Likewise.
34501         * intl/tst-gettext4.sh  Likewise.
34502         * intl/tst-gettext6.sh: Likewise.
34503         * intl/tst-translit.sh: Likewise.
34504         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34505         with $(test-program-cmd).
34506         * libio/Makefile ($(objpfx)test-freopen.out): Replace
34507         $(run-program-prefix) with $(test-program-prefix).
34508         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34509         (test_program_prefix): This.
34510         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34511         $(run-program-prefix) with $(test-program-prefix).
34512         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34513         (test_program_prefix): This.
34514         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34515         * posix/Makefile ($(objpfx)globtest.out): Replace
34516         $(run-via-rtld-prefix) and $(test-wrapper) with
34517         $(test-program-prefix) and $(test-via-rtld-prefix).
34518         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34519         $(test-program-prefix).
34520         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34521         $(host-test-program-cmd).
34522         (tst-spawn-ARGS): Likewise.
34523         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34524         $(test-program-prefix).
34525         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34526         (test_via_rtld_prefix): This.
34527         (test_wrapper): Renamed to ...
34528         (test_program_prefix): This.
34529         (run_program_prefix): Replaced by test_program_prefix.
34530         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34531         (test_program_prefix): This.
34532         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34533         with $(host-test-program-cmd).
34534         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34535         $(run-program-prefix) with $(test-program-prefix).
34536         ($(objpfx)tst-printf.out): Likewise.
34537         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34538         $(test-program-cmd).
34539         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34540         (test_program_prefix): This.
34541         * stdio-common/tst-unbputc.sh: Likewise.
34542         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34543         $(run-program-prefix) with $(test-program-prefix).
34544         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34545         (test_program_prefix): This.
34546         * string/Makefile ($(objpfx)tst-svc.out):  Replace
34547         $(built-program-cmd) with $(test-program-cmd).
34549 2013-01-11  Andreas Jaeger  <aj@suse.de>
34551         [BZ #15003]
34552         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34553         value. Sync with Linux 3.7.
34555 2013-01-10  David S. Miller  <davem@davemloft.net>
34557         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34558         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34559         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34561 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34563         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34564         never set.
34565         * configure: Regenerated.
34567 2013-01-10  David S. Miller  <davem@davemloft.net>
34569         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34570         sparc V9 rather than using V8 code.
34571         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34572         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34574 2013-01-10  Roland McGrath  <roland@hack.frob.com>
34576         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34577         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34578         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34579         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34580         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34581         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34582         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34583         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34584         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34585         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34586         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34587         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34588         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34589         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34590         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34591         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34592         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34593         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34594         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34595         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34596         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34597         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34598         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34599         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34600         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34601         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34602         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34604 2013-01-10  David S. Miller  <davem@davemloft.net>
34606         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34608 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34610         * posix/Makefile (tests-static): New variable.
34611         (tests): Add $(tests-static).
34612         (tst-exec-static-ARGS): New variable.
34613         (tst-spawn-static-ARGS): Likewise.
34614         * posix/tst-exec-static.c: New file.
34615         * posix/tst-spawn-static.c: Likewise.
34616         * posix/tst-exec.c: Support run directly.
34617         * posix/tst-spawn.c: Likewise.
34619 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
34621         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34622         long.
34623         * math/bits/mathcalls.h (llrint): Likewise.
34624         (llround): Likewise.
34625         * stdlib/stdlib.h (struct drand48_data): Likewise.
34626         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34627         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34628         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34629         Likewise.
34630         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34631         Likewise.
34632         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34633         (elf_greg_t): Likewise.
34634         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34635         (__jmp_buf): Likewise.
34636         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34637         definitions.
34638         (llrint): Likewise, for all definitions.
34639         (llrintl): Likewise.
34641         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34642         Remove [__GNUC__] condition.
34643         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34644         condition to just [__USE_ISOC99].
34645         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34647 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
34649         [BZ #14200]
34650         * sysdeps/unix/sysv/linux/x86/bits/environments.h
34651         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34652         defined.
34653         (_POSIX_V6_ILP32_OFF32): Likewise.
34654         (_XBS5_ILP32_OFF32): Likewise.
34655         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34656         (__ILP32_OFFBIG_LDFLAGS): Likewise.
34658 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
34660         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34662         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34663         doubles __mpexp_twomm1.  Adjust usage.
34664         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34665         Remove.
34667 2013-01-10  Andreas Schwab  <schwab@suse.de>
34669         [BZ #14964]
34670         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34671         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34673 2013-01-09  David S. Miller  <davem@davemloft.net>
34675         [BZ #15003]
34676         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34677         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34678         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34679         (TCP_FASTOPEN): Define.
34680         (tcp_repair_opt): New structure.
34681         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34682         enum values.
34683         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34684         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34685         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
34686         (tcp_cookie_transactions): New structure.
34688 2013-01-09  Anton Blanchard  <anton@samba.org>
34690         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34691         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34692         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34693         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34695 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
34697         * include/features.h (__USE_ANSI): Remove.
34699 2013-01-09  Roland McGrath  <roland@hack.frob.com>
34701         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34703         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34705 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
34707         * sysdeps/s390/fpu/libm-test-ulps: Update.
34709         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34711         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34712         (__acr): Likewise.
34713         (__cpy): Likewise.
34714         (norm): Likewise.
34715         (denorm): Likewise.
34716         (__mp_dbl): Likewise.
34717         (__dbl_mp): Likewise.
34718         (add_magnitudes): Likewise.
34719         (sub_magnitudes): Likewise.
34720         (__add): Likewise.
34721         (__sub): Likewise.
34722         (__mul): Likewise.
34723         (__inv): Likewise.
34724         (__dvd): Likewise.
34725         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34726         (__acr): Likewise.
34727         (__cpy): Likewise.
34728         (norm): Likewise.
34729         (denorm): Likewise.
34730         (__mp_dbl): Likewise.
34731         (__dbl_mp): Likewise.
34732         (add_magnitudes): Likewise.
34733         (sub_magnitudes): Likewise.
34734         (__add): Likewise.
34735         (__sub): Likewise.
34736         (__mul): Likewise.
34737         (__inv): Likewise.
34738         (__dvd): Likewise.
34739         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34740         (__acr): Likewise.
34741         (__cpy): Likewise.
34742         (norm): Likewise.
34743         (denorm): Likewise.
34744         (__mp_dbl): Likewise.
34745         (__dbl_mp): Likewise.
34746         (add_magnitudes): Likewise.
34747         (sub_magnitudes): Likewise.
34748         (__add): Likewise.
34749         (__sub): Likewise.
34750         (__mul): Likewise.
34751         (__inv): Likewise.
34752         (__dvd): Likewise.
34754 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
34756         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34757         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34758         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34759         2 && __USE_EXTERN_INLINES]: Likewise.
34761 2013-01-08  Andreas Jaeger  <aj@suse.de>
34763         [BZ# 14985]
34764         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34765         Remove.
34766         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34767         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34769 2013-01-07  Anton Blanchard  <anton@samba.org>
34771         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34772         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34773         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34774         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34775         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34776         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34777         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34778         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34779         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34780         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34781         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34782         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34783         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34784         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34785         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34786         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34787         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34788         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34789         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34790         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34791         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34792         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34793         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34794         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34795         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34796         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34797         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34798         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34799         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34800         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34801         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34802         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34803         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34804         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34805         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34806         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34807         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34808         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34809         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34810         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34811         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34812         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34813         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34815 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
34817         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34818         (__MALLOC_PMT): Likewise.
34819         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34820         [__GNUC__], only on [_LIBC].
34821         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34822         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34823         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34824         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34825         forward declaration.
34826         (realloc_hook_ini): Likewise.
34827         (memalign_hook_ini): Likewise.
34828         (__libc_memalign): Do not use __MALLOC_PMT in variable
34829         declaration.
34830         (__libc_valloc): Likewise.
34831         (__libc_pvalloc): Likewise.
34832         (__libc_calloc): Likewise.
34833         (__posix_memalign): Likewise.
34835         [BZ #14996]
34836         * math/s_casinh.c: Include <float.h>.
34837         (__casinh): Do not do computation with squaring and square root
34838         for large arguments.
34839         * math/s_casinhf.c: Include <float.h>.
34840         (__casinhf): Do not do computation with squaring and square root
34841         for large arguments.
34842         * math/s_casinhl.c: Include <float.h>.
34843         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34844         (__casinhl): Do not do computation with squaring and square root
34845         for large arguments.
34846         * math/libm-test.inc (casin_test): Add more tests.
34847         (casinh_test): Likewise.
34848         * sysdeps/i386/fpu/libm-test-ulps: Update.
34849         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34851 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
34853         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34854         (__x86_64_raw_data_cache_size): Likewise.
34855         (__x86_64_data_cache_size_half): Likewise.
34856         (__x86_64_raw_data_cache_size_half): Likewise.
34857         (__x86_64_shared_cache_size): Likewise.
34858         (__x86_64_raw_shared_cache_size): Likewise.
34859         (__x86_64_shared_cache_size_half): Likewise.
34860         (__x86_64_raw_shared_cache_size_half): Likewise.
34861         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34862         to ...
34863         (__x86_data_cache_size): This.
34864         (__x86_64_raw_data_cache_size): Renamed to ...
34865         (__x86_raw_data_cache_size): This.
34866         (__x86_64_data_cache_size_half): Renamed to ...
34867         (__x86_data_cache_size_half): This.
34868         (__x86_64_raw_data_cache_size_half): Renamed to ...
34869         (__x86_raw_data_cache_size_half): This.
34870         (__x86_64_shared_cache_size): Renamed to ...
34871         (__x86_shared_cache_size): This.
34872         (__x86_64_raw_shared_cache_size): Renamed to ...
34873         (__x86_raw_shared_cache_size): This.
34874         (__x86_64_shared_cache_size_half): Renamed to ...
34875         (__x86_shared_cache_size_half): This.
34876         (__x86_64_raw_shared_cache_size_half): Renamed to ...
34877         (__x86_raw_shared_cache_size_half): This.
34878         * sysdeps/x86_64/memcpy.S: Updated.
34879         * sysdeps/x86_64/memset.S: Likewise.
34880         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34881         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34882         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34884 2013-01-04  David S. Miller  <davem@davemloft.net>
34886         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34888 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
34890         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34891         1 to avoid redefinition warning.
34892         (__USE_GNU): Don't define.
34893         (init_signaling_nan): Protoize.
34895         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34897 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34899         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34900         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34901         (__cpymn): Likewise.
34902         (norm): Remove commented code.
34903         (denorm): Likewise.
34904         (__mp_dbl): Likewise.
34905         (__inv): Likewise.
34906         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34907         (__cpymn): Likewise.
34908         (norm): Remove commented code.
34909         (denorm): Likewise.
34910         (__mp_dbl): Likewise.
34911         (__inv): Likewise.
34913         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34914         mp_no value for 1.0 and 2.0.
34915         (norm): Use RADIXI instead of radixi.d.
34916         (denorm): Likewise.
34917         (__mul): Use 0.0 instead of zero.d.
34918         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34919         mp_no value for 1.0 and 2.0.
34920         (norm): Use RADIXI instead of radixi.d.
34921         (denorm): Likewise.
34922         (__mul): Use 0.0 instead of zero.d.
34924 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
34926         [BZ #14994]
34927         * math/s_casinh.c (__casinh): Reduce finite argument to first
34928         quadrant then set signs of results at the end.
34929         * math/s_casinhf.c (__casinhf): Likewise.
34930         * math/s_casinhl.c (__casinhl): Likewise.
34931         * math/libm-test.inc (casin_test): Add more tests.
34932         (casinh_test): Likewise.
34933         * sysdeps/i386/fpu/libm-test-ulps: Update.
34934         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34936 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
34938         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34940         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34942         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34943         declarations.
34944         (denorm): Likewise.
34945         (__mp_dbl): Likewise.
34946         (__inv): Likewise.
34948         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34949         and adjust the header comment.
34951         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34952         variable name from declaration.
34954 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
34956         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34957         Initialize COMMON_CPUID_INDEX_7 element.
34958         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34959         (CPUID_RTM): Likewise.
34960         (HAS_RTM): Likewise.
34961         (COMMON_CPUID_INDEX_7): New enum.
34963 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
34965         [BZ #14981]
34966         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34967         size is zero, record memory as freed.
34969 2013-01-03  Andreas Jaeger  <aj@suse.de>
34971         * po/ia.po: Add new Interlingua translation.
34973 2012-01-03  Allan McRae  <allan@archlinux.org>
34975         * locale/programs/localedef.c: Fix description of '--posix' flag.
34977 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
34979         * NEWS: Update dates in second copyright notice.
34980         * README: Update copyright dates in example.
34981         * manual/libc.texinfo: Update copyright dates.
34982         * scripts/test-installation.pl: Update copyright date in --version
34983         output.
34985         * hurd/ctty-input.c: Fix copyright notice formatting.
34986         * hurd/ctty-output.c: Likewise.
34987         * hurd/dtable.c: Likewise.
34988         * hurd/hurd-raise.c: Likewise.
34989         * hurd/hurdprio.c: Likewise.
34990         * hurd/msgportdemux.c: Likewise.
34991         * misc/sys/file.h: Likewise.
34992         * misc/sys/ioctl.h: Likewise.
34993         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34994         * sysdeps/mach/hurd/chdir.c: Likewise.
34995         * sysdeps/mach/hurd/fchdir.c: Likewise.
34996         * sysdeps/mach/hurd/rename.c: Likewise.
34997         * sysdeps/mach/hurd/rmdir.c: Likewise.
34998         * sysdeps/mach/hurd/seekdir.c: Likewise.
34999         * sysdeps/mach/hurd/setsid.c: Likewise.
35000         * sysdeps/posix/wait3.c: Likewise.
35002         * All files with FSF copyright notices: Update copyright dates
35003         using scripts/update-copyrights.
35004         * intl/plural.c: Regenerated.
35005         * locale/programs/charmap-kw.h: Likewise.
35006         * locale/programs/locfile-kw.h: Likewise.
35008 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
35010         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
35011         four values.
35013         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
35014         calculation loop and add branch prediction.
35016         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
35017         check access beyond bounds of m1np.
35019         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35020         MPTWO.
35021         (__inv): Remove local variable MPTWO to use the global
35022         constant.
35023         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
35024         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35025         variable MPTWO.
35026         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
35027         MP3HALFS static const.
35029 2013-01-01  David S. Miller  <davem@davemloft.net>
35031         * po/ca.po: Update from translation team.
35033 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
35035         * scripts/update-copyrights: New file.
35036         * Makeconfig: Reformat copyright notice.
35037         * ctype/ctype.h: Likewise.
35038         * debug/swprintf_chk.c: Likewise.
35039         * elf/dl-cache.c: Likewise.
35040         * elf/dl-debug.c: Likewise.
35041         * elf/dl-object.c: Likewise.
35042         * grp/initgroups.c: Likewise.
35043         * hurd/Makefile: Likewise.
35044         * hurd/hurd/signal.h: Likewise.
35045         * hurd/hurdfault.c: Likewise.
35046         * hurd/hurdioctl.c: Likewise.
35047         * hurd/hurdlookup.c: Likewise.
35048         * hurd/intr-msg.c: Likewise.
35049         * iconv/gconv_open.c: Likewise.
35050         * libio/swprintf.c: Likewise.
35051         * locale/lc-ctype.c: Likewise.
35052         * locale/nl_langinfo.c: Likewise.
35053         * mach/Machrules: Likewise.
35054         * mach/Makefile: Likewise.
35055         * malloc/obstack.h: Likewise.
35056         * manual/Makefile: Likewise.
35057         * manual/tsort.awk: Likewise.
35058         * misc/bits/stab.def: Likewise.
35059         * nis/nis_print_group_entry.c: Likewise.
35060         * nis/nis_table.c: Likewise.
35061         * nis/nss_compat/compat-pwd.c: Likewise.
35062         * nis/nss_compat/compat-spwd.c: Likewise.
35063         * po/Makefile: Likewise.
35064         * posix/fnmatch.c: Likewise.
35065         * posix/regex.h: Likewise.
35066         * resolv/Makefile: Likewise.
35067         * resolv/nss_dns/dns-network.c: Likewise.
35068         * resolv/res_hconf.c: Likewise.
35069         * scripts/gen-sorted.awk: Likewise.
35070         * soft-fp/soft-fp.h: Likewise.
35071         * stdio-common/printf.h: Likewise.
35072         * stdlib/monetary.h: Likewise.
35073         * stdlib/random.c: Likewise.
35074         * stdlib/random_r.c: Likewise.
35075         * sysdeps/generic/Makefile: Likewise.
35076         * sysdeps/gnu/Makefile: Likewise.
35077         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
35078         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
35079         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
35080         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
35081         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
35082         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
35083         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
35084         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
35085         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
35086         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
35087         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
35088         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
35089         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
35090         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
35091         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
35092         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
35093         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
35094         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
35095         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
35096         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
35097         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
35098         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
35099         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
35100         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
35101         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
35102         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
35103         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
35104         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
35105         * sysdeps/mach/hurd/errnos.awk: Likewise.
35106         * sysdeps/mach/hurd/fork.c: Likewise.
35107         * sysdeps/mach/hurd/getcwd.c: Likewise.
35108         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
35109         * sysdeps/mach/hurd/mmap.c: Likewise.
35110         * sysdeps/mach/hurd/utimes.c: Likewise.
35111         * sysdeps/mach/hurd/xmknod.c: Likewise.
35112         * sysdeps/posix/profil.c: Likewise.
35113         * sysdeps/posix/readdir_r.c: Likewise.
35114         * sysdeps/powerpc/bits/mathdef.h: Likewise.
35115         * sysdeps/powerpc/bits/setjmp.h: Likewise.
35116         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
35117         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
35118         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
35119         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
35120         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
35121         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
35122         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
35123         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
35124         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
35125         * sysdeps/pthread/lio_listio.c: Likewise.
35126         * sysdeps/sparc/dl-procinfo.h: Likewise.
35127         * sysdeps/unix/i386/sysdep.S: Likewise.
35128         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
35129         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
35130         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
35131         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
35132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
35133         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
35134         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
35135         * sysdeps/unix/sysv/linux/speed.c: Likewise.
35136         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
35137         * sysdeps/wordsize-32/divdi3.c: Likewise.
35138         * time/sys/time.h: Likewise.
35139         * wcsmbs/Makefile: Likewise.
35141 2013-01-01  David S. Miller  <davem@davemloft.net>
35143         * po/fr.po: Update from translation team.
35145         * catgets/gencat.c: Update copyright year.
35146         * csu/version.c: Likewise.
35147         * debug/catchsegv.sh: Likewise.
35148         * debug/pcprofiledump.c: Likewise.
35149         * debug/xtrace.sh: Likewise.
35150         * elf/ldconfig.c: Likewise.
35151         * elf/ldd.bash.in: Likewise.
35152         * elf/pldd.c: Likewise.
35153         * elf/sotruss.ksh: Likewise.
35154         * elf/sprof.c: Likewise.
35155         * iconv/iconv_prog.c: Likewise.
35156         * iconv/iconvconfig.c: Likewise.
35157         * locale/programs/locale.c: Likewise.
35158         * locale/programs/localedef.c: Likewise.
35159         * login/programs/pt_chown.c: Likewise.
35160         * malloc/memusage.sh: Likewise.
35161         * malloc/memusagestat.c: Likewise.
35162         * malloc/mtrace.pl: Likewise.
35163         * nscd/nscd.c: Likewise.
35164         * nss/getent.c: Likewise.
35165         * nss/makedb.c: Likewise.
35166         * posix/getconf.c: Likewise.
35168 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
35170         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
35171         numbers.
35173 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
35175         * math/bits/mathcalls.h (modf): Use __nonnull.
35177 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
35179         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
35180         (split): Use macro CN instead of the bare value.
35181         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
35182         could be used.
35183         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
35184         instead of the bare value.
35185         (power1): Likewise.
35187 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35189         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
35190         __ATAN_TWOM.
35191         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35193         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
35194         their values.
35195         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
35196         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
35197         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
35198         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
35200 2012-12-28  Andreas Jaeger  <aj@suse.de>
35202         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
35203         values are from Linux 3.7.
35205         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
35206         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
35208 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35210         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
35211         TRUE case.
35213         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
35214         (norm): Likewise.
35215         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
35216         variables with preprocessor constants.
35217         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
35218         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
35219         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
35221 2012-12-27  Bruno Haible  <bruno@clisp.org>
35223         [BZ #14317]
35224         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
35225         only if needed.
35227 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35229         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
35230         and use variable directly.
35231         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
35233         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
35234         MPONE.
35235         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
35236         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
35237         variable MPONE.
35238         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
35239         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
35240         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
35241         include directive.  Remove local variable MPONE.
35242         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
35243         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
35244         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
35246 2012-12-25  David S. Miller  <davem@davemloft.net>
35248         * version.h (RELEASE): Set to "development".
35249         (VERSION): Set to "2.17.90".
35250         * NEWS: Add 2.18 section.
35252 2012-12-21  David S. Miller  <davem@davemloft.net>
35254         * po/hr.po: Update from translation team.
35256 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
35258         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
35260 2012-12-19  Steve Ellcey  <sellcey@mips.com>
35262         * NEWS:  Mention new memcpy for MIPS.
35264 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
35266         * manual/contrib.texi (Contributors): Spelling correction.
35268 2012-12-15  David S. Miller  <davem@davemloft.net>
35270         * po/ru.po: Update from translation team.
35272 2012-12-13  David S. Miller  <davem@davemloft.net>
35274         * NEWS: Mention IFUNC testsuite enhancements.
35276         * po/pl.po: Update from translation team.
35277         * po/bg.po: Likewise.
35279         * manual/contrib.texi (Contributors): Update entries for Hongjiu
35280         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
35282 2012-12-11  David S. Miller  <davem@davemloft.net>
35284         * po/sv.po: Update from translation team.
35286         * po/vi.po: Update from translation team.
35288         * po/cs.po: Update from translation team.
35290         * po/de.po: Update from translation team.
35291         * po/eo.po: Likewise.
35292         * po/nl.po: Likewise.
35294 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
35296         [BZ #14246]
35297         * manual/argp.texi (Argp Helper Functions): Move node to follow
35298         Argp Parsing State.
35300         [BZ #14872]
35301         * manual/conf.texi (Limits on File System Capacity): Mention if
35302         terminating null is included in the max size.
35304 2012-12-10  Andreas Jaeger  <aj@suse.de>
35306         * po/cs.po: Update from translation team.
35308 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
35310         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
35311         void pointer and cast to uintptr_t.
35312         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
35313         path.
35314         * sysdeps/s390/s390-64/memcpy.S: Likewise.
35315         * sysdeps/s390/s390-64/memset.S: Likewise.
35317 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
35319         [BZ #14833]
35320         * menual/message.texi (Message Translation): Fix typos.
35321         (Helper programs for gettext): Likewise.
35323 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
35325         [BZ #14898]
35326         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
35327         Change to -1.
35329 2012-12-07  David S. Miller  <davem@davemloft.net>
35331         * po/libc.pot: Update.
35333 2012-12-07  Richard Henderson  <rth@redhat.com>
35335         [BZ #10114]
35336         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
35337         normal/normal case to before the switch.
35338         (_FP_DIV): Likewise.
35340 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
35341             Mike Frysinger  <vapier@gentoo.org>
35343         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
35344         check for __NR_fadvise64_64.
35346 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
35348         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
35349         0, not just to plain "0" as a statement.
35350         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
35351         with cw.
35353 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
35355         * NEWS: Use sourceware.org in Bugzilla URL.
35357 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
35359         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
35360         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35362         * stdio-common/tst-put-error.c (do_test): Add newline to the
35363         padded test to ensure flush.
35365 2012-12-05  Jeff Law  <law@redhat.com>
35367         * sunrpc/etc.rpc (fedfs_admin): Add entry.
35369 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
35371         * README: Don't refer to ports add-on as distributed separately.
35372         Mention AArch64 in list of systems supported in the ports add-on.
35374         * LICENSES: Add more non-FSF copyright and license notices.
35376         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35377         ((unused)).
35379         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35381         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35382         10000 as width of padded output.
35384 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35386         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35388         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35389         variable LX with __attribute__ ((unused)).
35390         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35391         Likewise.
35392         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35393         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35394         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35395         with __attribute__ ((unused)).
35397 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
35399         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35401 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
35403         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35404         (CFLAGS-nldbl-acos.c): New variable.
35405         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35406         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35407         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35408         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35409         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35410         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35411         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35412         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35413         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35414         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35415         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35416         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35417         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35418         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35419         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35420         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35421         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35422         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35423         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35424         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35425         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35426         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35427         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35428         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35429         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35430         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35431         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35432         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35433         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35434         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35435         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35436         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35437         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35438         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35439         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35440         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35441         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35442         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35443         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35444         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35445         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35446         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35447         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35448         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35449         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35450         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35451         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35452         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35453         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35454         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35455         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35456         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35457         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35458         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35459         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35460         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35461         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35462         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35463         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35464         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35465         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35466         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35467         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35468         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35469         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35470         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35471         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35472         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35473         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35474         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35475         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35476         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35477         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35478         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35479         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35480         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35481         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35482         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35483         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35484         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35485         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35486         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35487         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35488         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35489         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35490         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35491         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35492         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35493         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35494         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35495         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35496         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35497         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35498         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35499         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35500         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35501         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35504         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35506         [BZ #14914]
35507         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35508         whole low double instead of just low 47 bits when splitting values
35509         into two parts.
35511 2012-12-03  Allan McRae  <allan@archlinux.org>
35513         * manual/stdio.texi (Predefined Printf Handlers): Remove
35514         @hsep and @vsep usage.
35516 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
35518         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35519         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35521 2012-12-03  Jeff Law  <law@redhat.com>
35523         * time/sys/time.h (settimeofday): Do not mark TV argument
35524         as __nonnull.
35526 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
35528         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35529         when currently writing and seek to current position when not.
35530         * libio/Makefile (tests): Remove bug-fclose1.
35531         * libio/bug-fclose1.c: Delete.
35533 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
35535         * manual/arith.texi (feenableexcept): Fix typo.
35536         (fedisableexcept): Likewise.
35538 2012-11-30  Roland McGrath  <roland@hack.frob.com>
35540         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35541         second, differently-typed declaration, rather than a cast.
35543 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
35545         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35546         * include/rpc/svc.h: ... here.
35548 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
35550         [BZ #13013]
35551         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35552         depending n and resplen2 to catch cases where answer
35553         equals answerp2.
35555 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
35557         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35558         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35560 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
35562         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35564 2012-11-29  Roland McGrath  <roland@hack.frob.com>
35566         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35568 2012-11-28  Jeff Law  <law@redhat.com>
35570         [BZ #13761]
35571         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35572         dataset_temporary.  Track alloca usage into alloca_used.
35573         If dataset is large allocate and release it via malloc/free.
35575 2012-06-04  Florian Weimer  <fweimer@redhat.com>
35577         [BZ #14197]
35578         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35580 2012-11-28  David S. Miller  <davem@davemloft.net>
35582         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35584 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35586         [BZ #14803]
35587         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35588         of pi/2 rounded to nearest to 64 bits.
35589         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35590         nearest to 64 bits.
35591         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35592         bits.
35594 2012-11-28  Jeff Law <law@redhat.com>
35595             Martin Osvald <mosvald@redhat.com>
35597         [BZ #14889]
35598         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35599         * sunrpc/svc.c: Include time.h.
35600         (__svc_accept_failed): New function.
35601         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35602         any reason other than EINTR, call __svc_accept_failed.
35603         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35604         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35606 2012-11-28  Andreas Schwab  <schwab@suse.de>
35608         * scripts/abilist.awk: Also handle indirect functions in .opd
35609         section.
35611 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
35613         [BZ #13881]
35614         * sysdeps/x86/fpu/powl_helper.c: New file.
35615         * sysdeps/x86/fpu/Makefile: Likewise.
35616         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35617         (p3): New object.
35618         (__ieee754_powl): Use __powl_helper for finite arguments except
35619         integer exponents below 8.
35620         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35621         (p3): New object.
35622         (__ieee754_powl): Use __powl_helper for finite arguments except
35623         integer exponents below 8.
35624         * math/libm-test.inc (pow_test): Add more tests and enable some
35625         previously disabled tests.
35626         * sysdeps/i386/fpu/libm-test-ulps: Update.
35627         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35629 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
35630             Carlos O'Donell  <carlos_odonell@mentor.com>
35632         * nss/makedb.c (is_prime): Assert that input is odd and greater
35633         than 4.  Note that fact in a comment too.
35634         (next_prime): Add 4 to input.
35636 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
35638         [BZ #11741]
35639         * libio/Makefile (tests): Add test case tst-fwrite-error.
35640         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35641         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35642         * libio/tst-fwrite-error.c: New test case.
35644 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
35646         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35647         before casting to void *.
35648         * include/libc-internal.h (__pointer_type): New macro.
35649         (__integer_if_pointer_type_sub): Likewise.
35650         (__integer_if_pointer_type): Likewise.
35651         (cast_to_integer): Likewise.
35652         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35653         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35654         before casting to atomic64_t.
35655         (atomic_exchange_acq): Likewise.
35656         (__arch_exchange_and_add_body): Likewise.
35657         (__arch_add_body): Likewise.
35658         (atomic_add_negative): Likewise.
35659         (atomic_add_zero): Likewise.
35661 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
35663         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35664         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35665         (add_fdes): Likewise.
35666         (linear_search_fdes): Likewise.
35667         (binary_search_unencoded_fdes): Likewise.
35669 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
35671         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35673 2012-11-24  Adam Conrad  <adconrad@0c3.net>
35675         * configure.in: Autodetect C++ header directories.
35676         * configure: Regenerated.
35678 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
35680         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35682 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
35684         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35686 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
35688         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35689         LDBL_MANT_DIG == 106]: Disable some tests.
35690         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35691         Likewise.
35692         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35693         Likewise.
35695         [BZ #14871]
35696         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35697         input for small inputs.  Return +/- pi/2 for large inputs.
35698         * math/libm-test.inc (atan_test): Add more tests.
35700         * sysdeps/generic/unwind-dw2-fde-glibc.c
35701         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35702         __attribute__ ((unused)).
35704         [BZ #14645]
35705         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35706         x * y if x and y are nonzero and z is zero.
35708         [BZ #14811]
35709         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35710         nonzero exponents with absolute value below 0x1p-117 to +/-
35711         0x1p-117.
35713         [BZ #14869]
35714         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35715         up arguments below 2**-450, not just those below 2**-500.
35716         * math/libm-test.inc (hypot_test): Add another test.
35718         [BZ #14868]
35719         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35720         Return a+b for ratio over 2**120, not 2**60.
35721         * math/libm-test.inc (hypot_test): Add another test.
35723         * math/libm-test.inc (clog_test): Use
35724         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35725         (clog10_test): Likewise.
35727         [BZ #6778]
35728         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35730 2012-11-22  Andreas Schwab  <schwab@suse.de>
35732         * sysdeps/i386/fpu/libm-test-ulps: Update.
35734 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
35736         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35737         printf output with newline.
35739 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
35741         [BZ #14865]
35742         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35743         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35744         -z nodlopen, -z initfirst and -z execstack support.
35745         * configure: Regenerated.
35747         * elf/elf.h (DF_1_NODIRECT): New macro.
35748         (DF_1_IGNMULDEF): Likewise.
35749         (DF_1_NOKSYMS): Likewise.
35750         (DF_1_NOHDR): Likewise.
35751         (DF_1_EDITED): Likewise.
35752         (DF_1_NORELOC): Likewise.
35753         (DF_1_SYMINTPOSE): Likewise.
35754         (DF_1_GLOBAUDIT): Likewise.
35755         (DF_1_SINGLETON): Likewise.
35756         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35757         DT_1_SUPPORTED_MASK bits.
35758         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35760 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
35762         * sysdeps/unix/make-syscalls.sh: Document prefixes.
35764 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
35766         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35767         macro.
35769         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35770         (sendmmsg): Move declarations...
35771         * socket/sys/socket.h: ... here.
35772         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35773         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35774         include it from...
35775         * socket/recvmmsg.c: ... this new file.
35776         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35777         (sendmmsg): Rename to __sendmmsg, create weak alias and make
35778         definition of __sendmmsg hidden.
35779         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35780         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35781         Move ENOSYS stub into and include it from...
35782         * socket/sendmmsg.c: ... this new file.
35783         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35784         (sysdep_routines): Move recvmmsg and sendmmsg...
35785         * socket/Makefile (routines): ... here.
35786         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35787         (GLIBC_PRIVATE): Add __sendmmsg.
35788         * include/sys/socket.h (__sendmmsg): Add declarations.
35789         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35790         sendmmsg.
35792 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
35794         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35795         variable I1 with __attribute__ ((unused)).
35796         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35798 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35800         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35801         DUMMY variables with __attribute__ ((unused)).
35803         * bits/byteswap.h: Include <bits/types.h>.
35804         (__bswap_64): Use __uint64_t instead of unsigned long long int.
35806 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
35808         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35809         string_t.  Do not manually set errno.
35810         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35811         length with __strnlen.  Make sure to both set errno and return it on
35812         failure.
35814 2012-11-19  David S. Miller  <davem@davemloft.net>
35816         With help from Joseph Myers.
35817         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35818         very large arguments properly.
35819         * math/libm-test.inc (atan_test): New tests.
35820         (atan2_test): New tests.
35821         * sysdeps/sparc/fpu/libm-test-ulps: Update.
35822         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35824 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
35826         [BZ #14856]
35827         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35828         Define to 3.
35830         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35831         [POSIX] (EADDRNOTAVAIL): Likewise.
35832         [POSIX] (EAFNOSUPPORT): Likewise.
35833         [POSIX] (EALREADY): Likewise.
35834         [POSIX] (ECONNABORTED): Likewise.
35835         [POSIX] (ECONNREFUSED): Likewise.
35836         [POSIX] (ECONNRESET): Likewise.
35837         [POSIX] (EDESTADDRREQ): Likewise.
35838         [POSIX] (EDQUOT): Likewise.
35839         [POSIX] (EHOSTUNREACH): Likewise.
35840         [POSIX] (EIDRM): Likewise.
35841         [POSIX] (EISCONN): Likewise.
35842         [POSIX] (ELOOP): Likewise.
35843         [POSIX] (EMULTIHOP): Likewise.
35844         [POSIX] (ENETDOWN): Likewise.
35845         [POSIX] (ENETUNREACH): Likewise.
35846         [POSIX] (ENOBUFS): Likewise.
35847         [POSIX] (ENODATA): Likewise.
35848         [POSIX] (ENOLINK): Likewise.
35849         [POSIX] (ENOMSG): Likewise.
35850         [POSIX] (ENOPROTOOPT): Likewise.
35851         [POSIX] (ENOSR): Likewise.
35852         [POSIX] (ENOSTR): Likewise.
35853         [POSIX] (ENOTCONN): Likewise.
35854         [POSIX] (ENOTSOCK): Likewise.
35855         [POSIX] (EOPNOTSUPP): Likewise.
35856         [POSIX] (EOVERFLOW): Likewise.
35857         [POSIX] (EPROTO): Likewise.
35858         [POSIX] (EPROTONOSUPPORT): Likewise.
35859         [POSIX] (EPROTOTYPE): Likewise.
35860         [POSIX] (ESTALE): Likewise.
35861         [POSIX] (ETIME): Likewise.
35862         [POSIX] (ETXTBSY): Likewise.
35863         [POSIX] (EWOULDBLOCK): Likewise.
35864         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35865         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35866         [POSIX] (SEEK_CUR): Likewise.
35867         [POSIX] (SEEK_END): Likewise.
35868         [POSIX || UNIX98] (mode_t): Do not require.
35869         [POSIX] (off_t): Likewise.
35870         [POSIX] (pid_t): Likewise.
35871         [POSIX] (sys/stat.h): Do not allow header.
35872         [POSIX] (unistd.h): Likewise.
35873         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35874         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35875         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35876         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35877         require.
35878         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35879         sigevent): Specify elements.
35880         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35881         entry.
35882         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35883         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35885         * conform/data/cpio.h-data [POSIX]: Disable whole file.
35886         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35887         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35888         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35889         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35890         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35891         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35892         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35893         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35894         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35895         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35896         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35897         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35898         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35899         Likewise.
35900         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35901         Likewise.
35902         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35903         Likewise.
35904         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35905         Likewise.
35906         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35907         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35908         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35909         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35910         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35911         Specify lower bound on value.
35912         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35913         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35914         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35915         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35916         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35917         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35918         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35919         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35920         value.
35921         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35922         as optional.
35923         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35924         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35925         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35926         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35927         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35928         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35929         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35930         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35931         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35932         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35933         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35934         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35935         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35936         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35937         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35938         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35939         entry.
35940         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35941         optional.
35942         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35943         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35944         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35945         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35946         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35947         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35948         Likewise.
35949         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35950         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35951         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35952         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35953         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
35954         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35955         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35956         as optional.
35957         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35958         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35959         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35960         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35961         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35962         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35963         specify as optional.
35964         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35965         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35966         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35967         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35968         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35969         [XPG3] (NL_LANGMAX): Likewise.
35970         [POSIX || XPG3] (NL_MSGMAX): Likewise.
35971         [POSIX || XPG3] (NL_NMAX): Likewise.
35972         [POSIX || XPG3] (NL_SETMAX): Likewise.
35973         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35974         [XPG3] (NZERO): Likewise.
35975         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35976         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35977         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35978         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35979         (REG_ERANGE): Expect.
35980         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35981         optional-constant.
35982         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35983         Use (void) in prototype.
35984         [POSIX] (*_t): Allow.
35985         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35986         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35987         (WRDE_BADVAL): Expect.
35989         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35990         expect.
35991         [XPG3 || XPG4] (O_RSYNC): Likewise.
35992         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35993         Likewise.
35994         [XPG3 || XPG4] (pthread_sigmask): Likewise.
35995         [XPG3 || XPG4] (sigqueue): Likewise.
35996         [XPG3 || XPG4] (sigtimedwait): Likewise.
35997         [XPG3 || XPG4] (sigwaitinfo): Likewise.
35998         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35999         [XPG3 || XPG4] (vsnprintf): Likewise.
36000         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
36001         Likewise.
36002         [XPG3 || XPG4] (blksize_t): Likewise.
36003         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
36004         Likewise.
36005         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
36006         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
36007         [XPG3 || XPG4] (struct itimerspec): Likewise.
36008         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
36009         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
36010         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
36011         [XPG3 || XPG4] (clockid_t): Likewise.
36012         [XPG3 || XPG4] (timer_t): Likewise.
36013         [XPG3 || XPG4] (clock_getres): Likewise.
36014         [XPG3 || XPG4] (clock_gettime): Likewise.
36015         [XPG3 || XPG4] (clock_settime): Likewise.
36016         [XPG3 || XPG4] (nanosleep): Likewise.
36017         [XPG3 || XPG4] (timer_create): Likewise.
36018         [XPG3 || XPG4] (timer_delete): Likewise.
36019         [XPG3 || XPG4] (timer_gettime): Likewise.
36020         [XPG3 || XPG4] (timer_getoverrun): Likewise.
36021         [XPG3 || XPG4] (timer_settime): Likewise.
36022         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
36023         [XPG3 || XPG4] (getlogin_r): Likewise.
36024         [XPG3 || XPG4] (pread): Likewise.
36025         [XPG3 || XPG4] (pthread_atfork): Likewise.
36026         [XPG3 || XPG4] (pwrite): Likewise.
36028         [BZ #14835]
36029         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
36030         <bits/siginfo.h>.
36032 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
36034         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
36035         finalizing MALLSTREAM.
36037         * sysdeps/mach/hurd/syncfs.c: New file.
36039 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
36041         [BZ #14719]
36042         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
36043         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
36044         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
36045         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
36046         (_nss_dns_gethostbyname4_r): Likewise.
36047         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
36048         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
36050 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
36052         [BZ #13763]
36053         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
36055 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
36057         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
36058         * elf/cache.c (print_entry): Print ",AArch64" for
36059         FLAG_AARCH64_LIB64
36061         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
36062         * elf/cache.c (print_entry): Print ",hard-float" for
36063         FLAG_ARM_LIBHF.
36065 2012-11-18  David S. Miller  <davem@davemloft.net>
36067         With help from Joseph Myers.
36068         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
36069         cutoff to 2**-13.
36070         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
36071         cutoff to 2**-25.
36072         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
36073         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
36074         small.
36075         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
36076         * math/libm-test.inc (y0_test): New tests.
36077         (y1_test): New tests.
36078         * sysdeps/i386/fpu/libm-test-ulps: Update.
36079         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36080         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36082 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
36084         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
36085         64-bit targets.
36086         * configure: Regenerated.
36088 2012-11-17  David S. Miller  <davem@davemloft.net>
36090         [BZ #14811]
36091         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
36092         nonzero exponents with absolute value below 0x1p-128 to +/-
36093         0x1p-128.
36095 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
36097         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
36099         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
36101         * posix/getconf-speclist.c: New file.
36102         * posix/posix-envs.def: Likewise.
36103         * posix/confstr.c (START_ENV_GROUP): New macro.
36104         (END_ENV_GROUP): Likewise.
36105         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36106         (KNOWN_PRESENT_ENV_STRING): Likewise.
36107         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36108         (UNKNOWN_ENVIRONMENT): Likewise.
36109         (confstr): Include posix-envs.def instead of handling
36110         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
36111         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
36112         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
36113         (END_ENV_GROUP): Likewise.
36114         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
36115         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
36116         (UNKNOWN_ENVIRONMENT): Likewise.
36117         (__sysconf): Include posix-envs.def instead of handling associated
36118         cases directly here.
36119         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
36120         preprocessing getconf-speclist.c rather than running getconf or
36121         generating empty file.
36123 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
36125         * scripts/check-local-headers.sh: Ignore 'mach' headers.
36127 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
36129         [BZ #14672]
36130         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
36132 2012-11-16  David S. Miller  <davem@davemloft.net>
36134         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
36135         smaller than LDBL_EPSILON/2.0L, just return xm1.
36137 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
36139         * elf/tst-array1.c (init): Set constructor priority to 1000.
36140         (fini): Set destructor priority to 1000.
36141         * elf/tst-array2dep.c: Likewise.
36143 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36145         [BZ #11741]
36146         * libio/fileops.c (_IO_new_file_write): Correctly return error.
36147         (_IO_new_file_xsputn): Also return EOF if none of the input
36148         data was written when overflow failed.
36149         * libio/iopadn.c (_IO_padn): Likewise.
36150         * libio/iowpadn.c (_IO_wpadn): Likewise.
36151         * stdio-common/tst-put-error.c: Add copyright notice.
36152         (do_test): Add case for printing padded string.
36153         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
36154         _IO_padn returned error.
36155         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
36156         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
36157         return EOF.
36159 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
36161         * libio/libioP.h: Add comment note that the references to C++
36162         bits are now obsolete.
36164 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36166         * math/libm-test.inc (check_complex): Use asprintf.
36168 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
36170         * debug/pcprofiledump.c (print_version): Update copyright year.
36171         * malloc/memusagestat.c (print_version): Likewise.
36173 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
36175         [BZ #14831]
36176         * elf/Makefile (tests): Add tst-audit8.
36177         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
36178         ($(objpfx)tst-audit8.out): New target.
36179         (tst-audit8-ENV): New variable.
36180         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
36181         audit if l_reloc_result is NULL.
36182         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
36183         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
36184         * elf/tst-audit8.c: New file.
36186 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36188         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
36189         * misc/Makefile (CFLAGS-select.c): Define.
36190         * posix/Makefile (CFLAGS-pause.c): Define.
36192 2012-11-13  David S. Miller  <davem@davemloft.net>
36194         * crypt/Makefile: Move test targets after toplevel Rules
36195         inclusion.  Grab any necessary sysdep routines when linking.
36196         * crypt/md5.c (md5_process_block): Remove define, we will always
36197         name it __md5_process_block.
36198         (md5_finish_ctx): Update md5_process_block call.
36199         (md5_stream): Likewise.
36200         (md5_process_bytes): Likewise.
36201         (md5_process_block): Rename to __md5_process_block and move to ...
36202         * crypt/md5-block.c: ... here.
36203         * crypt/sha256.c (sha256_process_block): Move to ...
36204         * crypt/sha256-block.c: ... here.
36205         * crypt/sha512.c (sha512_process_block): Move to ...
36206         * crypt/sha512-block.c: ... here.
36207         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
36208         path.
36209         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
36210         * sysdeps/sparc/sparc64/multiarch/Makefile
36211         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
36212         crypt subdir.
36213         (localedef-aux): Add md5 crypto assembler when in locale subdir.
36214         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
36215         multiarch changes.
36216         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
36217         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
36218         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
36219         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
36220         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
36221         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
36222         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
36223         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
36224         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
36225         file.
36226         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
36227         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
36228         file.
36229         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
36231 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
36233         * timezone/tzselect.ksh: Update from tzcode git revision
36234         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
36235         * timezone/zdump.c: Likewise.
36236         * timezone/zic.c: Likewise.
36237         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
36238         in TZVERSION setting, not $(PKGVERSION).
36239         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
36240         REPORT_BUGS_TO settings.
36242         [BZ #14838]
36243         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
36244         macro.
36246 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36248         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
36249         detection to immediately after _FP_ROUND().
36250         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
36251         bits are 0.
36253 2012-11-11  David S. Miller  <davem@davemloft.net>
36255         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
36256         inttypes.h
36257         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
36258         __close rather than their public counterparts.
36260 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
36262         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
36263         file.
36264         [UNIX98] (sem_timedwait): Do not expect.
36265         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
36266         [XPG4 || UNIX98] (sockatmark): Do not expect.
36267         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
36268         (clock_getcpuclockid): Do not expect.
36269         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
36270         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
36271         Do not expect.
36272         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
36273         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
36274         [UNIX98] (vwscanf): Likewise.
36275         [UNIX98] (vswscanf): Likewise.
36277 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
36279         * timezone/version.h: Remove file.
36280         * timezone/README: Do not refer to version.h.
36281         * timezone/Makefile ($(objpfx)zic.o): New dependency on
36282         $(objpfx)version.h.
36283         ($(objpfx)zdump.o): Likewise.
36284         ($(objpfx)version.h): New target.
36286         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
36287         2012i.
36288         * timezone/README: Don't mention modification to tzselect.ksh.
36289         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
36290         work on unmodified tzselect.ksh.  Substitute version numbers in
36291         tzselect.ksh.
36293         * Makefile (format-me): Remove.
36294         (INSTALL): Adjust indentation.  Use commands directly instead of
36295         using $(format-me).
36297         * aclocal.m4 (ACX_PKGVERSION): New macro.
36298         (ACX_BUGURL): Likewise.
36299         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
36300         (PKGVERSION): New AC_DEFINE_UNQUOTED.
36301         (REPORT_BUGS_TO): Likewise.
36302         * configure: Regenerated.
36303         * config.h.in (PKGVERSION): New macro.
36304         (REPORT_BUGS_TO): Likewise.
36305         * config.make.in (PKGVERSION): New variable.
36306         (PKGVERSION_TEXI): Likewise.
36307         (REPORT_BUGS_TO): Likewise.
36308         (REPORT_BUGS_TEXI): Likewise.
36309         * Makefile (format-me): Use -I$(common-objpfx)manual.
36310         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
36311         ($(common-objpfx)manual/%): New target.
36312         (manual/%): Remove target.
36313         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
36314         (print_version): Use PKGVERSION.
36315         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
36316         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
36317         and REPORT_BUGS_TO.
36318         ($(objpfx)xtrace): Likewise.
36319         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
36320         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
36321         (print_version): Use PKGVERSION.
36322         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
36323         (do_version): Use PKGVERSION.
36324         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
36325         REPORT_BUGS_TO.
36326         (common-ldd-rewrite): Likewise.
36327         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
36328         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
36329         (print_version): Use PKGVERSION.
36330         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
36331         * elf/pldd.c (argp_program_bug_address): Remove variable.
36332         (more_help): New function.
36333         (argp): Use more_help.
36334         (print_version): Use PKGVERSION.
36335         * elf/sln.c (main): Use PKGVERSION.
36336         (usage): Use REPORT_BUGS_TO.
36337         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
36338         (top level): Use PKGVERSION.
36339         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
36340         (print_version): Use PKGVERSION.
36341         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
36342         (print_version): Use PKGVERSION.
36343         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
36344         (print_version): Use PKGVERSION.
36345         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
36346         (print_version): Use PKGVERSION.
36347         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
36348         (print_version): Use PKGVERSION.
36349         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
36350         (print_version): Use PKGVERSION.
36351         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
36352         and BUGURL.
36353         ($(objpfx)memusage): Likewise.
36354         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
36355         (do_version): Use PKGVERSION.
36356         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
36357         (print_version): Use PKGVERSION.
36358         * malloc/mtrace.pl ($PACKAGE): Remove variable.
36359         ($PKGVERSION): New variable.
36360         ($REPORT_BUGS_TO): Likewise.
36361         (usage): Use $REPORT_BUGS_TO.
36362         (top level): Use $PKGVERSION.
36363         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36364         ($(objpfx)pkgvers.texi): New rule.
36365         ($(objpfx)stamp-pkgvers): Likewise.
36366         * manual/install.texi: Include pkgvers.texi.
36367         (--with-pkgversion): Document new configure option.
36368         (--with-bugurl): Likewise.
36369         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36370         than necessarily for this particular distribution.  Use
36371         REPORT_BUGS_TO for where to report bugs.
36372         * INSTALL: Regenerated.
36373         * manual/libc.texinfo: Include pkgvers.texi.
36374         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36375         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36376         (print_version): Use PKGVERSION.
36377         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36378         (print_version): Use PKGVERSION.
36379         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36380         (print_version): Use PKGVERSION.
36381         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36382         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36383         macro.
36384         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36385         (print_version): Use PKGVERSION.
36386         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36387         (print_version): Use PKGVERSION.
36388         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36389         and PKGVERSION.
36391         * timezone/checktab.awk: Update from tzcode 2012i.
36392         * timezone/ialloc.c: Likewise.
36393         * timezone/private.h: Likewise.
36394         * timezone/scheck.c: Likewise.
36395         * timezone/tzfile.h: Likewise.
36396         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36397         (TZVERSION): Hardcode tzcode version number.
36398         * timezone/zdump.c: Update from tzcode 2012i.
36399         * timezone/zic.c: Likewise.
36400         * timezone/version.h: New file.
36401         * timezone/README: Describe version.h.  Update upstream location.
36403         [BZ #14824]
36404         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36405         (mktemp): Enable declaration.
36406         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36407         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36408         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36409         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36410         Likewise.
36411         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36412         Likewise.
36413         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36414         Likewise.
36415         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36416         Likewise.
36417         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36418         Likewise.
36419         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36420         Likewise.
36422         [BZ #14821]
36423         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36424         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
36425         for copies of such integer values.
36426         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36427         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36429 2012-11-09  Andreas Jaeger  <aj@suse.de>
36431         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36432         definitions and declarations that are provided by
36433         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36435 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36437         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
36438         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36439         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36440         definition.
36442 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36444         * elf/elf.h: Update comment before AArch64 relocations.
36446 2012-11-07  David S. Miller  <davem@davemloft.net>
36448         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36449         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36450         (__start_context): Declare.
36451         (__makecontext_ret): Delete.
36452         (__makecontext): Hook up __start_context instead of
36453         __makecontext_ret.
36454         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36455         (sysdep_routines): Add __start_context when in stdlib.
36457 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36459         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36460         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36461         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
36462         hardcoded "nm".
36463         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
36464         (READELF): New variable.  Use it instead of hardcoded "readelf".
36466 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
36468         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36469         * sysdeps/x86/Makefile: Here.
36470         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36471         * sysdeps/x86/tst-xmmymm.sh: This.
36473 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36475         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36476         expectations.
36477         [UNIX98] (pthread_barrier_t): Do not expect.
36478         [UNIX98] (pthread_barrierattr_t): Likewise.
36479         [UNIX98] (pthread_spinlock_t): Likewise.
36480         [UNIX98] (pthread_barrier_destroy): Likewise.
36481         [UNIX98] (pthread_barrier_init): Likewise.
36482         [UNIX98] (pthread_barrier_wait): Likewise.
36483         [UNIX98] (pthread_barrierattr_destroy): Likewise.
36484         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36485         [UNIX98] (pthread_barrierattr_init): Likewise.
36486         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36487         [UNIX98] (pthread_getcpuclockid): Likewise.
36488         [UNIX98] (pthread_mutex_timedlock): Likewise.
36489         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36490         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36491         [UNIX98] (pthread_sigmask): Likewise.
36492         [UNIX98] (pthread_spin_destroy): Likewise.
36493         [UNIX98] (pthread_spin_init): Likewise.
36494         [UNIX98] (pthread_spin_lock): Likewise.
36495         [UNIX98] (pthread_spin_trylock): Likewise.
36496         [UNIX98] (pthread_spin_unlock): Likewise.
36497         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36498         Do not expect.
36499         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36500         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36501         [XPG3 || XPG4] (pthread_cond_t): Likewise.
36502         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36503         [XPG3 || XPG4] (pthread_key_t): Likewise.
36504         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36505         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36506         [XPG3 || XPG4] (pthread_once_t): Likewise.
36507         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36508         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36509         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36510         [XPG3 || XPG4] (pthread_t): Likewise.
36512         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36513         not expect.
36514         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36516         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36517         Change function return type to int.
36519         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36520         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36521         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36522         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36523         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36524         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36525         [!POSIX] (posix_madvise): Likewise.
36526         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36527         && !UNIX98].
36528         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36529         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36530         (mode_t): Likewise.
36531         (posix_mem_offset): Likewise.
36532         (posix_typed_mem_get_info): Likewise.
36533         (posix_typed_mem_open): Likewise.
36535         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36536         Change condition to [XOPEN2K8].
36538         * conform/conformtest.pl: Preprocess allow-header data with -x c
36539         instead of from stdin.
36540         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36541         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36542         [C99-based standards] (cerfc): Likewise.
36543         [C99-based standards] (cexp2): Likewise.
36544         [C99-based standards] (cexpm1): Likewise.
36545         [C99-based standards] (clog10): Likewise.
36546         [C99-based standards] (clog1p): Likewise.
36547         [C99-based standards] (clog2): Likewise.
36548         [C99-based standards] (clgamma): Likewise.
36549         [C99-based standards] (ctgamma): Likewise.
36550         [C99-based standards] (cerff): Likewise.
36551         [C99-based standards] (cerfcf): Likewise.
36552         [C99-based standards] (cexp2f): Likewise.
36553         [C99-based standards] (cexpm1f): Likewise.
36554         [C99-based standards] (clog10f): Likewise.
36555         [C99-based standards] (clog1pf): Likewise.
36556         [C99-based standards] (clog2f): Likewise.
36557         [C99-based standards] (clgammaf): Likewise.
36558         [C99-based standards] (ctgammaf): Likewise.
36559         [C99-based standards] (cerfl): Likewise.
36560         [C99-based standards] (cerfcl): Likewise.
36561         [C99-based standards] (cexp2l): Likewise.
36562         [C99-based standards] (cexpm1l): Likewise.
36563         [C99-based standards] (clog10l): Likewise.
36564         [C99-based standards] (clog1pl): Likewise.
36565         [C99-based standards] (clog2l): Likewise.
36566         [C99-based standards] (clgammal): Likewise.
36567         [C99-based standards] (ctgammal): Likewise.
36568         * conform/data/inttypes.h-data [C99-based standards]: Include
36569         stdint.h-data.  Remove all expectations for stdint.h contents.
36570         [C99-based standards] (PRI*): Do not allow.
36571         [C99-based standards] (SCN*): Likewise.
36572         [C99-based standards] (*_t): Likewise.
36573         [C99-based-standards] (PRId8): Expect macro.
36574         [C99-based-standards] (PRIi8): Likewise.
36575         [C99-based-standards] (PRIo8): Likewise.
36576         [C99-based-standards] (PRIu8): Likewise.
36577         [C99-based-standards] (PRIx8): Likewise.
36578         [C99-based-standards] (PRIX8): Likewise.
36579         [C99-based-standards] (SCNd8): Likewise.
36580         [C99-based-standards] (SCNi8): Likewise.
36581         [C99-based-standards] (SCNo8): Likewise.
36582         [C99-based-standards] (SCNu8): Likewise.
36583         [C99-based-standards] (SCNx8): Likewise.
36584         [C99-based-standards] (PRIdLEAST8): Likewise.
36585         [C99-based-standards] (PRIiLEAST8): Likewise.
36586         [C99-based-standards] (PRIoLEAST8): Likewise.
36587         [C99-based-standards] (PRIuLEAST8): Likewise.
36588         [C99-based-standards] (PRIxLEAST8): Likewise.
36589         [C99-based-standards] (PRIXLEAST8): Likewise.
36590         [C99-based-standards] (SCNdLEAST8): Likewise.
36591         [C99-based-standards] (SCNiLEAST8): Likewise.
36592         [C99-based-standards] (SCNoLEAST8): Likewise.
36593         [C99-based-standards] (SCNuLEAST8): Likewise.
36594         [C99-based-standards] (SCNxLEAST8): Likewise.
36595         [C99-based-standards] (PRIdFAST8): Likewise.
36596         [C99-based-standards] (PRIiFAST8): Likewise.
36597         [C99-based-standards] (PRIoFAST8): Likewise.
36598         [C99-based-standards] (PRIuFAST8): Likewise.
36599         [C99-based-standards] (PRIxFAST8): Likewise.
36600         [C99-based-standards] (PRIXFAST8): Likewise.
36601         [C99-based-standards] (SCNdFAST8): Likewise.
36602         [C99-based-standards] (SCNiFAST8): Likewise.
36603         [C99-based-standards] (SCNoFAST8): Likewise.
36604         [C99-based-standards] (SCNuFAST8): Likewise.
36605         [C99-based-standards] (SCNxFAST8): Likewise.
36606         [C99-based-standards] (PRId16): Likewise.
36607         [C99-based-standards] (PRIi16): Likewise.
36608         [C99-based-standards] (PRIo16): Likewise.
36609         [C99-based-standards] (PRIu16): Likewise.
36610         [C99-based-standards] (PRIx16): Likewise.
36611         [C99-based-standards] (PRIX16): Likewise.
36612         [C99-based-standards] (SCNd16): Likewise.
36613         [C99-based-standards] (SCNi16): Likewise.
36614         [C99-based-standards] (SCNo16): Likewise.
36615         [C99-based-standards] (SCNu16): Likewise.
36616         [C99-based-standards] (SCNx16): Likewise.
36617         [C99-based-standards] (PRIdLEAST16): Likewise.
36618         [C99-based-standards] (PRIiLEAST16): Likewise.
36619         [C99-based-standards] (PRIoLEAST16): Likewise.
36620         [C99-based-standards] (PRIuLEAST16): Likewise.
36621         [C99-based-standards] (PRIxLEAST16): Likewise.
36622         [C99-based-standards] (PRIXLEAST16): Likewise.
36623         [C99-based-standards] (SCNdLEAST16): Likewise.
36624         [C99-based-standards] (SCNiLEAST16): Likewise.
36625         [C99-based-standards] (SCNoLEAST16): Likewise.
36626         [C99-based-standards] (SCNuLEAST16): Likewise.
36627         [C99-based-standards] (SCNxLEAST16): Likewise.
36628         [C99-based-standards] (PRIdFAST16): Likewise.
36629         [C99-based-standards] (PRIiFAST16): Likewise.
36630         [C99-based-standards] (PRIoFAST16): Likewise.
36631         [C99-based-standards] (PRIuFAST16): Likewise.
36632         [C99-based-standards] (PRIxFAST16): Likewise.
36633         [C99-based-standards] (PRIXFAST16): Likewise.
36634         [C99-based-standards] (SCNdFAST16): Likewise.
36635         [C99-based-standards] (SCNiFAST16): Likewise.
36636         [C99-based-standards] (SCNoFAST16): Likewise.
36637         [C99-based-standards] (SCNuFAST16): Likewise.
36638         [C99-based-standards] (SCNxFAST16): Likewise.
36639         [C99-based-standards] (PRId32): Likewise.
36640         [C99-based-standards] (PRIi32): Likewise.
36641         [C99-based-standards] (PRIo32): Likewise.
36642         [C99-based-standards] (PRIu32): Likewise.
36643         [C99-based-standards] (PRIx32): Likewise.
36644         [C99-based-standards] (PRIX32): Likewise.
36645         [C99-based-standards] (SCNd32): Likewise.
36646         [C99-based-standards] (SCNi32): Likewise.
36647         [C99-based-standards] (SCNo32): Likewise.
36648         [C99-based-standards] (SCNu32): Likewise.
36649         [C99-based-standards] (SCNx32): Likewise.
36650         [C99-based-standards] (PRIdLEAST32): Likewise.
36651         [C99-based-standards] (PRIiLEAST32): Likewise.
36652         [C99-based-standards] (PRIoLEAST32): Likewise.
36653         [C99-based-standards] (PRIuLEAST32): Likewise.
36654         [C99-based-standards] (PRIxLEAST32): Likewise.
36655         [C99-based-standards] (PRIXLEAST32): Likewise.
36656         [C99-based-standards] (SCNdLEAST32): Likewise.
36657         [C99-based-standards] (SCNiLEAST32): Likewise.
36658         [C99-based-standards] (SCNoLEAST32): Likewise.
36659         [C99-based-standards] (SCNuLEAST32): Likewise.
36660         [C99-based-standards] (SCNxLEAST32): Likewise.
36661         [C99-based-standards] (PRIdFAST32): Likewise.
36662         [C99-based-standards] (PRIiFAST32): Likewise.
36663         [C99-based-standards] (PRIoFAST32): Likewise.
36664         [C99-based-standards] (PRIuFAST32): Likewise.
36665         [C99-based-standards] (PRIxFAST32): Likewise.
36666         [C99-based-standards] (PRIXFAST32): Likewise.
36667         [C99-based-standards] (SCNdFAST32): Likewise.
36668         [C99-based-standards] (SCNiFAST32): Likewise.
36669         [C99-based-standards] (SCNoFAST32): Likewise.
36670         [C99-based-standards] (SCNuFAST32): Likewise.
36671         [C99-based-standards] (SCNxFAST32): Likewise.
36672         [C99-based-standards] (PRId64): Likewise.
36673         [C99-based-standards] (PRIi64): Likewise.
36674         [C99-based-standards] (PRIo64): Likewise.
36675         [C99-based-standards] (PRIu64): Likewise.
36676         [C99-based-standards] (PRIx64): Likewise.
36677         [C99-based-standards] (PRIX64): Likewise.
36678         [C99-based-standards] (SCNd64): Likewise.
36679         [C99-based-standards] (SCNi64): Likewise.
36680         [C99-based-standards] (SCNo64): Likewise.
36681         [C99-based-standards] (SCNu64): Likewise.
36682         [C99-based-standards] (SCNx64): Likewise.
36683         [C99-based-standards] (PRIdLEAST64): Likewise.
36684         [C99-based-standards] (PRIiLEAST64): Likewise.
36685         [C99-based-standards] (PRIoLEAST64): Likewise.
36686         [C99-based-standards] (PRIuLEAST64): Likewise.
36687         [C99-based-standards] (PRIxLEAST64): Likewise.
36688         [C99-based-standards] (PRIXLEAST64): Likewise.
36689         [C99-based-standards] (SCNdLEAST64): Likewise.
36690         [C99-based-standards] (SCNiLEAST64): Likewise.
36691         [C99-based-standards] (SCNoLEAST64): Likewise.
36692         [C99-based-standards] (SCNuLEAST64): Likewise.
36693         [C99-based-standards] (SCNxLEAST64): Likewise.
36694         [C99-based-standards] (PRIdFAST64): Likewise.
36695         [C99-based-standards] (PRIiFAST64): Likewise.
36696         [C99-based-standards] (PRIoFAST64): Likewise.
36697         [C99-based-standards] (PRIuFAST64): Likewise.
36698         [C99-based-standards] (PRIxFAST64): Likewise.
36699         [C99-based-standards] (PRIXFAST64): Likewise.
36700         [C99-based-standards] (SCNdFAST64): Likewise.
36701         [C99-based-standards] (SCNiFAST64): Likewise.
36702         [C99-based-standards] (SCNoFAST64): Likewise.
36703         [C99-based-standards] (SCNuFAST64): Likewise.
36704         [C99-based-standards] (SCNxFAST64): Likewise.
36705         [C99-based-standards] (PRIdMAX): Likewise.
36706         [C99-based-standards] (PRIiMAX): Likewise.
36707         [C99-based-standards] (PRIoMAX): Likewise.
36708         [C99-based-standards] (PRIuMAX): Likewise.
36709         [C99-based-standards] (PRIxMAX): Likewise.
36710         [C99-based-standards] (PRIXMAX): Likewise.
36711         [C99-based-standards] (SCNdMAX): Likewise.
36712         [C99-based-standards] (SCNiMAX): Likewise.
36713         [C99-based-standards] (SCNoMAX): Likewise.
36714         [C99-based-standards] (SCNuMAX): Likewise.
36715         [C99-based-standards] (SCNxMAX): Likewise.
36716         [C99-based-standards] (PRIdPTR): Likewise.
36717         [C99-based-standards] (PRIiPTR): Likewise.
36718         [C99-based-standards] (PRIoPTR): Likewise.
36719         [C99-based-standards] (PRIuPTR): Likewise.
36720         [C99-based-standards] (PRIxPTR): Likewise.
36721         [C99-based-standards] (PRIXPTR): Likewise.
36722         [C99-based-standards] (SCNdPTR): Likewise.
36723         [C99-based-standards] (SCNiPTR): Likewise.
36724         [C99-based-standards] (SCNoPTR): Likewise.
36725         [C99-based-standards] (SCNuPTR): Likewise.
36726         [C99-based-standards] (SCNxPTR): Likewise.
36727         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36728         allow.
36729         * conform/data/stdint.h-data: Update comments to clarify
36730         requirements.
36731         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
36732         type.
36733         [C99-based standards] (INT8_MAX): Likewise.
36734         [C99-based standards] (INT16_MIN): Likewise.
36735         [C99-based standards] (INT16_MAX): Likewise.
36736         [C99-based standards] (INT32_MIN): Likewise.
36737         [C99-based standards] (INT32_MAX): Likewise.
36738         [C99-based standards] (INT64_MIN): Likewise.
36739         [C99-based standards] (INT64_MAX): Likewise.
36740         [C99-based standards] (UINT8_MAX): Likewise.
36741         [C99-based standards] (UINT16_MAX): Likewise.
36742         [C99-based standards] (UINT32_MAX): Likewise.
36743         [C99-based standards] (UINT64_MAX): Likewise.
36744         [C99-based standards] (INT_LEAST8_MIN): Likewise.
36745         [C99-based standards] (INT_LEAST8_MAX): Likewise.
36746         [C99-based standards] (INT_LEAST16_MIN): Likewise.
36747         [C99-based standards] (INT_LEAST16_MAX): Likewise.
36748         [C99-based standards] (INT_LEAST32_MIN): Likewise.
36749         [C99-based standards] (INT_LEAST32_MAX): Likewise.
36750         [C99-based standards] (INT_LEAST64_MIN): Likewise.
36751         [C99-based standards] (INT_LEAST64_MAX): Likewise.
36752         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36753         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36754         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36755         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36756         [C99-based standards] (INT_FAST8_MIN): Likewise.
36757         [C99-based standards] (INT_FAST8_MAX): Likewise.
36758         [C99-based standards] (INT_FAST16_MIN): Likewise.
36759         [C99-based standards] (INT_FAST16_MAX): Likewise.
36760         [C99-based standards] (INT_FAST32_MIN): Likewise.
36761         [C99-based standards] (INT_FAST32_MAX): Likewise.
36762         [C99-based standards] (INT_FAST64_MIN): Likewise.
36763         [C99-based standards] (INT_FAST64_MAX): Likewise.
36764         [C99-based standards] (UINT_FAST8_MAX): Likewise.
36765         [C99-based standards] (UINT_FAST16_MAX): Likewise.
36766         [C99-based standards] (UINT_FAST32_MAX): Likewise.
36767         [C99-based standards] (UINT_FAST64_MAX): Likewise.
36768         [C99-based standards] (INTPTR_MIN): Likewise.
36769         [C99-based standards] (INTPTR_MAX): Likewise.
36770         [C99-based standards] (UINTPTR_MAX): Likewise.
36771         [C99-based standards] (INTMAX_MIN): Likewise.
36772         [C99-based standards] (INTMAX_MAX): Likewise.
36773         [C99-based standards] (UINTMAX_MAX): Likewise.
36774         [C99-based standards] (PTRDIFF_MIN): Likewise.
36775         [C99-based standards] (PTRDIFF_MAX): Likewise.
36776         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36777         [C99-based standards] (SIZE_MAX): Likewise.
36778         [C99-based standards] (WCHAR_MAX): Likewise.
36779         [C99-based standards] (WINT_MAX): Likewise.
36780         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
36781         constraint on value.
36782         [C99-based standards] (WCHAR_MIN): Likewise.
36783         [C99-based standards] (WINT_MIN): Likewise.
36784         [C99-based standards] (*_t): Allow.
36785         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36786         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36787         Include math.h-data and complex.h-data.  Remove all expectations
36788         of math.h and complex.h contents.
36789         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36790         at end of line.
36791         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36792         (struct tm): Expect tag.
36793         [C99-based-standards] (wcstof): Expect function.
36794         [C99-based-standards] (wcstold): Likewise.
36795         [C99-based-standards] (wcstoll): Likewise.
36796         [C99-based-standards] (wcstoull): Likewise.
36797         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36798         macro-int-constant.  Specify type.
36799         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
36800         constraint on value.
36801         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36802         Specify type.
36803         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36804         Specify value.
36805         [ISO C standards]: Do not allow headers.
36806         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36807         wcs[abcdefghijklmnopqrstuvwxyz]*.
36808         [ISO C standards] (*_t): Do not allow.
36809         * conform/data/wctype.h-data [C99-based standards] (iswblank):
36810         Expect function.
36811         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36812         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36813         Specify type.
36814         [ISO C standards]: Do not allow headers.
36815         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36816         is[abcdefghijklmnopqrstuvwxyz]*.
36817         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36818         to[abcdefghijklmnopqrstuvwxyz]*.
36819         [ISO C standards] (*_t): Do not allow.
36820         * conform/data/stdalign.h-data: New file.
36821         * conform/data/stdbool.h-data: Likewise.
36822         * conform/data/stdnoreturn.h-data: Likewise.
36824 2012-11-07  Roland McGrath  <roland@hack.frob.com>
36826         [BZ #14815]
36827         * manual/filesys.texi (Directory Entries): Typo fix.
36828         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36830 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
36832         * elf/elf.h (EM_AARCH64): New macro.
36833         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36834         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36835         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36836         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36837         (R_AARCH64_TLSDESC): Likewise.
36838         (NT_ARM_TLS): Likewise.
36839         (NT_ARM_HW_BREAK): Likewise.
36840         (NT_ARM_HW_WATCH): Likewise.
36842 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36844         [BZ #14811]
36845         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36846         (__ieee754_powl): Saturate nonzero exponents with absolute value
36847         below 0x1p-79 to +/- 0x1p-79.
36848         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36849         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36850         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36851         nonzero exponents with absolute value below 0x1p-32 to +/-
36852         0x1p-32.
36853         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36854         (__ieee754_powl): Saturate nonzero exponents with absolute value
36855         below 0x1p-79 to +/- 0x1p-79.
36856         * math/libm-test.inc (pow_test): Add more tests.
36858 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36860         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36861         _dl_s390_cap_flags with kernel. Increase string length.
36862         (_dl_s390_platforms): Add z196 and zEC12.
36864 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
36866         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36867         Change XOPEN21K to XOPEN2K.
36869 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
36871         * string/memmove.c: Use memcpy when possible.
36873 2012-11-06  Andreas Jaeger  <aj@suse.de>
36875         * po/eo.po: Update from translation team.
36877 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
36879         [BZ #14793]
36880         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36881         exponent and small x and y exponents, scale x or y up.  Increase
36882         by 2 the exponent used in scaling up.
36883         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36884         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36885         * math/libm-test.inc (fma_test): Add more tests.
36886         (fma_test_towardzero): Likewise.
36887         (fma_test_downward): Likewise.
36888         (fma_test_upward): Likewise.
36890 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
36892         [BZ #14805]
36893         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36894         fenv_t *.
36896         [BZ #14801]
36897         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36898         namespace for names of struct fields.
36899         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36900         fenv_t fields.
36901         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36902         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36904 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36906         [BZ #3665]
36907         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36909 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36911         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36912         PTR_DEMANGLE.
36914         [BZ #5246]
36915         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36916         PTR_DEMANGLE.
36918 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
36920         [BZ #14797]
36921         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36922         definitely overflow as x * y not x * y + z.
36923         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36924         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36925         * math/libm-test.inc (fma_test): Add more tests.
36926         (fma_test_towardzero): Likewise.
36927         (fma_test_downward): Likewise.
36928         (fma_test_upward): Likewise.
36930 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
36932         [BZ #157]
36934         * include/stub-tag.h: Remove file.
36935         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36936         '#include' of it.
36937         * manual/maint.texi (Porting): Don't reference it.
36938         * Makerules ($(objpfx)stubs): Likewise.
36939         * dirent/closedir.c: Don't include <stub-tag.h>.
36940         * dirent/dirfd.c: Likewise.
36941         * dirent/fdopendir.c: Likewise.
36942         * dirent/getdents.c: Likewise.
36943         * dirent/getdents64.c: Likewise.
36944         * dirent/opendir.c: Likewise.
36945         * dirent/readdir.c: Likewise.
36946         * dirent/readdir64.c: Likewise.
36947         * dirent/readdir64_r.c: Likewise.
36948         * dirent/readdir_r.c: Likewise.
36949         * dirent/rewinddir.c: Likewise.
36950         * dirent/seekdir.c: Likewise.
36951         * dirent/telldir.c: Likewise.
36952         * gmon/profil.c: Likewise.
36953         * grp/setgroups.c: Likewise.
36954         * inet/if_index.c: Likewise.
36955         * io/access.c: Likewise.
36956         * io/chdir.c: Likewise.
36957         * io/chmod.c: Likewise.
36958         * io/chown.c: Likewise.
36959         * io/close.c: Likewise.
36960         * io/dup.c: Likewise.
36961         * io/dup2.c: Likewise.
36962         * io/dup3.c: Likewise.
36963         * io/euidaccess.c: Likewise.
36964         * io/faccessat.c: Likewise.
36965         * io/fchdir.c: Likewise.
36966         * io/fchmod.c: Likewise.
36967         * io/fchmodat.c: Likewise.
36968         * io/fchown.c: Likewise.
36969         * io/fchownat.c: Likewise.
36970         * io/fcntl.c: Likewise.
36971         * io/flock.c: Likewise.
36972         * io/fstatfs.c: Likewise.
36973         * io/fstatfs64.c: Likewise.
36974         * io/fstatvfs.c: Likewise.
36975         * io/fstatvfs64.c: Likewise.
36976         * io/futimens.c: Likewise.
36977         * io/fxstat.c: Likewise.
36978         * io/fxstat64.c: Likewise.
36979         * io/fxstatat.c: Likewise.
36980         * io/fxstatat64.c: Likewise.
36981         * io/getcwd.c: Likewise.
36982         * io/isatty.c: Likewise.
36983         * io/lchmod.c: Likewise.
36984         * io/lchown.c: Likewise.
36985         * io/link.c: Likewise.
36986         * io/linkat.c: Likewise.
36987         * io/lseek.c: Likewise.
36988         * io/lseek64.c: Likewise.
36989         * io/lxstat64.c: Likewise.
36990         * io/mkdir.c: Likewise.
36991         * io/mkdirat.c: Likewise.
36992         * io/mkfifo.c: Likewise.
36993         * io/mkfifoat.c: Likewise.
36994         * io/open.c: Likewise.
36995         * io/open64.c: Likewise.
36996         * io/openat.c: Likewise.
36997         * io/openat64.c: Likewise.
36998         * io/pipe.c: Likewise.
36999         * io/pipe2.c: Likewise.
37000         * io/poll.c: Likewise.
37001         * io/posix_fadvise.c: Likewise.
37002         * io/posix_fadvise64.c: Likewise.
37003         * io/posix_fallocate.c: Likewise.
37004         * io/posix_fallocate64.c: Likewise.
37005         * io/read.c: Likewise.
37006         * io/readlink.c: Likewise.
37007         * io/readlinkat.c: Likewise.
37008         * io/rmdir.c: Likewise.
37009         * io/sendfile.c: Likewise.
37010         * io/sendfile64.c: Likewise.
37011         * io/statfs.c: Likewise.
37012         * io/statfs64.c: Likewise.
37013         * io/statvfs.c: Likewise.
37014         * io/statvfs64.c: Likewise.
37015         * io/symlink.c: Likewise.
37016         * io/symlinkat.c: Likewise.
37017         * io/ttyname.c: Likewise.
37018         * io/ttyname_r.c: Likewise.
37019         * io/umask.c: Likewise.
37020         * io/unlink.c: Likewise.
37021         * io/unlinkat.c: Likewise.
37022         * io/utime.c: Likewise.
37023         * io/utimensat.c: Likewise.
37024         * io/write.c: Likewise.
37025         * io/xmknod.c: Likewise.
37026         * io/xmknodat.c: Likewise.
37027         * io/xstat.c: Likewise.
37028         * io/xstat64.c: Likewise.
37029         * login/getpt.c: Likewise.
37030         * login/grantpt.c: Likewise.
37031         * login/unlockpt.c: Likewise.
37032         * math/e_acoshl.c: Likewise.
37033         * math/e_acosl.c: Likewise.
37034         * math/e_asinl.c: Likewise.
37035         * math/e_atan2l.c: Likewise.
37036         * math/e_atanhl.c: Likewise.
37037         * math/e_coshl.c: Likewise.
37038         * math/e_expl.c: Likewise.
37039         * math/e_fmodl.c: Likewise.
37040         * math/e_gammal_r.c: Likewise.
37041         * math/e_hypotl.c: Likewise.
37042         * math/e_j0l.c: Likewise.
37043         * math/e_j1l.c: Likewise.
37044         * math/e_jnl.c: Likewise.
37045         * math/e_lgammal_r.c: Likewise.
37046         * math/e_log10l.c: Likewise.
37047         * math/e_log2l.c: Likewise.
37048         * math/e_logl.c: Likewise.
37049         * math/e_powl.c: Likewise.
37050         * math/e_rem_pio2l.c: Likewise.
37051         * math/e_sinhl.c: Likewise.
37052         * math/e_sqrtl.c: Likewise.
37053         * math/fclrexcpt.c: Likewise.
37054         * math/fedisblxcpt.c: Likewise.
37055         * math/feenablxcpt.c: Likewise.
37056         * math/fegetenv.c: Likewise.
37057         * math/fegetexcept.c: Likewise.
37058         * math/fegetround.c: Likewise.
37059         * math/feholdexcpt.c: Likewise.
37060         * math/fesetenv.c: Likewise.
37061         * math/fesetround.c: Likewise.
37062         * math/feupdateenv.c: Likewise.
37063         * math/fgetexcptflg.c: Likewise.
37064         * math/fraiseexcpt.c: Likewise.
37065         * math/fsetexcptflg.c: Likewise.
37066         * math/ftestexcept.c: Likewise.
37067         * math/k_cosl.c: Likewise.
37068         * math/k_rem_pio2l.c: Likewise.
37069         * math/k_sinl.c: Likewise.
37070         * math/k_tanl.c: Likewise.
37071         * math/s_asinhl.c: Likewise.
37072         * math/s_atanl.c: Likewise.
37073         * math/s_cbrtl.c: Likewise.
37074         * math/s_erfl.c: Likewise.
37075         * math/s_expm1l.c: Likewise.
37076         * math/s_log1pl.c: Likewise.
37077         * math/s_tanhl.c: Likewise.
37078         * misc/acct.c: Likewise.
37079         * misc/brk.c: Likewise.
37080         * misc/chflags.c: Likewise.
37081         * misc/chroot.c: Likewise.
37082         * misc/fchflags.c: Likewise.
37083         * misc/fgetxattr.c: Likewise.
37084         * misc/flistxattr.c: Likewise.
37085         * misc/fremovexattr.c: Likewise.
37086         * misc/fsetxattr.c: Likewise.
37087         * misc/fsync.c: Likewise.
37088         * misc/ftruncate.c: Likewise.
37089         * misc/futimes.c: Likewise.
37090         * misc/futimesat.c: Likewise.
37091         * misc/getdomain.c: Likewise.
37092         * misc/getdtsz.c: Likewise.
37093         * misc/gethostid.c: Likewise.
37094         * misc/gethostname.c: Likewise.
37095         * misc/getloadavg.c: Likewise.
37096         * misc/getpagesize.c: Likewise.
37097         * misc/getsysstats.c: Likewise.
37098         * misc/getxattr.c: Likewise.
37099         * misc/gtty.c: Likewise.
37100         * misc/ioctl.c: Likewise.
37101         * misc/lgetxattr.c: Likewise.
37102         * misc/listxattr.c: Likewise.
37103         * misc/llistxattr.c: Likewise.
37104         * misc/lremovexattr.c: Likewise.
37105         * misc/lsetxattr.c: Likewise.
37106         * misc/lutimes.c: Likewise.
37107         * misc/madvise.c: Likewise.
37108         * misc/mincore.c: Likewise.
37109         * misc/mlock.c: Likewise.
37110         * misc/mlockall.c: Likewise.
37111         * misc/mmap.c: Likewise.
37112         * misc/mprotect.c: Likewise.
37113         * misc/msync.c: Likewise.
37114         * misc/munlock.c: Likewise.
37115         * misc/munlockall.c: Likewise.
37116         * misc/munmap.c: Likewise.
37117         * misc/preadv.c: Likewise.
37118         * misc/preadv64.c: Likewise.
37119         * misc/ptrace.c: Likewise.
37120         * misc/pwritev.c: Likewise.
37121         * misc/pwritev64.c: Likewise.
37122         * misc/readv.c: Likewise.
37123         * misc/reboot.c: Likewise.
37124         * misc/remap_file_pages.c: Likewise.
37125         * misc/removexattr.c: Likewise.
37126         * misc/revoke.c: Likewise.
37127         * misc/select.c: Likewise.
37128         * misc/setdomain.c: Likewise.
37129         * misc/setegid.c: Likewise.
37130         * misc/seteuid.c: Likewise.
37131         * misc/sethostid.c: Likewise.
37132         * misc/sethostname.c: Likewise.
37133         * misc/setregid.c: Likewise.
37134         * misc/setreuid.c: Likewise.
37135         * misc/setxattr.c: Likewise.
37136         * misc/sstk.c: Likewise.
37137         * misc/stty.c: Likewise.
37138         * misc/swapoff.c: Likewise.
37139         * misc/swapon.c: Likewise.
37140         * misc/sync.c: Likewise.
37141         * misc/syncfs.c: Likewise.
37142         * misc/syscall.c: Likewise.
37143         * misc/truncate.c: Likewise.
37144         * misc/ualarm.c: Likewise.
37145         * misc/usleep.c: Likewise.
37146         * misc/ustat.c: Likewise.
37147         * misc/utimes.c: Likewise.
37148         * misc/vhangup.c: Likewise.
37149         * misc/writev.c: Likewise.
37150         * posix/_exit.c: Likewise.
37151         * posix/alarm.c: Likewise.
37152         * posix/execve.c: Likewise.
37153         * posix/fexecve.c: Likewise.
37154         * posix/fork.c: Likewise.
37155         * posix/fpathconf.c: Likewise.
37156         * posix/getaddrinfo.c: Likewise.
37157         * posix/getegid.c: Likewise.
37158         * posix/geteuid.c: Likewise.
37159         * posix/getgid.c: Likewise.
37160         * posix/getgroups.c: Likewise.
37161         * posix/getlogin.c: Likewise.
37162         * posix/getlogin_r.c: Likewise.
37163         * posix/getpgid.c: Likewise.
37164         * posix/getpid.c: Likewise.
37165         * posix/getppid.c: Likewise.
37166         * posix/getresgid.c: Likewise.
37167         * posix/getresuid.c: Likewise.
37168         * posix/getsid.c: Likewise.
37169         * posix/getuid.c: Likewise.
37170         * posix/glob64.c: Likewise.
37171         * posix/nanosleep.c: Likewise.
37172         * posix/pathconf.c: Likewise.
37173         * posix/pause.c: Likewise.
37174         * posix/posix_madvise.c: Likewise.
37175         * posix/pread.c: Likewise.
37176         * posix/pread64.c: Likewise.
37177         * posix/pwrite.c: Likewise.
37178         * posix/pwrite64.c: Likewise.
37179         * posix/sched_getaffinity.c: Likewise.
37180         * posix/sched_getp.c: Likewise.
37181         * posix/sched_gets.c: Likewise.
37182         * posix/sched_primax.c: Likewise.
37183         * posix/sched_primin.c: Likewise.
37184         * posix/sched_rr_gi.c: Likewise.
37185         * posix/sched_setaffinity.c: Likewise.
37186         * posix/sched_setp.c: Likewise.
37187         * posix/sched_sets.c: Likewise.
37188         * posix/sched_yield.c: Likewise.
37189         * posix/setgid.c: Likewise.
37190         * posix/setlogin.c: Likewise.
37191         * posix/setpgid.c: Likewise.
37192         * posix/setresgid.c: Likewise.
37193         * posix/setresuid.c: Likewise.
37194         * posix/setsid.c: Likewise.
37195         * posix/setuid.c: Likewise.
37196         * posix/sleep.c: Likewise.
37197         * posix/spawni.c: Likewise.
37198         * posix/sysconf.c: Likewise.
37199         * posix/times.c: Likewise.
37200         * posix/wait.c: Likewise.
37201         * posix/wait3.c: Likewise.
37202         * posix/wait4.c: Likewise.
37203         * posix/waitpid.c: Likewise.
37204         * resolv/gai_sigqueue.c: Likewise.
37205         * resource/getpriority.c: Likewise.
37206         * resource/getrlimit.c: Likewise.
37207         * resource/getrusage.c: Likewise.
37208         * resource/nice.c: Likewise.
37209         * resource/setpriority.c: Likewise.
37210         * resource/setrlimit.c: Likewise.
37211         * resource/ulimit.c: Likewise.
37212         * rt/aio_cancel.c: Likewise.
37213         * rt/aio_fsync.c: Likewise.
37214         * rt/aio_read.c: Likewise.
37215         * rt/aio_sigqueue.c: Likewise.
37216         * rt/aio_suspend.c: Likewise.
37217         * rt/aio_write.c: Likewise.
37218         * rt/clock_getres.c: Likewise.
37219         * rt/clock_gettime.c: Likewise.
37220         * rt/clock_nanosleep.c: Likewise.
37221         * rt/clock_settime.c: Likewise.
37222         * rt/lio_listio.c: Likewise.
37223         * rt/mq_close.c: Likewise.
37224         * rt/mq_getattr.c: Likewise.
37225         * rt/mq_notify.c: Likewise.
37226         * rt/mq_open.c: Likewise.
37227         * rt/mq_receive.c: Likewise.
37228         * rt/mq_send.c: Likewise.
37229         * rt/mq_setattr.c: Likewise.
37230         * rt/mq_timedreceive.c: Likewise.
37231         * rt/mq_timedsend.c: Likewise.
37232         * rt/mq_unlink.c: Likewise.
37233         * rt/shm_open.c: Likewise.
37234         * rt/shm_unlink.c: Likewise.
37235         * rt/timer_create.c: Likewise.
37236         * rt/timer_delete.c: Likewise.
37237         * rt/timer_getoverr.c: Likewise.
37238         * rt/timer_gettime.c: Likewise.
37239         * rt/timer_settime.c: Likewise.
37240         * setjmp/__longjmp.c: Likewise.
37241         * setjmp/setjmp.c: Likewise.
37242         * signal/kill.c: Likewise.
37243         * signal/killpg.c: Likewise.
37244         * signal/raise.c: Likewise.
37245         * signal/sigaction.c: Likewise.
37246         * signal/sigaltstack.c: Likewise.
37247         * signal/sigblock.c: Likewise.
37248         * signal/sigignore.c: Likewise.
37249         * signal/sigintr.c: Likewise.
37250         * signal/signal.c: Likewise.
37251         * signal/sigpause.c: Likewise.
37252         * signal/sigpending.c: Likewise.
37253         * signal/sigqueue.c: Likewise.
37254         * signal/sigreturn.c: Likewise.
37255         * signal/sigset.c: Likewise.
37256         * signal/sigsetmask.c: Likewise.
37257         * signal/sigstack.c: Likewise.
37258         * signal/sigsuspend.c: Likewise.
37259         * signal/sigtimedwait.c: Likewise.
37260         * signal/sigvec.c: Likewise.
37261         * signal/sigwait.c: Likewise.
37262         * signal/sigwaitinfo.c: Likewise.
37263         * signal/sysv_signal.c: Likewise.
37264         * socket/accept.c: Likewise.
37265         * socket/accept4.c: Likewise.
37266         * socket/bind.c: Likewise.
37267         * socket/connect.c: Likewise.
37268         * socket/getpeername.c: Likewise.
37269         * socket/getsockname.c: Likewise.
37270         * socket/getsockopt.c: Likewise.
37271         * socket/isfdtype.c: Likewise.
37272         * socket/listen.c: Likewise.
37273         * socket/recv.c: Likewise.
37274         * socket/recvfrom.c: Likewise.
37275         * socket/recvmsg.c: Likewise.
37276         * socket/send.c: Likewise.
37277         * socket/sendmsg.c: Likewise.
37278         * socket/sendto.c: Likewise.
37279         * socket/setsockopt.c: Likewise.
37280         * socket/shutdown.c: Likewise.
37281         * socket/sockatmark.c: Likewise.
37282         * socket/socket.c: Likewise.
37283         * socket/socketpair.c: Likewise.
37284         * stdio-common/ctermid.c: Likewise.
37285         * stdio-common/cuserid.c: Likewise.
37286         * stdio-common/remove.c: Likewise.
37287         * stdio-common/rename.c: Likewise.
37288         * stdio-common/renameat.c: Likewise.
37289         * stdio-common/tempname.c: Likewise.
37290         * stdlib/getcontext.c: Likewise.
37291         * stdlib/makecontext.c: Likewise.
37292         * stdlib/setcontext.c: Likewise.
37293         * stdlib/swapcontext.c: Likewise.
37294         * stdlib/system.c: Likewise.
37295         * streams/fattach.c: Likewise.
37296         * streams/fdetach.c: Likewise.
37297         * streams/getmsg.c: Likewise.
37298         * streams/getpmsg.c: Likewise.
37299         * streams/putmsg.c: Likewise.
37300         * streams/putpmsg.c: Likewise.
37301         * sysdeps/unix/bsd/getpt.c: Likewise.
37302         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
37303         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
37304         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
37305         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
37306         Likewise.
37307         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
37308         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
37309         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
37310         * sysvipc/msgctl.c: Likewise.
37311         * sysvipc/msgget.c: Likewise.
37312         * sysvipc/msgrcv.c: Likewise.
37313         * sysvipc/msgsnd.c: Likewise.
37314         * sysvipc/semctl.c: Likewise.
37315         * sysvipc/semget.c: Likewise.
37316         * sysvipc/semop.c: Likewise.
37317         * sysvipc/semtimedop.c: Likewise.
37318         * sysvipc/shmat.c: Likewise.
37319         * sysvipc/shmctl.c: Likewise.
37320         * sysvipc/shmdt.c: Likewise.
37321         * sysvipc/shmget.c: Likewise.
37322         * termios/tcdrain.c: Likewise.
37323         * termios/tcflow.c: Likewise.
37324         * termios/tcflush.c: Likewise.
37325         * termios/tcgetattr.c: Likewise.
37326         * termios/tcgetpgrp.c: Likewise.
37327         * termios/tcsendbrk.c: Likewise.
37328         * termios/tcsetattr.c: Likewise.
37329         * termios/tcsetpgrp.c: Likewise.
37330         * time/adjtime.c: Likewise.
37331         * time/clock.c: Likewise.
37332         * time/getitimer.c: Likewise.
37333         * time/gettimeofday.c: Likewise.
37334         * time/setitimer.c: Likewise.
37335         * time/settimeofday.c: Likewise.
37336         * time/stime.c: Likewise.
37337         * time/time.c: Likewise.
37339 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
37341         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
37342         /usr/old/bin.
37344         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
37345         instead of spaces.
37346         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
37348 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
37350         [BZ #14796]
37351         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
37352         FE_TONEAREST before applying Dekker multiplication and Knuth
37353         addition.  Clear inexact exceptions and check for exact zero
37354         results afterwards.
37355         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37356         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
37357         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37358         * math/libm-test.inc (fma_test): Add more tests.
37359         (fma_test_towardzero): Likewise.
37360         (fma_test_downward): Likewise.
37361         (fma_test_upward): Likewise.
37362         * sysdeps/generic/math_private.h (default_libc_fesetround): New
37363         function.
37364         (libc_fesetround): New macro.
37365         (libc_fesetroundf): Likewise.
37366         (libc_fesetroundl): Likewise.
37367         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37368         function.
37369         (libc_fesetround_387): Likewise.
37370         (libc_fesetroundf): New macro.
37371         (libc_fesetround): Likewise.
37372         (libc_fesetroundl): Likewise.
37373         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37374         function.
37375         (libc_fesetroundf): New macro.
37376         (libc_fesetround): Likewise.
37377         (libc_fesetroundl): Likewise.
37378         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37379         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37380         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37381         libm_hidden_ver.
37382         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37383         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37384         libm_hidden_def.
37385         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37386         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37387         libm_hidden_ver.
37388         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37389         libm_hidden_def.
37391         [BZ #3439]
37392         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37393         integer constant usable in #if and use that to give value to enum
37394         constant.
37395         (FE_DIVBYZERO): Likewise.
37396         (FE_UNDERFLOW): Likewise.
37397         (FE_OVERFLOW): Likewise.
37398         (FE_INVALID): Likewise.
37399         (FE_INVALID_SNAN): Likewise.
37400         (FE_INVALID_ISI): Likewise.
37401         (FE_INVALID_IDI): Likewise.
37402         (FE_INVALID_ZDZ): Likewise.
37403         (FE_INVALID_IMZ): Likewise.
37404         (FE_INVALID_COMPARE): Likewise.
37405         (FE_INVALID_SOFTWARE): Likewise.
37406         (FE_INVALID_SQRT): Likewise.
37407         (FE_INVALID_INTEGER_CONVERSION): Likewise.
37408         (FE_TONEAREST): Likewise.
37409         (FE_TOWARDZERO): Likewise.
37410         (FE_UPWARD): Likewise.
37411         (FE_DOWNWARD): Likewise.
37412         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37413         (FE_DIVBYZERO): Likewise.
37414         (FE_OVERFLOW): Likewise.
37415         (FE_UNDERFLOW): Likewise.
37416         (FE_INEXACT): Likewise.
37417         (FE_TONEAREST): Likewise.
37418         (FE_DOWNWARD): Likewise.
37419         (FE_UPWARD): Likewise.
37420         (FE_TOWARDZERO): Likewise.
37421         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37422         (FE_UNDERFLOW): Likewise.
37423         (FE_OVERFLOW): Likewise.
37424         (FE_DIVBYZERO): Likewise.
37425         (FE_INVALID): Likewise.
37426         (FE_TONEAREST): Likewise.
37427         (FE_TOWARDZERO): Likewise.
37428         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37429         (FE_OVERFLOW): Likewise.
37430         (FE_UNDERFLOW): Likewise.
37431         (FE_DIVBYZERO): Likewise.
37432         (FE_INEXACT): Likewise.
37433         (FE_TONEAREST): Likewise.
37434         (FE_TOWARDZERO): Likewise.
37435         (FE_UPWARD): Likewise.
37436         (FE_DOWNWARD): Likewise.
37437         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37438         (FE_DIVBYZERO): Likewise.
37439         (FE_OVERFLOW): Likewise.
37440         (FE_UNDERFLOW): Likewise.
37441         (FE_INEXACT): Likewise.
37442         (FE_TONEAREST): Likewise.
37443         (FE_DOWNWARD): Likewise.
37444         (FE_UPWARD): Likewise.
37445         (FE_TOWARDZERO): Likewise.
37447 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
37449         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37451 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
37453         * scripts/cross-test-ssh.sh (command): Use newlines to separate
37454         commands.  Quote $PWD.
37455         (blacklist_exports): Don't use remove_newlines.  Replace "declare
37456         -x" by "export".
37457         (remove_newlines): Remove.
37459 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
37461         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37462         * stdlib/stdlib.h (atof): Moved to ...
37463         * include/bits/stdlib-float.h: Here.  New file.
37464         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37465         * stdlib/bits/stdlib-float.h: New file.
37466         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37467         -mno-sse -mno-mmx.
37468         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37469         <xmmintrin.h>.
37471 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37473         * conform/conformtest.pl (@headers): Add fenv.h.
37474         * conform/data/fenv.h-data: New file.
37475         * include/fenv.h [_ISOMAC]: Disable all contents of file except
37476         include of <math/fenv.h>.
37478         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37479         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37480         && !UNIX98].  Enables tests for XOPEN2K8.
37481         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37482         POSIX2008]: Likewise.
37484         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37485         (struct rusage): Do not expect type or its members.
37487         [BZ #3439]
37488         * math/math.h (FP_NAN): Define macro to integer constant usable in
37489         #if and use that to give value to enum constant.
37490         (FP_INFINITE): Likewise.
37491         (FP_ZERO): Likewise.
37492         (FP_SUBNORMAL): Likewise.
37493         (FP_NORMAL): Likewise.
37495 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
37497         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37498         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37499         arguments.
37501 2012-11-02  Roland McGrath  <roland@hack.frob.com>
37503         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37504         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37505         autoconf-time if not.
37506         * configure.in: Remove AC_PREREQ.
37508 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37510         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37511         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37512         of the internal implementation.
37514 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
37516         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37517         except include of <misc/sys/syslog.h>.
37519 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37522         function returns with a NULL context exit with zero.
37524 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37526         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37528 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
37530         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37531         (run_program_cmd): This.
37532         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37533         (tst_langinfo): New variable.  Use it.
37535 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
37537         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37538         floating point opcodes.
37540 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37542         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37543         variable.
37545         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37547         * sysdeps/mach/hurd/powerpc: Remove directory.
37548         * sysdeps/mach/powerpc: Likewise.
37550 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
37552         * scripts/check-local-headers.sh: Ignore c++ headers.
37554 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37556         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37557         __libc_cleanup_region_start argument.
37559 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
37561         [BZ #14784]
37562         [BZ #14785]
37563         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37564         x * y using scaling, not as x * y + z.
37565         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37566         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37567         * math/libm-test.inc (fma_test): Add more tests.
37568         (fma_test_towardzero): Likewise.
37569         (fma_test_downward): Likewise.
37570         (fma_test_upward): Likewise.
37572 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
37574         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37576 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37578         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37579         New variable.
37581 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
37583         * rt/tst-shm.c (worker): Correct checking for mmap failure.
37585 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37588         Fix sort order.
37589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37590         Likewise.
37592 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
37594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37595         Fix the order of the list for glibc 2.17.
37596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37597         Likewise.
37599 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
37601         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37603 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
37605         [BZ #14610]
37606         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37607         for low part of x being zero before using __atanl (y).
37608         * math/libm-test.inc (atan2_test): Add another test.
37610         * manual/install.texi (Configuring and compiling): Document
37611         general use of test-wrapper and test-wrapper-env.
37612         * INSTALL: Regenerated.
37614         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37615         (__fma): Do not extract and scale down low bits on after-rounding
37616         systems when result rounded to normal precision would have normal
37617         exponent.
37618         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37619         (__fmal): Do not extract and scale down low bits on after-rounding
37620         systems when result rounded to normal precision would have normal
37621         exponent.
37622         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37623         (__fmal): Do not extract and scale down low bits on after-rounding
37624         systems when result rounded to normal precision would have normal
37625         exponent.
37626         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37627         macro.
37628         (fma_test): Add more tests.
37629         (fma_test_towardzero): Likewise.
37630         (fma_test_downward): Likewise.
37631         (fma_test_upward): Likewise.
37633 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
37635         * sysdeps/i386/tininess.h: Renamed to ...
37636         * sysdeps/x86/tininess.h: This.
37637         * sysdeps/x86_64/tininess.h: Removed.
37639 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37641         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37642         input.  Use $(build-program-cmd).
37643         ($(objpfx)tst-array1-static.out): Likewise.
37644         ($(objpfx)tst-array2.out): Likewise.
37645         ($(objpfx)tst-array3.out): Likewise.
37646         ($(objpfx)tst-array4.out): Likewise.
37647         ($(objpfx)tst-array5.out): Likewise.
37648         ($(objpfx)tst-array5-static.out): Likewise.
37650 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
37652         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37653         if defined.
37655         * nss/nsswitch.h (nss_interface_function): Provide new
37656         macro for use with NSS functions.
37657         * grp/initgroups.c: Use new macro.
37658         * nss/getXXbyYY.c: Likewise.
37659         * nss/getXXbyYY_r.c: Likewise.
37660         * nss/getXXent.c: Likewise.
37661         * nss/getXXent_r.c: Likewise.
37662         * sysdeps/posix/getaddrinfo.c: Likewise.
37664 2012-10-30  Andreas Jaeger  <aj@suse.de>
37666         * po/ru.po: Update Russion translation from translation project.
37668 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
37670         [BZ #14152]
37671         [BZ #14783]
37672         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37673         result and shift together with sticky bit instead of replicating
37674         round-to-nearest rounding.
37675         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37676         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37677         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
37678         missing underflow exceptions.
37679         (fma_test_towardzero): Add more tests.
37680         (fma_test_downward): Likewise.
37681         (fma_test_upward): Likewise.
37683         [BZ #14047]
37684         * sysdeps/generic/tininess.h: New file.
37685         * sysdeps/i386/tininess.h: Likewise.
37686         * sysdeps/sh/tininess.h: Likewise.
37687         * sysdeps/x86_64/tininess.h: Likewise.
37688         * stdlib/tst-strtod-underflow.c: Likewise.
37689         * stdlib/tst-tininess.c: Likewise.
37690         * stdlib/strtod_l.c: Include <tininess.h>.
37691         (round_and_return): Do not set errno for exact underflow cases.
37692         Force an underflow exception when setting errno for underflow.
37693         Determine underflow based on rounding to normal precision if
37694         TININESS_AFTER_ROUNDING.
37695         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37696         ERANGE for exact underflow cases.
37697         * stdlib/Makefile (tests): Add tst-tininess and
37698         tst-strtod-underflow.
37699         ($(objpfx)tst-tininess): Use $(link-libm).
37700         ($(objpfx)tst-strtod-underflow): Likewise.
37702 2012-10-30  Andreas Jaeger  <aj@suse.de>
37704         [BZ#14767]
37705         * elf/Makefile (tests): Remove conditional for have-initfini-array
37706         since this is now always required and the variable does not exist
37707         anymore.
37708         (tests-static): Likewise.
37709         (modules-names): Likewise.
37711         * po/eo.po: Add Esperanto translation from translation project.
37713         * elf/tst-array1.c (fini_array): Make writeable so that it can be
37714         merged with constructor/destructor.
37715         (init_array): Likewise.
37716         * elf/tst-array2dep.c (fini_array): Likewise.
37717         (init_array): Likewise.
37719 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
37721         * manual/message.texi: Delete @cartouche tags.
37723 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
37725         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37726         EOPNOTSUPP.
37727         * sysdeps/mach/hurd/fsync.c: Likewise.
37729         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37730         [_POSIX_REALTIME_SIGNALS]: Change condition to
37731         [_POSIX_REALTIME_SIGNALS > 0].
37733 2012-10-27  Andreas Jaeger  <aj@suse.de>
37735         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37736         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37737         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37738         [__WORDSIZE != 64]: Likewise.
37740 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
37742         *  iconvdata/tst-table.sh: Remove ${SHELL}.
37743         *  iconvdata/tst-tables.sh: Likewise.
37745 2012-10-25  David S. Miller  <davem@davemloft.net>
37747         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37748         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37749         of strtoull.
37751         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37752         ifunc-impl-list.c
37753         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37754         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37755         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37756         file.
37758 2012-10-25  Roland McGrath  <roland@hack.frob.com>
37760         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37761         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37762         __getdirentries.
37764 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37765             Jim Blandy  <jimb@codesourcery.com>
37767         * scripts/cross-test-ssh.sh: New file.
37768         * manual/install.texi (Configuring and compiling): Document use of
37769         cross-test-ssh.sh.
37770         * INSTALL: Regenerated.
37772 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
37774         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37775         EOPNOTSUPP.
37777 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
37779         * Makeconfig (run-program-prefix): Fix comment.
37781 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37782             Jim Blandy  <jimb@codesourcery.com>
37784         * Makeconfig (test-wrapper): New variable,
37785         (test-wrapper-env): Likewise.
37786         [$(cross-compiling) = yes && $(test-wrapper) != ""]
37787         (run-built-tests): Define to yes.
37788         (run-program-prefix): Use $(test-wrapper).
37789         (built-program-cmd): Likewise.
37790         * Rules (make-test-out): Use $(test-wrapper-env) and
37791         $(host-built-program-cmd).
37792         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37793         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37794         tst-pathopt.sh.
37795         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37796         $(test-wrapper-env) to tst-rtld-load-self.sh.
37797         ($(objpfx)order2.out): Use $(test-wrapper).
37798         ($(objpfx)tst-initorder.out): Likewise.
37799         ($(objpfx)tst-initorder2.out): Likewise.
37800         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37801         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37802         (test_wrapper_env): New variable.  Use it to run ld.so.
37803         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37804         Use it to run ld.so.
37805         (test_wrapper_env): Likewise.
37806         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37807         $(test-wrapper) to run-iconv-test.sh.
37808         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37809         (ICONV): Use $test_wrapper.
37810         * posix/Makefile ($(objpfx)globtest.out): Pass
37811         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37812         globtest.sh, not $(run-program-prefix).
37813         * posix/globtest.sh (run_via_rtld_prefix): New variable.
37814         (test_wrapper): Likewise.
37815         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
37816         set together with run_via_rtld_prefix.
37817         (run_program_prefix): Define in terms of test_wrapper and
37818         run_via_rtld_prefix.
37820 2012-10-24  Roland McGrath  <roland@hack.frob.com>
37822         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37823         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37824         Targets removed.
37826         [BZ #14743]
37827         * include/time.h: Remove librt_hidden_proto (clock_gettime).
37828         Declare __clock_getres, __clock_gettime, __clock_settime,
37829         __clock_nanosleep, and __clock_getcpuclockid.
37830         * rt/clock_gettime.c: Define __clock_gettime as an alias.
37831         Remove librt_hidden_def (clock_gettime).
37832         * sysdeps/unix/clock_gettime.c: Likewise.
37833         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37834         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37835         * rt/clock_getres.c: Define __clock_getres as an alias.
37836         * sysdeps/posix/clock_getres.c: Likewise.
37837         * rt/clock_settime.c: Define __clock_settime as an alias.
37838         * sysdeps/unix/clock_settime.c: Likewise.
37839         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37840         * sysdeps/unix/clock_nanosleep.c: Likewise.
37841         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37842         * rt/clock-compat.c: New file.
37843         * rt/Makefile (librt-routines): Add clock-compat and move
37844         $(clock-routines) to ...
37845         (routines): ... here, new variable.
37846         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37847         Don't add get_clockfreq here.
37848         * rt/Versions (libc: GLIBC_2.17): New version set.
37849         Add clock_* symbols here.
37850         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
37851         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37852         (GLIBC_2.17): Add clock_* symbols.
37853         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37854         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37855         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37856         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37857         Likewise.
37858         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37859         Likewise.
37860         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37861         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37862         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37863         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37864         * NEWS: Mention the move.
37866         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37867         Use __open, __read, __close rather than their public counterparts.
37868         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37869         (__get_clockfreq_via_cpuinfo): Likewise.
37870         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37871         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37873         * config.h.in (HAVE_IFUNC): New #undef.
37874         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37875         was successful.
37876         * configure: Regenerated.
37878 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37880         * configure.in: Move READELF check to start of file.
37881         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37882         libc_cv_asm_gnu_indirect_function in the process.
37883         * configure: Regenerated.
37885 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
37887         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37888         send the output to /dev/null.
37889         (libc_cv_cc_with_libunwind): Likewise.
37890         (libc_cv_as_noexecstack): Likewise.
37891         * configure: Regenerate.
37893 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
37895         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37897         * posix/globtest.sh (TMPDIR): Do not set.
37898         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37899         (testout): Likewise.
37901 2012-10-24  Andreas Jaeger  <aj@suse.de>
37903         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37904         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37905         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37906         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37907         posix_fadvise64, posix_fallocate64.
37909         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37910         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37911         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37912         Likewise.
37913         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37914         Likewise.
37915         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37917         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37918         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37919         <bits/fcntl-linux.h>.
37920         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37922         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37923         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37924         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37925         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37926         [__WORDSIZE != 64]: Likewise.
37928 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37930         * Makeconfig (run-built-tests): New variable.
37931         * Rules [$(cross-compiling) = yes]: Change condition to
37932         [$(run-built-tests) = no].
37933         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37934         to [$(run-built-tests) = yes].
37935         * elf/Makefile [$(cross-compiling) = no]: Likewise
37936         * grp/Makefile [$(cross-compiling) = no]: Likewise.
37937         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37938         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37939         * intl/Makefile [$(cross-compiling) = no]: Likewise.
37940         * io/Makefile [$(cross-compiling) = no]: Likewise.
37941         * libio/Makefile [$(cross-compiling) = no]: Likewise.
37942         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37943         * misc/Makefile [$(cross-compiling) = no]: Likewise.
37944         * posix/Makefile [$(cross-compiling) = no]: Likewise.
37945         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37946         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37947         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37948         * string/Makefile [$(cross-compiling) = no]: Likewise.
37950         * posix/Makefile ($(objpfx)globtest.out): Pass
37951         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37952         $(rtld-installed-name).
37953         * posix/globtest.sh (elf_objpfx): Remove variable.
37954         (rtld_installed_name): Likewise.
37955         (library_path): Likewise.
37956         (run_program_prefix): New variable.  Use for running globtest
37957         binary.
37959 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
37960             Joseph Myers  <joseph@codesourcery.com>
37962         * Makeconfig (host-built-program-cmd): New variable.
37963         * elf/Makefile (tst-stackguard1-ARGS): Use
37964         $(host-built-program-cmd).
37965         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37966         (tst-spawn-ARGS): Likewise.
37967         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37969 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
37970             Jim Blandy  <jimb@codesourcery.com>
37972         * Makeconfig (run-via-rtld-prefix): New variable.
37973         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37974         (built-program-cmd): Likewise.
37976 2012-10-22  Andreas Jaeger  <aj@suse.de>
37978         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37979         __O_RSYNC if it exists, otherwise to O_SYNC.
37981 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
37982             Joseph Myers  <joseph@codesourcery.com>
37984         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37985         /dev/null.
37986         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37987         from /dev/null
37988         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37989         /dev/null.
37991 2012-10-22  Andreas Jaeger  <aj@suse.de>
37993         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37994         Define always.
37995         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37997         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37998         bits/fcntl-linux.h.
38000         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
38001         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
38003         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
38004         to __O_LARGEFILE.
38005         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
38006         to __O_LARGEFILE.
38008 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
38009             Joseph Myers  <joseph@codesourcery.com>
38011         * config.make.in (NM): New variable.
38013 2012-10-21  Andreas Jaeger  <aj@suse.de>
38015         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
38016         definitions and declarations that are provided by
38017         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
38019 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38021         [BZ #14683]
38022         * elf/Makefile (tests-static): Add tst-leaks1-static.
38023         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
38024         ($(objpfx)tst-leaks1-static): New rule.
38025         ($(objpfx)tst-leaks1-static-mem): Likewise.
38026         (tst-leaks1-static-ENV): New macro.
38027         * elf/dl-open.c (dl_open_worker): Check the main application
38028         only if SHARED is defined.
38029         * elf/tst-leaks1-static.c: New file.
38031 2012-10-20  Andreas Jaeger  <aj@suse.de>
38033         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
38034         generic values for Linux.
38035         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
38036         and declarations that are provided by <bits/fcntl-linux.h> and
38037         include <bits/fcntl-linux.h>.
38038         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
38039         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
38041 2012-10-20  Roland McGrath  <roland@hack.frob.com>
38043         * io/fcntl.h: Move include of <bits/types.h> to the top and
38044         include it unconditionally.
38046 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
38048         * wcsmbs/Makefile (tests-ifunc): New variable.
38049         (tests): Add $(tests-ifunc).
38050         * wcsmbs/test-wcschr-ifunc.c: New file.
38051         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
38052         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
38053         * wcsmbs/test-wcslen-ifunc.c: Likewise.
38054         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
38055         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
38057         * string/Makefile (tests-ifunc): New variable.
38058         (tests): Add $(tests-ifunc).
38059         * string/test-memccpy.c (TEST_NAME): New macro.
38060         * string/test-memchr.c (TEST_NAME): Likewise.
38061         * string/test-memcmp.c (TEST_NAME): Likewise.
38062         * string/test-memcpy.c (TEST_NAME): Likewise.
38063         * string/test-memmem.c (TEST_NAME): Likewise.
38064         * string/test-memmove.c (TEST_NAME): Likewise.
38065         * string/test-memset.c (TEST_NAME): Likewise.
38066         * string/test-rawmemchr.c (TEST_NAME): Likewise.
38067         * string/test-stpcpy.c (TEST_NAME): Likewise.
38068         * string/test-stpncpy.c (TEST_NAME): Likewise.
38069         * string/test-strcasecmp.c (TEST_NAME): Likewise.
38070         * string/test-strcasestr.c (TEST_NAME): Likewise.
38071         * string/test-strcat.c (TEST_NAME): Likewise.
38072         * string/test-strchr.c (TEST_NAME): Likewise.
38073         * string/test-strcmp.c(TEST_NAME): Likewise.
38074         * string/test-strcpy.c (TEST_NAME): Likewise.
38075         * string/test-strcspn.c (TEST_NAME): Likewise.
38076         * string/test-strlen.c (TEST_NAME): Likewise.
38077         * string/test-strncasecmp.c (TEST_NAME): Likewise.
38078         * string/test-strncmp.c (TEST_NAME): Likewise.
38079         * string/test-strncpy.c (TEST_NAME): Likewise.
38080         * string/test-strnlen.c (TEST_NAME): Likewise.
38081         * string/test-strpbrk.c (TEST_NAME): Likewise.
38082         * string/test-strrchr.c (TEST_NAME): Likewise.
38083         * string/test-strspn.c (TEST_NAME): Likewise.
38084         * string/test-strstr.c (TEST_NAME): Likewise.
38085         * string/test-bcopy-ifunc.c: New file.
38086         * string/test-bzero-ifunc.c: Likewise.
38087         * string/test-memccpy-ifunc.c: Likewise.
38088         * string/test-memchr-ifunc.c: Likewise.
38089         * string/test-memcmp-ifunc.c: Likewise.
38090         * string/test-memcpy-ifunc.c: Likewise.
38091         * string/test-memmem-ifunc.c: Likewise.
38092         * string/test-memmove-ifunc.c: Likewise.
38093         * string/test-mempcpy-ifunc.c: Likewise.
38094         * string/test-memset-ifunc.c: Likewise.
38095         * string/test-rawmemchr-ifunc.c: Likewise.
38096         * string/test-stpcpy-ifunc.c: Likewise.
38097         * string/test-stpncpy-ifunc.c: Likewise.
38098         * string/test-strcasecmp-ifunc.c: Likewise.
38099         * string/test-strcasestr-ifunc.c: Likewise.
38100         * string/test-strcat-ifunc.c: Likewise.
38101         * string/test-strchr-ifunc.c: Likewise.
38102         * string/test-strchrnul-ifunc.c: Likewise.
38103         * string/test-strcmp-ifunc.c: Likewise.
38104         * string/test-strcpy-ifunc.c: Likewise.
38105         * string/test-strcspn-ifunc.c: Likewise.
38106         * string/test-strlen-ifunc.c: Likewise.
38107         * string/test-strncasecmp-ifunc.c: Likewise.
38108         * string/test-strncat-ifunc.c: Likewise.
38109         * string/test-strncmp-ifunc.c: Likewise.
38110         * string/test-strncpy-ifunc.c: Likewise.
38111         * string/test-strnlen-ifunc.c: Likewise.
38112         * string/test-strpbrk-ifunc.c: Likewise.
38113         * string/test-strrchr-ifunc.c: Likewise.
38114         * string/test-strspn-ifunc.c: Likewise.
38115         * string/test-strstr-ifunc.c: Likewise.
38117         * debug/Makefile (tests-ifunc): New variable.
38118         (tests): Add $(tests-ifunc).
38119         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
38120         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
38121         * debug/test-stpcpy_chk-ifunc.c: New file.
38122         * debug/test-strcpy_chk-ifunc.c: Likewise.
38124 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
38126         [BZ #13601]
38127         * elf/dl-load.c (open_verify): Retry read if the entire ELF
38128         header is not read in.
38130 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
38132         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
38133         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
38134         directly.  Pass built executable to script as
38135         $(built-program-cmd).
38136         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
38137         $testprogram without using LD_LIBRARY_PATH and $ldso.
38139         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
38140         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
38141         $(rtld-installed-name).
38142         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
38143         (rtld_installed_name): Likewise.
38144         (library_path): Likewise.
38145         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
38146         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
38147         $(run-program-prefix) to tst-tables.sh.
38148         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
38149         it to run tst-table-from and tst-table-to.
38150         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
38151         Pass it to tst-table.sh.
38152         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
38153         $(run-program-prefix) to tst-gettext.sh.
38154         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
38155         tst-translit.sh.
38156         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
38157         tst-gettext2.sh.
38158         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
38159         to run tst-gettext.
38160         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
38161         to run tst-gettext2.
38162         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
38163         to run tst-translit.
38164         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
38165         $(run-program-prefix) to tst-mtrace.sh.
38166         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
38167         to run tst-mtrace.
38168         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
38169         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
38170         $(rtld-installed-name).
38171         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
38172         (rtld_installed_name): Likewise.
38173         (run_program_prefix): New variable.  Use it to run wordexp-test.
38175         * Makeconfig (ARCH): Remove all definitions.
38176         (machine): Likewise.
38177         [ARCH]: Remove conditional code.
38178         [!objdir]: Give error.
38179         [!objdir] (objpfx): Remove.
38180         [!objdir] (common-objpfx): Likewise.
38181         [!objdir] (common-objdir): Likewise.
38182         * configure.in (config_makefile): Remove.  Hardcode Makefile in
38183         AC_CONFIG_FILES call.
38184         * configure: Regenerated.
38186         [BZ #13888]
38187         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
38188         or TMPDIR.
38189         (testout): Likewise.
38191         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
38192         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
38193         $(rtld-installed-name).
38194         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
38195         (rtld_installed_name): Likwise.
38196         (runit): Remove function.
38197         (run_getconf): New variable,  Use it for running getconf binary.
38199 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
38201         [BZ #14716]
38202         * string/test-memmem.c (check_result): New function.
38203         (do_one_test): Use it.
38204         (check1): New function.
38205         (test_main): Use it.
38207 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
38209         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
38211 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
38213         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
38214         (_G_LSEEK64): Likewise.
38215         (_G_MMAP64): Likewise.
38216         (_G_FSTAT64): Likewise.
38217         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
38218         (_G_LSEEK64): Likewise.
38219         (_G_MMAP64): Likewise.
38220         (_G_FSTAT64): Likewise.
38221         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
38222         unconditional.  Call __mmap64 directly.
38223         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
38224         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
38225         __lseek64 directly.
38226         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
38227         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
38228         __mmap64 directly.
38229         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
38230         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38231         __lseek64 directly.
38232         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
38233         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
38234         __lseek64 directly.
38235         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
38236         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
38237         __lseek64 directly.
38238         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
38239         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
38240         __fxstat64 directly.
38241         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
38242         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
38243         unconditional.
38244         (freopen64) [!_G_OPEN64]: Remove conditional code.
38245         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
38246         unconditional.
38247         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
38248         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
38249         unconditional.
38250         (ftello64) [!_G_LSEEK64]: Remove conditional code.
38251         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
38252         unconditional.
38253         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38254         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
38255         unconditional.
38256         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
38257         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
38258         unconditional.
38259         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38260         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
38261         unconditional.
38262         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
38263         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
38264         unconditional.
38265         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
38267 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
38269         [BZ #12140]
38270         * manual/memory.texi (Malloc Tunable Parameters): Add note
38271         about free list pointers overwriting some perturb bytes.
38272         Wording suggested by Roland McGrath.
38274 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
38276         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
38277         (lgamma_test): Likewise.
38278         (tgamma_test): Likewise.
38280 2012-10-16  Florian Weimer  <fweimer@redhat.com>
38282         [BZ #14700]
38283         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
38284         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
38286 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
38288         * NEWS: Mention BZ #14716.
38289         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
38290         when removing AVAILABLE1_USES_J macro.
38292 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
38294         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
38295         (__bswap_64): __uint64_t for unsigned 64-bit int.
38297 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
38299         * include/string.h (memmem): Declare libc hidden alias.
38300         * string/memmem.c (memmem): Define libc hidden alias.
38301         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
38302         __read, __close instead of open, read, close.
38304 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
38306         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
38307         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
38308         global and hidden.
38309         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
38310         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
38311         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
38312         Likewise.
38313         (__rawmemchr_sse2): Likewise.
38314         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
38315         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
38316         (__strchr_sse2): Likewise.
38317         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
38318         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
38319         (__strcasecmp_sse2): Likewise.
38320         (__strncasecmp_sse2): Likewise.
38321         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
38322         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
38323         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
38324         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
38325         (__strrchr_sse2): Likewise.
38326         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
38327         ifunc-impl-list.c.
38328         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
38329         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
38330         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
38331         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
38332         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
38333         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
38334         * sysdeps/x86_64/multiarch/memset.S: Likewise.
38335         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
38336         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
38337         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
38338         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
38339         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
38340         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
38341         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
38342         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
38343         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
38344         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
38345         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
38346         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
38347         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
38348         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
38349         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
38350         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
38351         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
38352         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
38353         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
38354         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
38355         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
38356         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
38357         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
38359         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
38360         global and hidden.
38361         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
38362         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38363         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38364         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38365         Likewise.
38366         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38367         Likewise.
38368         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38369         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38370         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38371         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38372         ifunc-impl-list.c.
38373         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38374         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38375         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38376         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38377         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38378         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38379         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38380         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38381         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38382         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38383         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38384         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38385         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38386         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38387         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38388         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38389         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38390         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38391         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38392         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38393         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38394         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38395         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38396         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38397         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38398         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38399         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38400         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38401         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38402         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38403         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38404         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38405         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38406         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38407         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38408         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38409         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38410         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38411         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38412         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38413         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38415         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38416         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38417         * include/ifunc-impl-list.h: New file.
38418         * misc/ifunc-impl-list.c: Likewise.
38419         * misc/Makefile (routines): Add ifunc-impl-list.
38420         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38421         * string/test-string.h: Include <ifunc-impl-list.h>.
38422         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38423         TEST_NAME]: New variables.
38424         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38425         are defined.
38426         (test_init): Call __libc_ifunc_impl_list to initialize
38427         func_list if TEST_IFUNC and TEST_NAME are defined.
38429         * string/Makefile (strop-tests): Add bcopy and bzero.
38430         * string/test-bcopy.c: New file.
38431         * string/test-bzero.c: Likewise.
38432         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38433         defined.
38434         * string/test-memset.c: Support bzero test if TEST_BZERO is
38435         defined.
38436         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38437         __libc_memmove.
38438         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38439         __libc_memset.
38440         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38441         of memset.
38443 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
38445         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38446         * configure: Regenerated.
38448         * Makeconfig (+link-static-before-libc): Don't include
38449         $(link-static-libc).
38451         * libio/libio.h (_IO_pos_t): Remove.
38453 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38455         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
38456         McGrath.
38458 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38460         * crypt/crypt-entry.c: Include fips-private.h.
38461         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38462         * crypt/md5c-test.c (main): Tolerate disabled MD5.
38463         * sysdeps/unix/sysv/linux/fips-private.h: New file.
38464         * sysdeps/generic/fips-private.h: New file, dummy fallback.
38466 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
38468         * crypt/crypt-private.h: Include stdbool.h.
38469         (_ufc_setup_salt_r): Return bool.
38470         * crypt/crypt-entry.c: Include errno.h.
38471         (__crypt_r): Return NULL with EINVAL for bad salt.
38472         * crypt/crypt_util.c (bad_for_salt): New.
38473         (_ufc_setup_salt_r): Check that salt is long enough and within
38474         the specified alphabet.
38475         * crypt/badsalttest.c: New file.
38476         * crypt/Makefile (tests): Add it.
38477         ($(objpfx)badsalttest): New.
38479 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
38481         * NEWS: Add entry for BZ #14602.
38483 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38485         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38486         type-generic.
38487         * math/libm-test.inc: Update comment listing what functions and
38488         macros are tested.
38489         (isgreater_test): New function.
38490         (isgreaterequal_test): Likewise.
38491         (isless_test): Likewise.
38492         (islessequal_test): Likewise.
38493         (islessgreater_test): Likewise.
38494         (isunordered_test): Likewise.
38495         (main): Call the new functions.
38497 2012-10-09  Roland McGrath  <roland@hack.frob.com>
38499         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38500         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38501         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38502         * sysdeps/i386/configure: Regenerated.
38503         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38504         * sysdeps/mach/configure: Regenerated.
38505         * sysdeps/mach/hurd/configure: Regenerated.
38506         * sysdeps/powerpc/configure: Regenerated.
38507         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38508         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38509         * sysdeps/s390/s390-32/configure: Regenerated.
38510         * sysdeps/s390/s390-64/configure: Regenerated.
38511         * sysdeps/sh/configure: Regenerated.
38512         * sysdeps/sparc/configure: Regenerated.
38513         * sysdeps/unix/sysv/linux/configure: Regenerated.
38514         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38515         * sysdeps/x86_64/configure: Regenerated.
38517         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38518         defined.  Don't check if MAP is NULL.
38520 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
38522         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38523         (_G_stat64): Likewise.
38524         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38525         (_G_stat64): Likewise.
38526         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38527         instead of struct _G_stat64.
38528         * libio/fileops.c (mmap_remap_check): Likewise.
38529         (decide_maybe_mmap): Likewise.
38530         (_IO_new_file_seekoff): Likewise.
38531         (_IO_file_stat): Likewise.
38532         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38533         _G_off64_t.
38534         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38535         instead of struct _G_stat64.
38536         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38538 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
38540         [BZ #14602]
38541         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38542         Replace with ...
38543         (CHECK_EOL): New macro.
38544         (two_way_short_needle): Check beginning of haystack for EOL.  Use
38545         CHECK_EOL.
38546         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38547         Replace with CHECK_EOL.
38548         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38549         Replace with CHECK_EOL.
38551 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
38553         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38554         type-generic.
38555         * math/libm-test.inc: Update comment listing what functions and
38556         macros are tested.
38557         (finite_test): New function.
38558         (isinf_test): Likewise.
38559         (isnan_test): Likewise.
38560         (fpclassify_test): Test subnormal input.
38561         (isfinite_test): Likewise.
38562         (isnormal_test): Likewise.
38563         (main): Call the new functions.
38565 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
38567         [BZ #14660]
38568         * Makerules (%.dynsym): Force C locale when running
38569         $(OBJDUMP) --dynamic-syms.
38571 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
38573         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38574         <stdint.h>.
38576 2012-10-06  David S. Miller  <davem@davemloft.net>
38578         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38579         upper 32-bits of the length value in %o2 since we use branch-on-register
38580         tests which consider the entire 64-bit register.
38582 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
38584         * string/test-strstr.c (check2): Add a test for page boundary.
38586 2012-10-05  David S. Miller  <davem@davemloft.net>
38588         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38589         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38590         file.
38591         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38592         sysdep_routines.
38593         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38594         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38595         and bzero when HWCAP_SPARC_CRYPTO is present.
38597 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
38599         [BZ #14602]
38600         * string/test-strstr.c (check2): New function.
38601         (test_main): Call check2.
38603         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38604         and bug-strchr1.
38605         * string/bug-strcasestr1.c (do_test): Moved to ...
38606         * string/test-strcasestr.c (check1): Here.  New function.
38607         (do_one_test): Break out result checking code into ...
38608         (check_result): This.  New function.
38609         (do_one_test): Call check_result.
38610         (test_main): Call check1.
38611         * string/bug-strchr1.c (do_test): Moved to ...
38612         * string/test-strchr.c (check1): Here.  New function.
38613         (do_one_test): Break out result checking code into ...
38614         (check_result): This.  New function.
38615         (do_one_test): Call check_result.
38616         (test_main): Call check1.
38617         * string/bug-strstr1.c (main): Moved to ...
38618         * string/test-strstr.c (check1): Here.  New function.
38619         (do_one_test): Break out result checking code into ...
38620         (check_result): This.  New function.
38621         (do_one_test): Call check_result.
38622         (test_main): Call check1.
38623         * string/bug-strcasestr1.c: Removed.
38624         * string/bug-strchr1.c: Likewise.
38625         * string/bug-strstr1.c: Likewise.
38627         * elf/Makefile (dl-routines): Add hwcaps.
38628         * elf/dl-support.c (_dl_important_hwcaps): Removed.
38629         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38630         (_dl_important_hwcaps): Moved to ...
38631         * elf/dl-hwcaps.c: Here.  New file.
38632         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38634         [BZ #14557]
38635         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38636         if IS_IN_rtld isn't defined.
38638         * elf/dl-support.c (_dl_sysinfo_map): New.
38639         Include "get-dynamic-info.h" and "setup-vdso.h".
38640         (_dl_non_dynamic_init): Call setup_vdso.
38641         * elf/dynamic-link.h: Don't include <assert.h>.
38642         (elf_get_dynamic_info): Moved to ...
38643         * elf/get-dynamic-info.h: Here.  New file.
38644         * elf/dynamic-link.h: Include "get-dynamic-info.h".
38645         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38646         * elf/setup-vdso.h: Here.  New file.
38647         * elf/rtld.c: Include "setup-vdso.h".
38648         (dl_main): Call setup_vdso.
38650 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
38652         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38653         creal in comment listing functions tested.  List finite, isinf,
38654         isnan, isless, islessequal, isgreater, isgreaterequal,
38655         islessgreater, isunordered, lgamma_r and pow10 as functions and
38656         macros not tested.  Mention which functions not tested are aliases
38657         for other functions.  Fix typo.  Note that signs of NaNs are not
38658         tested.
38660         * scripts/config.guess: Update from config.git.
38661         * scripts/config.sub: Likewise.
38663 2012-10-04  Roland McGrath  <roland@hack.frob.com>
38665         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38666         * misc/madvise.c (madvise): Renamed to __madvise.
38667         Make madvise a weak alias.
38668         * include/sys/mman.h: Declare __madvise.
38669         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38670         * sysdeps/unix/syscalls.list
38671         (madvise): Make __madvise the strong name, and madvise a weak alias.
38672         * sysdeps/unix/sysv/linux/syscalls.list
38673         (madvise, mmap): Remove redundant entries.
38674         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38675         * malloc/malloc.c (mtrim): Likewise.
38676         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38678 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38680         * sysdeps/mach/hurd/dl-cache.c: File removed.
38681         * config.h.in (USE_LDCONFIG): New #undef.
38682         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38683         * configure: Regenerated.
38684         * elf/Makefile (dl-routines): Add dl-cache only under
38685         [$(use-ldconfig) = yes].
38686         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38687         cache on [USE_LDCONFIG].
38688         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38689         [USE_LDCONFIG].
38690         * elf/rtld.c (dl_main): Likewise.
38692 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
38694         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38695         _SC_LEVEL4_CACHE_LINESIZE.
38697 2012-10-03  Roland McGrath  <roland@hack.frob.com>
38699         * sysdeps/unix/bsd/confstr.h: File removed.
38701 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
38703         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38704         sys/sdt-config.h.
38706 2012-10-02  Roland McGrath  <roland@hack.frob.com>
38708         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38709         Make 'mapoff' field ElfW(Off) rather than off_t.
38711 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
38713         * nscd/Makefile: Remove nscd-cflags and all its users.
38714         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38715         (CFLAGS-nonlib): Add compiler flags for nscd modules.
38717         [BZ #10631]
38718         * malloc.c (malloc_printerr): Clarify error message.
38720 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
38722         [BZ #14648]
38723         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38724         Set bit_FMA_Usable if FMA is supported.
38725         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38726         macro.
38727         (bit_FMA4_Usable): Updated.
38728         (index_FMA_Usable): New macro.
38729         (CPUID_FMA): Likewise
38730         (HAS_FMA): Defined with bit_FMA_Usable.
38732 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38734         * bits/types.h (__swblk_t): Type removed.
38735         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38736         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38737         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38738         (__SWBLK_T_TYPE): Likewise.
38739         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38740         (__SWBLK_T_TYPE): Likewise.
38741         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38742         (__SWBLK_T_TYPE): Likewise.
38743         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38744         (__SWBLK_T_TYPE): Likewise.
38746 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
38747             Honza Horak <hhorak@redhat.com>
38749         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38750         (xdr_mapname): Use YPMAXMAP as maxsize.
38751         (xdr_peername): Use YPMAXPEER as maxsize.
38752         (xdr_keydat): Use YPAXRECORD as maxsize.
38753         (xdr_valdat): Use YPMAXRECORD as maxsize.
38755 2012-10-01  Roland McGrath  <roland@hack.frob.com>
38757         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38759         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38760         * csu/init-first.c: ... here.
38761         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38762         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38763         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38764         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38765         * sysdeps/i386/init-first.c: File removed.
38766         * sysdeps/sh/init-first.c: File removed.
38768 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
38770         [BZ #14645]
38771         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38772         if x * y might underflow to zero and z is zero.
38773         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38774         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38775         * math/libm-test.inc (min_subnorm_value): New variable.
38776         (fma_test): Add more tests.
38777         (fma_test_towardzero): Likewise.
38778         (fma_test_downward): Likewise
38779         (fma_test_upward): Likewise.
38780         (initialize): Set min_subnorm_value.
38782 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
38784         [BZ #14638]
38785         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38786         0 + 0.
38787         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38788         mode for addition resulting in exact zero.
38789         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38790         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38791         exact 0 + 0.
38792         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38793         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38794         * math/libm-test.inc (fma_test): Add more tests.
38795         (fma_test_towardzero): New function.
38796         (fma_test_downward): Likewise.
38797         (fma_test_upward): Likewise.
38798         (main): Call the new functions.
38800 2012-09-28  David S. Miller  <davem@davemloft.net>
38802         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38804 2012-09-28  Roland McGrath  <roland@hack.frob.com>
38806         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38807         instead of SIGALRM.
38809         * sysdeps/gnu/_G_config.h: Moved to ...
38810         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38811         * sysdeps/mach/hurd/_G_config.h: Moved to ...
38812         * sysdeps/generic/_G_config.h: ... here.
38814         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
38816         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38818         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38819         Conditionalize target on [libnss_test1.so-version].
38821         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38823         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38824         (elfobjdir): Move out of conditionals.
38826         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38827         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38828         (__nss_lookup_function): Conditionalize label remove_from_tree on
38829         [!DO_STATIC_NSS || SHARED], matching its only use.
38831 2012-09-28  David S. Miller  <davem@davemloft.net>
38833         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38834         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38835         file.
38836         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38837         sysdep_routines.
38838         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38839         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38840         when HWCAP_SPARC_CRYPTO is present.
38842 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38844         * io/tst-mknodat.c: Create a FIFO instead of a socket.
38846 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
38848         [BZ #6530]
38849         * stdio-common/vfprintf.c (process_string_arg): Revert
38850         2000-07-22 change.
38852 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
38854         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38855         for testcase.
38856         * stdio-common/tst-sprintf.c: Include <locale.h>
38857         (main): Test sprintf's handling of incomplete multibyte
38858         characters.
38860 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
38862         * elf/dl-runtime.c (VERSYMIDX): Removed.
38863         * elf/dl-version.c (VERSYMIDX): Likewise.
38864         * elf/do-rel.h (VERSYMIDX): Likewise.
38865         (VALIDX): Likewise.
38866         * elf/dynamic-link.h (VERSYMIDX): Likewise.
38867         * elf/rtld.c (VALIDX): Likewise.
38868         (ADDRIDX): Likewise.
38869         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38870         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38871         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
38872         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38873         (VALIDX): Likewise.
38874         (ADDRIDX): Likewise.
38876 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38878         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38880 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
38882         [BZ #11438]
38883         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38884         to global scope.
38885         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38886         addresses are in the same scope as 192.0.2/24.
38887         * posix/gai.conf: Document new scope table defaults.
38889 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38891         [BZ #5298]
38892         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38893         for ftell.  Compute offsets from write pointers instead.
38894         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38896 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38898         [BZ #14543]
38899         * libio/Makefile (tests): New test case tst-fseek.
38900         * libio/tst-fseek.c: New test case to verify that fseek/ftell
38901         combination works in wide mode.
38902         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38903         state when the external buffer state changes.
38905 2012-09-27  David S. Miller  <davem@davemloft.net>
38907         [BZ #14376]
38908         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38909         pass reloc->r_addend in as the 'high' argument to
38910         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38912         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38914 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
38916         * rt/tst-aio2.c: Include <pthread.h>.
38917         * rt/tst-aio3.c: Likewise.
38919 2012-09-27  Steve Ellcey  <sellcey@mips.com>
38921         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38923 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
38925         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38926         contents on [SHARED].
38928 2012-09-26  Marek Polacek  <polacek@redhat.com>
38930         [BZ #14530]
38931         [BZ #13741]
38932         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38933         for C++ and GCC <4.3 as well as for non GCC compilers.
38935 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
38937         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38939 2012-09-25  Roland McGrath  <roland@hack.frob.com>
38941         * Makefile.in (all, install): Declare with .PHONY.
38942         Reported by Michael Hope <michael.hope@linaro.org>.
38944 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38946         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38947         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38948         system header.
38949         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38950         Likewise.
38951         (sydep_routines): Add the new and the internal functions.
38952         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38953         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38954         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38955         (GLIBC_2.17): Add the new function.
38956         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38957         (GLIBC_2.17): Likewise.
38958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38959         (GLIBC_2.17): Likewise.
38960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38961         (GLIBC_2.17): Likewise.
38962         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38964 2012-09-25  Alan Modra  <amodra@gmail.com>
38966         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38967         Add release barrier before setting once_control to say
38968         initialisation is done.  Add hints on lwarx.  Use macro in
38969         place of isync.
38970         (clear_once_control): Add release barrier.
38972 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
38974         [BZ #13629]
38975         * math/s_clog.c (__clog): Handle more values close to |z| = 1
38976         specially.
38977         * math/s_clog10.c (__clog10): Likewise.
38978         * math/s_clog10f.c (__clog10f): Likewise.
38979         * math/s_clog10l.c (__clog10l): Likewise.
38980         * math/s_clogf.c (__clogf): Likewise.
38981         * math/s_clogl.c (__clogl): Likewise.
38982         * math/Makefile (libm-calls): Add x2y2m1.
38983         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38984         (__x2y2m1): Likewise.
38985         (__x2y2m1l): Likewise.
38986         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38987         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38988         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38989         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38990         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38991         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38992         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38993         * sysdeps/i386/fpu/libm-test-ulps: Update.
38994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38996         [BZ #14621]
38997         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38998         int as type of variable DEPTH.
38999         (glob): Use size_t instead of int as type of variables NEWCOUNT
39000         and OLD_PATHC.
39002 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39004         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39005         Add s_sincosf-sse2.
39006         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
39007         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
39008         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
39009         macros for using routine as __sincosf_ia32.
39010         Use macro for function declaration and weak_alias.
39011         * sysdeps/i386/fpu/libm-test-ulps: Update.
39013         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
39014         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39016         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
39017         subnormal argument.
39018         * math/s_cexpf.c (__cexpf): Likewise.
39019         * math/s_csinf.c (__csinf): Likewise.
39020         * math/s_csinhf.c (__csinhf): Likewise.
39021         * math/s_ctanf.c (__ctanf): Likewise.
39022         * math/s_ctanhf.c (__ctanhf): Likewise.
39023         * math/s_ccosh.c (__ccoshf): Likewise.
39024         * math/s_cexp.c (__cexpl): Likewise.
39025         * math/s_csin.c (__csin): Likewise.
39026         * math/s_csinh.c (__csinh): Likewise.
39027         * math/s_ctan.c (__ctan): Likewise.
39028         * math/s_ctanh.c (ctanh): Likewise.
39029         * math/s_ccoshl.c (__ccoshl): Likewise.
39030         * math/s_cexpl.c (__cexpl): Likewise.
39031         * math/s_csinl.c (__csinl): Likewise.
39032         * math/s_csinhl.c (__csinhl): Likewise.
39033         * math/s_ctanl.c (__ctanl): Likewise.
39034         * math/s_ctanhl.c (__ctanhl): Likewise.
39036 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
39038         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
39039         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
39040         (_IO_off_t): Define to __off_t, not _G_off_t.
39041         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
39042         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
39043         (_IO_wint_t): Define to wint_t, not _G_wint_t.
39044         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
39045         type of __dummy and __dummy2 fields.
39046         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
39047         (_G_ssize_t): Likewise.
39048         (_G_off_t): Likewise.
39049         (_G_pid_t): Likewise.
39050         (_G_uid_t): Likewise.
39051         (_G_wchar_t): Likewise.
39052         (_G_wint_t): Likewise.
39053         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
39054         (_G_ssize_t): Likewise.
39055         (_G_off_t): Likewise.
39056         (_G_pid_t): Likewise.
39057         (_G_uid_t): Likewise.
39058         (_G_wchar_t): Likewise.
39059         (_G_wint_t): Likewise.
39060         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
39061         (_G_ssize_t): Likewise.
39062         (_G_off_t): Likewise.
39063         (_G_pid_t): Likewise.
39064         (_G_uid_t): Likewise.
39065         (_G_wchar_t): Likewise.
39066         (_G_wint_t): Likewise.
39068 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39070         * malloc/arena.c: Include malloc-sysdep.h.
39071         (shrink_heap): Use check_may_shrink_heap to decide if madvise
39072         is sufficient to shrink the heap or an unmap is needed.
39073         * sysdeps/generic/malloc-sysdep.h: New file.  Define
39074         new function check_may_shrink_heap.
39075         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
39076         new function check_may_shrink_heap.
39078 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
39080         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
39081         comments.
39083 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
39085         * catgets/test-gencat.sh: Add "set -e".
39086         * elf/tst-pathopt.sh: Likewise.
39087         * grp/tst_fgetgrent.sh: Likewise.
39088         * iconvdata/run-iconv-test.sh: Likewise.
39089         * intl/tst-gettext.sh: Likewise.
39090         * intl/tst-gettext2.sh: Likewise.
39091         * intl/tst-gettext4.sh: Likewise.
39092         * intl/tst-gettext6.sh: Likewise.
39093         * intl/tst-translit.sh: Likewise.
39094         * io/ftwtest-sh: Likewise.
39095         * libio/test-freopen.sh: Likewise.
39096         * malloc/tst-mtrace.sh: Likewise.
39097         * posix/globtest.sh: Likewise.
39098         * posix/tst-getconf.sh: Likewise.
39099         * posix/wordexp-tst.sh: Likewise.
39100         * stdio-common/tst-printf.sh: Likewise.
39101         * stdio-common/tst-unbputc.sh: Likewise.
39102         * stdlib/tst-fmtmsg.sh: Likewise.
39103         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39104         * catgets/Makefile: Do not specify -e option when running
39105         testsuite shell scripts.
39106         * elf/Makefile: Likewise.
39107         * grp/Makefile: Likewise.
39108         * iconvdata/Makefile: Likewise.
39109         * intl/Makefile: Likewise.
39110         * io/Makefile: Likewise.
39111         * libio/Makefile: Likewise.
39112         * malloc/Makefile: Likewise.
39113         * posix/Makefile: Likewise.
39114         * stdio-common/Makefile: Likewise.
39115         * stdlib/Makefile: Likewise.
39116         * sysdeps/x86_64/Makefile: Likewise.
39118         * io/ftwtest-sh: Add copyright header.
39119         * posix/globtest.sh: Likewise.
39120         * posix/tst-getconf.sh: Likewise.
39121         * posix/wordexp-tst.sh: Likewise.
39122         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
39124 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
39126         [BZ #13679]
39127         * Makeconfig (+link): Defined as $(+link-static) if
39128         $(build-shared) isn't yes.
39129         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
39130         isn't yes.
39131         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
39133         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
39135         [BZ #14562]
39136         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
39137         new chunk size with MALLOC_ALIGN_MASK.
39139 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
39141         [BZ #5044]
39142         * stdio-common/printf_fphex.c: Include <stdbool.h> and
39143         <rounding-mode.h>.
39144         (__printf_fphex): Determine rounding using get_rounding_mode and
39145         round_away.
39146         * stdio-common/tst-printf-round.c (struct hex_test): New
39147         structure.
39148         (hex_tests): New variable.
39149         (test_hex_in_one_mode): New function.
39150         (do_test): Also run tests for hex float output.
39152 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
39154         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39155         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39156         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
39157         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
39158         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
39159         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
39160         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39161         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
39163 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
39165         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
39166         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
39167         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
39168         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
39170 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
39172         [BZ #14579]
39173         * elf/rtld.c (dl_main): Limit the check for self loading to normal
39174         mode only.
39175         * elf/tst-rtld-load-self.sh: New test.
39176         * elf/Makefile: Run it.
39178 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
39180         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
39181         (tst-writev-ENV): Remove.
39182         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
39184 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
39186         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
39188 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
39190         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
39191         unconditional.
39192         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
39193         Likewise.
39194         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
39195         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
39196         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
39197         Likewise.
39199 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
39201         [BZ #14587]
39202         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
39203         * config.make.in (have-cpp-asm-debuginfo): Removed.
39204         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
39205         * configure: Regenerated.
39207 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
39209         [BZ #5044]
39210         * stdio-common/printf_fp.c: Include <stdbool.h> and
39211         <rounding-mode.h>.
39212         (___printf_fp): Determine rounding using get_rounding_mode and
39213         round_away.
39214         * stdio-common/tst-printf-round.c: New file.
39215         * stdio-common/Makefile (tests): Add tst-printf-round.
39216         (link-libm): New variable.
39217         ($(objpfx)tst-printf-round): Depend in $(link-libm).
39219 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
39221         [BZ #14576]
39222         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
39223         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
39224         Likewise.
39225         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
39226         Likewise.
39228 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
39230         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
39231         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39232         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39233         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
39235 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
39237         [BZ #14518]
39238         * include/rounding-mode.h: New file.
39239         * sysdeps/generic/get-rounding-mode.h: Likewise.
39240         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
39241         * stdlib/strtod_l.c: Include <rounding-mode.h>.
39242         (MAX_VALUE): New macro.
39243         (MIN_VALUE): Likewise.
39244         (overflow_value): New function.
39245         (underflow_value): Likewise.
39246         (round_and_return): Use overflow_value and underflow_value to
39247         determine return values in overflow and underflow cases.  Use
39248         round_away to determine rounding depending on rounding mode.
39249         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
39250         determine return values in overflow and underflow cases.
39251         * stdlib/tst-strtod-round.c: Include <fenv.h>.
39252         (struct test_results): New structure.
39253         (struct test): Use struct test_results to store expected results
39254         for all rounding modes.
39255         (TEST): Include expected results for all rounding modes.
39256         (test_in_one_mode): New function.
39257         (do_test): Use test_in_one_mode to compute and check results.
39258         Check results for all rounding modes.
39259         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
39260         $(link-libm).
39262 2012-12-09  Allan McRae  <allan@archlinux.org>
39264         * sysdeps/i386/fpu/libm-test-ulps: Update
39266 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
39268         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
39269         (_G_int32_t): Likewise.
39270         (_G_uint16_t): Likewise.
39271         (_G_uint32_t): Likewise.
39272         (_G_HAVE_BOOL): Likewise.
39273         (_G_HAVE_ATEXIT): Likewise.
39274         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39275         (_G_HAVE_IO_FILE_OPEN): Likewise.
39276         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
39277         (_G_int32_t): Likewise.
39278         (_G_uint16_t): Likewise.
39279         (_G_uint32_t): Likewise.
39280         (_G_HAVE_BOOL): Likewise.
39281         (_G_HAVE_ATEXIT): Likewise.
39282         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39283         (_G_HAVE_IO_FILE_OPEN): Likewise.
39284         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
39285         (_G_int32_t): Likewise.
39286         (_G_uint16_t): Likewise.
39287         (_G_uint32_t): Likewise.
39288         (_G_HAVE_BOOL): Likewise.
39289         (_G_HAVE_ATEXIT): Likewise.
39290         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
39291         (_G_HAVE_IO_FILE_OPEN): Likewise.
39293 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
39295         * csu/libc-tls.c: Update copyright years.
39297 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
39299         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
39300         [!_G_USING_THUNKS]: Remove conditional code.
39301         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
39302         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
39304         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
39305         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
39306         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39307         (_G_VTABLE_LABEL_PREFIX): Likewise.
39308         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39309         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39310         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39311         (_G_VTABLE_LABEL_PREFIX): Likewise.
39312         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39313         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
39314         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
39315         (_G_VTABLE_LABEL_PREFIX): Likewise.
39316         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
39318 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
39320         * libio/Makefile: Include ../Makeconfig before tests.
39321         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
39322         only if $(build-shared) is yes.
39324         * iconv/gconv_db.c: Update copyright years.
39326 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39328         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
39329         unwind info if defined PIC. Fix special cases description.
39330         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
39332         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
39333         DP_HI_MASK entry.
39334         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
39336 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
39338         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
39340         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
39341         is NULL.
39343         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
39344         (LDLIBS-tst-chk4): This.
39345         (LDFLAGS-tst-chk5): Renamed to ...
39346         (LDLIBS-tst-chk5): This.
39347         (LDFLAGS-tst-chk6): Renamed to ...
39348         (LDLIBS-tst-chk6): This.
39349         (LDFLAGS-tst-lfschk4): Renamed to ...
39350         (LDLIBS-tst-lfschk4): This.
39351         (LDFLAGS-tst-lfschk5): Renamed to ...
39352         (LDLIBS-tst-lfschk5): This.
39353         (LDFLAGS-tst-lfschk6): Renamed to ...
39354         (LDLIBS-tst-lfschk6): This.
39356         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
39357         on $(common-objpfx)soversions.mk.
39359 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
39361         [BZ #10014]
39362         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39363         example host name.
39365 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
39367         * malloc/arena.c (arena_get_retry): New function that gets
39368         another arena for the caller to try its request on.
39369         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39370         current arena cannot fulfill the request.
39371         (__libc_memalign): Likewise.
39372         (__libc_memalign): Likewise.
39373         (__libc_pvalloc): Likewise.
39374         (__libc_calloc): Likewise.
39376 2012-09-05  John Tobey  <john.tobey@gmail.com>
39378         [BZ #13542]
39379         * manual/arith.texi (Operations on Complex): Fix description
39380         of carg branch cut.
39382 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39384         [BZ #10014]
39385         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39386         host name.
39388         [BZ #10038]
39389         * manual/memory.texi (Memory): Make order of menu items match
39390         order of sections.
39392 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39394         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39395         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
39396         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39398 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39400         * csu/libc-tls.c (static_dtv): Renamed to ...
39401         (_dl_static_dtv): This.  Make it global.
39402         (_dl_initial_dtv): Removed.
39403         (__libc_setup_tls): Updated.
39404         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39405         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39406         DL_INITIAL_DTV.
39408 2012-09-06  Petr Machata  <pmachata@redhat.com>
39410         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39411         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39412         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39413         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39415 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39417         [BZ #14545]
39418         * csu/libc-tls.c (_dl_initial_dtv): New variable.
39419         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39420         freeing dtv[-1].
39422 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
39424         [BZ #14544]
39425         * Makeconfig (link-static-before-libc): Replace $(+prector)
39426         with $(+prectorT).
39427         (link-static-after-libc): Replace $(+postctor) with
39428         $(+postctorT).
39429         (link-bounded): Replace $(+prector)/$(+postctor) with
39430         $(+prectorT)/$(+postctorT).
39431         (+prectorT): New macro.
39432         (+postctorT): Likewise.
39434 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
39436         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39437         (round_str): Handle values above the maximum for IBM long double
39438         as inexact.
39439         * stdlib/tst-strtod-round.c (tests): Regenerated.
39441 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39443         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39444         assembler flag.
39445         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39446         zarch_nohighgprs around the zarch optimized routines.
39447         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39448         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39449         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39450         for zarch.
39452 2012-09-05  David S. Miller  <davem@davemloft.net>
39454         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39456         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39457         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
39458         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39459         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39460         entries.
39462 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39464         * malloc/arena.c: Fold copyright years.
39465         * malloc/mcheck.c, malloc/memusage.c: Likewise.
39467 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39469         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39471 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39473         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
39475 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39477         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39478         change internal state upon failure.
39480 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
39482         * malloc/mcheck.c (mcheck_check_all): Fix typo.
39483         * malloc/memusage.c (mmap): Likewise.
39484         (mmap64, mremap): Likewise.  Adjust name in comment.
39486 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39488         * libio/fileops.c: Fix typos in comments.
39489         * libio/oldfileops.c: Likewise.
39490         * libio/wfileops.c: Likewise.
39492 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
39494         [BZ #1349]
39495         * malloc/Makefile (tests): Add tst-malloc-usable test case.
39496         (tst-malloc-usable-ENV): Set environment for test case.
39497         * malloc/hooks.c (malloc_check_get_size): New function to get
39498         requested size.
39499         * malloc/malloc.c (musable): Use malloc_check_get_size.
39500         * malloc/tst-malloc-usable.c: New test case.
39502 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39504         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39506 2012-09-05  Allan McRae  <allan@archlinux.org>
39508         [BZ #13966]
39509         * configure.in (CXX_SYSINCLUDES): Use compiler output to
39510         determine header location.
39511         * configure: Regenerated.
39513 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
39515         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39516         float format.
39517         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
39518         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39519         format.
39520         (test): Regenerate.
39522 2012-09-04  David S. Miller  <davem@davemloft.net>
39524         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39525         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39526         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39528 2012-09-04  Florian Weimer  <fweimer@redhat.com>
39530         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39531         failures.
39533         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39535 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
39537         [BZ #9914]
39538         * libio/iogetdelim.c: Include <limits.h>.
39539         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39540         + len + 1 would overflow.
39542 2012-09-03  Andreas Jaeger  <aj@suse.de>
39544         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39545         * sysdeps/i386/fpu/libm-test-ulps: Update.
39547 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
39549         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39550         Add s_sinf-sse2, s_conf-sse2.
39552         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39553         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39554         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39555         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39557         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39558         for using routine as __sinf_ia32.
39559         Use macro for function declaration and weak_alias.
39560         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39561         for using routine as __cosf_ia32.
39562         Use macro for function declaration and weak_alias.
39564         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39565         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39567         * sysdeps/x86_64/fpu/s_sinf.S: New file.
39568         * sysdeps/x86_64/fpu/s_cosf.S: New file.
39569         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39571         * math/libm-test.inc (cos_test): Add more test cases.
39572         (sin_test): Likewise.
39573         (sincos_test): Likewise.
39575 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39577         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39578         (IFUNC_RESOLVE): Make pointers to the specialized implementations
39579         hidden.
39580         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39582 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
39584         [BZ #14538]
39585         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39586         first element of the GOT.
39587         (elf_machine_load_address): Return the difference between
39588         the runtime address of _DYNAMIC and elf_machine_dynamic ().
39590 2012-09-01  Allan McRae  <allan@archlinux.org>
39592         [BZ #13412]
39593         * configure.in (AWK): Require gawk version 3.0 or later.
39594         * configure: Regenerated.
39596 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
39598         * sysdeps/unix/sysv/linux/kernel-features.h
39599         (__ASSUME_POSIX_CPU_TIMERS): Remove.
39600         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39601         [__NR_clock_getres]: Make code unconditional.
39602         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39603         (clock_getcpuclockid): Remove code left unreachable by removal of
39604         conditionals.
39605         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39606         code unconditional.
39607         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39608         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39609         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39610         Make code unconditional.
39611         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39612         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39613         * sysdeps/unix/sysv/linux/clock_settime.c
39614         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39615         conditional code.
39616         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39617         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39619 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
39621         [BZ #14476]
39622         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39623         scripts/test-installation.pl.
39625         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39626         and $ld_so_version if it is set.
39628 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
39630         [BZ #14516]
39631         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39632         failure if reading from procfs failed.
39633         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39635 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39637         * sysdeps/unix/sysv/linux/kernel-features.h
39638         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39639         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39640         Remove conditional code.
39641         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39642         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39643         Remove conditional code.
39644         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39645         * sysdeps/unix/sysv/linux/i386/fxstat.c
39646         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39647         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39648         * sysdeps/unix/sysv/linux/i386/fxstatat.c
39649         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39650         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39651         * sysdeps/unix/sysv/linux/i386/lxstat.c
39652         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39653         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39654         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39655         Remove conditional code.
39656         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39657         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39658         Remove conditional code.
39659         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39660         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39661         <kernel-features.h>.
39662         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39663         Remove.
39664         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39665         Remove conditional code.
39666         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39667         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39668         Remove conditional.
39670 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
39672         [BZ #5400]
39673         * NEWS: Add fixed bug number.
39675 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
39677         [BZ #14519]
39678         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39679         underflowing exponent in case of negative sign.
39680         * stdlib/tst-strtod-round-data: Add more tests.
39681         * stdlib/tst-strtod-round.c (tests): Regenerated.
39683         [BZ #3479]
39684         * stdlib/strtod_l.c (NDIG): Remove.
39685         (HEXNDIG): Likewise.
39686         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39687         smallest representable value.
39688         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39689         lie within an exact representation of 1/2 ulp of the result.
39690         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39691         unconditionally.
39692         (TENS_P9_IDX): Define unconditionally.
39693         (TENS_P9_SIZE): Likewise.
39694         (TENS_P10_IDX): Likewise.
39695         (TENS_P10_SIZE): Likewise.
39696         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39697         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39698         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39699         entries for 10^2^13 and 10^2^14.
39700         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39701         (TENS_P13_IDX): Define.
39702         (TENS_P13_SIZE): Likewise.
39703         (TENS_P14_IDX): Likewise.
39704         (TENS_P14_SIZE): Likewise.
39705         (_fpioconst_pow10): Change array size to
39706         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
39707         unconditional.
39708         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39709         1024]: Add entries for 10^2^13 and 10^2^14.
39710         [LAST_POW10 > _LAST_POW10]: Remove #error.
39711         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39712         (_fpioconst_pow10): Change array size to
39713         FPIOCONST_POW10_ARRAY_SIZE.
39714         * stdlib/gen-fpioconst.c: New file.
39715         * stdlib/gen-tst-strtod-round.c: Likewise.
39716         * stdlib/tst-strtod-round-data: Likewise.
39717         * stdlib/tst-strtod-round.c: Likewise.
39718         * stdlib/Makefile (tests): Add tst-strtod-round.
39720         [BZ #14459]
39721         * stdlib/strtod_l.c: Include <stdint.h>.
39722         (NDEBUG): Do not define.
39723         (round_and_return): Change EXPONENT parameter to type intmax_t.
39724         Rearrange calculations to avoid internal overflow possibilities.
39725         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39726         Rearrange calculations to avoid internal overflow possibilities.
39727         Assert that number fits inside MPNSIZE limbs.
39728         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39729         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
39730         calculations and add assertions to avoid internal overflow
39731         possibilities.  Add casts to avoid signed/unsigned operations.
39732         * stdlib/tst-strtod-overflow.c: New file.
39733         * stdlib/Makefile (tests): Add tst-strtod-overflow.
39735 2012-08-25  Marek Polacek  <polacek@redhat.com>
39737         * time/time.h: Fix some typos in comments.
39739 2012-08-23  Roland McGrath  <roland@hack.frob.com>
39741         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39742         * posix/tst-rfc3484-2.c: Likewise.
39743         * posix/tst-rfc3484-3.c: Likewise.
39745 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
39747         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39748         (EF_ARM_ABI_FLOAT_HARD): Likewise.
39750 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
39752         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39753         #include of fxstatat64.c.
39755 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39757         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39758         * shadow/getspent_r.c: Likewise.
39759         * shadow/getspnam.c: Likewise.
39760         * shadow/getspnam_r.c: Likewise.
39761         * gshadow/getsgent.c: Likewise.
39762         * gshadow/getsgent_r.c: Likewise.
39763         * gshadow/getsgnam.c: Likewise.
39764         * gshadow/getsgnam_r.c: Likewise.
39765         * inet/getnetbyad.c: Likewise.
39766         * inet/getnetbyad_r.c: Likewise.
39767         * inet/getnetbynm.c: Likewise.
39768         * inet/getnetbynm_r.c: Likewise.
39769         * inet/getnetent.c: Likewise.
39770         * inet/getnetent_r.c: Likewise.
39771         * inet/getproto.c: Likewise.
39772         * inet/getproto_r.c: Likewise.
39773         * inet/getprtent.c: Likewise.
39774         * inet/getprtent_r.c: Likewise.
39775         * inet/getprtname.c: Likewise.
39776         * inet/getprtname_r.c: Likewise.
39777         * inet/getrpcbyname.c: Likewise.
39778         * inet/getrpcbyname_r.c: Likewise.
39779         * inet/getrpcbynumber.c: Likewise.
39780         * inet/getrpcbynumber_r.c: Likewise.
39781         * inet/getrpcent.c: Likewise.
39782         * inet/getrpcent_r.c: Likewise.
39783         * inet/getaliasent.c: Likewise.
39784         * inet/getaliasent_r.c: Likewise.
39785         * inet/getaliasname.c: Likewise.
39786         * inet/getaliasname_r.c: Likewise.
39787         * nscd/getgrgid_r.c: Likewise.
39788         * nscd/getgrnam_r.c: Likewise.
39789         * nscd/gethstbyad_r.c: Likewise.
39790         * nscd/gethstbynm3_r.c: Likewise.
39791         * nscd/getpwnam_r.c: Likewise.
39792         * nscd/getpwuid_r.c: Likewise.
39793         * nscd/getsrvbynm_r.c: Likewise.
39794         * nscd/getsrvbypt_r.c: Likewise.
39795         * nscd/gai.c: Likewise.
39797         * configure.in (build_nscd): New substituted variable, set
39798         by --disable-build-nscd and defaults to $use_nscd.
39799         * configure: Regenerated.
39800         * config.make.in (build-nscd): New substituted variable.
39801         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39802         Change conditional to require [$(build-nscd) = yes] as well.
39803         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39805         [BZ# 13696]
39806         * configure.in (use_nscd): New substituted variable, set by
39807         --disable-nscd.  If enabled, define USE_NSCD.
39808         * configure: Regenerated.
39809         * config.h.in: Add USE_NSCD.
39810         * config.make.in (use-nscd): New substituted variable.
39811         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39812         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39813         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39814         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39815         (CFLAGS-getgrnam_r.c): Likewise.
39816         (CFLAGS-initgroups.c): Likewise.
39817         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39818         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39819         Variables removed.
39820         * inet/getnetgrent_r.c
39821         (nscd_setnetgrent): New function, broken out of ...
39822         (setnetgrent): ... here.  Call it.
39823         (innetgr): Conditionalize nscd bits on [USE_NSCD].
39824         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39825         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39826         * nscd/Makefile (routines, aux): Move definitions after include of
39827         Makeconfig.  Conditionalize on [$(use-nscd) != no].
39828         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39829         Conditionalize on [USE_NSCD].
39830         (is_nscd, nscd_init_cb): Likewise.
39831         (nss_load_library): Conditionalize init callback on [USE_NSCD].
39832         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39833         * nss/nss_db/db-init.c: Likewise.
39834         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39835         [USE_NSCD].
39836         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39837         (make_request): Use it.
39838         (cache_valid_p): New function.
39839         (__check_pf): Use it.
39840         * NEWS: Add item for --disable-nscd.
39842 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
39844         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39845         to support sed >= 4.2.1-20-ga9bf076.
39846         * configure: Regenerated.
39848 2012-08-22  Roland McGrath  <roland@hack.frob.com>
39850         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39851         Conditionalize whole body on [IREL].
39853 2012-08-22  Jeff Law <law@redhat.com>
39855         [BZ #14505]
39856         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39857         if the family is PF_UNSPEC.
39859 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
39861         * Makerules (lib-version): Rename from V.
39862         (install-lib-nosubdir): Change V to lib-version.
39864 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
39866         [BZ #14252]
39867         * powerpc32/power6/wcschr.c: New file.
39868         * powerpc32/power6/wcscpy.c: New file.
39869         * powerpc32/power6/wcsrchr.c: New file.
39870         * powerpc64/power6/wcschr.c: New file.
39871         * powerpc64/power6/wcscpy.c: New file.
39872         * powerpc64/power6/wcsrchr.c: New file.
39874 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39876         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39877         (two_way_short_needle): Use it.
39878         * string/strstr.c (AVAILABLE1_USES_J): Define.
39879         * string/strcasestr.c: Likewise.
39881         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39882         array references.
39883         * string/strcasestr.c (TOLOWER): Make side-effect safe.
39885         [BZ #11607]
39886         * NEWS: Add an entry.
39887         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39888         define their defaults.
39889         (two_way_short_needle): Detect end-of-string on-the-fly.
39890         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39891         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39892         * string/bug-strcasestr1.c: New test.
39893         * string/Makefile: Run it.
39895 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
39897         [BZ #11607]
39898         * string/str-two-way.h (two_way_short_needle): Optimize matching of
39899         the first character.
39901 2012-08-21  Roland McGrath  <roland@hack.frob.com>
39903         * csu/elf-init.c (__libc_csu_irel): Function removed.
39904         * csu/libc-start.c (apply_irel): New function.
39905         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39907 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
39909         * sysdeps/unix/sysv/linux/kernel-features.h
39910         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39911         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39912         <kernel-features.h>.
39913         [__NR_fadvise64_64]: Make code unconditional.
39914         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39915         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39916         !__NR_fadvise64_64)]: Likewise.
39917         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39918         !__NR_fadvise64_64))]: Likewise.
39919         [__NR_fadvise64]: Make code unconditional.
39920         [!__NR_fadvise64]: Remove conditional code.
39921         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39922         <kernel-features.h>.
39923         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39924         unconditional.
39925         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39926         conditional code.
39927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39928         not include <kernel-features.h>.
39929         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39930         unconditional.
39931         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39932         conditional code.
39933         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39934         include <kernel-features.h>.
39935         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39936         unconditional.
39937         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39938         conditional code.
39940 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
39942         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39943         slight instruction rearrangements per scrollpipe analysis.
39944         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39946 2012-08-20  Roland McGrath  <roland@hack.frob.com>
39948         * manual/syslog.texi (syslog; vsyslog, closelog):
39949         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39950         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39952         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39953         DSOCAPS to match condition on defining it.
39955 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
39957         * sysdeps/unix/sysv/linux/kernel-features.h
39958         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39960         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39961         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39963         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39964         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39966         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39967         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39969         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39970         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39972         * sysdeps/unix/sysv/linux/kernel-features.h
39973         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39974         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39975         unconditional.
39976         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39977         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39978         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39979         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39980         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39981         Make code unconditional.
39982         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39983         (__mmap64) [!__NR_mmap2]: Likewise.
39984         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39985         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39986         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39987         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39988         [__NR_mmap2]: Make code unconditional.
39989         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39990         (__mmap64) [!__NR_mmap2]: Likewise.
39992 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
39994         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39996 2012-08-18  Andreas Jaeger  <aj@suse.de>
39998         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
40000 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40002         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
40003         * include/unistd.h (__have_sock_cloexec): Likewise.
40004         (__have_pipe2): Likewise.
40005         (__have_dup3): Likewise.
40007 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
40009         [BZ #9685]
40010         * include/unistd.h (__have_pipe2): Change define into an extern int.
40011         (__have_dup3): Likewise.
40012         * socket/have_sock_cloexec.c: Include fcntl.h.
40013         (__have_pipe2): New variable.
40014         (__have_dup3): Likewise.
40016 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
40018         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
40020 2012-08-17  Marek Polacek  <polacek@redhat.com>
40022         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
40023         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
40025 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40027         * configure.in: Add AC_SUBST for sysheaders.
40028         * configure: Regenerated.
40029         * config.make.in (sysheaders): New substituted variable.
40031         * sysdeps/unix/mkfifo.c: Moved ...
40032         * sysdeps/posix/mkfifo.c: ... here.
40033         * sysdeps/unix/mkfifoat.c: Moved ...
40034         * sysdeps/posix/mkfifoat.c: ... here.
40036         * sysdeps/unix/utime.c: Moved ...
40037         * sysdeps/posix/utime.c: ... here.
40039         * sysdeps/unix/time.c: Moved ...
40040         * sysdeps/posix/time.c: ... here.
40041         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
40042         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
40044         * sysdeps/unix/nice.c: Moved ...
40045         * sysdeps/posix/nice.c: ... here.
40047         * sysdeps/unix/alarm.c: Moved ...
40048         * sysdeps/posix/alarm.c: ... here.
40050         * intl/Makefile ($(codeset_mo)): Depend on the input file.
40052 2012-08-17  Jeff Law <law@redhat.com>
40054         * intl/Makefile (codeset_mo): New variable.
40055         ($(codeset_mo)): New target.
40056         (tst-codeset.out): Depend on that.  Remove explicit rule.
40057         (tst-gettext3.out, tst-gettext5.out): Likewise.
40058         (LOCPATH-ENV, tst-codeset-ENV): New variables.
40059         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
40060         * intl/tst-codeset.sh: Remove.
40061         * intl/tst-gettext3.sh: Likewise.
40062         * intl/tst-gettext5.sh: Likewise.
40064 2012-08-17  Roland McGrath  <roland@hack.frob.com>
40066         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
40067         * sysdeps/unix/syscalls.list: ... here.
40069         * sysdeps/posix/getaddrinfo.c
40070         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
40071         (gaiconf_init, gaiconf_reload): Use them.
40072         [!_STATBUF_ST_NSEC]
40073         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
40074         Define using time_t rather than struct timespec.
40076         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
40077         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
40078         Macros removed.
40079         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
40080         [!NO_THREADS].
40081         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
40082         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
40083         Likewise.
40085         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
40086         __libc_cleanup_push argument.
40088         * bits/param.h: New file.
40089         * misc/sys/param.h: New file.
40090         * include/sys/param.h: New file.
40091         * misc/Makefile (headers): Add bits/param.h.
40092         * sysdeps/generic/sys/param.h: File removed.
40093         * sysdeps/unix/sysv/linux/bits/param.h: New file.
40094         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
40095         * sysdeps/mach/hurd/bits/param.h: New file.
40096         * sysdeps/mach/hurd/sys/param.h: File removed.
40098         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
40099         last change.
40101         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
40102         [_IO_MTSAFE_IO].
40103         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
40104         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
40105         New macros.
40107         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
40108         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
40109         rather than -D_IO_MTSAFE_IO conditionally.
40110         * stdio-common/Makefile (CPPFLAGS): Likewise.
40111         * wcsmbs/Makefile (CPPFLAGS): Likewise.
40112         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
40113         Use $(libio-mtsafe).
40114         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
40115         of -D_IO_MTSAFE_IO.
40116         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
40117         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
40118         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
40119         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
40120         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
40121         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
40122         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
40123         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
40124         (CFLAGS-fread_u_chk.c): Likewise.
40125         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
40126         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
40127         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
40128         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
40129         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
40130         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
40131         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
40132         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
40133         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
40135         * libio/Makefile: Test [$(libc-reentrant) = yes]
40136         instead of [$(filter %REENTRANT, $(defines)) nonempty].
40138         * Makeconfig
40139         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
40140         * sysdeps/pthread/configure: File removed.
40141         * sysdeps/pthread/Makeconfig: New file.
40142         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
40143         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
40145 2012-08-16  Gary Benson  <gbenson@redhat.com>
40147         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
40148         unmapping the first object in a namespace.
40150 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40152         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
40153         (__internal_setnetgrent): ... this.  Add internal_function to
40154         definition.  Add libc_hidden_def.
40155         (setnetgrent): Update caller.
40156         (internal_endnetgrent): Renamed to ...
40157         (__internal_endnetgrent): ... this.  Add internal_function to
40158         definition.  Add libc_hidden_def.
40159         (endnetgrent): Update caller.
40160         (internal_getnetgrent_r): Renamed to ...
40161         (__internal_getnetgrent_r): ... this.  Add internal_function to
40162         definition.  Add libc_hidden_def.
40163         (__getnetgrent_r): Update caller.
40164         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
40166 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40168         * stdlib/longlong.h: Update from GCC.
40170 2012-08-16  Roland McGrath  <roland@hack.frob.com>
40172         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
40173         on _QL, which is set by umul_ppmm but never used.
40174         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
40175         variables, which are set by GMP macros but never used.
40176         * stdio-common/_itowa.c (_itowa): Likewise.
40177         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
40178         * stdlib/mod_1.c (mpn_mod_1): Likewise.
40180 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
40182         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
40183         struct La_sh_regs is not constant.
40184         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
40185         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
40186         and struct La_sparc64_regs are not constant.
40188 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
40190         * sysdeps/unix/sysv/linux/kernel-features.h
40191         (__ASSUME_POSIX_TIMERS): Remove.
40192         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
40193         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40194         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
40195         Make code unconditional.
40196         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40197         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
40198         Make code unconditional.
40199         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40200         * sysdeps/unix/sysv/linux/clock_nanosleep.c
40201         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
40202         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40203         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
40204         Make code unconditional.
40205         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
40206         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
40207         (__libc_missing_posix_timers): Remove.
40209 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40211         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
40212         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
40214         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
40216         * elf/dl-sym.c: Include <stdlib.h>.
40218         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
40219         constants, which avoids warnings in 32-bit builds.
40221         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
40222         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
40224         * misc/lseek.c: File moved to ...
40225         * io/lseek.c: ... here.
40227         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
40229         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
40230         shifting LEN more than 31 bits at once.
40232 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
40234         [BZ #14195]
40235         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
40236         segmentation fault for a case of two empty input strings.
40237         * string/test-strncasecmp.c (check1): Renamed to...
40238         (bz12205): ...this.
40239         (bz14195): Add new testcase for two empty input strings and N > 0.
40240         (test_main): Call new testcase, adapt for renamed function.
40242 2012-08-15  Andreas Jaeger  <aj@suse.de>
40244         [BZ #14090]
40245         * crypt/md5test2.c: New test, based on test supplied by Serge
40246         Belyshev <belyshev@depni.sinp.msu.ru>.
40247         * crypt/Makefile (xtests): Add md5test-giant..
40248         * crypt/Makefile ($(objpfx)md5test-giant): Add.
40250 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
40252         [BZ #14090]
40253         * crypt/md5.c (md5_process_block): Don't assume the buffer
40254         length is less than 2**32.
40255         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
40256         length is less than 2**64.
40258 2012-08-15  Roland McGrath  <roland@hack.frob.com>
40260         * string/str-two-way.h: Include <sys/param.h>.
40261         (MAX): Macro removed.
40263         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
40264         Move #define and #undef of memmove to just before and after
40265         including <string.h>.
40267         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
40268         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
40269         and after including <string.h>.  Move declarations of
40270         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
40271         to before #include "string/memmove.c".
40273         * include/dirent.h: Declare __getdirentries.
40275         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
40276         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
40278 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
40280         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
40281         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
40282         * sysdeps/i386/configure: Regenerated.
40283         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
40284         STABS_CURRENT_FILE, and STABS_FUN.
40285         (END): Remove call to STABS_FUN_END.
40286         (STABS_CURRENT_FILE1): Delete.
40287         (STABS_CURRENT_FILE): Likewise.
40288         (STABS_FUN): Likewise.
40289         (STABS_FUN_END): Likewise.
40290         (STABS_FUN2): Likewise.
40291         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
40292         * sysdeps/x86_64/configure: Regenerated.
40294 2012-08-14  Roland McGrath  <roland@hack.frob.com>
40296         * elf/dl-open.c: Include <atomic.h>.
40297         * elf/dl-lookup.c: Likewise.
40299 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
40301         * sysdeps/unix/sysv/linux/kernel-features.h
40302         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
40303         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
40304         unconditionally.
40305         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
40306         unconditionally.
40307         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
40308         condition on __ASSUME_CLONE_THREAD_FLAGS.
40310 2012-08-14  Andreas Jaeger  <aj@suse.de>
40312         * sysdeps/i386/fpu/libm-test-ulps: Update.
40314 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
40316         * include/atomic.h (atomic_exchange_and_add): Split into ...
40317         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
40318         New atomic macros.
40320 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
40322         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
40324 2012-08-13  Jeff Law <law@redhat.com>
40326         * manual/stdio.texi (snprintf): Clarify handling of the trailing
40327         null byte in the output string.
40329 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
40331         * sysdeps/unix/sysv/linux/kernel-features.h
40332         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
40333         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
40334         (__ASSUME_ARG_MAX_STACK_BASED): Define.
40335         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
40336         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
40337         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
40338         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
40340 2012-08-09  Jeff Law <law@redhat.com>
40342         [BZ #13939]
40343         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
40344         When avoid_arena is set, don't retry in the that arena.  Pick the
40345         next one, whatever it might be.
40346         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
40347         (arena_lock): Pass in new parameter to arena_get2.
40348         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
40349         arena_get2.
40350         (__libc_malloc): Unify retrying after main arena failure with
40351         __libc_memalign version.
40352         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
40354 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
40356         [BZ #14166]
40357         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
40358         to __redirect_strstr.
40359         (__strstr_sse42): Use typeof __redirect_strstr.
40360         (__strstr_ia32): Likewise.
40361         (__libc_strstr): New prototype.
40362         (strstr): Renamed to ...
40363         (__libc_strstr): This.
40364         (strstr): New strong alias of __libc_strstr.
40365         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40366         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40367         __redirect_time.
40368         Include <time.h>.
40369         (__libc_time): New prototype.
40370         (time_ifunc): Replace time with __libc_time.
40371         (time): New strong alias and hidden definition of __libc_time.
40372         (__GI_time): Remove strong alias.
40373         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40374         Include <stddef.h>.
40375         (memmove): Redefined to __redirect_memmove.
40376         (__memmove_sse2): Use typeof __redirect_memmove.
40377         (__memmove_ssse3): Likewise.
40378         (__memmove_ssse3_back): Likewise.
40379         (__libc_memmove): New prototype.
40380         (memmove): Renamed to ...
40381         (__libc_memmove): This.
40382         (memmove): New strong alias of __libc_memmove.
40384 2012-08-08  Mark Salter  <msalter@redhat.com>
40386         * elf/elf.h
40387         (R_MN10300_TLS_GD): Define.
40388         (R_MN10300_TLS_LD): Likewise.
40389         (R_MN10300_TLS_LDO): Likewise.
40390         (R_MN10300_TLS_GOTIE): Likewise.
40391         (R_MN10300_TLS_IE): Likewise.
40392         (R_MN10300_TLS_LE): Likewise.
40393         (R_MN10300_TLS_DTPMOD): Likewise.
40394         (R_MN10300_TLS_DTPOFF): Likewise.
40395         (R_MN10300_TLS_TPOFF): Likewise.
40396         (R_MN10300_SYM_DIFF): Likewise.
40397         (R_MN10300_ALIGN): Likewise.
40398         (R_MN10300_NUM): Update.
40400 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
40402         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40403         Remove.
40405 2012-08-08  Roland McGrath  <roland@hack.frob.com>
40407         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40409         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40410         sysdeps/unix -> sysdeps/posix move.
40411         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40413 2012-08-07      Allan McRae     <allan@archlinux.org>
40415         [BZ #14303]
40416         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40417         (SUNOS_CPP): Likewise.
40418         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40419         not found.
40420         (open_input): Call CPP using execvp.
40422 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40424         * sysdeps/unix/sysv/linux/kernel-features.h
40425         (__ASSUME_PROT_GROWSUPDOWN): Remove.
40426         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40427         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40428         (__ASSUME_WAITID_SYSCALL): Likewise.
40429         * sysdeps/unix/sysv/linux/dl-execstack.c
40430         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40431         code unconditional.
40432         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40433         conditional code.
40434         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40435         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40436         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40437         code.
40438         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40439         unconditional.
40440         [__ASSUME_WAITID_SYSCALL]: Likewise.
40441         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40443 2012-08-07  Roland McGrath  <roland@hack.frob.com>
40445         * sysdeps/unix/closedir.c: Renamed to ...
40446         * sysdeps/posix/closedir.c: ... here.
40447         * sysdeps/unix/dirfd.c: Renamed to ...
40448         * sysdeps/posix/dirfd.c: ... here.
40449         * sysdeps/unix/dirstream.h: Renamed to ...
40450         * sysdeps/posix/dirstream.h: ... here.
40451         * sysdeps/unix/fdopendir.c: Renamed to ...
40452         * sysdeps/posix/fdopendir.c: ... here.
40453         * sysdeps/unix/opendir.c: Renamed to ...
40454         * sysdeps/posix/opendir.c: ... here.
40455         * sysdeps/unix/readdir.c: Renamed to ...
40456         * sysdeps/posix/readdir.c: ... here.
40457         * sysdeps/unix/readdir_r.c: Renamed to ...
40458         * sysdeps/posix/readdir_r.c: ... here.
40459         * sysdeps/unix/rewinddir.c: Renamed to ...
40460         * sysdeps/posix/rewinddir.c: ... here.
40461         * sysdeps/unix/seekdir.c: Renamed to ...
40462         * sysdeps/posix/seekdir.c: ... here.
40463         * sysdeps/unix/telldir.c: Renamed to ...
40464         * sysdeps/posix/telldir.c: ... here.
40465         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40466         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40467         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40468         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40470         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40471         * bits/fcntl.h: ... here.
40473         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40474         not 0.
40475         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40476         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40477         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40478         (struct flock): Move l_start, l_len to the beginning.
40479         Use __pid_t for l_pid.
40480         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40481         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40482         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40483         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40484         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40485         [__USE_LARGEFILE64] (struct flock64): New type.
40486         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40488         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40489         * bits/dirent.h: ... here.
40491         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40492         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40494 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
40496         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40497         Change from 2.6.0 to 2.6.16.
40498         * sysdeps/unix/sysv/linux/configure: Regenerated.
40499         * sysdeps/unix/sysv/linux/kernel-features.h
40500         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40501         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40502         version.
40503         (__ASSUME_UTIMES): Likewise.
40504         (__ASSUME_CLONE_STOPPED): Remove.
40505         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40506         architectures, not kernel version.
40507         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40508         (__ASSUME_NO_CLONE_DETACHED): Likewise.
40509         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40510         (__ASSUME_WAITID_SYSCALL): Likewise.
40511         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40512         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40513         * README: State 2.6.16 as minimum Linux kernel version.  Do not
40514         refer to older versions.
40516 2012-08-06  Roland McGrath  <roland@hack.frob.com>
40518         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40519         Define alphasort64 as an alias.
40520         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40521         Define versionsort64 as an alias.
40522         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40523         Define scandir64 as an alias.
40524         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40525         Define scandirat64 as an alias.
40526         * dirent/alphasort64.c (alphasort64):
40527         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40528         * dirent/versionsort64.c: Likewise.
40529         * dirent/scandir64.c: Likewise.
40530         * dirent/scandirat64.c: Likewise.
40531         * sysdeps/wordsize-64/alphasort.c: File removed.
40532         * sysdeps/wordsize-64/alphasort64.c: File removed.
40533         * sysdeps/wordsize-64/scandir.c: File removed.
40534         * sysdeps/wordsize-64/scandir64.c: File removed.
40535         * sysdeps/wordsize-64/scandirat.c: File removed.
40536         * sysdeps/wordsize-64/scandirat64.c: File removed.
40537         * sysdeps/wordsize-64/versionsort.c: File removed.
40538         * sysdeps/wordsize-64/versionsort64.c: File removed.
40539         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40540         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40541         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40542         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40543         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40544         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40545         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40546         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40548         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40549         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40550         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40551         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40552         [defined __arch64__ || defined __sparcv9]
40553         (__INO_T_MATCHES_INO64_T): New macro.
40554         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40555         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40556         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40557         * sysdeps/unix/sysv/linux/bits/dirent.h
40558         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40559         (_DIRENT_MATCHES_DIRENT64): New macro.
40561         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40562         Define lockf64 as an alias.
40563         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40564         Define fseeko64 as an alias.
40565         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40566         Define ftello64 as an alias.
40567         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40568         Define _IO_fgetpos64 and fgetpos64 as aliases.
40569         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40570         Define _IO_fsetpos64 and fsetpos64 as aliases.
40571         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40572         Conditionalize body on this.
40573         * libio/fseeko64.c: Likewise.
40574         * libio/ftello64.c: Likewise.
40575         * libio/iofgetpos64.c: Likewise.
40576         * libio/iofsetpos64.c: Likewise.
40577         * sysdeps/wordsize-64/lockf.c: File removed.
40578         * sysdeps/wordsize-64/lockf64.c: File removed.
40579         * sysdeps/wordsize-64/fseeko.c: File removed.
40580         * sysdeps/wordsize-64/fseeko64.c: File removed.
40581         * sysdeps/wordsize-64/ftello.c: File removed.
40582         * sysdeps/wordsize-64/ftello64.c: File removed.
40583         * sysdeps/wordsize-64/iofgetpos.c: File removed.
40584         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40585         * sysdeps/wordsize-64/iofsetpos.c: File removed.
40586         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40587         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40588         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40589         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40590         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40591         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40592         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40593         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40594         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40595         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40596         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40598         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40599         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40600         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40601         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40602         [defined __arch64__ || defined __sparcv9]
40603         (__OFF_T_MATCHES_OFF64_T): New macro.
40604         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40605         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40606         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40607         (__OFF_T_MATCHES_OFF64_T): New macro.
40609 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40611         * stdlib/secure-getenv.c (__secure_getenv): Replace
40612         GLIBC_2_16 with GLIBC_2_17.
40614 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
40616         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40617         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40619 2012-08-03  David S. Miller  <davem@davemloft.net>
40621         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40623 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40625         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40626         Remove.
40627         (__ASSUME_CORRECT_SI_PID): Likewise.
40628         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40629         (__ASSUME_TMPFS_NAME): Likewise.
40630         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40631         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40632         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40633         (HAVE_AUX_SECURE): Make definition unconditional.
40634         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40635         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40637 2012-08-03  Roland McGrath  <roland@hack.frob.com>
40639         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40640         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40641         * sysdeps/mach/hurd/eloop-threshold.h: New file.
40642         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40643         __eloop_threshold instead of SYMLOOP_MAX.
40645         * sysdeps/generic/eloop-threshold.h: New file.
40646         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40647         of MAXSYMLINKS.
40648         * elf/chroot_canon.c (chroot_canon): Likewise.
40650 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
40652         [BZ #13717]
40653         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40654         Change to 2.6.0 everywhere.
40655         * sysdeps/unix/sysv/linux/configure: Regenerated.
40656         * sysdeps/unix/sysv/linux/kernel-features.h
40657         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40658         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40659         kernel versions.
40660         (__ASSUME_POSIX_TIMERS): Define unconditionally.
40661         (__ASSUME_FUTEX_REQUEUE): Remove.
40662         (__ASSUME_STATFS64): Define unconditionally.
40663         (__ASSUME_AT_SECURE): Likewise.
40664         (__ASSUME_CORRECT_SI_PID): Likewise.
40665         (__ASSUME_TGKILL): Define without depending on kernel version for
40666         i386.
40667         (__ASSUME_UTIMES): Likewise.
40668         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40669         kernel version.
40670         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40671         (__ASSUME_TMPFS_NAME): Likewise.
40672         * README: Update reference to Linux kernel versions.
40674 2012-08-02  Marek Polacek  <polacek@redhat.com>
40676         [BZ# 14150]
40677         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
40678         libc_cv_asm_type_prefix with %.
40679         * configure: Regenerated.
40680         * include/libc-symbols.h: Remove comment about
40681         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40682         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40683         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40684         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40685         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40686         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40687         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40688         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40689         * elf/tst-unique2mod1.c: Likewise.
40690         * elf/tst-unique1mod2.c: Likewise.
40691         * elf/tst-unique1mod1.c: Likewise.
40692         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40693         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40694         Replace ASM_TYPE_DIRECTIVE with .type.
40695         * sysdeps/s390/s390-64/sysdep.h: Likewise.
40696         * sysdeps/i386/sysdep.h: Likewise.
40697         * sysdeps/x86_64/sysdep.h: Likewise.
40698         * sysdeps/sh/sysdep.h: Likewise.
40699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40700         Do not define ASM_TYPE_DIRECTIVE.
40701         * sysdeps/powerpc/sysdep.h: Likewise.
40702         * sysdeps/powerpc/powerpc32/sysdep.h:
40703         Replace ASM_TYPE_DIRECTIVE with .type.
40704         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40705         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40706         * sysdeps/i386/fpu/e_powf.S: Likewise.
40707         * sysdeps/i386/fpu/e_expl.S: Likewise.
40708         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40709         * sysdeps/i386/fpu/e_acosh.S: Likewise.
40710         * sysdeps/i386/fpu/e_pow.S: Likewise.
40711         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40712         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40713         * sysdeps/i386/fpu/s_expm1.S: Likewise.
40714         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40715         * sysdeps/i386/fpu/e_log2.S: Likewise.
40716         * sysdeps/i386/fpu/e_log2l.S: Likewise.
40717         * sysdeps/i386/fpu/e_scalb.S: Likewise.
40718         * sysdeps/i386/fpu/e_powl.S: Likewise.
40719         * sysdeps/i386/fpu/e_log10f.S: Likewise.
40720         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40721         * sysdeps/i386/fpu/e_logl.S: Likewise.
40722         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40723         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40724         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40725         * sysdeps/i386/fpu/e_log2f.S: Likewise.
40726         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40727         * sysdeps/i386/fpu/e_log.S: Likewise.
40728         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40729         * sysdeps/i386/fpu/e_logf.S: Likewise.
40730         * sysdeps/i386/fpu/e_log10l.S: Likewise.
40731         * sysdeps/i386/fpu/e_atanh.S: Likewise.
40732         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40733         * sysdeps/i386/fpu/e_log10.S: Likewise.
40734         * sysdeps/i386/fpu/s_frexp.S: Likewise.
40735         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40736         * sysdeps/i386/fpu/s_asinh.S: Likewise.
40737         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40738         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40739         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40740         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40741         * sysdeps/i386/i686/strtok.S: Likewise.
40742         * sysdeps/i386/i386-mcount.S: Likewise.
40743         * sysdeps/i386/strtok.S: Likewise.
40744         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40745         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40746         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40747         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40748         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40749         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40750         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40751         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40752         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40753         * sysdeps/x86_64/_mcount.S: Likewise.
40754         * sysdeps/x86_64/strtok.S: Likewise.
40755         * sysdeps/sh/_mcount.S: Likewise.
40757 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40759         * libio/iofopen.c: Include <fcntl.h>.
40760         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40761         (_IO_fopen64, fopen64): Define as aliases.
40762         * libio/iofopen64.c: Include <fcntl.h>.
40763         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40764         Conditionalize body on this.
40765         * sysdeps/wordsize-64/iofopen.c: File removed.
40766         * sysdeps/wordsize-64/iofopen64.c: File removed.
40768 2012-08-01  Marek Polacek  <polacek@redhat.com>
40770         * libc/Makeconfig: Use elf in place of binfmt-subdir.
40771         Use dlfcn directly instead of a variable.
40772         (binfmt-subdir): Do not define.
40773         (dlfcn): Likewise.
40775 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
40777         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40778         Remove all definitions.
40779         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40780         <kernel-features.h>.
40781         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40782         (miss_F_GETOWN_EX): Remove all definitions.
40783         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40784         macro definition.
40785         [!__ASSUME_FCNTL64]: Remove conditional code.
40786         [__ASSUME_FCNTL64]: Make code unconditional.
40787         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40788         <kernel-features.h>.
40789         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40790         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40791         (lockf64) [__NR_fcntl64]: Make code unconditional.
40792         (lockf64) [__ASSUME_FCNTL64]: Likewise.
40794         * sysdeps/unix/sysv/linux/kernel-features.h
40795         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40796         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40797         Make code unconditional.
40798         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40799         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40800         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40801         [__NR_vfork]: Make code unconditional.
40802         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40803         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40805         [__NR_vfork]: Make code unconditional.
40806         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40807         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40809 2012-08-01  Roland McGrath  <roland@hack.frob.com>
40811         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40812         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40814         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40815         Define mkstemp64 as an alias.
40816         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40817         Define mkstemps64 as an alias.
40818         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40819         Define mkostemp64 as an alias.
40820         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40821         Define mkostemps64 as an alias.
40822         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40823         Conditionalize body on this.
40824         * misc/mkostemp64.c: Likewise.
40825         * misc/mkostemps64.c: Likewise.
40826         * misc/mkstemps64.c: Likewise.
40827         * sysdeps/wordsize-64/mkstemp64.c: File removed.
40828         * sysdeps/wordsize-64/mkostemp64.c: File removed.
40829         * sysdeps/wordsize-64/mkostemp.c: File removed.
40830         * sysdeps/wordsize-64/mkstemp.c: File removed.
40831         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40832         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40833         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40834         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40836         [BZ #14138]
40837         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40838         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40839         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40840         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40842         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40843         compat_symbol macros from <shlib-compat.h> rather than the underlying
40844         default_symbol_version and symbol_version macros, so that DEFAULT
40845         lines in shlib-versions are respected.
40846         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40848 2012-08-01  Florian Weimer  <fweimer@redhat.com>
40850         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40851         Declare with warn_unused_result.
40852         (setgid, setregid, setegid, setresgid): Likewise.
40853         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40854         Likewise.
40855         * WUR-REPORT: Remove set*id functions.
40857 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
40859         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40861 2012-07-31  Roland McGrath  <roland@hack.frob.com>
40863         [BZ #10191]
40864         * include/sys/socket.h (__libc_accept, __libc_accept4):
40865         Add attribute_hidden.
40866         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40868         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40869         use of PTR_MANGLE.
40870         * inet/getnetgrent_r.c (setup): Likewise.
40872         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40874 2012-07-31  David S. Miller  <davem@davemloft.net>
40876         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40878 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
40880         [BZ #13629]
40881         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40882         value between 1.0 and 2.0 and smaller part has absolute value less
40883         than 1.0.
40884         * math/s_clog10.c (__clog10): Likewise.
40885         * math/s_clog10f.c (__clog10f): Likewise.
40886         * math/s_clog10l.c (__clog10l): Likewise.
40887         * math/s_clogf.c (__clogf): Likewise.
40888         * math/s_clogl.c (__clogl): Likewise.
40889         * math/libm-test.inc (clog_test): Add more tests.
40890         (clog10_test): Likewise.
40891         * sysdeps/i386/fpu/libm-test-ulps: Update.
40892         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40894 2012-07-31  Florian Weimer  <fweimer@redhat.com>
40896         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40897         Exit with zero in case no suitable GID is found, and write a
40898         message to standard error.
40900 2012-07-30  Roland McGrath  <roland@hack.frob.com>
40902         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40903         rather than to 1.
40904         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40905         (MAXPATHLEN): Removed.
40906         (NOGROUP, NODEV): New macros.
40907         (setbit, clrbit, isset, isclr): New macros.
40908         (howmany, roundup, powerof2): New macros.
40909         (DEV_BSIZE): New macro.
40911         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40912         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40914         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40915         definition on [!__NO_LONG_DOUBLE_MATH].
40917         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40918         PTR_MANGLE and PTR_DEMANGLE.
40920         * socket/accept4.c (accept4): Rename to __libc_accept4.
40921         Define accept4 as a weak alias.
40923         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40924         on [_DIRENT_HAVE_D_TYPE].
40925         * io/ftw.c (ftw_dir): Likewise.
40927         * io/xmknod.c (__xmknod): Don't check PATH for being null.
40929         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40931         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40932         Use the BSD numbers rather than the arbitrary ones we had.
40933         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40934         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40935         (SIGXCPU, SIGXFSZ): New macros.
40936         (_NSIG): Now 32.
40938         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40939         initializer on [_LIBC_REENTRANT].
40941         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40942         definitions inside [_POSIX_MAPPED_FILES].
40944         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40946         * dirent/opendir.c: Include <fcntl.h>.
40948         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40949         (__libc_getspecific): Likewise.
40950         (__libc_key_create): Likewise.
40952         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40953         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40954         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40955         (tmpfile64): Define as alias.
40956         * sysdeps/wordsize-64/tmpfile.c: File removed.
40957         * sysdeps/wordsize-64/tmpfile64.c: File removed.
40958         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40959         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40961         * stdio-common/vfscanf.c: Include <stdbool.h>.
40962         * nss/makedb.c: Likewise.
40963         * stdio-common/_i18n_number.h: Likewise.
40964         * argp/argp-help.c: Likewise.
40965         * posix/wordexp.c: Likewise.
40966         * sysdeps/posix/spawni.c: Likewise.
40967         * nss/nss_files/files-initgroups.c: Likewise.
40968         * stdio-common/reg-modifier.c: Include <stdlib.h>.
40969         * nss/nss_files/files-initgroups.c: Likewise.
40970         * nss/nss_db/db-netgrp.c: Likewise.
40971         * nss/nss_db/db-initgroups.c: Likewise.
40972         * io/fchmodat.c: Include <sys/stat.h>.
40974         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40975         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40977         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40978         [HAVE_MMAP].
40980         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40981         Add multiple inclusion protection.
40983 2012-07-27  David S. Miller  <davem@davemloft.net>
40985         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40987 2012-07-27  Gary Benson  <gbenson@redhat.com>
40989         [BZ #14298]
40990         * elf/rtld.c: Include <stap-probe.h>.
40991         (dl_main): Added static probes "init_start" and "init_complete".
40992         * elf/dl-load.c: Include <stap-probe.h>.
40993         (lose): Take new parameter "nsid".
40994         Added static probe "map_failed".
40995         (_dl_map_object_from_fd): Pass namespace id to lose.
40996         Added static probe "map_start".
40997         (open_verify): Pass namespace id to lose.
40998         * elf/dl-open.c: Include <stap-probe.h>.
40999         (dl_open_worker) Added static probes "map_complete", "reloc_start"
41000         and "reloc_complete".
41001         * elf/dl-close.c: Include <stap-probe.h>.
41002         (_dl_close_worker): Added static probes "unmap_start" and
41003         "unmap_complete".
41004         * elf/rtld-debugger-interface.txt: New file documenting the above.
41006 2012-07-26  Roland McGrath  <roland@hack.frob.com>
41008         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
41009         rather than a string variable.
41010         * sunrpc/rpc_main.c (h_output): Likewise.
41011         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
41013 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
41015         * inet/check_native.c: New file.
41017 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
41019         [BZ #13629]
41020         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
41021         if larger part has absolute value 1.0.
41022         * math/s_clog10.c (__clog10): Likewise.
41023         * math/s_clog10f.c (__clog10f): Likewise.
41024         * math/s_clog10l.c (__clog10l): Likewise.
41025         * math/s_clogf.c (__clogf): Likewise.
41026         * math/s_clogl.c (__clogl): Likewise.
41027         * math/libm-test.inc (clog_test): Add more tests.
41028         (clog10_test): Likewise.
41029         * sysdeps/i386/fpu/libm-test-ulps: Update.
41030         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41032         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
41033         (pltexit): Likewise.
41034         (La_regs): Likewise.
41035         (La_retval): Likewise.
41036         (int_retval): Likewise.
41037         Update #error for removed macros to refer only to definitions in
41038         tst-audit.h.
41039         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
41040         macro.
41041         (pltexit): Likewise.
41042         (La_regs): Likewise.
41043         (La_retval): Likewise.
41044         (int_retval): Likewise.
41045         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
41046         macro.
41047         (pltexit): Likewise.
41048         (La_regs): Likewise.
41049         (La_retval): Likewise.
41050         (int_retval): Likewise.
41051         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
41052         macro.
41053         (pltexit): Likewise.
41054         (La_regs): Likewise.
41055         (La_retval): Likewise.
41056         (int_retval): Likewise.
41057         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
41058         macro.
41059         (pltexit): Likewise.
41060         (La_regs): Likewise.
41061         (La_retval): Likewise.
41062         (int_retval): Likewise.
41063         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
41064         macro.
41065         (pltexit): Likewise.
41066         (La_regs): Likewise.
41067         (La_retval): Likewise.
41068         (int_retval): Likewise.
41069         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
41070         macro.
41071         (pltexit): Likewise.
41072         (La_regs): Likewise.
41073         (La_retval): Likewise.
41074         (int_retval): Likewise.
41075         * sysdeps/generic/tst-audit.h: Update comment to refer only to
41076         macro definitions in tst-audit.h.
41077         * sysdeps/i386/tst-audit.h: New file.
41078         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
41079         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
41080         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
41081         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
41082         * sysdeps/sh/tst-audit.h: Likewise.
41083         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
41084         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
41085         * sysdeps/x86_64/tst-audit.h: Likewise.
41087 2012-07-26  Andreas Jaeger  <aj@suse.de>
41089         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
41090         ptrace.
41092         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
41093         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
41094         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
41095         PTRACE_O_MASK.
41096         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
41097         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
41098         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
41100         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
41101         value.
41103         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
41104         _sigsys.
41105         (si_call_addr, si_syscall, si_arch): Define new macro.
41106         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
41107         _sigsys.
41108         (si_call_addr, si_syscall, si_arch): Define new marcro.
41109         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
41110         _sigsys.
41111         (si_call_addr, si_syscall, si_arch): Define new macro.
41112         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
41113         _sigsys.
41114         (si_call_addr, si_syscall, si_arch): Define new macro.
41116 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41118         [BZ #13717]
41119         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41120         Change to 2.4.21 where previously 2.4.1.
41121         * sysdeps/unix/sysv/linux/configure: Regenerated.
41122         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
41123         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
41124         Linux kernel version.
41125         (__ASSUME_STD_AUXV): Remove.
41126         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
41127         kernel version.
41128         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
41129         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
41130         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
41131         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
41132         (__ASSUME_NETLINK_SUPPORT): Likewise.
41133         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
41134         (__no_netlink_support): Remove conditional definition.
41135         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
41136         Remove.
41137         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41138         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
41139         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
41140         (if_nameindex_ioctl): Remove.
41141         (if_nameindex_netlink): Do not handle __no_netlink_support.
41142         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41143         code.
41144         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
41145         Remove conditional code.
41146         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
41147         code.
41148         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
41149         unconditional.
41150         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
41151         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
41152         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
41153         Remove.
41154         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
41155         [!__ASSUME_STD_AUXV]: Remove conditional code.
41156         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
41157         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
41158         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
41159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
41160         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
41161         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41162         code.
41163         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41164         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
41165         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
41166         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41167         conditional code.
41168         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
41169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
41170         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
41171         code.
41172         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
41173         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
41174         conditional code.
41175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
41176         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41177         code unconditional.
41178         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41179         conditional code.
41180         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41181         unconditional.
41182         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41183         conditional code.
41184         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
41185         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41186         unconditional.
41187         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41188         conditional code.
41189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
41190         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41191         code unconditional.
41192         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41193         conditional code.
41194         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41195         unconditional.
41196         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41197         conditional code.
41198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
41199         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
41200         code unconditional.
41201         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41202         conditional code.
41203         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
41204         unconditional.
41205         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
41206         conditional code.
41208 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
41210         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
41211         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
41212         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
41213         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
41214         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
41215         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
41216         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
41217         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
41218         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
41219         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
41220         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
41221         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
41222         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
41223         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
41224         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
41225         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
41226         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
41227         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
41228         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
41229         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
41230         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
41231         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
41232         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
41234 2012-07-25  Florian Weimer  <fweimer@redhat.com>
41236         * Versions.def: Add GLIBC_2.17.
41237         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
41238         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
41239         Introduce __libc_secure_getenv.
41240         * stdlib/Versions (2.17): Add secure_getenv
41241         (GLIBC_PRIVATE): Add __libc_secure_getenv.
41242         * stdlib/secure-getenv.c: Rename __secure_getenv to
41243         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
41244         symbol __secure_getenv for GLIBC_2.0.
41245         * stdlib/tst-secure-getenv.c: New.
41246         * stdlib/Makefile (tests): Add testcase.
41247         * manual/startup.texi (Environment Access): Document
41248         secure_getenv.
41249         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
41250         __libc_secure_getenv.
41251         * inet/ruserpass.c (ruserpass): Likewise.
41252         * malloc/mtrace.c (mtrace): Likewise.
41253         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
41254         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
41255         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
41256         * sysdeps/posix/tempname.c: Likewise.  Evaluate
41257         HAVE_SECURE_GETENV.
41258         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
41259         __secure_getenv to __libc_secure_getenv.
41260         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
41261         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
41262         Likewise.
41263         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
41264         Likewise.
41265         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
41266         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
41267         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
41268         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
41269         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
41270         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
41271         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
41273 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
41275         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
41276         (struct La_i86_retval): Likewise.
41277         (struct La_x86_64_regs): Likewise.
41278         (struct La_x86_64_retval): Likewise.
41279         (struct La_x32_regs): Likewise.
41280         (struct La_x32_retval): Likewise.
41281         (struct La_ppc32_regs): Likewise.
41282         (struct La_ppc32_retval): Likewise.
41283         (struct La_ppc64_regs): Likewise.
41284         (struct La_ppc64_retval): Likewise.
41285         (struct La_sh_regs): Likewise.
41286         (struct La_sh_retval): Likewise.
41287         (struct La_s390_32_regs): Likewise.
41288         (struct La_s390_32_retval): Likewise.
41289         (struct La_s390_64_regs): Likewise.
41290         (struct La_s390_64_retval): Likewise.
41291         (struct La_sparc32_regs): Likewise.
41292         (struct La_sparc32_retval): Likewise.
41293         (struct La_sparc64_regs): Likewise.
41294         (struct La_sparc64_retval): Likewise.
41295         (struct audit_ifaces): Remove architecture-specific pltenter and
41296         pltexit members.
41297         * sysdeps/i386/ldsodefs.h: New file.
41298         * sysdeps/powerpc/ldsodefs.h: Likewise.
41299         * sysdeps/s390/ldsodefs.h: Likewise.
41300         * sysdeps/sh/ldsodefs.h: Likewise.
41301         * sysdeps/sparc/ldsodefs.h: Likewise.
41302         * sysdeps/x86_64/ldsodefs.h: Likewise.
41304 2012-07-25  Marek Polacek  <polacek@redhat.com>
41306         [BZ #6808]
41307         * math/libm-test.inc (yn_test): Add another test.
41308         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
41309         to ERANGE when the result is +-Inf.
41310         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
41311         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
41312         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
41313         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
41315 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
41317         * conform/data/time.h-data (NULL): Use macro-constant.  Require
41318         equal to 0.
41319         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
41320         clock_t.
41321         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
41323 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
41325         * configure.in <sysdeps resolving>: Correct printing
41326         Implies_before.
41327         * configure: Regenerate.
41329 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
41331         * math/w_ilogb.c: Include <limits.h>.
41332         * math/w_ilogbl.c: Likewise.
41334 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41336         * manual/lang.texi (__va_copy): Document primarily as ISO C99
41337         va_copy.  Document allowing for unavailable va_copy only as
41338         pre-C99 compatibility.
41339         * manual/string.texi (Copying and Concatenation): Use va_copy
41340         instead of __va_copy in concat example.
41342 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
41344         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
41345         (__sendto): Use create_address_port.  Initialize APORT and deallocate
41346         it if not null.
41348         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
41349         with O_NOLINK passed to __file_name_lookup.
41351         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
41352         with O_NOLINK passed to __file_name_lookup.
41354         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
41355         negative N or less than NGIDS.
41357         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
41358         type to string_t.  Set ERANGE as errno and return it if NAME is not big
41359         enough.  Use memcpy instead of strncpy.
41361 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
41363         * elf/Makefile (check-data): Remove.
41364         (localplt.data): New vpath directive.
41365         ($(objpfx)check-localplt.out): Use localplt.data from vpath
41366         instead of $(check-data).
41367         * scripts/data/localplt-generic.data: Move to ...
41368         * sysdeps/generic/localplt.data: ... here.
41369         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41370         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41371         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41373         ... here.
41374         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41376         ... here.
41377         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41378         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41379         ... here.
41380         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41381         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41382         ... here.
41383         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41384         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41385         ... here.
41386         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41387         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41388         ... here.
41390 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41392         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41393         PPC32 and PPC64 files.
41394         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41395         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41397 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41399         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41400         __makecontext_ret to ...
41401         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41402         ... here and call exit if uc_link is NULL.  New file.
41403         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41404         __makecontext_ret.S.
41405         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41406         __makecontext_ret to ...
41407         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41408         ... here and call exit if uc_link is NULL.  New file.
41409         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41410         __makecontext_ret.S.
41412 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41414         * elf/elf.h (R_390_IRELATIVE): New definition.
41415         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41416         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
41417         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41418         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41419         (elf_machine_lazy_rel): Likewise.
41420         * sysdeps/s390/dl-irel.h: New file.
41421         * sysdeps/s390/s390-64/memcpy.S: New asm code.
41422         * sysdeps/s390/s390-64/memset.S: New asm code.
41423         * sysdeps/s390/s390-64/memcmp.S: New asm code.
41424         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41425         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41426         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41427         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41428         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41429         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41430         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41431         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41432         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41433         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41434         * sysdeps/s390/s390-32/memcpy.S: New asm code.
41435         * sysdeps/s390/s390-32/memset.S: New asm code.
41436         * sysdeps/s390/s390-32/memcmp.S: New asm code.
41438 2012-07-17  Marek Polacek  <polacek@redhat.com>
41440         [BZ #14349]
41441         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41442         * sysdeps/s390/s390-64/configure.in: Likewise.
41443         * sysdeps/sparc/configure.in: Likewise.
41444         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41445         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41446         * sysdeps/i386/configure.in: Likewise.
41447         * sysdeps/x86_64/configure.in: Likewise.
41448         * sysdeps/sh/configure.in: Likewise.
41449         * sysdeps/s390/s390-32/configure: Regenerated.
41450         * sysdeps/s390/s390-64/configure: Likewise.
41451         * sysdeps/x86_64/configure: Likewise.
41452         * sysdeps/sh/configure: Likewise.
41453         * sysdeps/powerpc/powerpc64/configure: Likewise.
41454         * sysdeps/powerpc/powerpc32/configure: Likewise.
41455         * sysdeps/sparc/configure: Likwise.
41456         * sysdeps/i386/configure: Likewise.
41458         * elf/dl-open.c: Comment fixes.
41460 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
41462         * Makefile [CXX] (check-data): Remove.
41463         [CXX] (c++-types.data): New vpath directive.
41464         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41465         vpath.  Do not allow for C++ type data being missing.
41466         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41467         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41468         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41469         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41470         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41471         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41472         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41474         ... here.
41475         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41476         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41477         ... here.
41478         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41479         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41480         ... here.
41481         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41482         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41483         ... here.
41484         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41485         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41486         ... here.
41487         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41488         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41489         ... here.
41490         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41491         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41492         ... here.
41493         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41494         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41496         * elf/tls-macros.h (TLS_LE): Move architecture-specific
41497         definitions to architecture-specific files.
41498         (TLS_IE): Likewise.
41499         (TLS_LD): Likewise.
41500         (TLS_GD): Likewise.
41501         * sysdeps/i386/tls-macros.h: New file.
41502         * sysdeps/powerpc/tls-macros.h: Likewise.
41503         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41504         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41505         * sysdeps/sh/tls-macros.h: Likewise.
41506         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41507         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41508         * sysdeps/x86_64/tls-macros.h: Likewise.
41510 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41512         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41513         zero value for regular exit case.
41515         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41516         (__start_context): Preserve zero value for regular exit case.
41518 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
41519             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
41521         * manual/setjmp.texi (setcontext): Clarify normal process
41522         termination when uc_link is the null pointer.
41523         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41524         exit call.
41526 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
41528         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41529         preprocessor.  Test for each exception mask separately.
41531 2012-07-16  Andreas Jaeger  <aj@suse.de>
41533         * po/ru.po: Update from translation team.
41535 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
41537         * conform/data/string.h-data (NULL): Use macro-constant.  Require
41538         equal to 0.
41539         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41540         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41541         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41542         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41543         [ISO || ISO99 || ISO11] (*_t): Do not allow.
41545 2012-07-13  Andreas Jaeger  <aj@suse.de>
41547         * po/fr.po: Update from translation team.
41549 2012-07-12  Marek Polacek  <polacek@redhat.com>
41551         [BZ #14173]
41552         * math/libm-test.inc (yn_test): Add test for BZ #14173.
41553         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41554         loop condition.
41556 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
41558         [BZ #13717]
41559         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41560         Change to 2.4.1 where previously 2.4.0.
41561         * sysdeps/unix/sysv/linux/configure: Regenerated.
41562         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41563         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41564         version.
41565         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41566         (__ASSUME_AT_CLKTCK): Remove.
41567         (__ASSUME_AT_PAGESIZE): Likewise.
41568         (__ASSUME_AT_XID): Likewise.
41569         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41570         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41571         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41572         unconditionally.
41573         (HAVE_AUX_PAGESIZE): Likewise.
41574         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41575         [__ASSUME_AT_CLKTCK]: Make code unconditional.
41576         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41578 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
41580         [BZ #14307]
41581         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41582         the temporary buffer used to invoke __gethostbyname2_r,
41583         __gethostbyaddr_r and gethostbyname4_r to make room for struct
41584         host_data / struct gaih_addrtuple.
41585         * resolv/nss_dns/dns-host.c (global scope): Move definition of
41586         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41587         header file nss/nsswitch.h.
41588         * nss/nsswitch.h (global scope): Add definition of implementation
41589         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41590         resolv/nss_dns/dns-host.c).
41592 2012-07-11  Andreas Jaeger  <aj@suse.de>
41594         * po/fr.po: Update from translation team.
41596         * po/sv.po: Update from translation team
41597         * po/fr.po: Another update from translation team.
41599 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41601         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41602         for subnormals or multiply small sinh result by itself.
41603         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41604         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41606 2012-07-11  David S. Miller  <davem@davemloft.net>
41608         * sysdeps/sparc/fpu/libm-test-ulps: Update.
41610 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
41612         [BZ #14347]
41613         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41614         (INTERNAL_MARK): Shift it here.
41616 2012-07-10  Marek Polacek  <polacek@redhat.com>
41618         [BZ #14151]
41619         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
41620         libc_cv_asm_global_directive with .globl.
41621         * configure: Regenerated.
41622         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41623         with .globl.
41624         * sysdeps/i386/configure: Regenerated.
41625         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41626         with .globl.
41627         * sysdeps/x86_64/configure: Regenerated.
41628         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41629         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41630         * elf/tst-unique2mod2.c: Likewise.
41631         * elf/tst-unique2mod1.c: Likewise.
41632         * elf/tst-unique1mod2.c: Likewise.
41633         * elf/tst-unique1mod1.c: Likewise.
41634         * sysdeps/s390/s390-32/sysdep.h: Likewise.
41635         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41636         * sysdeps/s390/s390-64/sysdep.h: Likewise.
41637         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41638         * sysdeps/mach/sysdep.h: Likewise.
41639         * sysdeps/i386/sysdep.h: Likewise.
41640         * sysdeps/i386/i386-mcount.S: Likewise.
41641         * sysdeps/x86_64/_mcount.S: Likewise.
41642         * sysdeps/x86_64/sysdep.h: Likewise.
41643         * sysdeps/sh/_mcount.S: Likewise.
41644         * sysdeps/sh/sysdep.h: Likewise.
41645         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41646         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41647         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41648         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41649         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41650         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41651         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41652         * locale/localeinfo.h: Likewise.
41653         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41654         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41656 2012-07-09  Roland McGrath  <roland@hack.frob.com>
41658         [BZ #14336]
41659         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41660         system".
41661         * manual/message.texi (The Uniforum approach): Likewise.
41662         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41663         (glibc iconv Implementation): Likewise.
41665 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
41667         [BZ #14337]
41668         * math/s_clog.c (__clog): Avoid scaling a value down where that
41669         could result in underflow.
41670         * math/s_clog10.c (__clog10): Likewise.
41671         * math/s_clog10f.c (__clog10f): Likewise.
41672         * math/s_clog10l.c (__clog10l): Likewise.
41673         * math/s_clogf.c (__clogf): Likewise.
41674         * math/s_clogl.c (__clogl): Likewise.
41675         * math/libm-test.inc (clog_test): Add more tests.
41676         (clog10_test): Likewise.
41677         * sysdeps/i386/fpu/libm-test-ulps: Update.
41678         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41680 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
41682         [BZ #14283]
41683         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41684         by 7 not 8 to examine high bit of fractional part.
41686         [BZ #14042]
41687         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41688         for call to __mcount_internal.
41689         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41690         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41691         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41693 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
41695         [BZ #14154]
41696         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41697         approximation for values within 0x1p-13f of an odd multiple of
41698         pi/4.
41699         * math/libm-test.inc (tan_test): Do not allow spurious underflow
41700         exception.  Add more tests.
41701         * sysdeps/i386/fpu/libm-test-ulps: Update.
41703         [BZ #6778]
41704         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41705         inputs and return -1 for them.  Do not check for +Inf in case not
41706         reachable for +Inf.
41707         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41708         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41709         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41710         and return -1 for them.  Do not check for +Inf in case not
41711         reachable for +Inf.
41712         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41713         define.
41714         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41715         and return -1 for them.  Do not check for +Inf in case not
41716         reachable for +Inf.
41717         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
41718         spurious underflow.
41719         * sysdeps/i386/fpu/libm-test-ulps: Update.
41720         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41722 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
41724         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41726 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
41728         [BZ #14157]
41729         [BZ #14331]
41730         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41731         could result in spurious underflow.  Scale down values above
41732         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41733         * math/s_csqrtf.c (__csqrtf): Likewise.
41734         * math/s_csqrtl.c (__csqrtl): Likewise.
41735         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
41736         spurious underflow.
41737         * sysdeps/i386/fpu/libm-test-ulps: Update.
41738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41740 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
41742         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41743         xopen-msg.sed.
41744         * catgets/xopen-msg.awk: New file.
41745         * catgets/xopen-msg.sed: Removed.
41747         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41748         po2text.sed.
41749         * intl/po2test.awk: New file.
41750         * intl/po2test.sed: Removed.
41752 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
41754         [BZ #14328]
41755         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41756         or multiply small sinh result by itself.
41757         * math/s_ctanf.c (__ctanf): Likewise.
41758         * math/s_ctanh.c (__ctanh): Likewise.
41759         * math/s_ctanhf.c (__ctanhf): Likewise.
41760         * math/s_ctanhl.c (__ctanhl): Likewise.
41761         * math/s_ctanl.c (__ctanl): Likewise.
41762         * math/libm-test.inc (ctan_test_tonearest): New function.
41763         (ctan_test_towardzero): Likewise.
41764         (ctan_test_downward): Likewise.
41765         (ctan_test_upward): Likewise.
41766         (ctanh_test_tonearest): Likewise.
41767         (ctanh_test_towardzero): Likewise.
41768         (ctanh_test_downward): Likewise.
41769         (ctanh_test_upward): Likewise.
41770         (main): Call these new functions.
41771         * sysdeps/i386/fpu/libm-test-ulps: Update.
41772         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41774 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
41776         * .gitignore: Delete /ports entry.
41778 2012-07-03  Andreas Jaeger  <aj@suse.de>
41780         * po/bg.po: Update from translation team.
41781         * po/cs.po: Likewise.
41782         * po/de.po: Likewise.
41783         * po/hr.po: Likewise.
41784         * po/nl.pl: Likewise.
41785         * po/pl.po: Likewise.
41786         * po/vi.po: Likewise.
41788 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
41790         * Makeconfig [!+link] (+link-before-libc): New variable.
41791         [!+link] (+link-after-libc): Likewise.
41792         [!+link] (+link-tests): Likewise.
41793         [!+link] (+link): Define in terms of $(+link-before-libc) and
41794         $(+link-after-libc).
41795         [!+link-static] (+link-static-before-libc): New variable.
41796         [!+link-static] (+link-static-after-libc): Likewise.
41797         [!+link-static] (+link-static-tests): Likewise.
41798         [!+link-static] (+link-static): Define in terms of
41799         $(+link-static-before-libc) and $(+link-static-after-libc).
41800         [build-shared] (link-libc-before-gnulib): New variable.
41801         [build-shared] (link-libc-tests): Likewise.
41802         [build-shared] (link-libc): Define in terms of
41803         $(link-libc-before-gnulib).
41804         [!build-shared] (link-libc-tests): New variable.
41805         (link-libc-static-tests): New variable.
41806         [!gnulib] (gnulib-arch): New variable.
41807         [!gnulib] (gnulib-tests): Likewise.
41808         [!gnulib] (static-gnulib-arch): Likewise.
41809         [!gnulib] (static-gnulib-tests): Likewise.
41810         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
41811         Define with "=" instead of ":=".
41812         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
41813         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
41814         * Rules (binaries-all-notests): New variable.
41815         (binaries-all-tests): Likewise.
41816         (binaries-static-notests): Likewise.
41817         (binaries-static-tests): Likewise.
41818         (binaries-all): Define using $(binaries-all-notests) and
41819         $(binaries-all-tests).
41820         (binaries-static): Define using $(binaries-static-notests) and
41821         $(binaries-static-tests).
41822         (binaries-shared-tests): New variable.
41823         (binaries-shared-notests): Likewise.
41824         (binaries-shared): Remove variable.
41825         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41826         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41827         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41828         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41829         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41830         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41831         * elf/Makefile (sln-modules): New variable.
41832         (extra-objs): Add $(sln-modules:=.o).
41833         (ldconfig-modules): Add static-stubs.
41834         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41835         * elf/static-stubs.c: New file.
41837         [BZ #14283]
41838         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41839         by 7 not 8 to examine high bit of fractional part.  Use volatile
41840         variables when splitting into final array of floats if
41841         __FLT_EVAL_METHOD__ != 0.
41842         * math/libm-test.inc (cos_test): Add another test.
41843         (sin_test): Likewise.
41844         * sysdeps/i386/fpu/libm-test-ulps: Update.
41846         [BZ #14273]
41847         * math/libm-test.inc (cosh_test): Add more tests.
41849         * version.h (RELEASE): Set to "development".
41850         (VERSION): Set to "2.16.90".
41852 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
41854         * NEWS: Update copyright. Remove last-updated date.
41855         Mention math library bug fixes and timezone data changes.
41856         * README: Mention GNU/Hurd, x32, and HPPA support status.
41858 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
41860         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41862 2012-06-27  Andreas Jaeger  <aj@suse.de>
41864         * manual/contrib.texi (Contributors): Add Samuel Thibault.
41866 2012-06-25  Andreas Jaeger  <aj@suse.de>
41868         * sysdeps/s390/fpu/libm-test-ulps: Update.
41870 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
41871             Thomas Schwinge  <thomas@codesourcery.com>
41873         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41874         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41875         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41876         fanotify_mark.
41878 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
41880         * sysdeps/mach/start.c: Remove file.
41881         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41882         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41883         * sysdeps/sh/init-first.c: Likewise.
41885         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41886         registers for frame unwinding purposes, add CFI directives.
41887         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41888         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41889         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41890         Likewise.
41892         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41893         __fortify_fail returning.
41894         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41896         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41897         sysdeps/sh/____longjmp_chk.S.
41898         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41899         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41900         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41901         (gen-as-const-headers): Append sigaltstack-offsets.sym.
41903         * sysdeps/sh/abort-instr.h: New file.
41904         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41905         process in case exit returns.
41907         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41908         initialize the GOT register before use.
41910         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41911         calculation of ARGC > 4.
41913         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41914         meaningful names to some local labels.
41916 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
41917             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41919         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41920         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41921         (__arch_compare_and_exchange_val_16_acq): Likewise.
41922         (__arch_compare_and_exchange_val_32_acq): Likewise.
41923         (atomic_exchange_and_add): Fix gUSA sequence.
41924         (atomic_add): Likewise.
41925         (atomic_add_negative): Likewise.
41926         (atomic_add_zero): Likewise.
41927         (atomic_bit_test_set): Likewise.
41929 2012-06-22  Andreas Schwab  <schwab@redhat.com>
41931         [BZ #13579]
41932         * include/link.h (struct link_map): Add l_free_initfini.
41933         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41934         l_initfini.
41935         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41936         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41937         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41938         set.
41940 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
41942         * configure.in: Use AC_LANG_SOURCE.
41943         * configure: Regenerate.
41945 2012-06-22  Roland McGrath  <roland@hack.frob.com>
41947         * configure.in (libc_cv_localstatedir): New substituted variable.
41948         * configure: Regenerated.
41949         * config.make.in (localstatedir): New variable, substituted from
41950         libc_cv_localstatedir.
41951         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41952         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41953         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41954         * sysdeps/gnu/configure: Regenerated.
41956 2012-06-21  Jeff Law  <law@redhat.com>
41958         [BZ #14277]
41959         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41960         free.  Simplify list management for _LIBC case.
41962 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
41964         [BZ #14273]
41965         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41966         Clear sign bit of 64-bit integer value before comparing against
41967         overflow value.
41969         * sysdeps/mach/configure: Regenerated.
41971 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
41973         [BZ #14278]
41974         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41976 2012-06-21  Jeff Law  <law@redhat.com>
41978         [BZ #13882]
41979         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
41980         uint16_t for elements in the "seen" array to avoid char overflows.
41981         * elf/dl-fini.c (_dl_sort_fini): Likewise.
41982         * elf/dl-open.c (dl_open_worker): Likewise.
41984 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
41986         * scripts/list-sources.sh: Scan PORTS for translations.
41987         * po/libc.pot: Regenerated.
41989 2012-06-21  Andreas Jaeger  <aj@suse.de>
41991         [BZ #12194]
41992         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41993         warning.
41994         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41995         * bits/byteswap-16.h (__bswap_16): Likewise.
41996         * bits/byteswap.h (__bswap_constant_16): Likewise.
41998 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
42000         [BZ #14117]
42001         * sysdeps/i386/fpu_control.h: Removed.
42002         * sysdeps/x86_64/fpu_control.h: Moved to ...
42003         * sysdeps/x86/fpu_control.h: Here.
42005         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
42006         (_FPU_SETCW): Likewise.
42008 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
42010         [BZ #14117]
42011         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
42012         * sysdeps/x86/fpu/bits/mathinline.h: This.
42013         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
42015         [BZ #14050]
42016         [BZ #14117]
42017         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
42018         functions if __x86_64__ is defined.
42020 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
42022         * string/endian.h: Add !__ASSEMBLER__ condition for including
42023         conversion interfaces.
42025 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
42027         [BZ #14241]
42028         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
42029         of ABS(x) in calculating zero to negative powers other than odd
42030         integers.
42031         * math/libm-test.inc (pow_test): Add more tests.
42033 2012-06-15  Andreas Jaeger  <aj@suse.de>
42035         * manual/contrib.texi (Contributors): Update entry of Liubov
42036         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
42037         Machado Filho.
42039 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
42041         * string/string.h: Add __wur to GNU version of strerror_r.
42043 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
42045         [BZ #14229]
42046         * string/Makefile (tests): Add tst-strtok_r.
42047         * string/tst-strtok_r.c: New file.
42048         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
42049         RAX_LP/RDX_LP on SAVE_PTR.
42051 2012-06-14  Roland McGrath  <roland@hack.frob.com>
42053         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
42055 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
42057         * libm_test.inc (csqrt_test): Allow more spurious underflow
42058         exceptions.
42059         (j0_test): Likewise.
42060         (j1_test): Likewise.
42061         (y0_test): Likewise.
42062         (y1_test): Likewise.
42064 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
42066         * po/Makefile (libc.pot): Use UTF-8 charset.
42068 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
42070         [BZ #14210]
42071         Suppress sign-conversion warning from FD_SET.
42072         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
42073         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
42074         not unsigned long int.
42075         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
42077 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
42079         [BZ #14050]
42080         [BZ #14117]
42081         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
42082         __extern_always_inline instead of __extern_inline.
42083         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
42084         (__signbit): Likewise.
42085         (__signbitl): Support C++ namespace.
42086         (lrintf): New inline function.
42087         (lrint): Likewise.
42088         (llrintf): Likewise.
42089         (llrint): Likewise.
42090         (fmaxf): Likewise.
42091         (fmax): Likewise.
42092         (fminf): Likewise.
42093         (fmin): Likewise.
42094         (rint): Likewise.
42095         (rintf): Likewise.
42096         (ceil): Likewise.
42097         (ceilf): Likewise.
42098         (floor): Likewise.
42099         (floorf): Likewise.
42100         (nearbyint): Likewise.
42101         (nearbyintf): Likewise.
42103 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
42105         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
42106         non-default versions.
42108 2012-06-11  Roland McGrath  <roland@hack.frob.com>
42110         [BZ #14218]
42111         * manual/argp.texi (Argp): Reword argp_parse description slightly.
42113 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
42115         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
42116         (FE_UPWARD, FE_DOWNWARD): Don't define.
42117         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
42118         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42120         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
42121         reading it.
42122         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42123         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42125 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42127         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
42128         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
42129         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
42130         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
42132 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
42134         [BZ #14117]
42135         * sysdeps/i386/fpu/bits/fenv.h: Removed.
42136         * sysdeps/i386/fpu/Implies: New file.
42137         * sysdeps/x86_64/fpu/Implies: Likewise.
42138         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
42139         * sysdeps/x86/fpu/bits/fenv.h: This.
42141         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
42142         __SSE_MATH__.
42144 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
42146         [BZ #14134]
42147         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
42148         character 0xffff that matches the last element of the
42149         conversion table.
42151 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42153         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
42154         fmodl commit.
42156 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42158         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
42159         values higher than 25.6283.
42161 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42163         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
42164         subnormal exponent extraction and add some __builtin_expect.
42165         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
42166         Fix for subnormal mantissa calculation.
42168 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
42170         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
42171         cpu2 is -1 and errno is not ENOSYS.
42173 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
42175         [BZ #14117]
42176         * sysdeps/i386/i486/bits/string.h: Renamed to ...
42177         * sysdeps/x86/bits/string.h: This.
42178         * sysdeps/x86_64/bits/string.h: Removed.
42180         * sysdeps/i386/i486/bits/string.h: Define inline functions only
42181         if not compiling for x86-64, but compiling for >= i486.
42183         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
42184         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
42186         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
42187         New macro from Linux kernel 3.4.0.
42188         (FP_XSTATE_MAGIC2): Likewise.
42189         (FP_XSTATE_MAGIC2_SIZE): Likewise.
42190         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
42191         (struct _fpx_sw_bytes): New struct.
42192         (struct _xsave_hdr): Likewise.
42193         (struct _ymmh_state): Likewise.
42194         (struct _xstate): Likewise.
42196         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
42197         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
42198         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
42199         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
42200         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
42201         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
42203         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
42204         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
42205         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
42206         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
42207         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
42208         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
42210 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
42212         [BZ #13743]
42213         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
42214         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
42215         (sysdep_headers): Include sys/platform/ppc.h.
42216         * sysdeps/powerpc/test-gettimebase.c: Test for
42217         __ppc_get_timebase() to catch future ISA opcode/insn changes.
42218         * manual/Makefile (appendices): Include platform.texi.
42219         * manual/contrib.texi (Contributors): Update @node pointers.
42220         * manual/maint.texi (Maintenance): Likewise.
42221         (Platform): New node.
42222         * manual/platform.texi: New file.  Document the new features.
42224 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
42225             Jakub Jelinek  <jakub@redhat.com>
42227         [BZ #14188]
42228         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
42229         where __builtin_expect is unavailable.
42231 2012-06-03  David S. Miller  <davem@davemloft.net>
42233         * stdlib/longlong.h: Updated from GCC.
42235 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
42237         [BZ #14042]
42238         * sysdeps/powerpc/powerpc32/mcount.c: New file.
42239         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
42240         __mcount_internal.
42241         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
42242         (GLIBC_2.16): Likewise.
42244 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42246         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
42248 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42250         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
42251         (default-abi): New variable.
42252         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
42253         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
42254         variable.
42255         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
42256         Likewise.
42257         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
42258         Likewise.
42259         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
42260         Likewise.
42262         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
42263         definition.  Document in comment.
42265 2012-06-01  David S. Miller  <davem@davemloft.net>
42267         * stdlib/longlong.h: Updated from GCC.
42269 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42271         [BZ #14117]
42272         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
42273         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
42274         sys/debugreg.h sys/io.h here.
42275         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
42276         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
42277         sys/io.h.
42278         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
42279         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
42280         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
42281         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
42282         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
42283         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
42285         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
42286         Define only if __x86_64__ is defined.
42288 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
42290         [BZ #14048]
42291         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
42292         Use int64_t for variable i.
42293         * math/libm-test.inc (fmod_test): Add more tests.
42295         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
42296         z computation is not scheduled after fetestexcept.
42297         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
42298         Use math_force_eval instead of asm to ensure calculation scheduled
42299         before exception test.
42300         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
42301         Ensure a1 + u.d computation is not scheduled after fetestexcept.
42303 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
42305         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
42306         computation is not scheduled after fetestexcept.
42308 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
42310         [BZ #14117]
42311         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
42312         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
42314 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42316         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
42317         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
42319 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42321         [BZ #14117]
42322         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
42323         <bits/wordsize.h>.
42324         (__WCHAR_MIN): Support __WORDSIZE == 64.
42325         (__WCHAR_MAX): Likewise.
42327         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
42328         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
42330         [BZ #14183]
42331         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
42332         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
42334         [BZ #14117]
42335         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
42336         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
42338         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
42339         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
42341         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
42342         Defined to 1 if __x86_64__ isn't defined.
42343         (_STAT_VER_LINUX_OLD): New.
42344         (st_atime): Remove duplicate.
42345         (st_mtime): Likewise.
42346         (st_ctime): Likewise.
42348 2012-05-31  David S. Miller  <davem@davemloft.net>
42350         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
42351         entries.
42353 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
42355         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
42356         gen-libm-test.pl.
42358         [BZ #14132]
42359         * elf/dl-reloc.c: Include <_itoa.h>.
42360         (_dl_reloc_bad_type): Remove use of INTUSE.
42361         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
42362         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42363         * stdio-common/psiginfo.c (psiginfo): Likewise.
42364         * stdio-common/psignal.c (psignal): Likewise.
42365         * string/strsignal.c (strsignal): Likewise.
42366         * include/signal.h (_sys_siglist): Declare hidden proto.
42367         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
42368         INTVARDEF with libc_hidden_data_def.
42369         * stdio-common/itoa-udigits.c: Likewise.
42370         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42371         (_itoa_lower_digits_internal): Remove declaration.
42372         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42373         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42374         (_sys_sigabbrev_internal): Remove aliases.
42375         (_sys_siglist): Define hidden alias.
42377 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
42379         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42380         bits/sysctl.h.
42382 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
42384         [BZ #14117]
42385         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42386         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42388         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42389         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42390         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42391         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42392         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42393         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42395         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42396         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42397         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42399         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42400         with __addr.
42401         (insw): Likewise.
42402         (insl): Likewise.
42403         (outsb): Likewise.
42404         (outsw): Likewise.
42405         (outsl): Likewise.
42407         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42408         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42409         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42411         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42412         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42413         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42414         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42415         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42416         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42418         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42419         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42421         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42422         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42424         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42425         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42426         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42428         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42429         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42430         to ...
42431         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42433         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42434         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42435         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42437         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42438         for x86-64.
42439         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42441 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
42443         * math/math.h (M_El): Use two more decimal places.
42444         (M_LOG2El): Likewise.
42445         (M_LOG10El): Likewise.
42446         (M_LN2l): Likewise.
42447         (M_LN10l): Likewise.
42448         (M_PIl): Likewise.
42449         (M_PI_2l): Likewise.
42450         (M_PI_4l): Likewise.
42451         (M_1_PIl): Likewise.
42452         (M_2_PIl): Likewise.
42453         (M_2_SQRTPIl): Likewise.
42454         (M_SQRT2l): Likewise.
42455         (M_SQRT1_2l): Likewise.
42457 2012-05-31  David S. Miller  <davem@davemloft.net>
42459         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42460         values between float registers.
42461         * sysdeps/sparc/sparc64/memset.S: Likewise.
42462         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42464 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
42466         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42467         -D_FORTIFY_SOURCE=1.
42468         (CPPFLAGS-tst-longjmp_chk.c): Define.
42469         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42470         (CPPFLAGS-tst-longjmp_chk2.c): Define.
42471         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42472         CFLAGS-tst-wchar-h.c.
42474 2012-05-31  Marek Polacek  <polacek@redhat.com>
42476         [BZ #14132]
42477         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42478         __endmntent_internal): Remove declaration.
42479         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42480         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42481         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42483 2012-05-30  David S. Miller  <davem@davemloft.net>
42485         * sysdeps/sparc/sparc32/soft-fp/q_util.c
42486         (___Q_simulate_exceptions): Use real FP ops rather than writing
42487         into the %fsr.
42488         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42489         Likewise.
42491 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42493         [BZ #14117]
42494         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42495         * sysdeps/x86/bits/xtitypes.h: This.
42497         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42498         * sysdeps/x86/bits/wordsize.h: This.
42500         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42501         * sysdeps/x86/bits/huge_vall.h: This.
42503         * sysdeps/i386/bits/select.h: Removed.
42504         * sysdeps/x86_64/bits/select.h: Renamed to ...
42505         * sysdeps/x86/bits/select.h: This.
42507         * sysdeps/i386/bits/setjmp.h: Removed.
42508         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42509         * sysdeps/x86/bits/setjmp.h: This.
42511         * sysdeps/i386/bits/mathdef.h: Removed.
42512         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42513         * sysdeps/x86/bits/mathdef.h: This.
42515 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
42517         [BZ #14132]
42518         * include/sys/socket.h (__connect_internal)
42519         (__libc_sa_len_internal): Remove declaration.
42520         (__connect, __libc_sa_len): Declare hidden_proto.
42521         (SA_LEN): Remove use of INTUSE.
42522         * socket/connect.c: Add libc_hidden_def.
42523         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42524         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42525         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42526         alias.
42527         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42528         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42529         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42530         of adding _internal alias.
42532 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42534         [BZ #14117]
42535         * sysdeps/i386/bits/link.h: Removed.
42536         * sysdeps/i386/bits/linkmap.h: Likewise.
42537         * sysdeps/x86_64/bits/link.h: Renamed to ...
42538         * sysdeps/x86/bits/link.h: This.
42539         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42540         * sysdeps/x86/bits/linkmap.h: This.
42542         * sysdeps/i386/bits/endian.h: Removed.
42543         * sysdeps/x86_64/bits/endian.h: Renamed to ...
42544         * sysdeps/x86/bits/endian.h: This.
42546         * sysdeps/i386/bits/byteswap.h: Removed.
42547         * sysdeps/i386/bits/byteswap-16.h: Likewise.
42548         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42549         * sysdeps/x86/bits/byteswap.h: This.
42550         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42551         * sysdeps/x86/bits/byteswap-16.h: This.
42552         * sysdeps/i386/Implies: Add x86.
42553         * sysdeps/x86_64/Implies: Likewise.
42555 2012-05-30  David S. Miller  <davem@davemloft.net>
42557         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42558         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42559         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42560         (FP_TRAPPING_EXCEPTIONS): Define.
42561         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42562         (FP_TRAPPING_EXCEPTIONS): Define.
42563         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42564         subnormals only when inexact has been signalled or underflow
42565         exceptions are enabled.
42566         (_FP_PACK_CANONICAL): Likewise.
42568 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42570         [BZ #14183]
42571         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42572         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42574 2012-05-30  Richard Henderson  <rth@twiddle.net>
42576         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42577         with #ifndef NOT_IN_libc.
42579         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
42580         marked to avoid plt entry.
42582 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
42584         [BZ #14112]
42585         * Makeconfig (default-abi): New macro.
42586         (abi-includes): Likewise.
42587         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
42588         $(abi-$(default-abi)-lib-soname) for soname if defined.
42589         ($(common-objpfx)gnu/lib-names.stmp): Generate from
42590         abi-variants.
42591         * Makefile (installed-stubs): Likewise.
42592         * include/stubs-biarch.h: Removed.
42593         * scripts/lib-names.awk: Only handle one library at a time.
42594         * scripts/soversions.awk: Remove WORDSIZE support.
42595         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42596         entries.
42597         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42598         Removed.
42599         (syscall-list-default-condition): Likewise.
42600         (syscall-list-default-condition): Likewise.
42601         (syscall-list-includes): Likewise.
42602         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42603         syscall-list-* with abi-*.  Handle undefined abi-variants.
42604         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42605         * sysdeps/unix/sysv/linux/i386/Implies: New file.
42606         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42607         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42608         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42609         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42610         Removed.
42611         (syscall-list-32-options): Likewise.
42612         (syscall-list-32-condition): Likewise.
42613         (syscall-list-64-options): Likewise.
42614         (syscall-list-64-condition): Likewise.
42615         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42616         macro.
42617         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42618         Renamed to ...
42619         (abi-*): This.
42620         (abi-64-ld-soname): New macro.
42621         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42622         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42623         Renamed to ...
42624         (abi-*): This.
42625         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42626         * sysdeps/x86_64/x32/shlib-versions: Likewise.
42628 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
42630         * sysdeps/unix/sysv/linux/kernel-features.h
42631         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42632         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42633         include <kernel-features.h>.
42634         [!__NR_ftruncate64]: Remove conditional code.
42635         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42636         [__NR_ftruncate64]: Make code unconditional.
42637         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42638         * sysdeps/unix/sysv/linux/truncate64.c: Do not
42639         include <kernel-features.h>.
42640         [!__NR_ftruncate64]: Remove conditional code.
42641         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42642         [__NR_ftruncate64]: Make code unconditional.
42643         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42644         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42645         include <kernel-features.h>.
42646         [!__NR_ftruncate64]: Remove conditional code.
42647         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42648         [__NR_ftruncate64]: Make code unconditional.
42649         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42650         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42651         include <kernel-features.h>.
42652         [!__NR_ftruncate64]: Remove conditional code.
42653         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42654         [__NR_ftruncate64]: Make code unconditional.
42655         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42657         * configure.in (libc_cv_fpie): Weaken to a compile test using
42658         LIBC_TRY_CC_OPTION.
42659         * configure: Regenerated.
42661 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
42663         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42664         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42665         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42666         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42667         Refreshed.
42668         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42669         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42670         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42672         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42673         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42674         Refreshed.
42676 2012-05-27  David S. Miller  <davem@davemloft.net>
42678         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42679         (___Q_zero): New.
42680         (__Q_simulate_exceptions): Return void.  Change to simulate
42681         exceptions by writing into the %fsr.
42682         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42683         (__Qp_handle_exceptions): Likewise.
42684         (numbers): Delete.
42685         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42686         __Qp_handle_exceptions.
42687         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42688         __Qp_handle_exceptions.
42689         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42690         as unused and give dummy FP_RND_NEAREST initializer.
42691         (FP_INHIBIT_RESULTS): Define.
42692         (___Q_simulate_exceptions): Update declaration.
42693         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42694         formatting.
42695         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42696         as unused and give dummy FP_RND_NEAREST initializer.
42697         (__Qp_handle_exceptions): Update declaration.
42698         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42699         formatting.
42701 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
42703         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42704         the temporary FPU control word.
42705         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42706         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42707         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42708         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42709         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42710         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42711         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42712         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42713         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42714         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42715         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42717 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
42719         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42720         fields.
42722 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
42724         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42725         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42726         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42727         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42728         Likewise.
42729         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42730         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42731         Likewise.
42733 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
42735         * po/h.po: Update from translation team.
42737 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
42739         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42741         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42742         handling of denormals.
42743         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42744         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42745         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42746         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42747         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42748         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42749         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42750         Likewise.
42752 2012-05-26  Marek Polacek  <polacek@redhat.com>
42754         [BZ #14152]
42755         * math/libm-test.inc (fma_test): Don't always expect underflow
42756         exception.
42758 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
42760         [BZ #12416]
42761         * elf/tst-execstack.c: Include stackinfo.h.
42762         (do_test): Adjust test case to ensure that pthread_getattr_np
42763         behaviour remains the same after marking stack executable.
42765 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42767         * sysdeps/unix/sysv/linux/kernel-features.h
42768         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42769         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42770         kernel-features.h.
42771         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42772         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42773         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42774         kernel-features.h.
42775         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42776         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42778 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
42780         * configure.in: Define the default includes to being none.
42781         * configure: Regenerated.
42783 2012-05-25  Roland McGrath  <roland@hack.frob.com>
42785         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42786         * sysdeps/x86_64/setjmp.S: Likewise.
42787         * sysdeps/i386/bsd-setjmp.S: Likewise.
42788         * sysdeps/i386/bsd-_setjmp.S: Likewise.
42789         * sysdeps/i386/setjmp.S: Likewise.
42790         * sysdeps/i386/__longjmp.S: Likewise.
42791         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42792         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42794         * include/stap-probe.h: New file.
42795         * configure.in: Handle --enable-systemtap.
42796         * configure: Regenerated.
42797         * config.h.in (USE_STAP_PROBE): New #undef.
42798         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42799         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42800         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42802 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
42804         [BZ #13717]
42805         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42806         to 2.4.0 where earlier.
42807         * sysdeps/unix/sysv/linux/configure: Regenerated.
42808         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42809         <kernel-features.h>.
42810         [__ASSUME_32BITUIDS]: Make code unconditional.
42811         [!__ASSUME_32BITUIDS]: Remove conditional code.
42812         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42813         <kernel-features.h>.
42814         [__ASSUME_32BITUIDS]: Make code unconditional.
42815         [!__ASSUME_32BITUIDS]: Remove conditional code.
42816         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42817         [__ASSUME_32BITUIDS]: Make code unconditional.
42818         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42819         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42820         <kernel-features.h>.
42821         [__ASSUME_32BITUIDS]: Make code unconditional.
42822         [!__ASSUME_32BITUIDS]: Remove conditional code.
42823         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42824         <kernel-features.h>.
42825         [__ASSUME_32BITUIDS]: Make code unconditional.
42826         [!__ASSUME_32BITUIDS]: Remove conditional code.
42827         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42828         <kernel-features.h>.
42829         [__ASSUME_32BITUIDS]: Make code unconditional.
42830         [!__ASSUME_32BITUIDS]: Remove conditional code.
42831         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42832         <kernel-features.h>.
42833         [__ASSUME_32BITUIDS]: Make code unconditional.
42834         [!__ASSUME_32BITUIDS]: Remove conditional code.
42835         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42836         <kernel-features.h>.
42837         [__ASSUME_32BITUIDS]: Make code unconditional.
42838         [!__ASSUME_32BITUIDS]: Remove conditional code.
42839         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42840         <kernel-features.h>.
42841         [__ASSUME_32BITUIDS]: Make code unconditional.
42842         [!__ASSUME_32BITUIDS]: Remove conditional code.
42843         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42844         <kernel-features.h>.
42845         [__ASSUME_32BITUIDS]: Make code unconditional.
42846         [!__ASSUME_32BITUIDS]: Remove conditional code.
42847         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42848         <kernel-features.h>.
42849         [__ASSUME_32BITUIDS]: Make code unconditional.
42850         [!__ASSUME_32BITUIDS]: Remove conditional code.
42851         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42852         <kernel-features.h>.
42853         [__ASSUME_32BITUIDS]: Make code unconditional.
42854         [!__ASSUME_32BITUIDS]: Remove conditional code.
42855         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42856         <kernel-features.h>.
42857         [__ASSUME_32BITUIDS]: Make code unconditional.
42858         [!__ASSUME_32BITUIDS]: Remove conditional code.
42859         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42860         <kernel-features.h>.
42861         [__NR_setresgid] (__setresgid): Do not declare.
42862         [__ASSUME_32BITUIDS]: Make code unconditional.
42863         [!__ASSUME_32BITUIDS]: Remove conditional code.
42864         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42865         <kernel-features.h>.
42866         [__NR_setresuid] (__setresuid): Do not declare.
42867         [__ASSUME_32BITUIDS]: Make code unconditional.
42868         [!__ASSUME_32BITUIDS]: Remove conditional code.
42869         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42870         <kernel-features.h>.
42871         [__ASSUME_32BITUIDS]: Make code unconditional.
42872         [!__ASSUME_32BITUIDS]: Remove conditional code.
42873         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42874         <kernel-features.h>.
42875         [__ASSUME_32BITUIDS]: Make code unconditional.
42876         [!__ASSUME_32BITUIDS]: Remove conditional code.
42877         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42878         <kernel-features.h>.
42879         [__ASSUME_32BITUIDS]: Make code unconditional.
42880         [!__ASSUME_32BITUIDS]: Remove conditional code.
42881         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42882         <kernel-features.h>.
42883         [__ASSUME_32BITUIDS]: Make code unconditional.
42884         [!__ASSUME_32BITUIDS]: Remove conditional code.
42885         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42886         <kernel-features.h>.
42887         [__ASSUME_32BITUIDS]: Make code unconditional.
42888         [!__ASSUME_32BITUIDS]: Remove conditional code.
42889         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42890         <kernel-features.h>.
42891         [__ASSUME_32BITUIDS]: Make code unconditional.
42892         [!__ASSUME_32BITUIDS]: Remove conditional code.
42893         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42894         <kernel-features.h>.
42895         [__ASSUME_32BITUIDS]: Make code unconditional.
42896         [!__ASSUME_32BITUIDS]: Remove conditional code.
42897         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42898         <kernel-features.h>.
42899         [__ASSUME_32BITUIDS]: Make code unconditional.
42900         [!__ASSUME_32BITUIDS]: Remove conditional code.
42901         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42902         <kernel-features.h>.
42903         [__ASSUME_32BITUIDS]: Make code unconditional.
42904         [!__ASSUME_32BITUIDS]: Remove conditional code.
42905         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42906         <kernel-features.h>.
42907         [__ASSUME_32BITUIDS]: Make code unconditional.
42908         [!__ASSUME_32BITUIDS]: Remove conditional code.
42909         * sysdeps/unix/sysv/linux/kernel-features.h
42910         (__ASSUME_SETRESUID_SYSCALL): Remove.
42911         (__ASSUME_SETRESGID_SYSCALL): Likewise.
42912         (__ASSUME_32BITUIDS): Likewise.
42913         (__ASSUME_LDT_WORKS): Likewise.
42914         (__ASSUME_O_DIRECTORY): Likewise.
42915         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42916         architecture but not kernel version.
42917         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42918         (__ASSUME_MMAP2_SYSCALL): Likewise.
42919         (__ASSUME_STAT64_SYSCALL): Likewise.
42920         (__ASSUME_IPC64): Likewise.
42921         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42922         <kernel-features.h>.
42923         [__ASSUME_32BITUIDS]: Make code unconditional.
42924         [!__ASSUME_32BITUIDS]: Remove conditional code.
42925         * sysdeps/unix/sysv/linux/opendir.c: Do not include
42926         <kernel-features.h>.
42927         [__ASSUME_O_DIRECTORY]: Make code unconditional.
42928         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42929         132096]: Remove conditional code.
42930         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42931         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42932         <kernel-features.h>.
42933         [__ASSUME_32BITUIDS]: Make code unconditional.
42934         [!__ASSUME_32BITUIDS]: Remove conditional code.
42935         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42936         <kernel-features.h>.
42937         [__ASSUME_32BITUIDS]: Make code unconditional.
42938         [!__ASSUME_32BITUIDS]: Remove conditional code.
42939         * sysdeps/unix/sysv/linux/setegid.c: Do not include
42940         <kernel-features.h>.
42941         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42942         unconditional.
42943         (__setresgid): Do not declare.
42944         [__ASSUME_32BITUIDS]: Make code unconditional.
42945         [!__ASSUME_32BITUIDS]: Remove conditional code.
42946         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42947         <kernel-features.h>.
42948         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42949         unconditional.
42950         (__setresuid): Do not declare.
42951         [__ASSUME_32BITUIDS]: Make code unconditional.
42952         [!__ASSUME_32BITUIDS]: Remove conditional code.
42953         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42954         <kernel-features.h>.
42955         [__ASSUME_32BITUIDS]: Make code unconditional.
42956         [!__ASSUME_32BITUIDS]: Remove conditional code.
42957         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42958         <kernel-features.h>.
42959         [__ASSUME_32BITUIDS]: Make code unconditional.
42960         [!__ASSUME_32BITUIDS]: Remove conditional code.
42962 2012-05-25  Richard Henderson  <rth@twiddle.net>
42964         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42965         dl_hwcap to ifunc resolver.
42966         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42967         elf_ifunc_invoke.
42968         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42969         dl_hwcap to ifunc resolver.
42970         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42972 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42974         [BZ #14153]
42975         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42976         for |x| <= 2**-26, not 2**-57.
42977         * math/libm-test.inc (acos_test): Do not allow spurious underflow
42978         exception.
42980 2012-05-24  Jeff Law  <law@redhat.com>
42982         * stdio-common/Makefile (tests): Add bug25.
42983         * stdio-common/bug25.c: New test.
42985 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
42987         [BZ #13576]
42988         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42989         multiple of MALLOC_ALIGNMENT in size.
42990         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42992 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
42994         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42995         Require >= 256.
42996         (FILENAME_MAX): Use macro-int-constant.
42997         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
42998         (_IOFBF): Use macro-int-constant.
42999         (_IOLBF): Likewise.
43000         (_IONBF): Likewise.
43001         (SEEK_CUR): Likewise.
43002         (SEEK_END): Likewise.
43003         (SEEK_SET): Likewise.
43004         (TMP_MAX): Likewise.
43005         (EOF): Use macro-int-constant.  Require < 0.
43006         (NULL): Use macro-constant.  Require == 0.
43007         (stdin): Require type to be FILE *.
43008         (stdout): Likewise.
43009         (stderr): Likewise.
43010         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
43011         macro-int-constant.
43012         (EXIT_SUCCESS): Likewise.
43013         (NULL): Use macro-constant.  Require == 0.
43014         (RAND_MAX): Use macro-int-constant.
43015         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
43016         [C99-based standards] (strtof): Require function.
43017         [C99-based standards] (strtold): Likewise.
43018         [C99-based standards] (strtoll): Likewise.
43019         [C99-based standards] (strtoull): Likewise.
43020         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
43021         [ISO || ISO99 || ISO11] (limits.h): Likewise.
43022         [ISO || ISO99 || ISO11] (math.h): Likewise.
43023         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
43024         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
43025         [ISO || ISO99 || ISO11] (*_t): Do not allow.
43027 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
43029         [BZ #14132]
43030         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
43031         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
43032         * intl/dgettext.c (DCGETTEXT): Likewise.
43033         * intl/gettext.c (DCGETTEXT): Likewise.
43034         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
43035         * posix/regex_internal.h (gettext): Likewise.
43036         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
43037         Remove declaration.
43038         * include/argz.h (__argz_count_internal)
43039         (__argz_stringify_internal): Remove declaration.
43040         (__argz_count, __argz_stringify): Declare hidden proto.
43041         * intl/dcgettext.c: Remove use of INTDEF.
43042         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
43043         * string/argz-stringify.c: Likewise.
43044         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43045         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43046         Declare hidden proto.
43047         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
43048         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
43049         Declare hidden proto.
43050         * include/stdio.h (__asprintf_internal): Don't declare.
43051         (__asprintf): Don't define as macro.  Declare hidden proto.
43052         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
43053         (__fsetlocking): Declare hidden proto.
43054         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
43055         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
43056         hidden proto.
43057         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
43058         (_IO_setlinebuf): Remove use of INTUSE.
43059         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
43060         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
43061         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
43062         Remove declaration.
43063         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
43064         (_IO_do_flush): Remove use of INTUSE.
43065         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
43066         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
43067         (_IO_adjust_column, _IO_least_wmarker)
43068         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
43069         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
43070         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
43071         (_IO_default_doallocate, _IO_wdefault_doallocate)
43072         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
43073         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
43074         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
43075         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
43076         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
43077         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
43078         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
43079         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
43080         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
43081         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
43082         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
43083         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
43084         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
43085         proto.
43086         (_IO_flush_all_internal, _IO_adjust_column_internal)
43087         (_IO_default_uflow_internal, _IO_default_finish_internal)
43088         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
43089         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
43090         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
43091         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
43092         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
43093         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
43094         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
43095         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
43096         (_IO_file_close_internal, _IO_file_close_it_internal)
43097         (_IO_file_underflow_internal, _IO_file_overflow_internal)
43098         (_IO_file_init_internal, _IO_file_attach_internal)
43099         (_IO_file_fopen_internal, _IO_file_read_internal)
43100         (_IO_file_sync_internal, _IO_file_seek_internal)
43101         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
43102         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
43103         (_IO_str_underflow_internal, _IO_str_overflow_internal)
43104         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
43105         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
43106         (_IO_list_all_internal, _IO_link_in_internal)
43107         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
43108         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
43109         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
43110         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
43111         (_IO_do_write_internal, _IO_padn_internal)
43112         (_IO_getline_info_internal, _IO_getline_internal)
43113         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
43114         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
43115         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
43116         (_IO_vfscanf_internal, _IO_vfprintf_internal)
43117         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
43118         (_IO_init_internal, _IO_un_link_internal): Don't declare.
43119         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
43120         with libc_hidden_ver, remove use of INTUSE.
43121         * libio/genops.c: Likewise.
43122         * libio/freopen.c: Likewise.
43123         * libio/freopen64.c: Likewise.
43124         * libio/iofclose.c: Likewise.
43125         * libio/iofdopen.c: Likewise.
43126         * libio/iofflush.c: Likewise.
43127         * libio/iofflush_u.c: Likewise.
43128         * libio/iofgets.c: Likewise.
43129         * libio/iofgets_u.c: Likewise.
43130         * libio/iofopen.c: Likewise.
43131         * libio/iofopncook.c: Likewise.
43132         * libio/iofread.c: Likewise.
43133         * libio/iofread_u.c: Likewise.
43134         * libio/ioftell.c: Likewise.
43135         * libio/iofwrite.c: Likewise.
43136         * libio/iogetline.c: Likewise.
43137         * libio/iogets.c: Likewise.
43138         * libio/iogetwline.c: Likewise.
43139         * libio/iopadn.c: Likewise.
43140         * libio/iopopen.c: Likewise.
43141         * libio/ioseekoff.c: Likewise.
43142         * libio/ioseekpos.c: Likewise.
43143         * libio/iosetbuffer.c: Likewise.
43144         * libio/iosetvbuf.c: Likewise.
43145         * libio/ioungetc.c: Likewise.
43146         * libio/ioungetwc.c: Likewise.
43147         * libio/iovdprintf.c: Likewise.
43148         * libio/iovsprintf.c: Likewise.
43149         * libio/iovsscanf.c: Likewise.
43150         * libio/memstream.c: Likewise.
43151         * libio/obprintf.c: Likewise.
43152         * libio/oldfileops.c: Likewise.
43153         * libio/oldiofclose.c: Likewise.
43154         * libio/oldiofdopen.c: Likewise.
43155         * libio/oldiofopen.c: Likewise.
43156         * libio/oldiopopen.c: Likewise.
43157         * libio/oldstdfiles.c: Likewise.
43158         * libio/putc.c: Likewise.
43159         * libio/setbuf.c: Likewise.
43160         * libio/setlinebuf.c: Likewise.
43161         * libio/stdfiles.c: Likewise.
43162         * libio/strops.c: Likewise.
43163         * libio/vasprintf.c: Likewise.
43164         * libio/vscanf.c: Likewise.
43165         * libio/vsnprintf.c: Likewise.
43166         * libio/vswprintf.c: Likewise.
43167         * libio/wfiledoalloc.c: Likewise.
43168         * libio/wfileops.c: Likewise.
43169         * libio/wgenops.c: Likewise.
43170         * libio/wmemstream.c: Likewise.
43171         * libio/wstrops.c: Likewise.
43172         * libio/__fpurge.c: Likewise.
43173         * libio/__fsetlocking.c: Likewise.
43174         * assert/assert.c: Likewise.
43175         * debug/fgets_chk.c: Likewise.
43176         * debug/fgets_u_chk.c: Likewise.
43177         * debug/fread_chk.c: Likewise.
43178         * debug/fread_u_chk.c: Likewise.
43179         * debug/gets_chk.c: Likewise.
43180         * debug/obprintf_chk.c: Likewise.
43181         * debug/vasprintf_chk.c: Likewise.
43182         * debug/vdprintf_chk.c: Likewise.
43183         * debug/vsnprintf_chk.c: Likewise.
43184         * debug/vsprintf_chk.c: Likewise.
43185         * malloc/mtrace.c: Likewise.
43186         * misc/error.c: Likewise.
43187         * misc/syslog.c: Likewise.
43188         * stdio-common/asprintf.c: Likewise.
43189         * stdio-common/fxprintf.c: Likewise.
43190         * stdio-common/getw.c: Likewise.
43191         * stdio-common/isoc99_fscanf.c: Likewise.
43192         * stdio-common/isoc99_scanf.c: Likewise.
43193         * stdio-common/isoc99_vfscanf.c: Likewise.
43194         * stdio-common/isoc99_vscanf.c: Likewise.
43195         * stdio-common/isoc99_vsscanf.c: Likewise.
43196         * stdio-common/printf-prs.c: Likewise.
43197         * stdio-common/printf_fp.c: Likewise.
43198         * stdio-common/printf_fphex.c: Likewise.
43199         * stdio-common/printf_size.c: Likewise.
43200         * stdio-common/putw.c: Likewise.
43201         * stdio-common/scanf.c: Likewise.
43202         * stdio-common/sprintf.c: Likewise.
43203         * stdio-common/tmpfile.c: Likewise.
43204         * stdio-common/vfprintf.c: Likewise.
43205         * stdio-common/vfscanf.c: Likewise.
43206         * stdlib/strfmon_l.c: Likewise.
43207         * sunrpc/openchild.c: Likewise.
43208         * sunrpc/xdr_stdio.c: Likewise.
43209         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
43210         * sysdeps/mach/hurd/tmpfile.c: Likewise.
43212 2012-05-24  Roland McGrath  <roland@hack.frob.com>
43214         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43216         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
43217         in the third column, to generate for the shared library an IFUNC
43218         that uses _dl_vdso_vsym.
43219         * Makerules (COMPILE.c, compile-stdin.c): New variables.
43220         * Makeconfig (object-suffixes-noshared): New variable.
43222         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
43223         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
43224         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
43225         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
43227         [BZ #14132]
43228         * include/sys/time.h (__gettimeofday): Remove macro.
43229         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
43230         * time/gettimeofday.c (__gettimeofday): Remove #undef.
43231         Remove INTDEF.
43232         (__gettimeofday): Add libc_hidden_def.
43233         (gettimeofday): Add libc_hidden_weak.
43234         * sysdeps/mach/gettimeofday.c: Likewise.
43235         * sysdeps/posix/gettimeofday.c: Likewise.
43236         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
43237         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
43238         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
43239         (__gettimeofday_internal): Remove strong_alias.
43240         (__gettimeofday): Add libc_hidden_def.
43241         (gettimeofday): Add libc_hidden_weak.
43242         * sysdeps/unix/syscalls.list (gettimeofday):
43243         Remove __gettimeofday_internal alias.
43245 2012-05-24  Daniel Jacobowitz  <drow@false.org>
43246             H.J. Lu  <hongjiu.lu@intel.com>
43248         [BZ #12495]
43249         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
43250         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
43251         (largebin_index_32_big): New.
43252         (largebin_index): Use it for 16-byte alignment.
43253         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
43254         correction with front_misalign.
43256 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
43258         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
43259         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
43260         Likewise.
43261         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
43262         Likewise.
43263         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
43264         Likewise.
43265         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
43266         Likewise.
43267         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
43268         Likewise.
43269         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
43270         Likewise.
43271         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
43272         Likewise.
43273         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
43274         Likewise.
43275         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
43276         Likewise.
43277         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
43278         Likewise.
43279         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
43280         Likewise.
43281         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
43282         Likewise.
43284         * scripts/data/c++-types-x32-linux-gnu.data: New file.
43285         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
43287 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
43289         [BZ #10846]
43290         [BZ #14036]
43291         * math/libm-test.inc (exp_test): Add test from bug 14036.
43292         (pow_test): Add test from bug 10846.
43294         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
43295         and other flags.
43296         (special_function): Do not include flags in test name.
43297         (parse_args): Likewise.
43298         * sysdeps/i386/fpu/libm-test-ulps: Update.
43299         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
43300         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
43301         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
43302         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43304         * math/gen-libm-test.pl (%beautify): Add entries for underflow
43305         exceptions.
43306         * math/libm-test.inc ("Philosophy"): Update comment about
43307         exception testing.
43308         (UNDERFLOW_EXCEPTION): New macro.
43309         (UNDERFLOW_EXCEPTION_OK): Likewise.
43310         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
43311         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
43312         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
43313         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
43314         (INVALID_EXCEPTION_OK): Update value.
43315         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
43316         (OVERFLOW_EXCEPTION_OK): Likewise.
43317         (IGNORE_ZERO_INF_SIGN): Likewise.
43318         (test_exceptions): Handle underflow exceptions.
43319         (acos_test): Update for underflow exception expectations.
43320         (cexp_test): Likewise.
43321         (clog_test): Likewise.
43322         (clog10_test): Likewise.
43323         (csqrt_test): Likewise.
43324         (ctan_test): Likewise.
43325         (ctanh_test): Likewise.
43326         (exp_test): Likewise.
43327         (exp10_test): Likewise.
43328         (exp2_test): Likewise.
43329         (expm1_test): Likewise.
43330         (fma_test): Likewise.
43331         (j0_test): Likewise.
43332         (jn_test): Likewise.
43333         (nexttoward_test): Likewise.
43334         (pow_test): Likewise.
43335         (scalbn_test): Likewise.
43336         (scalbln_test): Likewise.
43337         (tan_test): Likewise.
43338         (y1_test): Likewise.
43339         * sysdeps/i386/fpu/libm-test-ulps: Update.
43340         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43342 2012-05-23  David S. Miller  <davem@davemloft.net>
43344         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
43345         (__libc_sigaction): Remove unused local variables.
43347 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43349         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
43351 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
43353         mktime: avoid signed integer overflow
43354         * time/mktime.c (__mktime_internal): Do not mishandle the case
43355         where diff == INT_MIN.
43357         mktime: simplify computation of average
43358         * time/mktime.c (ranged_convert): Use new time_t_avg function
43359         instead of rolling our own (probably-slower) code.
43361         mktime: do not assume signed right shift propagates sign bit
43362         * time/mktime.c (isdst_differ): New static function.
43363         (__mktime_internal): No need to normalize tm_isdst now.
43364         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43365         tm_isdst values.
43367         mktime: merge another wrapv change from gnulib
43368         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43369         from some compilers.
43371         mktime: remove incorrect attempt at unusual arithmetics
43372         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43373         The code didn't really work on such machines anyway.
43374         (TYPE_MINIMUM): Assume two's complement.
43375         (twos_complement_arithmetic): Verify that long_int and time_t
43376         are two's complement (or unsigned, in the latter case).
43378         mktime: check signed shifts on long_int and time_t, too
43379         * time/mktime.c (SHR): Check that shifts work as desired
43380         on the types long_int and time_t too, as SHR is used on
43381         such types.
43383         mktime: do not assume 'long' is wide enough
43384         * time/mktime.c (verify): Move decl up.
43385         (long_int): New type.
43386         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43387         to remove assumption in the code that 'long' is wide enough to
43388         store year values.  This assumption is not true on x32 and on
43389         some non-glibc platforms.
43391         mktime: merge wrapv change from gnulib
43392         * time/mktime.c (WRAPV): New macro.
43393         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43394         (guess_time_tm, __mktime_internal): Do not assume that signed
43395         integer overflow wraps around; modern compilers generate code
43396         where this assumption is no longer valid.
43398 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43400         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43401         Replace "jmp L(pseudo_end)" with "ret".
43402         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43403         Likewise.
43405 2012-05-23  Andreas Jaeger  <aj@suse.de>
43407         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43408         * sysdeps/unix/sysv/linux/poll.c: Remove file.
43410 2012-05-23  Andreas Jaeger  <aj@suse.de>
43411             Maximilian Attems  <max@stro.at>
43413         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43414         New macros.
43416 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
43418         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43419         code so that pseudo_end is just ret and the stack pointer is
43420         correct also for static library in error case.
43422 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
43424         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43425         move to syscalls.list.
43426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43431         * manual/install.texi (Running make install): Do not mention Linux
43432         kernel version for which pt_chown is not needed.
43433         (Linux): Do not mention problems with nscd with 2.0 kernels.
43434         * INSTALL: Regenerated.
43436 2012-05-23  Andreas Jaeger  <aj@suse.de>
43438         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43439         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43440         macro.
43441         * sysdeps/unix/sysv/linux/s390/bits/mman.h
43442         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43443         * sysdeps/unix/sysv/linux/sh/bits/mman.h
43444         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43445         * sysdeps/unix/sysv/linux/i386/bits/mman.h
43446         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43447         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43448         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43449         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43450         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43451         * sysdeps/unix/sysv/linux/bits/in.h
43452         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43454 2012-05-22  Roland McGrath  <roland@hack.frob.com>
43456         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43457         (PREPARE_VERSION): Just use assert instead, it will be elided
43458         under [NDEBUG] anyway.
43460 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43462         * sysdeps/unix/sysv/linux/Makefile: Include
43463         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
43464         (sysdep_routines): Remove sysctl.
43465         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43466         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43467         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43468         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43469         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43471 2012-05-22  Andreas Jaeger  <aj@suse.de>
43473         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43474         that pseudo_end is just ret and the stack pointer is correct also
43475         for static library in error case.
43477 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
43479         [BZ #14122]
43480         * nss/nsswitch.c (defconfig_entries): New variable.
43481         (__nss_database_lookup): Don't leak defconfig entries.
43482         (nss_parse_service_list): Don't leak on error paths.
43483         (free_database_entries): New function.
43484         (free_defconfig): New function.
43485         (free_mem): Move common code to free_database_entries.
43487 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43489         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43490         Add arch_prctl.
43491         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43493         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43494         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43495         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43496         New macro.
43497         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43498         (INTERNAL_SYSCALL_TYPES): Likewise.
43499         (LOAD_ARGS_TYPES_[1-6]): Likewise.
43500         (LOAD_REGS_TYPES_[1-6]): Likewise.
43501         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43502         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43504 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43506         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43507         copysignl for GLIBC_2_0.
43508         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43509         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43510         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43511         logbl for GLIBC_2_0.
43512         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43513         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43515 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43517         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43518         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
43520         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43521         Use "neg %eax".
43523         * time/mktime.c: Update copyright years.
43525 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
43527         mktime: merge comment-quoting-style change from gnulib
43528         * time/mktime.c: Quote 'like this' in comments.
43529         The GNU coding standards suggest that we no longer quote `like this',
43530         as "`" and "'" are typically rendered asymmetrically nowadays.
43531         The typical gnulib style is to quote 'like this' when quoting
43532         code, and "like this" when quoting English.
43534         * time/mktime.c (compile-command): Add "-I.".
43536         mktime: merge mktime-internal.h change from gnulib
43537         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43539         mktime: merge time_r change from gnulib
43540         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43542         mktime: merge DEBUG change from gnulib
43543         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43544         case system <time.h> has a #define.
43546         mktime: merge <sys/types.h> change from gnulib
43547         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43548         since <time.t> is now guaranteed to define time_t.
43550         mktime: merge HAVE_CONFIG_H change from gnulib
43551         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43553 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
43555         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43556         Use "neg %eax".
43558         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43559         __rlim_t cast.
43560         (struct rusage): Use anonymous union to pad each field to
43561         __syscall_slong_t.
43563 2012-05-21  David S. Miller  <davem@davemloft.net>
43565         * Makefules (o-iterator): Remove .s cases.
43566         (compile-command.s): Delete.
43567         (COMPILE.s): Delete.
43568         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43570 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
43572         * configure.in (libc_cv_predef_stack_protector): Only consider
43573         "foobar" and "__stack_chk_fail" lines in libc_undefs.
43574         * configure: Regenerated.
43576 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43578         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43579         New macro.  Use R*LP on int and pointer.
43580         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
43581         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43582         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
43583         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43585         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43586         [__WORDSIZE_TIME64_COMPAT32] instead of
43587         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43588         (struct utmp): Likewise.
43589         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43590         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43591         Renamed to ...
43592         (__WORDSIZE_TIME64_COMPAT32): This.
43593         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43594         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43595         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43596         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43597         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43598         (__WORDSIZE_TIME64_COMPAT32): New macro.
43600 2012-05-21  Andreas Jaeger  <aj@suse.de>
43602         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43603         only if [SHARED]. Add prototype for __wcschr_ia32.
43605 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43607         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43608         of %rbp unmolested in the jmp_buf while mangling the low bits.
43609         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43610         unmolested high bits of %rbp while demangling the low bits.
43611         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43613 2012-05-21  Andreas Jaeger  <aj@suse.de>
43615         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43616         * sunrpc/svc_simple.c: Use it for registerrpc.
43617         * sunrpc/xcrypt.c: Use it for passwd2des.
43619         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43621 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43623         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43624         Don't define if [__SYSCALL_WORDSIZE != 32].
43625         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43626         New macro.
43628 2012-05-21  Bruno Haible  <bruno@clisp.org>
43629             Andreas Jaeger  <aj@suse.de>
43631         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43632         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43633         inptr and inend for must_buffer_ch.
43634         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43635         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43636         * stdio-common/Makefile (tests): Remove bug15.
43637         (bug15-ENV): Remove macro.
43638         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43639         anymore.
43641 2012-05-19  Andreas Jaeger  <aj@suse.de>
43642             Roland McGrath  <roland@hack.frob.com>
43644         * manual/contrib.texi: Completely rewritten. It contains now an
43645         alphabetical list of contributors and their contributions.
43647 2012-05-21  Richard Henderson  <rth@twiddle.net>
43649         * misc/getauxval.c (__getauxval): Use unsigned long int.
43650         * misc/sys/auxv.h: Include <sys/cdefs.h>.
43651         (getauxval): Use unsigned long int.
43653 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
43655         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43657 2012-05-21  Roland McGrath  <roland@hack.frob.com>
43659         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43660         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43661         __alignof__ (long double).
43663 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43665         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43667 2012-05-20  Richard Henderson  <rth@twiddle.net>
43669         * misc/getauxval.c: New file.
43670         * misc/sys/auxv.h: New file.
43671         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43672         (routines): Add getauxval.
43673         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43674         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43675         * elf/dl-sysdep.c (_dl_auxv): Remove.
43676         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43677         * elf/dl-support.c (_dl_auxv): New variable.
43678         (_dl_aux_init): Initialize it.
43679         * manual/startup.texi (Auxiliary Vector): New node.
43680         * sysdeps/generic/bits/hwcap.h: New file.
43681         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43682         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
43683         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43684         * sysdeps/sparc/sysdep.h: ... here.  Include it.
43685         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43686         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
43687         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43688         Update.
43689         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43690         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43691         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43692         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43693         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43694         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43695         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43696         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43698 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43700         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43702 2012-05-19  David S. Miller  <davem@davemloft.net>
43704         * sysdeps/sparc/fpu/libm-test-ulps: Update.
43706 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43708         [BZ #14123]
43709         * math/s_ccosh.c: Include <float.h>
43710         (__ccosh): Avoid internal overflow calculating sinh and cosh
43711         values before multiplying by sin and cos values.
43712         * math/s_ccoshf.c: Likewise.
43713         * math/s_ccoshl.c: Likewise.
43714         * math/s_csin.c: Likewise.
43715         * math/s_csinf.c: Likewise.
43716         * math/s_csinl.c: Likewise.
43717         * math/s_csinh.c: Likewise.
43718         * math/s_csinhf.c: Likewise.
43719         * math/s_csinhl.c: Likewise.
43720         * math/libm-test.inc (ccos_test): Add more tests.
43721         (ccosh_test): Likewise.
43722         (csin_test): Likewise.
43723         (csinh_test): Likewise.
43724         * sysdeps/i386/fpu/libm-test-ulps: Update.
43725         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43727 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
43729         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43730         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43732         * sysdeps/x86_64/x32/_itoa.h: Add comment.
43734 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
43736         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43737         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43738         * sysdeps/powerpc/soft-fp/Versions: Likewise.
43739         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43740         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43741         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43742         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43743         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43744         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43745         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43746         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43747         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43748         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43749         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43750         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43751         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43752         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43753         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43754         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43755         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43756         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43757         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43758         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43759         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43760         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43761         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43762         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43763         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43764         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43765         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43766         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43768 2012-05-18  Andreas Jaeger  <aj@suse.de>
43770         * csu/.gitignore: Delete.
43772 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43774         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43775         (timex): Use __syscall_slong_t.
43777 2012-05-18  Andreas Jaeger  <aj@suse.de>
43778             Carlos O'Donell  <carlos_odonell@mentor.com>
43780         * manual/install.texi (Configuring and compiling): Update
43781         description about files modified in the source directory.
43782         * INSTALL: Regenerated.
43784 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43786         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43787         value.  Use "or" to set return value to -1.
43788         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43789         negate return value.
43791 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
43793         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43794         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
43795         failure if the compiler has Graphite support disabled.
43796         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43797         Likewise.
43798         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43799         (CFLAGS-memmove.c): Likewise.
43800         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43801         Likewise.
43803 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
43805         * sysdeps/x86_64/x32/_itoa.h: New file.
43807         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43808         getdents system call only if kernel and user dirents have the
43809         same d_ino and d_off.
43811         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43812         LLONG_MAX != LONG_MAX.
43813         (_itoa_word): Use _ITOA_WORD_TYPE on value.
43814         (_fitoa_word): Likewise.
43816         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43817         years.
43818         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43819         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43820         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43822         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43823         include <bits/wordsize.h>.  Check __x86_64__ instead of
43824         __WORDSIZE.
43825         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43826         if __x86_64__ is defined.  Use anonymous union on fpstate.
43828         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43829         anonymous union.
43831 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
43833         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43834         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43835         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43836         Refer to _rtld_local_ro instead of _rtld_global_ro.
43837         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43838         Likewise.
43839         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43840         Likewise.
43841         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43842         Likewise.
43843         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43844         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43845         of _rtld_global, and rtld_progname instead of _dl_argv[0].
43847         * sysdeps/powerpc/powerpc32/dl-machine.c
43848         (__elf_machine_runtime_setup) [PROF]: Don't reference
43849         _dl_prof_resolve.
43851 2012-05-18  Andreas Jaeger  <aj@suse.de>
43853         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43854         function only available for GCCs before 3.4 since GCC 3.4
43855         introduced a builtin.
43856         (lrint): Likewise.
43857         (llrintf): Likewise.
43858         (llrint): Likewise.
43859         (fmaxf): Likewise.
43860         (fmax): Likewise.
43861         (fminf): Likewise.
43862         (fmin): Likewise.
43863         (rint): Likewise.
43864         (rintf): Likewise.
43865         (nearbyint): Likewise.
43866         (nearbyintf): Likewise.
43867         (ceil): Likewise.
43868         (ceilf): Likewise.
43869         (floor): Likewise.
43870         (floorf): Likewise.
43872 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43874         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43875         on both fields and cast pointer to __syscall_ulong_t.
43877         * bits/types.h (__fsword_t): New type.
43878         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43879         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43880         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43881         (__FSWORD_T_TYPE): Likewise.
43882         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43883         (__FSWORD_T_TYPE): Likewise.
43884         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43885         (__FSWORD_T_TYPE): Likewise.
43886         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43887         (__FSWORD_T_TYPE): Likewise.
43888         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43889         __SWORD_TYPE with __fsword_t.
43890         (statfs64): Likewise.
43892 2012-05-17  David S. Miller  <davem@davemloft.net>
43894         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43896 2012-05-17  Andreas Jaeger  <aj@suse.de>
43898         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43899         warning.
43901 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43903         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43905 2012-05-17  Andreas Jaeger  <aj@suse.de>
43907         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43908         when it is used.
43910 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43912         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43914 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
43916         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43917         * sysdeps/x86_64/tst-mallocalign1.c: New file.
43919 2012-05-17  Andreas Jaeger  <aj@suse.de>
43920             Carlos O'Donell  <carlos_odonell@mentor.com>
43922         [BZ #14059]
43923         * sysdeps/x86_64/multiarch/init-arch.h
43924         (bit_YMM_Usable): Rename to...
43925         (bit_AVX_Usable): ... this.
43926         (bit_FMA4_Usable): New macro.
43927         (bit_XMM_state): New macro.
43928         (bit_YMM_state): New macro.
43929         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43930         [__ASSEMBLER__] (index_AVX_Usable): ... this.
43931         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43932         (CPUID_OSXSAVE): New macro.
43933         (CPUID_AVX): New macro.
43934         (CPUID_FMA4): New macro.
43935         (index_YMM_Usable): Rename to...
43936         (index_AVX_Usable): ... this.
43937         (HAS_AVX): Use HAS_ARCH_FEATURE.
43938         (HAS_FMA4): Likewise.
43939         (HAS_YMM_USABLE): Remove.
43940         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43941         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43942         are present.
43943         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43944         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43945         * sysdeps/x86_64/multiarch/Makefile: Likewise.
43946         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43947         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43949 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
43951         * math/libm-test.c: Support platforms without multiple rounding modes.
43952         * math/bug-nextafter.c: Support platforms without FP exceptions.
43953         * math/bug-nexttoward.c: Likewise.
43954         * math/test-fenv.c: Likewise.
43955         * math/test-misc.c: Likewise.
43956         * stdlib/bug-getcontext.c: Likewise.
43958 2012-05-17  Andreas Jaeger  <aj@suse.de>
43960         * manual/examples/search.c (critter_cmp): Change signature to
43961         avoid warnings.
43962         * manual/string.texi (Collation Functions): Likewise.
43964 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
43966         * bits/types.h: Fold copyright years.
43967         * bits/typesizes.h: Likewise.
43968         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43969         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43970         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43971         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43972         * time/time.h: Likewise.
43974 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
43976         [BZ #208]
43977         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43978         in instead of returning them.  Return void.
43979         (__libc_mallinfo): Accumulate over all arenas.
43980         (__malloc_stats): Adjust for change in int_mallinfo interface.
43982 2012-05-16  Roland McGrath  <roland@hack.frob.com>
43984         [BZ #10375]
43985         * configure.in (NM): Add AC_CHECK_TOOL for it.
43986         (libc_extra_cflags): New substituted variable.
43987         Check for -fstack-protector being used implicitly.
43988         * configure: Regenerated.
43989         * config.make.in (config-extra-cflags): New variable,
43990         gets @libc_extra_cflags@.
43991         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43993         [BZ #10375]
43994         * configure.in: Check for _FORTIFY_SOURCE being predefined.
43995         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43996         * configure: Regenerated.
43997         * config.make.in (CPPUNDEFS): New substituted variable.
43998         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43999         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
44000         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
44002 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44004         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
44005         (mq_attr): Use __syscall_slong_t.
44007 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44009         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
44010         Check __x86_64__ instead of __WORDSIZE.
44011         (_STAT_VER_LINUX): Likewise.
44012         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
44013         __syscall_ulong_t and __syscall_slong_t.
44014         (stat64): Likewise.
44016 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44018         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
44020 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44022         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
44024 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44026         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
44027         __syscall_ulong_t.
44029         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
44030         include <bits/wordsize.h>.  Check __x86_64__ instead of
44031         __WORDSIZE.
44032         (greg_t): Use "__extension__ long long int" if __x86_64__ is
44033         defined.
44034         (mcontext_t): Replace "unsigned long" with "unsigned long long".
44036         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
44037         include <bits/wordsize.h>.  Check __x86_64__ instead of
44038         __WORDSIZE.
44039         (user_regs_struct): Use "__extension__ unsigned long long"
44040         instead of "unsigned long" if __x86_64__ is defined.
44041         (user): Likewise.  Pad after pointer field if __ILP32__ is
44042         defined.
44044 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
44046         * configure.in (makeinfo): Require version 4.5 or later.  Allow
44047         versions 5 to 9.
44048         * configure: Regenerated.
44049         * manual/install.texi (texinfo): Increase version requirement to
44050         4.5 or later.
44051         * INSTALL: Regenerated.
44053         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
44055 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
44057         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
44059         * sysdeps/x86_64/x32/ffs.c: New file.
44061         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
44062         __syscall_ulong_t.
44063         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
44064         defined.  Use __syscall_ulong_t.
44065         (shminfo): Use __syscall_ulong_t.
44066         (shm_info): Likewise.
44068         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
44069         __syscall_ulong_t.
44071         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
44072         <bits/wordsize.h>.
44073         (msgqnum_t): Use __syscall_ulong_t.
44074         (msglen_t): Likewise.
44075         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
44076         __syscall_ulong_t.
44078         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
44079         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44081         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
44083         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
44084         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
44086         * sysvipc/sys/msg.h (msgbuf): Replace long int with
44087         __syscall_slong_t.
44089         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
44090         include <bits/wordsize.h>.  Check __x86_64__ instead of
44091         __WORDSIZE.
44093         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
44094         "unsigned long long int" if __x86_64__ is defined.
44095         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
44097         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
44098         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
44099         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
44101         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
44102         <stdint.h>.
44103         (GET_PC): Cast to uintptr_t first.
44104         (GET_FRAME): Likewise.
44105         (GET_STACK): Likewise.
44107         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
44108         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
44109         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
44110         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
44111         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
44112         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
44113         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
44114         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
44115         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
44116         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
44117         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
44118         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
44119         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
44120         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
44121         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
44122         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
44123         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
44124         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
44125         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
44126         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
44127         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
44128         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
44129         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
44130         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
44131         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
44132         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
44133         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
44134         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
44135         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
44137 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
44139         * Makerules (+depfiles): Also collect depfiles from .oS in
44140         $(extra-objs).
44141         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
44142         .oS, $(libnldbl-routines)).
44144         * Makerules (native-compile-mkdep-flags): Define.
44145         * sunrpc/Makefile (extra-objs): Add $(addprefix
44146         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
44147         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
44148         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
44149         calling $(make-target-directory).
44151 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44153         * bits/types.h (__snseconds_t): Removed.
44154         * time/time.h (struct timespec): Replace __snseconds_t with
44155         __syscall_slong_t.
44156         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
44157         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
44158         Likewise.
44159         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44160         (__SNSECONDS_T_TYPE): Likewise.
44161         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44162         (__SNSECONDS_T_TYPE): Likewise.
44163         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44164         (__SNSECONDS_T_TYPE): Likewise.
44166 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44168         * sysdeps/mach/hurd/bits/typesizes.h
44169         (__SYSCALL_SLONG_TYPE): New macro.
44170         (__SYSCALL_ULONG_TYPE): Likewise.
44172 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44174         * bits/types.h (__syscall_slong_t): New type.
44175         (__syscall_ulong_t): Likewise.
44177         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
44178         (__SYSCALL_ULONG_TYPE): Likewise.
44179         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
44180         (__SYSCALL_SLONG_TYPE): Likewise.
44181         (__SYSCALL_ULONG_TYPE): Likewise.
44182         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
44183         (__SYSCALL_SLONG_TYPE): Likewise.
44184         (__SYSCALL_ULONG_TYPE): Likewise.
44185         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
44186         (__SYSCALL_SLONG_TYPE): Likewise.
44187         (__SYSCALL_ULONG_TYPE): Likewise.
44189 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44191         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
44192         Add sigaltstack-offsets.sym.
44193         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
44194         <sigaltstack-offsets.h>.
44195         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
44196         longjmp_msg pointer.
44197         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
44198         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
44199         signal stack.
44200         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
44202 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44204         * elf/stackguard-macros.h: Remove file.
44205         * sysdeps/generic/stackguard-macros.h: New file.
44206         * sysdeps/i386/stackguard-macros.h: Likewise.
44207         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
44208         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
44209         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
44210         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
44211         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
44212         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
44213         * sysdeps/x86_64/stackguard-macros.h: Likewise.
44214         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
44215         <elf/stackguard-macros.h>.
44217         [BZ #14109]
44218         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
44219         __aligned__ in attribute.
44220         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
44221         (gregset_t): Likewise.
44223 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44225         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
44226         * sysdeps/x86_64/64/Implies-after: Here.  New file.
44227         * sysdeps/x86_64/x32/Implies-after: New file.
44229 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44231         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
44232         and access return value for _dl_profile_fixup.  Use R10_LP to
44233         load frame size.
44235 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44237         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
44239 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44241         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
44242         * sysdeps/x86_64/x32/sysdep.h: New file.
44244 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44246         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
44247         * sysdeps/x86_64/setjmp.S: Likewise.
44249 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44251         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
44252         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
44253         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
44254         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
44255         remove unused global constant.
44257 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
44259         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
44260         include of <not-cancel.h>.
44262 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44264         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
44266 2012-05-15  Jeff Law  <law@redhat.com>
44267             Andreas Jaeger  <aj@suse.de>
44269         [BZ #13594]
44270         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
44271         out from...
44272         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
44273         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
44274         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
44275         code changing __hst_map_handle.map.
44277 2012-05-15  Roland McGrath  <roland@hack.frob.com>
44279         * configure.in (sysnames): Look for Implies-before and Implies-after
44280         files.
44281         * configure: Regenerated.
44283 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44285         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
44286         8-byte data alignment with LP_SIZE alignment.
44288 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44290         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
44291         into R10_LP.
44293 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44295         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
44297 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44299         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
44300         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
44301         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
44302         Likewise.
44303         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
44305 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44307         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
44308         (stackinfo_sub_sp): Likewise.
44310 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44312         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
44313         RAX_LP.
44315 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44317         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
44318         into R*_LP.
44320 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44322         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
44323         sizes into R*_LP.
44325 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44327         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
44329 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44331         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
44332         into R11_LP and load __x86_64_shared_cache_size_half into
44333         R8_LP.
44335 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
44337         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
44338         R8_LP.
44340 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44342         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
44343         logb for POWER7.
44344         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
44345         logbf for POWER7.
44346         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
44347         logbl for POWER7.
44348         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
44349         powerpc32/power7/fpu/s_logb.c via #include.
44350         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
44351         powerpc32/power7/fpu/s_logbf.c via #include.
44352         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
44353         powerpc32/power7/fpu/s_logbl.c via #include.
44355 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
44357         * README.libm: Remove file.
44359 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44361         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
44362         count for x32.  Use R*_LP and omit operand-size suffix.
44364 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44366         * shlib-versions: Move x86_64-.*-linux.* entries to ...
44367         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
44368         * sysdeps/x86_64/x32/shlib-versions: New file.
44370 2012-05-14  Roland McGrath  <roland@hack.frob.com>
44372         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44373         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44374         Use _dl_fatal_printf instead.
44376 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44378         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44379         set if not set by the user.  Do not allow for being unset.
44380         * sysdeps/unix/sysv/linux/configure: Regenerated.
44382 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44384         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44385         the `q' suffix from lea and replace .quad with ASM_ADDR.
44387 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44389         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44390         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
44391         instead of $17.
44392         (PTR_DEMANGLE): Likewise.
44394 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44396         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44397         (LP_OP): Likewise.
44398         (ASM_ADDR): Likewise.
44399         (RAX_LP): Likewise.
44400         (RBP_LP): Likewise.
44401         (RBX_LP): Likewise.
44402         (RCX_LP): Likewise.
44403         (RDI_LP): Likewise.
44404         (RSI_LP): Likewise.
44405         (RSP_LP): Likewise.
44406         (R8_LP): Likewise.
44407         (R9_LP): Likewise.
44408         (R10_LP): Likewise.
44409         (R10_LP): Likewise.
44410         (R11_LP): Likewise.
44411         (R12_LP): Likewise.
44412         (R13_LP): Likewise.
44413         (R14_LP): Likewise.
44414         (R15_LP): Likewise.
44416 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44418         * sysdeps/x86_64/x32/dl-machine.h: New file.
44420 2012-05-14  Andreas Jaeger  <aj@suse.de>
44422         * manual/Makefile (subdir): Remove export of subdir.
44423         (all): Remove target.
44424         (.PHONY): Remove all from list.
44425         (mkinstalldirs): Remove.
44426         (.PHONY): Remove installdirs from list.
44427         ($(inst_infodir)/libc.info): Use make-target-directory.
44428         (installdirs): Remove.
44429         (subdir_%): Remove.
44430         (glibc-targets): Remove.
44431         (lib): Remove.
44432         (stubs): Remove.
44433         ($(objpfx)stubs ../po/manual.pot): Remove.
44434         ($(objpfx)stamp%): Remove.
44435         (make-target-directory): Remove.
44436         (subdir_install): Remove.
44437         (routines): Remove.
44438         (aux): Remove.
44439         (sources): Remove.
44440         (objects): Remove.
44441         (headers): Remove.
44443         [BZ #13750]
44444         * manual/.gitignore: Remove, it's not needed anymore.
44445         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44446         all files in it.
44447         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44448         directory.
44449         (texis): Renamed to $(objpfx)texis.
44450         (texis-path): New, contains path to generated files.
44451         (chapters.%): Use texis-path for complete path, add extra argument
44452         libc-texinfo.sh.
44453         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44454         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44455         (summary,texi, stamp-summary): Use complete path of
44456         files. Generate files in build dir.
44457         (dir-add.texi): Build in build dir.
44458         (libm-err.texi,stamp-libm-err): Likewise.
44459         (version.texi, stamp-version): Likewise.
44460         (.%c.texi): Likewise.
44461         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44462         (mostlyclean): Remove target.
44463         (realclean): Remove target.
44464         (generated): Add new variable with contents from mostlyclean and
44465         realclean, remove entries duplicated in common-mostlyclean, add
44466         stamp-libm-err and stamp-version.
44467         (generated-dirs): Add libc directory.
44468         ($(inst_infodir)/libc.info): Install files from build dir.
44470         * manual/install.texi (Configuring and compiling): Adjust since
44471         the info files are not part of the tar ball anymore.
44473 2012-05-14  Andreas Jaeger  <aj@suse.de>
44475         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44476         variable.
44478 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
44480         [BZ #13717]
44481         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44482         to 2.2.0 where earlier.
44483         * sysdeps/unix/sysv/linux/configure: Regenerated.
44484         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44485         Remove conditional code.
44486         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44487         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44488         Remove conditional code.
44489         [!__NR_lchown]: Likewise.
44490         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44491         [__NR_lchown]: Likewise.
44492         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44493         comment referencing __ASSUME_LCHOWN_SYSCALL.
44494         * sysdeps/unix/sysv/linux/i386/sigaction.c
44495         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44496         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44497         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44498         Remove conditional code.
44499         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44500         (__protocol_available): Remove #if 0 code.
44501         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44502         conditional code.
44503         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44504         * sysdeps/unix/sysv/linux/kernel-features.h
44505         (__ASSUME_GETCWD_SYSCALL): Don't define.
44506         (__ASSUME_REALTIME_SIGNALS): Likewise.
44507         (__ASSUME_PREAD_SYSCALL): Likewise.
44508         (__ASSUME_PWRITE_SYSCALL): Likewise.
44509         (__ASSUME_POLL_SYSCALL): Likewise.
44510         (__ASSUME_LCHOWN_SYSCALL): Likewise.
44511         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44512         non-SPARC.
44513         (__ASSUME_SIOCGIFNAME): Don't define.
44514         (__ASSUME_MSG_NOSIGNAL): Likewise.
44515         (__ASSUME_SENDFILE): Define unconditionally.
44516         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44517         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44518         conditional code.
44519         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44520         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44521         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44522         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44523         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44524         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44525         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44527         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44528         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44530         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44531         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44533         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44534         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44536         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44537         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44539         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44540         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44542         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44543         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44545         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44546         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44548         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44549         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44550         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44551         Remove conditional code.
44552         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44553         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44554         Remove conditional code.
44555         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44556         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44557         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44558         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44559         Remove conditional code.
44560         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44561         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44562         Remove conditional code.
44563         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44564         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44565         Remove conditional code.
44566         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44567         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44568         Remove conditional code.
44569         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44570         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44571         Remove conditional code.
44572         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44573         * sysdeps/unix/sysv/linux/sh/pwrite64.c
44574         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44575         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44576         * sysdeps/unix/sysv/linux/sigaction.c
44577         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44578         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44579         * sysdeps/unix/sysv/linux/sigpending.c
44580         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44581         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44582         * sysdeps/unix/sysv/linux/sigprocmask.c
44583         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44584         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44585         * sysdeps/unix/sysv/linux/sigsuspend.c
44586         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44587         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44588         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44589         (__libc_missing_rt_sigs): Remove.
44590         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44591         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44592         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44593         Remove conditional code.
44594         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44595         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44596         return 1.
44597         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44598         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44599         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44600         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44602 2012-05-14  Andreas Jaeger  <aj@suse.de>
44604         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44605         it's not used in glibc.
44606         (__coshm1): Likewise.
44607         (__acosh1p): Likewise.
44608         (__sgn): Likewise.
44610         * manual/string.texi (Copying and Concatenation): Add missing
44611         variable in concat example.
44612         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44614 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44616         [BZ #14103]
44617         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44618         __builtin_clzl with __builtin_clzll.
44620 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
44622         [BZ #14104]
44623         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44624         libc_freeres_ptr.
44626 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44628         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44629         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44630         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44631         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44633 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
44635         * NEWS: Update ia64 info.
44637 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
44639         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44640         used as bcopy.
44642 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
44644         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44645         * sysdeps/unix/syscalls.list (dup3): Likewise.
44646         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44647         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44649 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44651         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44652         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44654 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
44656         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44657         thread pointer.
44658         (TLS_IE): Use mov/add instead of movq/addq to load thread
44659         pointer.
44660         (TLS_GD_PREFIX): New.
44661         (TLS_GD): Use it.
44663 2012-05-11  David S. Miller  <davem@davemloft.net>
44665         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44666         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44667         (_FPU_SETCW): Likewise.
44669 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44671         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44672         is 32-byte aligned.
44674 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
44676         [BZ #11837]
44677         * iconvdata/gb18030.c: Update tables.
44678         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
44679         characters specially.
44680         (BODY for TO_LOOP): Add encoding of missing ranges.
44682 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
44684         [BZ #13673]
44685         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44686         * sysdeps/mach/hurd/dup3.c: Likewise.
44687         * sysdeps/mach/hurd/readlinkat.c: Likewise.
44688         * sysdeps/powerpc/memmove.c:: Likewise.
44690 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44692         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44693         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44695 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
44697         * elf/elf.h (R_X86_64_RELATIVE64): New.
44698         (R_X86_64_NUM): Updated.
44699         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44700         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
44701         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44702         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44703         tst-quad1pie tst-quad2pie
44704         (modules-names): Add tst-quadmod1 tst-quadmod2.
44705         ($(objpfx)tst-quad1): New dependency.
44706         ($(objpfx)tst-quad2): Likewise.
44707         ($(objpfx)tst-quad1pie): Likewise.
44708         ($(objpfx)tst-quad2pie): Likewise.
44709         * sysdeps/x86_64/tst-quad1.c: New file.
44710         * sysdeps/x86_64/tst-quad1pie.c: New file.
44711         * sysdeps/x86_64/tst-quad2.c: Likewise.
44712         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44713         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44714         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44715         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44716         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44718 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44720         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44721         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44722         * streams/stropts.h (t_scalar_t): Define type.
44724         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44725         (_PATH_PRESERVE): Set to "/var/lib".
44726         (_PATH_RWHODIR): Set to "/var/spool/rwho".
44728         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44729         instead of int.
44731         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44732         if __dir_mkfile succeeded.
44734         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44735         checking for _hurd_dtablesize.  Unlock it right after having
44736         finished _hurd_dtable allocation.
44738 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44740         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44741         * sysdeps/mach/hurd/configure: Regenerated.
44742         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44743         special-casing to...
44744         * sysdeps/gnu/configure.in: ... this new file.
44745         * sysdeps/unix/sysv/linux/configure: Regenerated.
44746         * sysdeps/gnu/configure: New generated file.
44748         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44749         for Linux: use nsec instead of usec, as well as:
44750         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44751         members of type struct timespec.
44752         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44753         New macros.
44754         (struct stat64): Likewise.
44755         (_STATBUF_ST_NSEC): New macro.
44756         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44758         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44759         __strtoul_internal rather than strtoul.
44761 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44763         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44764         and reject them.
44766 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44768         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44769         which preserves existing values.
44770         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44772 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44774         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44775         TIMEOUT values.  Return EINVAL for NFDS values either negative or
44776         greater than FD_SETSIZE.
44778 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44780         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44781         allocated, call __vm_protect to finish enabling the existing space, and
44782         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44783         allocate the remainder.
44785 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44787         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44788         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
44790 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44792         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44793         sysdeps/mach/hurd/readlink.c.
44795         * posix/tst-sysconf.c (posix_options): Only use
44796         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44797         _POSIX_SYNCHRONIZED_IO when they are defined
44798         * sysdeps/mach/hurd/bits/posix_opt.h:
44799         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44800         (_XOPEN_REALTIME): Undefine macro.
44801         (_XOPEN_REALTIME_THREADS): Undefine macro.
44802         (_XOPEN_SHM): Undefine macro.
44803         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44804         macro to -1.
44805         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44806         macro to -1.
44807         (_POSIX_ASYNC_IO): Undefine macro.
44808         (_POSIX_PRIORITIZED_IO): Undefine macro.
44809         (_POSIX_SPIN_LOCKS): Define macro to -1.
44811         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44812         SA_NODEFER, SA_RESETHAND.
44813         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44814         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44815         F_DUPFD_CLOEXEC.
44817 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44819         * elf/Makefile (pldd-modules): Define unconditionally.
44821 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44823         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44825 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44827         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44828         Return ENOENT when name is empty.
44829         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44831 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44833         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44835         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44837 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44839         Fix mlock in all cases except non-readable pages.
44840         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44841         instead of VM_PROT_ALL as parameter to __vm_wire function.
44843         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44844         (__mkdir): When path is `/', just fail with EEXIST.
44845         * sysdeps/mach/hurd/mkdirat.c: Likewise.
44847 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44849         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44850         <sys/uio.h> (for writev).
44851         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44852         and <sys/param.h> (for MIN).
44854 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
44856         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44857         REQUESTED_TIME.  Properly set the remaining time and return EINTR
44858         if interrupted.
44860 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44862         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44863         Depend on against $(link-rpcuserlibs).
44865 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44867         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44868         (__libc_stack_end): Do not use attribute_relro.
44869         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44870         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
44871         to libthread-provided value.
44872         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44873         attribute_relro.
44875 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44877         [BZ #3748]
44878         * bits/libc-lock.h (__libc_once_get): New macro.
44879         * sysdeps/mach/bits/libc-lock.h: Likewise.
44880         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44881         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44882         instead of using implementation details.
44884         * libio/fileops.c: Unconditionally include <kernel-features.h>.
44885         * libio/freopen.c: Likewise.
44886         * libio/freopen64.c: Likewise.
44887         * misc/syslog.c: Likewise.
44888         * nscd/connections.c: Likewise.
44889         * nscd/netgroupcache.c: Likewise.
44890         * sysdeps/posix/getcwd.c: Likewise.
44892 2012-05-10  Roland McGrath  <roland@hack.frob.com>
44894         * math/w_ilogbf.c: Add #include <limits.h>.
44896 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44898         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
44899         path instead of returning without unlocking.
44901         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44902         immediate-write ioctls.
44903         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44905 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44907         * sysdeps/mach/hurd/i386/init-first.c (init): Use
44908         __builtin_frame_address instead of making assumptions about the
44909         location of the return address relative to DATA.  Force early load of
44910         the return address.
44911         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44912         __builtin_frame_address.
44914         dup3 for GNU Hurd.
44915         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44916         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
44917         implement dup3 and do some further code clean-ups.
44918         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44919         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44921 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44923         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44925         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44926         HURD_CRITICAL_END around holding _hurd_dtable_lock.
44927         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44928         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44929         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44930         d->port.lock.
44932         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44933         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
44934         when handler == SIG_ERR, not when handler != SIG_ERR.
44936 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44938         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44939         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44940         definitions.
44942         accept4 for GNU Hurd.
44943         * include/sys/socket.h (__libc_accept4): New prototype.
44944         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
44945         to implement __libc_accept4.
44946         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44947         __libc_accept4.
44948         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44950         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44951         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44952         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44953         signal-defines.sym.
44955 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44957         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
44959 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
44961         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44962         assertion on O_CLOEXEC flag.
44963         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44964         * hurd/intern-fd.c: Likewise.
44965         * hurd/port2fd.c: Likewise.
44967 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
44969         [BZ #3906]
44970         * bits/in.h (IPV6_PKTINFO): Define new macro.
44971         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44973 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
44975         [BZ #13954]
44976         [BZ #13955]
44977         [BZ #13956]
44978         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44979         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44980         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44981         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44982         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44983         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44984         * math/libm-test.inc (logb_test) : Additional logb tests.
44986 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
44987             Andreas Jaeger  <aj@suse.de>
44989         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44990         * configure: Regenerated.
44991         * config.h.in (LINK_OBSOLETE_RPC): New macro.
44992         * config.make.in (link-obsolete-rpc): New substituted variable.
44993         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44994         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44995         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44996         (shared-only-routines): Don't set it under [link-obsolete-rpc],
44997         so that libc.a contains the symbols.
44998         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44999         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
45000         * sunrpc/auth_none.c: Likewise.
45001         * sunrpc/auth_unix.c: Likewise.
45002         * sunrpc/authdes_prot.c: Likewise.
45003         * sunrpc/authuxprot.c: Likewise.
45004         * sunrpc/clnt_gen.c: Likewise.
45005         * sunrpc/clnt_perr.c: Likewise.
45006         * sunrpc/clnt_raw.c: Likewise.
45007         * sunrpc/clnt_simp.c: Likewise.
45008         * sunrpc/clnt_tcp.c: Likewise.
45009         * sunrpc/clnt_udp.c: Likewise.
45010         * sunrpc/clnt_unix.c: Likewise.
45011         * sunrpc/des_crypt.c: Likewise.
45012         * sunrpc/des_soft.c: Likewise.
45013         * sunrpc/get_myaddr.c: Likewise.
45014         * sunrpc/key_call.c: Likewise.
45015         * sunrpc/key_prot.c: Likewise.
45016         * sunrpc/netname.c: Likewise.
45017         * sunrpc/pm_getmaps.c: Likewise.
45018         * sunrpc/pm_getport.c: Likewise.
45019         * sunrpc/pmap_clnt.c: Likewise.
45020         * sunrpc/pmap_prot.c: Likewise.
45021         * sunrpc/pmap_prot2.c: Likewise.
45022         * sunrpc/pmap_rmt.c: Likewise.
45023         * sunrpc/publickey.c: Likewise.
45024         * sunrpc/rpc_cmsg.c: Likewise.
45025         * sunrpc/rpc_common.c: Likewise.
45026         * sunrpc/rpc_dtable.c: Likewise.
45027         * sunrpc/rpc_prot.c: Likewise.
45028         * sunrpc/rpc_thread.c: Likewise.
45029         * sunrpc/rtime.c: Likewise.
45030         * sunrpc/svc.c: Likewise.
45031         * sunrpc/svc_auth.c: Likewise.
45032         * sunrpc/svc_raw.c: Likewise.
45033         * sunrpc/svc_run.c: Likewise.
45034         * sunrpc/svc_tcp.c: Likewise.
45035         * sunrpc/svc_udp.c: Likewise.
45036         * sunrpc/svc_unix.c: Likewise.
45037         * sunrpc/svcauth_des.c: Likewise.
45038         * sunrpc/xcrypt.c: Likewise.
45039         * sunrpc/xdr.c: Likewise.
45040         * sunrpc/xdr_array.c: Likewise.
45041         * sunrpc/xdr_float.c: Likewise.
45042         * sunrpc/xdr_intXX_t.c: Likewise.
45043         * sunrpc/xdr_mem.c: Likewise.
45044         * sunrpc/xdr_rec.c: Likewise.
45045         * sunrpc/xdr_ref.c: Likewise.
45046         * sunrpc/xdr_sizeof.c: Likewise.
45047         * sunrpc/xdr_stdio.c: Likewise.
45049 2012-05-10  Roland McGrath  <roland@hack.frob.com>
45051         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
45052         change.  Update copyright years.
45054 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45056         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
45058 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
45059             Joseph Myers  <joseph@codesourcery.com>
45060             Paul Pluzhnikov  <ppluzhnikov@google.com>
45062         [BZ #14012]
45063         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
45064         requiring rpcgen.
45065         [cross-compiling] (extra-libs): Likewise.
45066         [cross-compiling] (extra-libs-others): Likewise.
45067         [cross-compiling] (librpcsvc-routines): Likewise.
45068         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
45069         [cross-compiling] (omit-deps): Likewise.
45070         (sunrpc-CPPFLAGS): New variable.
45071         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
45072         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
45073         (cross-rpcgen-objs): New variable.
45074         (extra-objs): Append $(cross-rpcgen-objs).
45075         ($(cross-rpcgen-objs)): New rule.
45076         ($(objpfx)cross-rpcgen): Likewise.
45077         (rpcgen-cmd): Define to use $(built-program-file).  Expand
45078         comment.
45079         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
45080         ($(objpfx)x%.stmp): Likewise.
45081         * sunrpc/proto.h [IS_IN_build] (_): Define.
45082         [IS_IN_build] (_libc_intl_domainname): Likewise.
45084 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
45086         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
45087         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
45088         and R_X86_64_TPOFF64.
45090 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
45092         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
45093         sysdeps/unix/sysv/syscalls.list.
45094         (stime): Likewise.
45095         (utime): Likewise.
45096         * sysdeps/unix/sysv/syscalls.list: Remove file.
45098 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
45100         [BZ #3440]
45101         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
45102         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
45103         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
45104         (__LC_IDENTIFICATION): Make these macros useful in #if
45105         expressions, as required by C99.
45107 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
45109         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
45110         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
45111         after this.
45113 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
45115         * stdlib/longlong.h: Updated from GCC.
45117 2012-05-09  Andreas Jaeger  <aj@suse.de>
45119         * nscd/nscd.c (run_modes): Make named enum, reorder so that
45120         default is first entry.
45121         (run_mode): Set type.
45122         (main): Remove informal message about syslog.
45123         (options): Fix typo.
45125         [BZ #14053]
45126         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
45127         to asm.
45128         (lrint): Likewise.
45129         (llrintf): Likewise.
45130         (llrint): Likewise.
45131         (rint): Likewise.
45132         (rintf): Likewise.
45133         (nearbyint): Likewise.
45134         (nearbyintf): Likewise.
45136 2012-05-09  Andreas Jaeger  <aj@suse.de>
45137             Pedro Alves  <palves@redhat.com>
45139         * nscd/nscd.c (run_mode): Use enum.
45140         (main): Cleanup coding style issue.
45142 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
45143             Andreas Jaeger  <aj@suse.de>
45145         * nscd/nscd.c (go_background): Replaced with...
45146         (run_mode): ... this.
45147         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
45148         (options): Add -F --foreground.
45149         (main): Implement it.
45150         (parse_opt): Parse it.
45152 2012-05-09  Andreas Jaeger  <aj@suse.de>
45154         [BZ #14083]
45155         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
45156         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
45157         -Wconversion warning.
45158         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
45159         Likewise.
45161 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
45163         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
45164         == 0.
45165         (LC_ALL): Use macro-int-constant.
45166         (LC_COLLATE): Likewise.
45167         (LC_CTYPE): Likewise.
45168         (LC_MESSAGES): Likewise.
45169         (LC_MONETARY): Likewise.
45170         (LC_NUMERIC): Likewise.
45171         (LC_TIME): Likewise.
45172         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
45173         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45174         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45175         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
45176         Specify type.
45177         [C99-based standards] (float_t): Expect type.
45178         [C99-based standards] (double_t): Expect type.
45179         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
45180         type.
45181         [C99-based standards] (HUGE_VALL): Likewise.
45182         [C99-based standards] (INFINITY): Likewise.
45183         [C99-based standards] (NAN): Likewise.
45184         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
45185         [C99-based standards] (FP_NAN): Likewise.
45186         [C99-based standards] (FP_NORMAL): Likewise.
45187         [C99-based standards] (FP_SUBNORMAL): Likewise.
45188         [C99-based standards] (FP_ZERO): Likewise.
45189         [C99-based standards] (FP_FAST_FMA): Use
45190         optional-macro-int-constant.  Specify type.  Require == 1.
45191         [C99-based standards] (FP_FAST_FMAF): Likewise.
45192         [C99-based standards] (FP_FAST_FMAL): Likewise.
45193         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
45194         [C99-based standards] (FP_ILOGBNAN): Likewise.
45195         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
45196         Specify type.
45197         [C99-based standards] (MATH_ERREXCEPT): Likewise.
45198         [C99-based standards] (math_errhandling): Specify type.
45199         [ISO99 || ISO11] (signgam): Do not allow.
45200         [non-C99-based standards] (copysignf): Do not allow.
45201         [non-C99-based standards] (exp2f): Likewise.
45202         [non-C99-based standards] (log2f): Likewise.
45203         [non-C99-based standards] (modff): Allow.
45204         [non-C99-based standards] (erff): Do not allow.
45205         [non-C99-based standards] (erfcf): Likewise.
45206         [non-C99-based standards] (gammaf): Likewise.
45207         [non-C99-based standards] (hypotf): Likewise.
45208         [non-C99-based standards] (j0f): Likewise.
45209         [non-C99-based standards] (j1f): Likewise.
45210         [non-C99-based standards] (jnf): Likewise.
45211         [non-C99-based standards] (lgammaf): Likewise.
45212         [non-C99-based standards] (tgammaf): Likewise.
45213         [non-C99-based standards] (y0f): Likewise.
45214         [non-C99-based standards] (y1f): Likewise.
45215         [non-C99-based standards] (ynf): Likewise.
45216         [non-C99-based standards] (isnanf): Likewise.
45217         [non-C99-based standards] (acoshf): Likewise.
45218         [non-C99-based standards] (asinhf): Likewise.
45219         [non-C99-based standards] (atanhf): Likewise.
45220         [non-C99-based standards] (cbrtf): Likewise.
45221         [non-C99-based standards] (expm1f): Likewise.
45222         [non-C99-based standards] (ilogbf): Likewise.
45223         [non-C99-based standards] (log1pf): Likewise.
45224         [non-C99-based standards] (logbf): Likewise.
45225         [non-C99-based standards] (nextafterf): Likewise.
45226         [non-C99-based standards] (remainderf): Likewise.
45227         [non-C99-based standards] (rintf): Likewise.
45228         [non-C99-based standards] (scalbf): Likewise.
45229         [non-C99-based standards] (copysignl): Likewise.
45230         [non-C99-based standards] (exp2l): Likewise.
45231         [non-C99-based standards] (log2l): Likewise.
45232         [non-C99-based standards] (modfl): Allow.
45233         [non-C99-based standards] (erfl): Do not allow.
45234         [non-C99-based standards] (erfcl): Likewise.
45235         [non-C99-based standards] (gammal): Likewise.
45236         [non-C99-based standards] (hypotl): Likewise.
45237         [non-C99-based standards] (j0l): Likewise.
45238         [non-C99-based standards] (j1l): Likewise.
45239         [non-C99-based standards] (jnl): Likewise.
45240         [non-C99-based standards] (lgammal): Likewise.
45241         [non-C99-based standards] (tgammal): Likewise.
45242         [non-C99-based standards] (y0l): Likewise.
45243         [non-C99-based standards] (y1l): Likewise.
45244         [non-C99-based standards] (ynl): Likewise.
45245         [non-C99-based standards] (isnanl): Likewise.
45246         [non-C99-based standards] (acoshl): Likewise.
45247         [non-C99-based standards] (asinhl): Likewise.
45248         [non-C99-based standards] (atanhl): Likewise.
45249         [non-C99-based standards] (cbrtl): Likewise.
45250         [non-C99-based standards] (expm1l): Likewise.
45251         [non-C99-based standards] (ilogbl): Likewise.
45252         [non-C99-based standards] (log1pl): Likewise.
45253         [non-C99-based standards] (logbl): Likewise.
45254         [non-C99-based standards] (nextafterl): Likewise.
45255         [non-C99-based standards] (remainderl): Likewise.
45256         [non-C99-based standards] (rintl): Likewise.
45257         [non-C99-based standards] (scalbl): Likewise.
45258         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45259         [non-C99-based standards] (FP_*): Do not allow.
45260         [C99-based standards] (FP_*): Change to
45261         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
45262         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45263         allow.
45264         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
45265         (SIG_ERR): Likewise.
45266         [X/Open-based standards] (SIG_HOLD): Likewise.
45267         (SIG_IGN): Likewise.
45268         (SIGABRT): Use macro-int-constant.  Specify type.  Require
45269         positive value.
45270         (SIGFPE): Likewise.
45271         (SIGILL): Likewise.
45272         (SIGINT): Likewise.
45273         (SIGSEGV): Likewise.
45274         (SIGTER): Likewise.
45275         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
45276         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
45277         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
45278         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
45279         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
45280         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
45281         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
45282         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
45283         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
45284         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
45285         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
45286         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
45287         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
45288         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
45289         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
45290         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
45291         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
45292         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
45293         [X/Open-based standards] (SIGTRAP): Likewise.
45294         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
45295         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
45296         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
45297         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
45298         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45299         allow.
45301 2012-05-08  Ian Wienand  <ianw@vmware.com>
45303         [BZ #14080]
45304         * time/tzset.c (__tzset_parse_tz): Update default rules for
45305         daylight time changes in the Energy Policy Act of 2005.
45307 2012-05-09  Andreas Jaeger  <aj@suse.de>
45309         [BZ #13983]
45310         * elf/ldconfig.c (parse_conf): Change string to make clear that
45311         ldconfig only issued a warning if ld.so.conf does not exist.
45313 2012-05-08  David S. Miller  <davem@davemloft.net>
45315         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
45316         movxtod instead of popping the value on the stack.
45318         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45320 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
45322         * config.h.in: Add HAVE_ARM_PCS_VFP.
45324 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
45326         [BZ #13979]
45327         * include/features.h: Warn if user requests __FORTIFY_SOURCE
45328         checking but the checks are disabled for any reason.
45330 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
45332         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
45333         and ELF64_R_TYPE with ELFW(R_TYPE).
45335 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
45337         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
45338         (ulimit): Likewise.
45340         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
45341         (settimeofday): Likewise.
45343 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
45345         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
45346         a struct th_u2 inside the union, and move tu_block/tu_code into
45347         a new th_u3 union of tu_block/tu_code inside of that.  Move
45348         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
45349         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
45350         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
45351         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
45352         (th_stuff): Change to th_u1.tu_stuff.
45353         (th_data): Define.
45354         (th_msg): Change to th_u1.th_u2.tu_data.
45356 2012-05-07  David S. Miller  <davem@davemloft.net>
45358         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45360         [BZ #14074]
45361         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
45362         (SETUP_PIC_REG): Use it.
45363         (SETUP_PIC_REG_LEAF): Use it.
45365 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
45367         [BZ #13885]
45368         [BZ #13923]
45369         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45370         USE_AS_EXPM1L.
45371         (EXPL_FINITE): Likewise.
45372         (FLDLOG): Likewise.
45373         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45374         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45375         e_expl.S.
45376         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45377         USE_AS_EXPM1L.
45378         (EXPL_FINITE): Likewise.
45379         (FLDLOG): Likewise.
45380         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45381         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45382         e_expl.S.
45383         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
45384         test of -max_value argument for long double.
45385         * sysdeps/i386/fpu/libm-test-ulps: Update.
45386         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45388 2012-05-06  David S. Miller  <davem@davemloft.net>
45390         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45391         quad soft-float symbols whose references which are compiler
45392         generated.
45393         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45395 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
45397         [BZ #13884]
45398         [BZ #13914]
45399         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45400         USE_AS_EXP10L.
45401         (EXPL_FINITE): Likewise.
45402         (FLDLOG): Likewise.
45403         (c0): Likewise.
45404         (c1): Likewise.
45405         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45406         Adjust comments for base varying.
45407         (__expl_finite): Change alias to EXPL_FINITE.
45408         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45409         e_expl.S.
45410         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45411         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45412         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45413         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45414         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45415         USE_AS_EXP10L.
45416         (EXPL_FINITE): Likewise.
45417         (FLDLOG): Likewise.
45418         (c0): Likewise.
45419         (c1): Likewise.
45420         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
45421         Adjust comments for base varying.
45422         (__expl_finite): Change alias to EXPL_FINITE.
45423         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
45424         tests for bugs.
45425         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45427         [BZ #14064]
45428         * math/libm-test.inc (check_float_internal): Correct ulp
45429         calculation for subnormal expected results.
45431 2012-05-06  Andreas Jaeger  <aj@suse.de>
45433         * Makeconfig (+math-flags): New, set to -frounding-math.
45434         (+cflags): Add +math-flags so that all of glibc gets compiled with
45435         it.
45437         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45439 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
45441         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45442         Disable one test.
45444         [BZ #13787]
45445         [BZ #13922]
45446         [BZ #14036]
45447         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45448         (__ieee754_expl): Allow for and saturate large arguments.
45449         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45450         (u_threshold): Likewise.
45451         (__exp): Call __ieee754_exp before checking for overflow and
45452         underflow.
45453         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45454         (u_threshold): Likewise.
45455         (__expf): Call __ieee754_expf before checking for overflow and
45456         underflow.
45457         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45458         (u_threshold): Likewise.
45459         (__expl): Call __ieee754_expl before checking for overflow and
45460         underflow.
45461         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45462         (__ieee754_expl): Allow for and saturate large arguments.
45463         * math/libm-test.inc (exp_test): Add another test.  Do not allow
45464         missing overflow exception on overflow.
45465         (expm1_test): Do not allow missing overflow exception on overflow.
45467         * sysdeps/i386/fpu/e_expl.c: Move to ...
45468         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
45469         rather than using inline asm.
45470         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45471         * sysdeps/x86_64/fpu/e_expl.S: Copy from
45472         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45474         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45475         (nice): Likewise.
45476         (poll): Likewise.
45477         (signal): Likewise.
45478         (time): Likewise.
45479         (times): Likewise.
45481 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45483         * sysdeps/unix/syscalls.list (adjtime): Add entry from
45484         sysdeps/unix/common/syscalls.list.
45485         (fchmod): Likewise.
45486         (fchown): Likewise.
45487         (ftruncate): Likewise.
45488         (getrusage): Likewise.
45489         (gettimeofday): Likewise.
45490         (setpgid): Likewise.
45491         (setregid): Likewise.
45492         (setreuid): Likewise.
45493         (sigaction): Likewise.
45494         (truncate): Likewise.
45495         (vhangup): Likewise.
45496         * sysdeps/unix/common/syscalls.list: Remove file.
45497         * sysdeps/unix/bsd/Implies: Don't include unix/common.
45498         * sysdeps/unix/sysv/linux/Implies: Likewise.
45500 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
45502         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45503         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45504         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45505         Moved to ...
45506         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45507         Here.
45508         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45509         to ...
45510         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45511         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45512         to ...
45513         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45514         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45515         to ...
45516         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45517         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45518         to ...
45519         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45520         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45521         to ...
45522         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45523         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45524         to ...
45525         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45526         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45527         to ...
45528         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45529         Here.
45530         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45531         to ...
45532         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45533         Here.
45534         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45535         to ...
45536         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45537         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45538         Moved to ...
45539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45540         Here.
45541         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45542         to ...
45543         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45545 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45547         * sysdeps/unix/common/bits/dirent.h: Remove file.
45548         * sysdeps/unix/common/bits/fcntl.h: Likewise.
45550         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45551         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45552         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45553         * sysdeps/unix/bsd/isatty.c: Likewise.
45554         * sysdeps/unix/bsd/tcdrain.c: Likewise.
45555         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45556         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45558 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45560         [BZ #13563]
45561         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45562         long double comparison inaccuracies.
45563         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45564         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45566 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
45568         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45569         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45571 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
45573         [BZ #14049]
45574         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45575         nonzero digits before rounding a hex value.
45576         * stdlib/tst-strtod.c (tests): Add another test.
45578 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
45580         * sysdeps/s390/fpu/libm-test-ulps: Update.
45582 2012-05-03  Andreas Jaeger  <aj@suse.de>
45584         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45585         does not get optimized out.
45586         (malloc_opt_barrier): New.
45588 2012-05-03  Andreas Jaeger  <aj@suse.de>
45589             Roland McGrath  <roland@hack.frob.com>
45591         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
45592         intermediate file deletion.
45593         (generated): Add .symlist files.
45595 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
45597         [BZ #13775]
45598         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45599         Redirect under this condition.
45600         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45601         [__USE_GNU] (__dprintf_chk): Not under this condition.
45602         [__USE_GNU] (__vdprintf_chk): Likewise.
45603         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45604         under this condition.
45605         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45606         [__USE_XOPEN2K8] (dprintf): Define under this condition.
45607         [__USE_XOPEN2K8] (vdprintf): Likewise.
45608         [__USE_GNU] (__dprintf_chk): Not under this condition.
45609         [__USE_GNU] (__vdprintf_chk): Likewise.
45610         [__USE_GNU] (dprintf): Likewise.
45611         [__USE_GNU] (vdprintf): Likewise.
45613 2012-05-03  Roland McGrath  <roland@hack.frob.com>
45615         * elf/Makefile (common-generated): Set this instead of generated for
45616         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
45617         $(all-built-dso)-derived lists.
45619 2012-05-03  Andreas Jaeger  <aj@suse.de>
45621         * sysdeps/i386/fpu/libm-test-ulps: Update.
45623         * FAQ: Removed.
45624         * FAQ.in: Likewise.
45625         * scripts/gen-FAQ.pl: Likewise.
45626         * manual/install.texi (Installation): Point to online location of
45627         FAQ.
45628         * Makefile (files-for-dist): Remove FAQ.
45629         (FAQ): Remove.
45631 2012-05-02  Allan McRae  <allan@archlinux.org>
45633         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45634         (LDFLAGS-reldepmod5.so): Likewise.
45635         (LDFLAGS-reldep6mod1.so): Likewise.
45636         (LDFLAGS-reldep6mod4.so): Likewise.
45637         (LDFLAGS-reldep8mod3.so): Likewise.
45638         (LDFLAGS-unload4mod1.so): Likewise.
45639         (LDFLAGS-unload4mod2.so): Likewise.
45640         (LDFLAGS-tst-initorder): Likewise.
45641         (LDFLAGS-tst-initordera2.so): Likewise.
45642         (LDFLAGS-tst-initordera3.so): Likewise.
45643         (LDFLAGS-tst-initordera4.so): Likewise.
45644         (LDFLAGS-tst-initorderb2.so): Likewise.
45645         (LDFLAGS-noload): Likewise.
45646         (LDFLAGS-next): Likewise.
45647         (LDFLAGS-order2mod1.so): Likewise.
45648         (LDFLAGS-order2mod2.so): Likewise.
45649         (LDFLAGS-tst-initorder2): Likewise.
45650         (LDFLAGS-tst-initorder2a.so): Likewise.
45651         (LDFLAGS-tst-initorder2b.so): Likewise.
45652         (LDFLAGS-tst-initorder2c.so): Likewise.
45653         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45655 2012-05-02  David S. Miller  <davem@davemloft.net>
45657         * sysdeps/sparc/fpu/libm-test-ulps: Update.
45659 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
45661         [BZ #14055]
45662         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45664 2012-05-02  Andreas Jaeger  <aj@suse.de>
45666         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45667         since we manipulate rounding mode.
45668         (CPPFLAGS-test-idouble.c): Likewise.
45669         (CPPFLAGS-test-ifloat.c): Likewise.
45670         (CFLAGS-test-ldouble.c): Likewise.
45671         (CFLAGS-test-double.c): Likewise.
45672         (CFLAGS-test-float.c): Likewise.
45673         (CFLAGS-test-misc.c): Likewise.
45674         (CFLAGS-test-test-fenv.c): Likewise.
45676 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45678         [BZ #2550]
45679         [BZ #2570]
45680         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45681         comparisons to determine direction to adjust input.
45683 2012-05-01  Roland McGrath  <roland@hack.frob.com>
45685         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45686         output to the target.
45688         * scripts/localplt.awk: New file.
45689         * elf/Makefile ($(objpfx)check-localplt): Target removed.
45690         (check-localplt-CFLAGS): Variable removed.
45691         ($(all-built-dso:=.jmprel)): New static pattern rule.
45692         (generated): Add those targets.
45693         (localplt-built-dso): New variable.
45694         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45696         * elf/check-localplt.c: File removed.
45698         * scripts/check-execstack.awk: New file.
45699         * elf/Makefile ($(objpfx)check-execstack): Target removed.
45700         (check-execstack-CFLAGS): Variable removed.
45701         ($(objpfx)check-execstack.h): Target removed.
45702         ($(objpfx)execstack-default): New target.
45703         (generated): Add that instead of check-execstack.h.
45704         ($(all-built-dso:=.phdr)): New static pattern rule.
45705         (generated): Add those targets.
45706         * elf/check-execstack.c: File removed.
45708         * scripts/check-textrel.awk: New file.
45709         * elf/Makefile ($(objpfx)check-textrel): Target removed.
45710         (check-textrel-CFLAGS): Variable removed.
45711         (all-built-dso): Use := to define.o
45712         ($(all-built-dso:=.dyn)): New static pattern rule.
45713         (generated): Add those targets.
45714         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45715         * config.make.in (READELF): New substituted variable.
45716         * elf/check-textrel.c: File removed.
45718 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
45720         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45721         allow.
45722         * conform/data/ctype.h-data [C99-based standards] (isblank):
45723         Expect function.
45724         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45725         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45726         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45727         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45728         Specify type.  Require positive value.
45729         (EILSEQ): Likewise.
45730         (ERANGE): Likewise.
45731         [ISO || POSIX] (EILSEQ): Do not expect.
45732         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45733         Specify type.  Require positive value.
45734         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45735         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45736         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45737         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45738         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45739         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45740         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45741         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45742         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45743         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45744         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45745         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45746         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45747         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45748         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45749         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45750         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45751         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45752         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45753         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45754         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45755         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45756         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45757         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45758         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45759         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45760         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45761         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45762         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45763         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45764         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45765         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45766         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45767         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45768         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45769         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45770         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45771         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45772         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45773         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45774         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45775         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45776         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45777         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45778         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45779         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45780         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45781         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45782         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45783         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45784         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45785         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45786         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45787         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45788         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45789         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45790         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45791         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45792         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45793         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45794         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45795         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45796         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45797         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45798         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45799         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45800         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45801         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45802         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45803         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45804         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45805         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45806         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45807         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45808         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45809         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45810         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45811         Require >= 2.
45812         (FLT_ROUNDS): Expect as macro, not constant.
45813         (FLT_MANT_DIG): Use macro-int-constant.
45814         (DBL_MANT_DIG): Likewise.
45815         (LDBL_MANT_DIG): Likewise.
45816         (FLT_DIG): Likewise.
45817         (DBL_DIG): Likewise.
45818         (LDBL_DIG): Likewise.
45819         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
45820         (DBL_MIN_EXP): Likewise.
45821         (LDBL_MIN_EXP): Likewise.
45822         (FLT_MAX_EXP): Use macro-int-constant.
45823         (DBL_MAX_EXP): Likewise.
45824         (LDBL_MAX_EXP): Likewise.
45825         (FLT_MAX_10_EXP): Likewise.
45826         (DBL_MAX_10_EXP): Likewise.
45827         (LDBL_MAX_10_EXP): Likewise.
45828         (FLT_MAX): Use macro-constant.
45829         (DBL_MAX): Likewise.
45830         (LDBL_MAX): Likewise.
45831         (FLT_EPSILON): Use macro-constant.  Give upper bound.
45832         (DBL_EPSILON): Likewise.
45833         (LDBL_EPSILON): Likewise.
45834         (FLT_MIN): Likewise.
45835         (DBL_MIN): Likewise.
45836         (LDBL_MIN): Likewise.
45837         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45838         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45839         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45840         [ISO11] (FLT_HAS_SUBNORM): Likewise.
45841         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45842         [ISO11] (DBL_DECIMAL_DIG): Likewise.
45843         [ISO11] (FLT_DECIMAL_DIG): Likewise.
45844         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45845         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45846         [ISO11] (FLT_TRUE_MIN): Likewise.
45847         [ISO11] (LDBL_TRUE_MIN): Likewise.
45848         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45849         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45850         (SCHAR_MIN): Use macro-int-constant.  Specify type.
45851         (SCHAR_MAX): Likewise.
45852         (UCHAR_MAX): Likewise.
45853         (CHAR_MIN): Likewise.
45854         (CHAR_MAX): Likewise.
45855         (MB_LEN_MAX): Use macro-int-constant.
45856         (SHRT_MIN): Use macro-int-constant.  Specify type.
45857         (SHRT_MAX): Likewise.
45858         (USHRT_MAX): Likewise.
45859         (INT_MAX): Likewise.
45860         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
45861         bound negative.
45862         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45863         bound with "U".
45864         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45865         bound with "L".
45866         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
45867         bound negative.  Suffix upper bound with "L".
45868         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
45869         bound with "UL".
45870         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45871         Specify type.
45872         [C99-based standards] (LLONG_MAX): Likewise.
45873         [C99-based standards] (ULLONG_MAX): Likewise.
45874         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
45875         == 0.
45876         [ISO11] (max_align_t): Require type.
45877         [ISO || ISO99 || ISO11] (*_t): Do not allow.
45879         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45880         from $CFLAGS, without defining away __attribute__ calls.
45881         (checknamespace): Use $CFLAGS_namespace.
45883         * conform/conformtest.pl (@keywords): Only include C99 keywords
45884         for standards based on C99 or C11.
45886         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45887         Disable tests.
45888         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45889         UNIX98]: Likewise.
45891         * conform/conformtest.pl: Handle "macro-int-constant" and test for
45892         usability of symbols in #if.
45894         * conform/conformtest.pl: If macro or constant types start
45895         "promoted:", expect the symbol to be of the following type
45896         promoted by the integer promotions.
45898         * conform/conformtest.pl: Parse all "constant" and "macro" lines
45899         in one place.  Also handle "macro-constant".
45901         * conform/conformtest.pl: Only accept expected macro values with
45902         "==".  Parse all "macro" lines in one place.
45903         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45905         * conform/conformtest.pl: Handle braced types on "constant" lines
45906         instead of handling "typed-constant".
45907         * conform/data/signal.h-data: Use "constant" instead of
45908         "typed-constant".
45910         * conform/conformtest.pl: Handle "optional-" at start of lines in
45911         one place rather than duplicating several cases.  Handle each
45912         format of "macro" line with initial "optional-".
45914         * conform/conformtest.pl: Only accept expected constant or
45915         optional-constant values with "==".  Parse all "constant" lines in
45916         one place.  Parse all "optional-constant" lines in one place.
45917         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45918         * conform/data/fmtmsg.h-data: Likewise.
45919         * conform/data/netinet/in.h-data: Likewise.
45920         * conform/data/tar.h-data: Likewise.
45921         * conform/data/limits.h-data: Use "==" form on "constant" and
45922         "optional-constant" lines.
45924         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45925         Use -std=c99 for XOPEN2K.
45926         (@knownproblems): Remove.
45927         (newtoken): Don't check %isknown.
45929         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45930         Do not expect macro.
45931         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45932         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45933         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45934         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45935         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45936         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45937         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45938         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45939         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45940         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45941         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45942         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45943         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45944         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45945         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45946         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45947         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45948         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45949         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45950         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45951         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45952         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45953         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45954         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45955         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45956         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45957         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45958         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45959         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45960         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45961         [XPG3] (acosh): Likewise.
45962         [XPG3] (asinh): Likewise.
45963         [XPG3] (atanh): Likewise.
45964         [XPG3] (cbrt): Likewise.
45965         [XPG3] (expm1): Likewise.
45966         [XPG3] (ilogb): Likewise.
45967         [XPG3] (log1p): Likewise.
45968         [XPG3] (logb): Likewise.
45969         [XPG3] (nextafter): Likewise.
45970         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45971         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45972         [XPG3] (remainder): Likewise.
45973         [XPG3] (rint): Likewise.
45974         [XPG3 || XPG4 || UNIX98] (round): Likewise.
45975         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45976         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45977         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45978         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45979         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45980         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45981         [UNIX98 || XOPEN2K] (scalb): Expect.
45982         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45983         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45984         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45985         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45986         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45987         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45988         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45989         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45990         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45991         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45992         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45993         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45994         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45995         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45996         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45997         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45998         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45999         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
46000         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
46001         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
46002         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
46003         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
46004         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
46005         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
46006         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
46007         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
46008         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
46009         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
46010         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
46011         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
46012         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
46013         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
46014         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
46015         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
46016         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
46017         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
46018         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
46019         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
46020         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
46021         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
46022         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
46023         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
46024         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
46025         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
46026         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
46027         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
46028         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
46029         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
46030         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
46031         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
46032         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
46033         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
46034         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
46035         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
46036         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
46037         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
46038         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
46039         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
46040         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
46041         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
46042         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
46043         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
46044         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
46045         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
46046         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
46047         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
46048         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
46049         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
46050         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
46051         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
46052         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
46053         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
46054         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
46055         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
46056         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
46057         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
46058         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
46059         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
46060         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
46061         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
46062         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
46063         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
46064         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
46065         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
46066         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
46067         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
46068         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
46069         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
46070         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
46071         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
46072         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
46073         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
46074         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
46075         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
46076         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
46077         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
46078         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
46079         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
46080         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
46081         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
46082         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
46083         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
46084         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
46085         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
46086         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
46087         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
46088         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
46089         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
46090         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
46091         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
46092         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
46093         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
46094         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
46095         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
46096         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
46097         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
46098         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
46099         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
46100         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
46101         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
46102         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
46103         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
46104         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
46105         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
46106         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
46107         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
46108         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
46109         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
46110         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
46111         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
46112         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
46113         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
46114         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
46115         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
46116         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
46117         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
46118         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
46120         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
46121         _XOPEN_SOURCE_EXTENDED for XPG4.
46123         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
46125         * Makeconfig (localtime): Remove variable.
46126         (inst_localtime-file): Likewise.
46128 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
46131         Update.
46132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
46133         Update.
46134         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
46135         Update.
46136         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
46137         Update.
46138         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
46139         Update.
46140         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
46141         Update.
46142         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
46143         Update.
46144         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
46145         Update.
46146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46147         Update.
46149 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
46151         [BZ #2550]
46152         [BZ #2570]
46153         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
46154         comparisons to determine direction to adjust input.
46155         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
46156         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
46157         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
46158         Likewise.
46159         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
46160         Likewise.
46161         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
46162         Likewise.
46163         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
46164         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
46165         Likewise.
46166         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
46167         Likewise.
46168         * math/libm-test.inc (nexttoward_test): Add more tests.
46170 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
46172         [BZ #14040]
46173         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
46174         in version GLIBC_2.1, not GLIBC_2.0.
46175         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
46176         Likewise.
46178 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
46180         [BZ #13942]
46181         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
46182         (1 - x) * (1 + x).
46183         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46184         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
46185         * math/libm-test.inc (acos_test): Add more tests.
46186         (asin_test): Likewise.
46187         * sysdeps/i386/fpu/libm-test-ulps: Update.
46188         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46190         [BZ #14034]
46191         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
46192         of square root.
46193         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
46194         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
46195         * math/libm-test.inc (acos_test_tonearest): New function.
46196         (acos_test_towardzero): Likewise.
46197         (acos_test_downward): Likewise.
46198         (acos_test_upward): Likewise.
46199         (asin_test_tonearest): Likewise.
46200         (asin_test_towardzero): Likewise.
46201         (asin_test_downward): Likewise.
46202         (asin_test_upward): Likewise.
46203         (main): Call the new functions.
46204         * sysdeps/i386/fpu/libm-test-ulps: Update.
46205         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46207         [BZ #13884]
46208         [BZ #13924]
46209         * math/e_exp10.c: Include <float.h>.
46210         (__ieee754_exp10): Handle underflow here rather than multiplying
46211         large negative argument by M_LN10.
46212         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
46213         of __ieee754_expf.
46214         * math/e_exp10l.c: Include <float.h>.
46215         (__ieee754_exp10l): Handle underflow here rather than multiplying
46216         large negative argument by M_LN10l.
46217         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
46218         spurious overflow exception on underflow.
46220 2012-04-29  Marek Polacek  <polacek@redhat.com>
46222         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
46223         (__fortify_function): New macro.
46224         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
46225         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
46226         __extern_always_inline.
46227         * libio/bits/stdio2.h: Likewise.
46228         * libio/bits/stdio.h: Likewise.
46229         * string/string.h: Likewise.
46230         * string/bits/string3.h: Likewise.
46231         * include/stdio.h: Likewise.
46232         * stdlib/bits/stdlib.h: Likewise.
46233         * stdlib/stdlib.h: Likewise.
46234         * rt/bits/mqueue2.h: Likewise.
46235         * rt/mqueue.h: Likewise.
46236         * posix/bits/unistd.h: Likewise.
46237         * posix/unistd.h: Likewise.
46238         * io/bits/poll2.h: Likewise.
46239         * io/bits/fcntl2.h: Likewise.
46240         * io/fcntl.h: Likewise.
46241         * io/sys/poll.h: Likewise.
46242         * misc/bits/syslog.h: Likewise.
46243         * misc/bits/syslog-ldbl.h: Likewise.
46244         * misc/sys/syslog.h: Likewise.
46245         * socket/bits/socket2.h: Likewise.
46246         * socket/sys/socket.h: Likewise.
46247         * debug/tst-chk1.c: Likewise.
46248         * wcsmbs/bits/wchar2.h: Likewise.
46249         * wcsmbs/bits/wchar-ldbl.h: Likewise.
46250         * wcsmbs/wchar.h: Likewise.
46252 2012-04-29  Andreas Jaeger  <aj@suse.de>
46254         * Makerules (tests): Remove enable-check-abi protection.
46255         (check-abi-warn): Remove.
46256         (check-abi-%): Remove check-abi-warn usage.
46258         * configure.in: Remove check-abi configure option.
46259         * configure: Regenerated.
46260         * config.make.in (enable-check-abi): Remove.
46262 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
46264         [BZ #14033]
46265         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
46266         double functions to double *_finite functions.
46268         [BZ #13941]
46269         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
46270         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
46271         LDBL_MIN_EXP.
46272         * stdio-common/Makefile (tests): Add tst-sprintf3.
46273         * stdio-common/tst-sprintf3.c: New file.
46275         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
46276         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
46278 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46280         * conform/conformtest.pl: Remove duplicate typed-constant
46281         handling.
46283 2012-04-28  David S. Miller  <davem@davemloft.net>
46285         * Makerules (%.abilist): Add vpath on sysdep_dirs.
46286         (check-abi-%): Remove AWK script prerequisite and explicit
46287         abilist directory.
46288         (check-abi): Rewrite to just diff the symlist with the abilist.
46289         (config-tls, config-abi-config): Delete, no longer used.
46290         (update-abi-%): Remove AWK script and explicit abilist directory.
46291         (update-abi): Rewrite to simply compare and conditionally copy the
46292         symlist and the sysdep abilist file.  Remove update-abi-config
46293         checks.
46294         * abilist/ld.abilist: Remove.
46295         * abilist/libBrokenLocale.abilist: Remove.
46296         * abilist/libanl.abilist: Remove.
46297         * abilist/libcrypt.abilist: Remove.
46298         * abilist/libdl.abilist: Remove.
46299         * abilist/librt.abilist: Remove.
46300         * abilist/libthread_db.abilist: Remove.
46301         * abilist/libutil.abilist: Remove.
46302         * scripts/extract-abilist.awk: Remove.
46303         * scripts/merge-abilist.awk: Remove.
46304         * sysdeps/generic/libcidn.abilist: New file.
46305         * sysdeps/generic/libnss_compat.abilist: New file.
46306         * sysdeps/generic/libnss_db.abilist: New file.
46307         * sysdeps/generic/libnss_dns.abilist: New file.
46308         * sysdeps/generic/libnss_files.abilist: New file.
46309         * sysdeps/generic/libnss_hesiod.abilist: New file.
46310         * sysdeps/generic/libnss_nis.abilist: New file.
46311         * sysdeps/generic/libnss_nisplus.abilist: New file.
46312         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
46313         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
46314         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
46315         file.
46316         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
46317         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
46318         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
46319         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
46320         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
46321         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
46322         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
46323         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
46324         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
46325         file.
46326         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
46327         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
46328         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
46329         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
46330         file.
46331         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
46332         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
46333         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
46334         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
46335         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
46336         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
46337         file.
46338         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
46339         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
46340         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
46341         file.
46342         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
46343         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
46344         New file.
46345         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
46346         New file.
46347         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
46348         New file.
46349         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
46350         New file.
46351         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
46352         New file.
46353         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
46354         New file.
46355         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
46356         New file.
46357         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
46358         New file.
46359         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
46360         New file.
46361         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
46362         New file.
46363         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46364         New file.
46365         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46366         New file.
46367         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46368         New file.
46369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46370         file.
46371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46372         New file.
46373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46374         New file.
46375         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46376         file.
46377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46378         New file.
46379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46380         New file.
46381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46382         file.
46383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46384         New file.
46385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46386         New file.
46387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46388         New file.
46389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46390         New file.
46391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46392         New file.
46393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46394         New file.
46395         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46396         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46397         file.
46398         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46399         New file.
46400         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46401         file.
46402         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46403         file.
46404         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46405         file.
46406         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46407         file.
46408         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46409         file.
46410         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46411         New file.
46412         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46413         file.
46414         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46415         file.
46416         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46417         New file.
46418         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46419         file.
46420         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46421         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46422         file.
46423         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46424         New file.
46425         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46426         file.
46427         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46428         file.
46429         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46430         file.
46431         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46432         file.
46433         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46434         file.
46435         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46436         New file.
46437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46438         file.
46439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46440         file.
46441         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46442         New file.
46443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46444         file.
46445         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46446         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46447         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46448         file.
46449         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46450         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46451         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46452         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46453         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46454         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46455         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46456         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46457         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46458         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46459         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46460         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46461         file.
46462         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46463         New file.
46464         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46465         file.
46466         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46467         file.
46468         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46469         file.
46470         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46471         file.
46472         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46473         file.
46474         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46475         New file.
46476         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46477         New file.
46478         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46479         file.
46480         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46481         New file.
46482         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46483         file.
46484         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46485         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46486         file.
46487         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46488         New file.
46489         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46490         file.
46491         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46492         file.
46493         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46494         file.
46495         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46496         file.
46497         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46498         file.
46499         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46500         New file.
46501         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46502         New file.
46503         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46504         file.
46505         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46506         New file.
46507         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46508         file.
46510 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
46512         * conform/conformtest.pl: Fix typo in handling typed-constant from
46513         allow-header.
46515 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46517         * README: Cut down references to pre-2.6 Linux kernels and
46518         Linuxthreads.  Update lists of configurations in libc and ports
46519         and sort alphabetically.  Say "or newer" with Linux kernel version
46520         requirements.
46522         * config.h.in [IS_IN_build]: Allow compiling without optimization.
46524 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
46526         [BZ #887]
46527         * math/libm-test.inc (logb_test_downward): New test to expose
46528         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46529         rounding mode.
46531 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
46533         [BZ #14027]
46534         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46535         to be done.
46536         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46537         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46539 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
46541         * sysdeps/unix/i386/brk.S: Remove file.
46542         * sysdeps/unix/i386/dl-brk.S: Likewise.
46543         * sysdeps/unix/i386/pipe.S: Likewise.
46544         * sysdeps/unix/i386/sigreturn.S: Likewise.
46545         * sysdeps/unix/i386/syscall.S: Likewise.
46546         * sysdeps/unix/i386/vfork.S: Likewise.
46547         * sysdeps/unix/i386/wait.S: Likewise.
46549         * sysdeps/unix/common/tcsendbrk.c: Move to ...
46550         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46552         * configure.in (arm*-none*): Do not allow without
46553         --enable-hacker-mode.
46554         (netbsd*): Remove case setting base_os.
46555         (386bsd*): Likewise.
46556         (freebsd*): Likewise.
46557         (bsdi*): Likewise.
46558         (osf*): Likewise.
46559         (sunos*): Likewise.
46560         (ultrix*): Likewise.
46561         (newsos*): Likewise.
46562         (dynix*): Likewise.
46563         (*bsd*): Likewise.
46564         (sysv*): Likewise.
46565         (isc*): Likewise.
46566         (esix*): Likewise.
46567         (sco*): Likewise.
46568         (minix*): Likewise.
46569         (irix4*): Likewise.
46570         (irix6*): Likewise.
46571         (solaris[2-9]*): Likewise.
46572         (none): Likewise.
46573         * configure: Regenerated.
46575 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46577         [BZ #11521]
46578         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46579         overflow or cancellation in calculating denominator.
46580         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46581         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46582         down expression to avoid unexpected rounding in newer GCCs.
46583         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46585 2012-04-26  David S. Miller  <davem@davemloft.net>
46587         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46588         long-double compat symbols.
46589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46591         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46593         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46594         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46595         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46596         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46597         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46598         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46599         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46600         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46601         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46603 2012-04-25  David S. Miller  <davem@davemloft.net>
46605         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46606         HWCAP_* values only after the memory barriers have been defined.
46607         (atomic_full_barrier): Define.
46608         (atomic_read_barrier): Define.
46609         (atomic_write_barrier): Define.
46611 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
46613         * shlib-versions: Add libgcc_s version information.
46614         * sysdeps/generic/libgcc_s.h: Remove.
46615         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46616         libgcc_s.h.
46617         * sysdeps/gnu/unwind-resume.c: Likewise.
46618         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46620 2012-04-25  David S. Miller  <davem@davemloft.net>
46622         * sysdeps/unix/sparc/brk.S: Delete.
46623         * sysdeps/unix/sparc/dl-brk.S: Delete.
46624         * sysdeps/unix/sparc/pipe.S: Delete.
46625         * sysdeps/unix/sparc/sysdep.S: Delete.
46626         * sysdeps/unix/sparc/sysdep.h: Delete.
46627         * sysdeps/unix/sparc/vfork.S: Delete.
46628         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46629         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46630         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46631         (ret_ERRVAL, r0, r1, MOVE): Define.
46632         (JUMPTARGET): Remove.
46633         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46634         sysdeps/unix/sparc/sysdep.h
46635         (ENTRY, END): Remove.
46636         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46638 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
46640         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46641         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46642         -DIS_IN_build.
46644         * timezone/README: Update upstream location and email address for
46645         tzcode and tzdata.
46646         * timezone/zdump.c: Update from tzcode 2012b.
46647         * timezone/zic.c: Likewise.
46649         * configure.in (libc_cv_as_needed): Remove test.
46650         * configure: Regenerated.
46651         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46652         conditional definition.
46653         [$(have-as-needed) != yes] (no-as-needed): Likewise.
46654         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46655         * config.make.in (have-as-needed): Remove variable.
46657 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
46658             Paul Pluzhnikov  <ppluzhnikov@google.com>
46660         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46661         strings correctly.
46663 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
46665         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46666         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46667         * sysdeps/sh/strlen.S: Likewise.
46669 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46671         * sysdeps/unix/fork.S: Remove file.
46672         * sysdeps/unix/i386/fork.S: Likewise.
46673         * sysdeps/unix/sparc/fork.S: Likewise.
46675         * sysdeps/unix/system.c: Remove file.
46676         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46678         * sysdeps/unix/getegid.S: Remove file.
46679         * sysdeps/unix/geteuid.S: Likewise.
46681 2012-04-24  Roland McGrath  <roland@hack.frob.com>
46683         * scripts/check-localplt.awk: New file.
46684         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46685         of diff.
46686         * scripts/data/localplt-generic.data: Add a comment.
46688         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46689         NODE when __dir_mkfile failed.
46690         * sysdeps/mach/hurd/symlinkat.c: Likewise.
46691         Reported by Ludovic Courtès <ludo@gnu.org>.
46693 2012-04-24  Andreas Jaeger  <aj@suse.de>
46695         * Makerules (common-clean): Also remove gen-as-const-headers
46696         files.
46698 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46700         * Makerules (native-compile): Do not change working directory for
46701         build.  Use $(OUTPUT_OPTION) in command.
46702         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46704 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46706         [BZ #13886]
46707         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46708         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46709         * math/libm-test.inc (floor_test): Add more tests.
46710         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46712 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
46714         * sysdeps/unix/getdents.c: Remove file.
46715         * sysdeps/unix/sysv/getdents.c: Likewise.
46716         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46718         * sysdeps/unix/syscalls.list (madvise): Add syscall from
46719         sysdeps/unix/mman/syscalls.list.
46720         (mmap): Likewise.
46721         (mprotect): Likewise.
46722         (msync): Likewise.
46723         (munmap): Likewise.
46724         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46725         * sysdeps/unix/mman/syscalls.list: Remove.
46726         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46728         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46729         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46730         * configure: Regenerated.
46731         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46732         $(libgcc_s_suffix).
46733         * config.make.in (libgcc_s_suffix): Remove variable.
46735 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
46737         * sysdeps/unix/sysv/gethostname.c: Move to ...
46738         * sysdeps/posix/gethostname.c: ... here.
46740         * sysdeps/unix/execve.S: Remove file.
46742         * sysdeps/unix/_exit.S: Remove file.
46744 2012-04-23  Andreas Jaeger  <aj@suse.de>
46746         [BZ #13739]
46747         * manual/Makefile: Remove make dist support, there's no
46748         need for a stand-alone documentation tar ball.
46749         (TEXI2DVI): Define always, it's not in Makeconfig.
46750         (dist): Removed.
46751         (tar-it): Removed.
46752         (edition): Removed.
46753         (glibc-doc-$(edition).tar): Removed
46754         (%.Z): Removed.
46755         (%.gz): Removed.
46756         (%.uu): Removed.
46757         (ETAGS): Remove, it's in Makeconfig.
46758         (move-if-change): Remove, it's in Makeconfig.
46760 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
46762         [BZ #13970]
46763         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46764         (strtod, strtof, strtold, strtol, strtoul, strtoq)
46765         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46766         (strtod_l, strtof_l, strtold_l): Remove __wur.
46767         It is not necessarily an error to ignore strtol's return value.
46768         One can reliably look at the stored endptr to decide whether
46769         the number had valid syntax.
46771 2012-04-21  Andreas Jaeger  <aj@suse.de>
46773         [BZ #13739]
46774         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46776 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
46778         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46779         * sysdeps/unix/sysv/Versions: Remove file.
46781 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
46783         [BZ #13927]
46784         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46786 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
46788         [BZ #7064]
46789         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46790         version from __vm86.
46792 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
46794         * sysdeps/unix/common/lxstat.c: Remove file.
46795         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46797         * sysdeps/unix/sysv/Makefile: Remove file.
46799         * sysdeps/unix/sysv/direct.h: Remove file.
46801         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46802         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46803         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46804         * sysdeps/unix/sysv/bits/signum.h: Likewise.
46805         * sysdeps/unix/sysv/bits/stat.h: Likewise.
46806         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46807         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46809         * sysdeps/unix/sysv/setrlimit.c: Remove file.
46811         * sysdeps/unix/xmknod.c: Remove file.
46812         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46814         * sysdeps/unix/sysv/settimeofday.c: Remove file.
46816         * sysdeps/unix/sysv/i386/time.S: Remove file.
46818         * sysdeps/unix/fxstat.c: Remove file.
46819         * sysdeps/unix/xstat.c: Likewise.
46820         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46822         * sysdeps/unix/sysv/sigaction.c: Remove file.
46824         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46825         (sysdep_headers): Remove variable.
46826         [termio.h not in sysdep_headers] (generated): Likewise.
46827         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46828         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46829         * sysdeps/unix/sysv/tcdrain.c: Likewise.
46830         * sysdeps/unix/sysv/tcflow.c: Likewise.
46831         * sysdeps/unix/sysv/tcflush.c: Likewise.
46832         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46833         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46834         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46835         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46836         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46838         * sysdeps/unix/siglist.c: Remove file.
46840         * sysdeps/unix/getppid.S: Remove file.
46842         * sysdeps/unix/mkdir.c: Remove file.
46843         * sysdeps/unix/rmdir.c: Likewise.
46845 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
46847         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46848         ERR_MAX value.
46849         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46850         errlist-compat value.
46852 2012-04-18  David S. Miller  <davem@davemloft.net>
46854         * sysdeps/generic/memcopy.h (reg_char): Delete.
46855         * debug/strcat_chk.c: Use char, not reg_char.
46856         * debug/strcpy_chk.c: Likewise.
46857         * debug/strncat_chk.c: Likewise.
46858         * debug/strncpy_chk.c: Likewise.
46859         * string/memchr.c: Likewise.
46860         * string/memrchr.c: Likewise.
46861         * string/rawmemchr.c: Likewise.
46862         * string/strcat.c: Likewise.
46863         * string/strchr.c: Likewise.
46864         * string/strchrnul.c: Likewise.
46865         * string/strcmp.c: Likewise.
46866         * string/strcpy.c: Likewise.
46867         * string/strncat.c: Likewise.
46868         * string/strncmp.c: Likewise.
46869         * string/strncpy.c: Likewise.
46871 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46873         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46874         __builtin_memcopy is called when src and dest ranges are known to not
46875         overlap.
46877 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46879         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46880         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46881         fwd_align_merge macro call.
46882         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46883         bwd_align_merge macro call.
46884         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46886 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
46888         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46889         bwd_align_merge macros.
46890         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46891         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46892         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46894 2012-04-18  David S. Miller  <davem@davemloft.net>
46896         * sysdeps/sparc/sparc64/memcopy.h: Delete.
46898 2012-04-18  Andreas Jaeger  <aj@suse.de>
46900         [BZ# 6794]
46901         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46902         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46903         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46905         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46906         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46907         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46909         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46910         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46911         Adjust for changed ldbl-128 files.
46913         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46914         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46915         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46917 2012-04-17  David S. Miller  <davem@davemloft.net>
46919         * sysdeps/sparc/sparc32/memcopy.h: Delete.
46921 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
46923         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46924         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46925         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46926         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46927         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46928         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46930 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
46932         [BZ #6794]
46933         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46934         * math/libm-test.inc: Add ilogb errno and exception tests.
46935         * math/w_ilogb.c: New file: ilogb wrapper.
46936         * math/w_ilogbf.c: New file: ilogbf wrapper.
46937         * math/w_ilogbl.c: New file: ilogbl wrapper.
46938         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46939         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46940         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46941         exception being thrown with 0.0 as argument.
46942         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46943         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46944         exception being thrown with 0.0 as argument.
46945         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46946         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46947         exception being thrown with 0.0 as argument.
46948         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46949         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46950         exception being thrown with 0.0 as argument.
46951         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46952         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
46953         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
46954         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46955         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46956         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46957         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46958         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46959         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46961 2012-04-17  Petr Baudis  <pasky@ucw.cz>
46963         * include/sys/uio.h: Change __vector to __iovec to avoid clash
46964         with altivec.
46966 2012-04-16  Marek Polacek  <polacek@redhat.com>
46968         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46970 2012-04-16  Marek Polacek  <polacek@redhat.com>
46972         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46973         operands of fdivp instruction.
46975 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46977         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46978         * elf/tst-auditmod3b.c: Likewise.
46979         * elf/tst-auditmod4b.c: Likewise.
46980         * elf/tst-auditmod5b.c: Likewise.
46981         * elf/tst-auditmod6b.c: Likewise.
46982         * elf/tst-auditmod6c.c: Likewise.
46983         * elf/tst-auditmod7b.c: Likewise.
46984         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46985         * sysdeps/x86_64/preconfigure.in: Likewise.
46986         * sysdeps/x86_64/preconfigure: Regenerated.
46988 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
46990         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46991         __ILP32__.
46993 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
46995         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46996         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46998 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
47000         [BZ #13973]
47001         * locale/iso-639.def: Fix gl language name. Spotted by
47002         Yaron Shahrabani.
47004 2012-04-12  Roland McGrath  <roland@hack.frob.com>
47006         [BZ #2074]
47007         * libio/libio.h (__io_write_fn): Update comment.
47009 2012-04-12  Petr Baudis  <pasky@ucw.cz>
47011         [BZ #2074]
47012         * stdio.texi (Hook Functions): The user provided writer function
47013         is not allowed to return -1.
47015 2012-04-11  David S. Miller  <davem@davemloft.net>
47017         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47019 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
47021         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
47022         Add a leading slash to rtkaio.
47024 2012-04-11  Jim Meyering  <meyering@redhat.com>
47026         [BZ #11959]
47027         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
47028         It is not necessarily an error to ignore fwrite's return
47029         value.  One can reliably use ferror to test for errors after
47030         the fact.
47032 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47034         * bits/types.h (__snseconds_t): New type.
47035         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
47037         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
47038         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
47039         (__SNSECONDS_T_TYPE): Likewise.
47040         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
47041         (__SNSECONDS_T_TYPE): Likewise.
47042         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
47043         (__SNSECONDS_T_TYPE): Likewise.
47045 2012-04-10  Andreas Jaeger  <aj@suse.de>
47047         [BZ #2636]
47048         * manual/time.texi (Processor Time): Return type of times is
47049         elapsed real time since an arbitrary point in the past.
47050         (CPU Time): Move CLK_TCK from here...
47051         (Processor Time): ...to here.  Correct description.
47052         * manual/conf.texi (Constants for Sysconf): Correct description of
47053         _SC_CLK_TCK.
47055 2012-04-10  David S. Miller  <davem@davemloft.net>
47057         [BZ #13967]
47058         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
47059         where the is a gap between DT_REL(A) and DT_JMPREL.
47061 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
47063         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
47064         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47065         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47067 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
47069         * elf/dl-support.c (_dl_inhibit_cache): New variable.
47070         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
47071         (dl_main): Handle --inhibit-cache.
47072         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
47073         _dl_inhibit_cache.
47074         * elf/dl-load.c (_dl_map_object): Use it.
47075         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
47077 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47079         [BZ #13872]
47080         * sysdeps/i386/fpu/e_powl.S (p78): New object.
47081         (__ieee754_powl): Saturate large exponents rather than testing for
47082         overflow of y*log2(x).
47083         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
47084         * math/libm-test.inc (pow_test): Do not permit spurious overflow
47085         exceptions.
47087         [BZ #11521]
47088         * math/s_ctan.c: Include <float.h>.
47089         (__ctan): Avoid internal overflow or cancellation in calculating
47090         denominator.
47091         * math/s_ctanf.c: Likewise.
47092         * math/s_ctanl.c: Likewise.
47093         * math/s_ctanh.c: Likewise.
47094         * math/s_ctanhf.c: Likewise.
47095         * math/s_ctanhl.c: Likewise.
47096         * math/libm-test.inc (ctan_test): Add more tests.
47097         (ctanh_test): Likewise.
47098         * sysdeps/i386/fpu/libm-test-ulps: Update.
47099         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47101 2012-04-09  Andreas Jaeger  <aj@suse.de>
47103         [BZ #6894]
47104         * manual/filesys.texi (Directory Entries): Mention that d_namlen
47105         is an optional BSD extension.
47107         [BZ #10254]
47108         * manual/stdio.texi (Opening Streams): Document additional fopen
47109         parameters.
47111 2012-04-09  Roland McGrath  <roland@hack.frob.com>
47113         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
47114         %eax without telling the compiler.
47116 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
47118         [BZ # 13963]
47119         * manual/install.texi: Use sourceware.org.
47121 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
47123         [BZ #13873]
47124         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
47125         (__ieee754_pow): Generate overflow and underflow using huge*huge
47126         and tiny*tiny rather than just returning constant infinity or zero
47127         for large exponents.
47128         * math/libm-test.inc (pow_test): Require overflow exceptions for
47129         applicable cases of large exponents.
47131         [BZ #706]
47132         * sysdeps/i386/fpu/e_pow.S (p10): New object.
47133         (__ieee754_pow): Use iterative multiplication algorithm only for
47134         integer exponents with absolute value below 1024.  Check for odd
47135         integer exponents when using algorithm for real exponents.
47136         * math/libm-test.inc (pow_test): Add more tests.
47137         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
47139 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
47141         [BZ #13705]
47142         * math/libm-test.inc (exp_test): Do not allow overflow exception
47143         on underflow test.
47145 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
47147         [BZ #13705]
47148         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
47149         instead of __kernel_standard_f.
47151 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
47153         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
47154         * sysdeps/x86_64/memset_chk.S: Likewise.
47156 2012-04-08  Andreas Jaeger  <aj@suse.de>
47158         [BZ #10153]
47159         * manual/startup.texi (Environment Access): Describe return value
47160         for putenv and setenv.
47162         [BZ #6895]
47163         * manual/filesys.texi (Directory Entries): Add description for
47164         DT_LNK.
47166         [BZ #6890]
47167         * manual/filesys.texi (Directory Entries): Clarify that it's file
47168         system not operating system in the description of DT_UNKNOWN.
47170         [BZ #6578]
47171         * manual/syslog.texi (closelog): Fix reference, it's openlog.
47173 2012-04-08  Stephen Compall  <s11@member.fsf.org>
47175         [BZ #6649]
47176         * manual/llio.texi (Opening and Closing Files): Add cross
47177         reference to explain mode argument.
47179 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
47181         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
47182         * sysdeps/x86_64/memset_chk.S: Likewise.
47184 2012-04-07  David S. Miller  <davem@davemloft.net>
47186         * elf/elf.h (R_SPARC_WDISP10): Define.
47187         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
47188         R_SPARC_SIZE32.
47189         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
47190         R_SPARC_SIZE64 and R_SPARC_H34.
47192 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
47194         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
47195         conditions and remove no longer applicable assertion.
47197 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47199         * bits/byteswap.h: Include <features.h>.
47200         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
47201         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
47203 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
47205         * bits/byteswap.h (__bswap_16): Removed.
47206         Include <bits/byteswap-16.h> to get __bswap_16.
47207         * sysdeps/i386/bits/byteswap.h: Likewise.
47208         * sysdeps/s390/bits/byteswap.h: Likewise.
47209         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47210         * bits/byteswap-16.h: New file.
47211         * sysdeps/i386/bits/byteswap-16.h: Likewise.
47212         * sysdeps/s390/bits/byteswap-16.h: Likewise.
47213         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
47214         * string/Makefile (headers): Add bits/byteswap-16.h.
47216 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47218         [BZ #13895]
47219         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
47220         extra indirection.
47221         * nss/Makefile (tests-static, tests): Add tst-nss-static.
47222         * nss/tst-nss-static.c: New.
47224 2012-04-06  Robert Millan  <rmh@gnu.org>
47226         [BZ #6486]
47227         * manual/llio.texi (File Position Primitive): lseek
47228         refers to WHENCE when it really means OFFSET.
47230 2012-04-06  Andreas Jaeger  <aj@suse.de>
47232         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
47233         strncmp declarations.
47235         * abilist/libc.abilist: Add __poll and __ppoll.
47237 2012-04-05  David S. Miller  <davem@davemloft.net>
47239         * scripts/check-local-headers.sh: Accept a host triplet in the
47240         path matched by the exclude regexp.
47242         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
47243         definition.
47244         * sysdeps/powerpc/powerpc32/dl-machine.h
47245         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
47246         * sysdeps/s390/s390-32/dl-machine.h
47247         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47248         * sysdeps/sparc/sparc32/dl-machine.h
47249         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47250         * sysdeps/sparc/sparc64/dl-machine.h
47251         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
47253         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
47254         lazy binding.
47255         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
47256         undefined symbol errors.
47258         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
47259         DT_NEEDED entries.
47261 2012-04-05  Michael Matz  <matz@suse.de>
47263         [BZ #13592]
47264         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
47266 2012-04-05  Andreas Jaeger  <aj@suse.de>
47268         [BZ #13908]
47269         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
47270         comment.
47272 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47274         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
47275         which ROUND is no valid rounding mode.
47277 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47279         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
47280         read again.
47281         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
47283 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47285         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
47286         an exception using FPU order intentionally.
47288 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
47290         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
47291         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
47292         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
47293         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
47295 2012-04-05  Simon Josefsson  <simon@josefsson.org>
47297         [BZ #12340]
47298         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
47299         EINVAL when BUFLEN is too smal.
47301 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
47303         [BZ #13553]
47304         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
47305         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
47307 2012-04-03  Andreas Jaeger  <aj@suse.de>
47309         [BZ #13938]
47310         * manual/setjmp.texi (System V contexts): Fix sentence.
47312         [BZ #13926]
47313         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
47314         New macro for this case.
47315         [!__GNUC__] (__bswap_64): New inline function for this case.
47316         * sysdeps/x86_64/bits/byteswap.h: Likewise.
47317         * bits/byteswap.h: Likewise.
47318         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
47319         ull, guard with __GLIBC_HAVE_LONG_LONG.
47321         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
47322         __GLIBC_HAVE_LONG_LONG.
47324         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
47325         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
47327 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
47329         [BZ #13691]
47330         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
47331         inptr and inend, rather than using last_ch.
47333 2012-04-02  David S. Miller  <davem@davemloft.net>
47335         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
47336         * stdio-common/printf-parse.h (read_int): Change return type to
47337         'int', return -1 on INT_MAX overflow.
47338         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
47339         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
47340         overflows INT_MAX.  Check for overflow of in-format-string precision
47341         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
47342         SIZE_MAX not INT_MAX for integer overflow test.
47343         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
47344         skip the construct in the format string but do not record anything.
47345         * stdio-common/bug22.c: Adjust to test both width/prevision
47346         INT_MAX overflow as well as total length INT_MAX overflow.  Check
47347         explicitly for proper errno values.
47349 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
47351         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
47352         CHAR_MAX.
47353         * string/test-strcmp.c [! WIDE]: Likewise.
47354         * time/tst-mktime2.c: Likewise for INT_MAX.
47355         * string/test-string.h: #include <sys/param.h> for MIN.
47357         * csu/init-first.c (__libc_init_first): Call __ctype_init.
47358         * sysdeps/i386/init-first.c (init): Likewise.
47359         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
47360         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
47361         * sysdeps/sh/init-first.c (init): Likewise.
47363 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
47365         * po/ru.po: Update from translation team.
47366         * po/vi.po: Likewise.
47368 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
47370         * resolv/nss_dns/dns-host.c: Merge copyright years.
47372 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
47374         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47375         Optimize memcpy with prefetch if
47376         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
47377         src, dst pointers have unequal 16 byte alignments.
47379 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
47381         [BZ #13928]
47382         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47383         from a CNAME entry and return the minimum ttl for the query.
47384         (gaih_getanswer_slice): Likewise.
47386 2012-03-30  Jeff Law  <law@redhat.com>
47388         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47389         due to long keys.
47390         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47391         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47393         * resolv/nss_dns/dns-host.c: Update copyright year.
47395 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
47397         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
47398         requests to save a system call.  Fix check that all bytes are sent.
47400         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47401         comments for sendmmsg.
47403 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
47405         [BZ #13691]
47406         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47407         with only 1 character between 0x0041 and 0x01b0.
47408         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47409         * wcsmbs/tst-mbsnrtowcs.c: New file.
47411 2012-03-29  David S. Miller  <davem@davemloft.net>
47413         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47414         small copies by hand.
47416 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
47418         [BZ #13761]
47419         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47420         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47421         group memberships.
47423 2012-03-28  David S. Miller  <davem@davemloft.net>
47425         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47426         that branches into memcpy.
47427         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47428         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47429         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47430         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47431         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47432         bits.
47433         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47434         implementation too.
47435         * sysdeps/sparc/mempcpy.S: New file.
47437         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47438         the IFUNC routine in the libc case.
47439         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47441         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47442         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47443         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47444         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47445         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47446         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47447         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47448         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47450         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47451         loop to 256 bytes instead of 64 bytes and fix test signedness.
47453         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47454         * sysdeps/sparc/sparc32/Makefile: rather than here...
47455         * sysdeps/sparc/sparc64/Makefile: and here.
47457 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
47459         * malloc/mallocbug.c: Avoid warnings about unused variables.
47461 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
47463         [BZ #13760]
47464         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47465         in the right place. Discard and retry query if response is
47466         larger than input buffer size.
47468 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
47470         [BZ #369]
47471         [BZ #2678]
47472         [BZ #3866]
47473         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47474         x for large integer exponent.
47475         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47476         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
47477         sign of result as needed afterwards.
47478         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47479         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47480         result for underflowing pow the same as for overflow.
47481         (__kernel_standard_l): Handle powl overflow and underflow here
47482         rather than calling __kernel_standard.
47483         * math/libm-test.inc (pow_test): Add more tests.
47485         [BZ #3868]
47486         [BZ #13879]
47487         [BZ #13910]
47488         [BZ #13911]
47489         [BZ #13912]
47490         [BZ #13913]
47491         [BZ #13915]
47492         [BZ #13916]
47493         [BZ #13917]
47494         [BZ #13918]
47495         [BZ #13919]
47496         [BZ #13920]
47497         [BZ #13921]
47498         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47499         * sysdeps/ieee754/k_standard.c: Include <float.h>.
47500         (__kernel_standard_l): New function.
47501         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47502         __kernel_standard.
47503         * math/w_acosl.c (__acosl): Likewise.
47504         * math/w_asinl.c (__asinl): Likewise.
47505         * math/w_atan2l.c (__atan2l): Likewise.
47506         * math/w_atanhl.c (__atanhl): Likewise.
47507         * math/w_coshl.c (__coshl): Likewise.
47508         * math/w_exp10l.c (__exp10l): Likewise.
47509         * math/w_exp2l.c (__exp2l): Likewise.
47510         * math/w_fmodl.c (__fmodl): Likewise.
47511         * math/w_hypotl.c (__hypotl): Likewise.
47512         * math/w_j0l.c (__j0l, __y0l): Likewise.
47513         * math/w_j1l.c (__j1l, __y1l): Likewise.
47514         * math/w_jnl.c (__jnl, __ynl): Likewise.
47515         * math/w_lgammal.c (__lgammal): Likewise.
47516         * math/w_log10l.c (__log10l): Likewise.
47517         * math/w_log2l.c (__log2l): Likewise.
47518         * math/w_logl.c (__logl): Likewise.
47519         * math/w_powl.c (__powl): Likewise.
47520         * math/w_remainderl.c (__remainderl): Likewise.
47521         * math/w_scalbl.c (sysv_scalbl): Likewise.
47522         * math/w_sinhl.c (__sinhl): Likewise.
47523         * math/w_sqrtl.c (__sqrtl): Likewise.
47524         * math/w_tgammal.c (__tgammal): Likewise.
47525         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47526         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47527         * math/libm-test.inc (acos_test): Add more tests.
47528         (acosh_test): Likewise.
47529         (asin_test): Likewise.
47530         (atanh_test): Likewise.
47531         (exp_test): Likewise.
47532         (exp10_test): Likewise.
47533         (exp2_test): Likewise.
47534         (expm1_test): Likewise.
47535         (lgamma_test): Likewise.
47536         (log_test): Likewise.
47537         (log10_test): Likewise.
47538         (log1p_test): Likewise.
47539         (log2_test): Likewise.
47540         (pow_test): Do not allow some spurious overflow exceptions.
47541         (sqrt_test): Add more tests.
47542         (tgamma_test): Likewise.
47543         (y0_test): Likewise.
47544         (y1_test): Likewise.
47545         (yn_test): Likewise.
47547 2012-03-27  Anton Blanchard  <anton@samba.org>
47549         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47550         MAP_HUGETLB.
47551         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47552         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47553         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47555 2012-03-27  David S. Miller  <davem@davemloft.net>
47557         * conform/Makefile: Run run-conformtest.sh using $(BASH).
47559         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47560         have-as-vis3 check.
47562 2012-03-27  Andreas Jaeger  <aj@suse.de>
47564         * sysdeps/x86_64/elf/configure.in: Moved to ...
47565         * sysdeps/x86_64/configure.in: ... here.
47566         * sysdeps/x86_64/elf/start.S: Moved to ...
47567         * sysdeps/x86_64/start.S: ... here.
47568         * sysdeps/x86_64/elf/configure: Delete.
47570         * sysdeps/x86_64/configure.in: Merge contents from
47571         sysdeps/i386/configure.in (without i686 check).
47573         * sysdeps/i386/elf/Versions: Merge into ...
47574         * sysdeps/i386/Versions: ... this.
47575         * sysdeps/i386/elf/Versions: Delete file.
47576         * sysdeps/i386/elf/start.S: Moved to ...
47577         * sysdeps/i386/start.S: ...here.
47578         * sysdeps/i386/elf/configure.in: Merge into...
47579         * sysdeps/i386/configure.in: ...here.
47580         * sysdeps/i386/elf/configure.in: Delete file.
47581         * sysdeps/i386/elf/configure: Delete file.
47583         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47584         * debug/backtracesyms.c: ... here.
47585         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47586         * debug/backtracesymsfd.c: ... here.
47587         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47588         * sysdeps/generic/ifunc-sel.h: ... here.
47590         * sysdeps/unix/i386/start.c: Delete file.
47591         * sysdeps/unix/sparc/start.c: Delete file.
47592         * sysdeps/unix/start.c: Delete file.
47594         * sysdeps/sh/elf/configure.in: Moved to ...
47595         * sysdeps/sh/configure.in: ... here.
47596         * sysdeps/sh/elf/start.S: Moved to ...
47597         * sysdeps/sh/start.S: ... here.
47598         * sysdeps/sh/elf/configure: Delete file.
47600         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47601         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47602         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47603         * sysdeps/powerpc/powerpc64/entry.h: ... here.
47604         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47605         * sysdeps/powerpc/powerpc64/start.S: here.
47606         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47607         * sysdeps/powerpc/powerpc64/Makefile: ... this.
47608         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47609         * sysdeps/powerpc/powerpc64/configure.in: ... this.
47610         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47612         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47613         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47614         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47615         * sysdeps/powerpc/powerpc32/start.S: ... here.
47616         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47617         * sysdeps/powerpc/powerpc32/configure.in: ... this.
47618         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47620         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47621         * sysdeps/powerpc/ifunc-sel.h: ... here.
47622         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47623         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47625         * sysdeps/sparc/elf/configure.in: Moved to ...
47626         * sysdeps/sparc/configure.in: ... here.
47627         * sysdeps/sparc/elf/configure: Delete file.
47628         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47629         * sysdeps/sparc/sparc32/start.S: ... here.
47630         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47631         * sysdeps/sparc/sparc64/start.S: ... here.
47632         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47633         * sysdeps/sparc/sparc32/Makefile: ... this.
47634         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47635         * sysdeps/sparc/sparc64/Makefile: ... this.
47637         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47638         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47639         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47640         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47641         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47642         * sysdeps/s390/s390-32/setjmp.S: ... here.
47643         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47644         * sysdeps/s390/s390-32/configure.in: ... here.
47645         * sysdeps/s390/s390-32/elf/configure: Delete file.
47646         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47647         * sysdeps/s390/s390-32/start.S: ... here.
47649         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47650         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47651         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47652         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47653         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47654         * sysdeps/s390/s390-64/setjmp.S: ... here.
47655         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47656         * sysdeps/s390/s390-64/configure.in: ... here
47657         * sysdeps/s390/s390-64/elf/configure: Delete file.
47658         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47659         * sysdeps/s390/s390-64/start.S: ... here.
47660         * sysdeps/s390/s390-64/elf/configure: Delete.
47662         * configure.in: Remove support for elf directories in sysdeps.
47664         * configure: Regenerated.
47665         * sysdeps/i386/configure: Regenerated.
47666         * sysdeps/powerpc/powerpc32/configure: Regenerated.
47667         * sysdeps/powerpc/powerpc64/configure: Regenerated.
47668         * sysdeps/s390/s390-32/configure: Regenerated.
47669         * sysdeps/s390/s390-64/configure: Regenerated.
47670         * sysdeps/sh/configure: Regenerated.
47671         * sysdeps/sparc/configure: Regenerated.
47672         * sysdeps/x86_64/configure: Regenerated.
47674 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
47676         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47678         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47679         denormal result into account.
47681 2012-03-25  Roland McGrath  <roland@hack.frob.com>
47683         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47684         Reported by Allan McRae <allan@archlinux.org>.
47686 2012-03-23  Jeff Law  <law@redhat.com>
47688         * nss/getnssent.c (__nss_getent): Fix typo.
47690 2012-03-23  David S. Miller  <davem@davemloft.net>
47692         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47694 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
47696         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47697         to pad to uint64_t for each field.
47698         (dl_tls_index): Replace unsigned long with uint64_t.
47700 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
47701         Paul Pluzhnikov  <ppluzhnikov@google.com>
47703         [BZ #6528]
47704         * grp/Makefile (otherlibs): Don't set it.
47705         * inet/Makefile (otherlibs): Likewise.
47706         * login/Makefile (otherlibs): Likewise.
47707         * nscd/Makefile (otherlibs): Likewise.
47708         * posix/Makefile (otherlibs): Likewise.
47709         * pwd/Makefile (otherlibs): Likewise.
47710         * rt/Makefile (otherlibs): Likewise.
47711         * sunrpc/Makefile (otherlibs): Likewise.
47712         * nss/Makefile (otherlibs): Likewise.
47713         Add libnss_files to routines and static-only-routines.
47714         ($(objpfx)getent): Remove rule.
47715         * resolv/Makefile: Add libnss_dns and libresolv to routines and
47716         static-only-routines.
47718 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47720         [BZ #13892]
47721         * math/s_cexp.c: Include <float.h>.
47722         (__cexp): Handle exp result overflowing not necessarily
47723         overflowing both real and imaginary parts of result.
47724         * math/s_cexpf.c: Likewise.
47725         * math/s_cexpl.c: Likewise.
47726         * math/libm-test.inc (cexp_test): Add more tests.
47727         * sysdeps/i386/fpu/libm-test-ulps: Update.
47728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47730 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47732         * include/link.h (ELFW): New macro.
47733         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47734         Replace ELF64_R_TYPE with ELFW(R_TYPE).
47736 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47738         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47739         with uint64_t.
47741 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47743         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47744         declaration.
47745         (struct La_x32_retval): Likewise.
47747 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
47749         * sysdeps/x86_64/preconfigure.in: New file.
47750         * sysdeps/x86_64/preconfigure: New generated file.
47752 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
47754         [BZ #13824]
47755         * math/e_exp2l.c: Include <float.h>.
47756         (__ieee754_exp2l): Handle overflow and underflow cases
47757         separately.  Only pass fractional part of argument to
47758         __ieee754_expl.
47759         * math/libm-test.inc (exp2_test): Add more tests.
47761         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47762         negating x to take absolute value.
47763         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47764         Likewise.
47765         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47766         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47767         Likewise.
47768         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47769         computing low part if x was negated.
47770         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47772 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47774         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47775         la_x32_gnu_pltexit.
47776         (pltexit): Cast int_retval to ptrdiff_t.
47777         * elf/tst-auditmod3b.c: Likewise.
47778         * elf/tst-auditmod4b.c: Likewise.
47779         * elf/tst-auditmod5b.c: Likewise.
47780         * elf/tst-auditmod6b.c: Likewise.
47781         * elf/tst-auditmod6c.c: Likewise.
47782         * elf/tst-auditmod7b.c: Likewise.
47784         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47785         and x32_gnu_pltexit.
47787         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47788         __ELF_NATIVE_CLASS.
47789         (La_x32_regs): New macro.
47790         (La_x32_retval): Likewise.
47791         (la_x32_gnu_pltenter): New function prototype.
47792         (la_x32_gnu_pltexit): Likewise.
47794 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
47796         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47797         exponent.
47799         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47801         * configure.in (libc_cv_cc_nofma): Check for option to disable
47802         generation of FMA instructions.
47803         * configure: Regenerate.
47804         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47805         * sysdeps/ieee754/dbl-64/Makefile: New file.
47806         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47807         Remove brandred-fma4.
47808         (CFLAGS-brandred-fma4.c): Remove.
47809         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47810         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47811         define.
47812         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47813         define.
47815 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47817         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47818         LLONG_MAX != LONG_MAX.
47819         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47820         (_fitoa_word): Likewise.
47821         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47822         LLONG_MAX != LONG_MAX.
47823         * stdio-common/_itowa.h: Include <_itoa.h>.
47824         (_itowa_word): Use _ITOA_WORD_TYPE on value.
47825         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
47826         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
47827         only if not defined.
47828         (_ITOA_WORD_TYPE): Likewise.
47829         (_itoa_word): Use _ITOA_WORD_TYPE on value.
47830         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47832 2012-03-21  David S. Miller  <davem@davemloft.net>
47834         * sysdeps/sparc/fpu/libm-test-ulps: Update.
47836 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
47838         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47839         of x86_64 when setting libc_cv_slibdir, libdir and
47840         libc_cv_localedir.
47841         * sysdeps/unix/sysv/linux/configure: Regenerated.
47843 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47845         * manual/lang.texi (Old Varargs): Remove section.
47846         (How Variadic): Update menu.
47847         (va_start): Do not mention varargs.h.
47849 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47850             Joseph Myers  <joseph@codesourcery.com>
47852         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47853         link test.
47854         * configure: Regenerated.
47856 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
47858         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47859         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47860         conformtest.pl
47862 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47864         * NOTES: Remove.
47865         * Makefile (files-for-dist): Remove NOTES.
47866         (NOTES): Remove rule.
47867         * README: Don't refer to NOTES.
47868         * manual/creature.texi: Don't include macros.texi.
47869         * manual/intro.texi (creature.texi): Remove comment referring to
47870         NOTES.
47872         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47873         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47874         * configure: Regenerated.
47875         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47876         LIBC_TRY_CC_OPTION.
47877         (libc_cv_as_i686): Likewise.
47878         (libc_cv_cc_avx): Likewise.
47879         (libc_cv_cc_sse2avx): Likewise.
47880         (libc_cv_cc_fma4): Likewise.
47881         (libc_cv_cc_novzeroupper): Likewise.
47882         * sysdeps/i386/configure: Regenerated.
47884         [BZ #13883]
47885         * sysdeps/i386/fpu/s_cexp.S: Remove.
47886         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47887         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47888         * math/libm-test.inc (cexp_test): Add more tests.
47889         * sysdeps/i386/fpu/libm-test-ulps: Update.
47890         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47892 2012-03-21  Allan McRae  <allan@archlinux.org>
47894         * timezone/Makefile: Do not install iso3166.tab and zone.tab
47896 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
47898         [BZ #13871]
47899         * math/w_exp2.c: Do not include <float.h>.
47900         (o_threshold, u_threshold): Remove.
47901         (__exp2): Calculate result before checking finiteness and calling
47902         __kernel_standard.
47903         * math/w_exp2f.c: Likewise.
47904         * math/w_exp2l.c: Likewise.
47905         * math/libm-test.inc (exp2_test): Require overflow exception for
47906         1e6 input.
47908         [BZ #3866]
47909         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47910         range of signed 64-bit integers before using fistpll.  Remove
47911         checks for whether integers fit in mantissa bits.
47912         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47913         the range of signed 32-bit integers before using fistpl.  Remove
47914         checks for whether integers fit in mantissa bits.
47915         * sysdeps/i386/fpu/e_powl.S (p64): New object.
47916         (__ieee754_powl): Test for y outside the range of signed 64-bit
47917         integers before using fistpll.  Reduce 64-bit values to 63-bit
47918         ones as needed.
47919         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47920         divide-by-zero is raised for zero to large negative powers.
47921         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47922         (__ieee754_powl): Test for y outside the range of signed 64-bit
47923         integers before using fistpll.  Reduce 64-bit values to 63-bit
47924         ones as needed.
47925         * math/libm-test.inc (pow_test): Add more tests.
47927 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47929         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47930         <stdio-common/_itoa.h>.
47931         * debug/segfault.c: Likewise.
47932         * elf/dl-cache.c: Likewise.
47933         * elf/dl-minimal.c: Likewise.
47934         * elf/dl-misc.c: Likewise.
47935         * elf/dl-sysdep.c: Likewise.
47936         * elf/dl-version.c: Likewise.
47937         * elf/rtld.c: Likewise.
47938         * hurd/hurdsock.c: Likewise.
47939         * hurd/lookup-retry.c: Likewise.
47940         * malloc/malloc.c: Likewise.
47941         * malloc/mtrace.c: Likewise.
47942         * nscd/nscd_getgr_r.c: Likewise.
47943         * nscd/nscd_getpw_r.c: Likewise.
47944         * nscd/nscd_getserv_r.c: Likewise.
47945         * posix/getopt_init.c: Likewise.
47946         * posix/wordexp.c: Likewise.
47947         * stdio-common/_itoa.c: Likewise.
47948         * stdio-common/printf_fphex.c: Likewise.
47949         * stdio-common/vfprintf.c: Likewise.
47950         * string/_strerror.c: Likewise.
47951         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47952         * sysdeps/i386/i686/hp-timing.h: Likewise.
47953         * sysdeps/mach/_strerror.c: Likewise.
47954         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47955         * sysdeps/mach/hurd/sethostid.c: Likewise.
47956         * sysdeps/mach/hurd/xmknodat.c: Likewise.
47957         * sysdeps/mach/xpg-strerror.c: Likewise.
47958         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47959         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47960         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47961         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47962         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47963         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47964         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47965         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47966         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47967         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47968         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47969         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47970         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47971         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47972         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47973         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47974         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47975         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47976         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47977         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47978         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47980         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47982         * stdio-common/_itoa.h: Moved to ...
47983         * sysdeps/generic/_itoa.h: Here.
47985         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47987         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47988         instead of "_itoa.h" and "_itowa.h".
47989         * stdio-common/vfprintf.: Likewise.
47991 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47993         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47994         <bits/wordsize.h>.
47995         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47996         (__signbit): Likwise.
47997         (llrintf): Likwise.
47998         (llrint): Likwise.
48000 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
48002         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
48003         __WORDSIZE != 64.
48005 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
48007         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
48008         OVERFLOW_EXCEPTION_OK.
48009         * math/libm-test.inc ("Philosophy"): Update comment about
48010         exception testing.
48011         (OVERFLOW_EXCEPTION): Define.
48012         (OVERFLOW_EXCEPTION_OK): Likewise.
48013         (INVALID_EXCEPTION_OK): Renumber.
48014         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
48015         (IGNORE_ZERO_INF_SIGN): Likewise.
48016         (test_exceptions): Handle FE_OVERFLOW.
48017         (exp10_test): Expect overflow exceptions.
48018         (exp2_test): Likewise.
48019         (expm1_test): Likewise.
48020         (nextafter_test): Likewise.
48021         (pow_test): Likewise.
48022         (scalbn_test): Likewise.
48023         (scalbln_test): Likewise.
48025 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48027         * sysdeps/x86_64/bits/atomic.h
48028         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
48029         64bit integer.
48030         (atomic_exchange_acq): Likewise.
48031         (__arch_exchange_and_add_body): Likewise.
48032         (__arch_add_body): Likewise.
48033         (atomic_add_negative): Likewise.
48034         (atomic_add_zero): Likewise.
48036 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48038         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
48039         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
48041 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48043         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
48044         Check __x86_64__ instead of __WORDSIZE.
48046 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48048         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
48050 2012-03-19  David S. Miller  <davem@davemloft.net>
48052         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48054         * sysdeps/sparc/fpu/fenv_private.h: New file.
48055         * sysdeps/sparc/fpu/math_private.h: Use it.
48056         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
48057         Remove.
48058         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
48059         (libc_feholdexcept_setroundl): Remove.
48060         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
48061         Remove.
48062         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
48063         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
48065 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48067         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
48068         int64_t instead of long int.
48069         (INSERT_WORDS64): Likwise.
48071 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
48073         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
48074         _Unwind_GetCFA return to _Unwind_Ptr first.
48076 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
48078         [BZ #13629]
48079         * math/s_clog.c: Include <float.h>.
48080         (__clog): Scale large or subnormal inputs.
48081         * math/s_clogf.c: Likewise.
48082         * math/s_clogl.c: Likewise.
48083         * math/s_clog10.c: Include <float.h>.
48084         (M_LOG10_2): Define.
48085         (__clog10): Scale large or subnormal inputs.
48086         * math/s_clog10f.c: Likewise.
48087         * math/s_clog10l.c: Likewise.
48088         * math/libm-test.inc (clog_test): Add more tests.
48089         (clog10_test): Likewise.
48090         * sysdeps/i386/fpu/libm-test-ulps: Update.
48091         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48093         [BZ #11451]
48094         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
48095         x and y.
48096         * math/libm-test.inc (atan2_test): Add another test.
48098         * Makerules (common-objdir-compile): Remove.
48099         * sysdeps/unix/Makefile (config-generated): Do not add
48100         $(unix-generated) to variable.
48101         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
48102         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
48103         Remove rule.
48104         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
48105         Likewise.
48106         [generic bits/local_lim.h] (before-compile): Do not append to
48107         variable.
48108         [generic bits/local_lim.h] (common-generated): Likewise.
48109         [generic sys/param.h] (before-compile): Do not append to variable.
48110         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
48111         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
48112         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
48113         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
48114         include.
48115         [generic sys/param.h] (sys/param.h-includes): Remove variable.
48116         [generic sys/param.h] (sys/param.h-includes): Remove rule.
48117         [generic sys/param.h] ($(addprefix
48118         $(common-objpfx),$(sys/param.h-includes))): Likewise.
48119         [generic sys/param.h] (common-generated): Do not append to
48120         variable.
48121         [generic sys/param.h] (sysdep_headers): Likewise.
48122         [generic bits/errno.h] (before-compile): Do not append to
48123         variable.
48124         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
48125         rule.
48126         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
48127         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
48128         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
48129         [generic bits/errno.h] (common-generated): Do not append to
48130         variable.
48131         [generic bits/ioctls.h] (before-compile): Do not append to
48132         variable.
48133         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
48134         rule.
48135         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
48136         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
48137         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
48138         rule.
48139         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
48140         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
48141         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
48142         [generic bits/ioctls.h] (common-generated): Do not append to
48143         variable.
48144         [generic sys/syscall.h] (syscall.h): Remove variable.
48145         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
48146         rule.
48147         [generic sys/syscall.h] (before-compile): Do not append to
48148         variable.
48149         [generic sys/syscall.h] (common-generated): Likewise.
48150         * sysdeps/unix/errnos-tmpl.c: Remove file.
48151         * sysdeps/unix/errnos.awk: Likewise.
48152         * sysdeps/unix/ioctls-tmpl.c: Likewise.
48153         * sysdeps/unix/ioctls.awk: Likewise.
48154         * sysdeps/unix/mk-local_lim.c: Likewise.
48155         * sysdeps/unix/snarf-ioctls: Likewise.
48157 2012-03-19  Richard Henderson  <rth@twiddle.net>
48159         * sysdeps/i386/fpu/fenv_private.h: New file.
48160         * sysdeps/i386/fpu/math_private.h: Use it.
48161         (math_opt_barrier, math_force_eval): Remove.
48162         (libc_feholdexcept_setround_53bit): Remove.
48163         (libc_feupdateenv_53bit): Remove.
48164         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48165         (math_opt_barrier, math_force_eval): Remove.
48166         (libc_feholdexcept): Remove.
48167         (libc_feholdexcept_setround): Remove.
48168         (libc_fetestexcept, libc_fesetenv): Remove.
48169         (libc_feupdateenv_test): Remove.
48170         (libc_feupdateenv, libc_feholdsetround): Remove.
48171         (libc_feresetround): Remove.
48173         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
48174         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
48176         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
48177         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
48178         (libc_feupdateenv_testl): New.
48179         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
48180         (libc_feupdateenv_testf): New.
48181         (libc_feupdateenv): Use libc_feupdateenv_test.
48182         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
48183         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
48185         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
48186         (libc_feholdsetroundf, libc_feholdsetroundl): New.
48187         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
48188         (libc_feresetround_noex): New.
48189         (libc_feresetround_noexf): New.
48190         (libc_feresetround_noexl): New.
48191         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
48192         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
48193         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
48194         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
48195         SET_RESTORE_ROUND.
48196         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
48197         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
48198         (__cos): Likewise.
48199         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
48200         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
48201         SET_RESTORE_ROUND_NOEX.
48202         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
48203         SET_RESTORE_ROUND_NOEXF.
48204         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
48205         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
48206         (libc_feholdsetroundf): New.
48207         (libc_feresetround, libc_feresetroundf): New.
48209         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
48210         (libc_feholdexcept_setround_53bit): Convert from macro to function.
48211         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
48213         * sysdeps/generic/math_private.h: Include <fenv.h>.
48214         (default_libc_feholdexcept): New.
48215         (default_libc_feholdexcept_setround): New.
48216         (default_libc_fesetenv, default_libc_feupdateenv): New.
48217         (libc_feholdexcept): Only define if undefined.
48218         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
48219         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
48220         (libc_feholdexcept_setroundl): Likewise.
48221         (libc_feholdexcept_setround_53bit): Likewise.
48222         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
48223         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
48224         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
48225         (libc_feupdateenv_53bit): Likewise.
48226         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
48227         (libc_feholdexcept): Convert from macro to inline function.
48228         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
48229         (libc_fesetenv, libc_feupdateenv): Likewise.
48231         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
48232         not previously defined.
48233         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
48234         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
48235         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
48236         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
48237         * sysdeps/ieee754/flt-32/math_private.h: New file.
48238         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
48239         math_private.h below SET_FLOAT_WORD.
48240         (__isnan, __isinf_ns, __finite): Remove.
48241         (__isnanf, __isinf_nsf, __finitef): Remove.
48243 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
48245         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48247 2012-03-17  David S. Miller  <davem@davemloft.net>
48249         [BZ #6471]
48250         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
48251         for 2.16.
48253 2012-03-16  David S. Miller  <davem@davemloft.net>
48255         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
48256         warnings.
48258         [BZ #6471]
48259         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
48260         properly.
48261         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
48262         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
48263         sysdep_routines when subdir is sysvipc.
48264         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
48265         __getshmlba helper.
48267         * sysdeps/sparc/fpu/libm-test/ulps: Update.
48269 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48271         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
48272         [__LP64__].
48274 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48276         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
48277         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
48278         (__lround): Renamed to ...
48279         (__llround): This.  Replace long int with long long int.
48280         Define lround functions as aliases of llround functions.
48281         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
48283 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48285         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
48286         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
48287         adresses to uintptr_t.  Replace "long int" and "unsigned long
48288         int" with "greg_t" on va_arg.
48290 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48292         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
48293         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
48295         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
48296         Move e_machine check before EI_CLASS check.  Handle x32
48297         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
48298         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
48299         SKIP_EM_IA_64 and include
48300         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
48302         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
48303         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
48304         (add_system_dir): New macro.
48306         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
48307         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
48309 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48311         [BZ #2551]
48312         [BZ #2552]
48313         [BZ #2553]
48314         [BZ #2554]
48315         [BZ #2562]
48316         [BZ #2563]
48317         [BZ #2565]
48318         [BZ #2566]
48319         [BZ #2576]
48320         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
48321         (y0): Likewise.
48322         * math/w_j0f.c (j0f): Likewise.
48323         (y0f): Likewise.
48324         * math/w_j0l.c (__j0l): Likewise.
48325         (__y0l): Likewise.
48326         * math/w_j1.c (j1): Likewise.
48327         (y1): Likewise.
48328         * math/w_j1f.c (j1f): Likewise.
48329         (y1f): Likewise.
48330         * math/w_j1l.c (__j1l): Likewise.
48331         (__y1l): Likewise.
48332         * math/w_jn.c (jn): Likewise.
48333         (yn): Likewise.
48334         * math/w_jnf.c (jnf): Likewise.
48335         (ynf): Likewise.
48336         * math/w_jnl.c (__jnl): Likewise.
48337         (__ynl): Likewise.
48338         * math/libm-test.inc (j0_test): Add more tests.
48339         (j1_test): Likewise.
48340         (jn_test): Likewise.  Add trailing semicolon to existing test.
48341         (y0_test): Likewise.
48342         (y1_test): Likewise.
48343         * sysdeps/i386/fpu/libm-test-ulps: Update.
48344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48346         [BZ #13851]
48347         [BZ #13854]
48348         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
48349         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
48350         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
48351         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
48352         (__tanl): Set errno for infinite argument.
48353         * sysdeps/i386/fpu/mptan.c: Remove.
48354         * sysdeps/i386/fpu/s_tan.S: Likewise.
48355         * sysdeps/i386/fpu/s_tanl.S: Likewise.
48356         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
48357         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
48358         * math/libm-test.inc (tan_test): Add more tests and enable more
48359         tests for double and long double.
48360         * sysdeps/i386/fpu/libm-test-ulps: Update.
48361         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48363 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
48365         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48366         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48368 2012-03-16  Roland McGrath  <roland@hack.frob.com>
48370         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48371         * configure.in: Use it for both main tree and add-ons.
48372         * configure: Regenerated.
48374 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
48376         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48378 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
48380         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48381         in comment.
48383         [BZ #13851]
48384         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48385         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48386         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48387         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48388         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48389         infinite argument.
48390         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48391         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48392         != 0 for prec == 2.
48393         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48394         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48395         * sysdeps/i386/fpu/s_cosl.S: Likewise.
48396         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48397         * sysdeps/i386/fpu/s_sinl.S: Likewise.
48398         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48399         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48400         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48401         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48402         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48403         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48404         * math/libm-test.inc (cos_test): Add more tests and enable more
48405         tests for long double.
48406         (sin_test): Likewise.
48407         (sincos_test): Likewise.
48408         * sysdeps/i386/fpu/libm-test-ulps: Update.
48409         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48411 2012-03-16  David S. Miller  <davem@davemloft.net>
48413         * sysdeps/sparc/fpu/math_private.h: New file.
48415 2012-03-15  David S. Miller  <davem@davemloft.net>
48417         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48418         file.
48419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
48420         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48421         file.
48422         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48423         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48424         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48425         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48426         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48427         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48428         sysdep routines.
48429         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48431         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48432         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48434         * sysdeps/sparc/sparc-ifunc.h: New file.
48435         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48436         sparc-ifunc.h
48437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
48438         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48439         Likewise.
48440         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48441         Likewise.
48442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48443         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
48445         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48446         Likewise.
48447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
48451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48452         Likewise.
48453         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48454         Likewise.
48455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48459         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48460         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48461         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48462         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48463         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48464         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48465         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48466         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48467         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48468         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48469         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48470         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48471         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48472         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48473         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48474         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48475         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48476         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48477         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48478         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48480 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48482         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48483         scaling.
48484         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48486 2012-03-15  Andreas Jaeger  <aj@suse.de>
48488         [BZ #13852]
48489         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48490         ieee754/flt-32 implementation for sin, cos and sincos.
48491         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48492         * sysdeps/i386/fpu/s_cosf.S: Likewise.
48493         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48494         * sysdeps/i386/fpu/s_sinf.S: Likewise.
48495         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48496         ieee754/flt-32 implementation for tan.
48498         * math/libm-test.inc (cos_test): Enable some large input tests for
48499         float as well
48500         (sin_test): Likewise.
48501         (sincos_test): Likewise.
48502         (tan_test): Add tests for large input.
48504         * sysdeps/i386/fpu/libm-test-ulps: Update.
48506 2012-03-15  Andreas Jaeger  <aj@suse.de>
48508         [BZ #13658]
48509         * math/libm-test.inc (cos_test): Add more test cases.
48510         (sin_test): Likewise.
48511         (sincos_test): Likewise.
48513 2012-03-15  Andreas Jaeger  <aj@suse.de>
48515         [BZ #13837]
48516         * math/libm-test.inc (cos_test): Add a test case for large input
48517         value.
48518         (sin_test): Likewise.
48519         (sincos_test): Likewise.
48521 2012-03-15  Andreas Jaeger  <aj@suse.de>
48522             Joseph Myers  <joseph@codesourcery.com>
48524         [BZ #13658]
48525         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
48526         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48527         * sysdeps/i386/fpu/branred.c: Likewise.
48528         * sysdeps/i386/fpu/dosincos.c: Likewise.
48529         * sysdeps/i386/fpu/mpa.c: Likewise.
48530         * sysdeps/i386/fpu/s_cos.S: Likewise.
48531         * sysdeps/i386/fpu/s_sin.S: Likewise.
48532         * sysdeps/i386/fpu/s_sincos.S: Likewise.
48533         * sysdeps/i386/fpu/sincos32.c: Likewise.
48535         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48536         Define.
48537         (libc_feupdateenv_53bit): Define.
48538         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48539         Define.
48540         (libc_feupdateenv_53bit): Define.
48542         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48543         53 bit (without extend i386 double precision).
48545         * math/libm-test.inc (sincos_test): Add tests for large input.
48546         (sin): Likewise.
48547         (cos): Likewise.
48549         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48551 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
48553         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48555 2012-03-15  David S. Miller  <davem@davemloft.net>
48557         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48558         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48559         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48560         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48561         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48562         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48563         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48564         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48565         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48566         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48567         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48568         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48569         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48570         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48571         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
48572         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48573         file.
48574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
48575         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48576         file.
48577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
48578         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48579         file.
48580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
48581         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48582         file.
48583         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48584         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48585         fmin/fmax sysdep routines.
48586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48588 2012-03-14  David S. Miller  <davem@davemloft.net>
48590         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48591         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48592         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48593         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48594         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48595         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48596         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48597         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48598         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48599         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48600         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48601         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48602         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48603         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48604         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48605         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48606         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48607         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48608         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48609         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48610         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48611         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48612         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48613         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48614         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48615         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48616         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48617         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
48618         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48619         routines.
48620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48621         file.
48622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
48623         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48624         file.
48625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
48626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48627         file.
48628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
48629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48630         file.
48631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
48632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48633         file.
48634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
48635         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48636         file.
48637         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48638         file.
48639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48640         file.
48641         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48642         file.
48643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48644         New file.
48645         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48646         file.
48647         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48648         file.
48649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
48650         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48651         file.
48652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
48653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48654         file.
48655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
48656         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48657         file.
48658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
48659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48660         VIS3 routines.
48662         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48663         New file.
48665         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48667         * sysdeps/sparc/configure.in: New file.
48668         * sysdeps/sparc/configure: Generate.
48669         * configure.in (libc_cv_sparc_as_vis3): Substitute.
48670         * configure: Regenerate.
48671         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48672         * config.make.in (have-as-vis3): New.
48673         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48674         available use -Av9d instead of -Av9a.
48675         * sysdeps/sparc/sparc64/Makefile: Likewise.
48676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
48677         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48678         New file.
48679         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48680         file.
48681         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48682         New file.
48683         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48684         file.
48685         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48686         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48687         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48688         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48689         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48691         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48692         fzeros/fnegs to load 0x80000000 into a float register instead of
48693         using the stack.
48694         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48696 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48698         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48699         bits/syscall.h.
48700         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48701         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48702         ($(inst_includedir)/bits/syscall.h): Remove rule.
48703         ($(objpfx)bits/syscall.d): Include instead of
48704         $(objpfx)syscall-list.d.
48705         (generated): Change syscall-list.h and syscall-list.d to
48706         bits/syscall.h and bits/syscall.d.
48708 2012-03-14  Roland McGrath  <roland@hack.frob.com>
48710         [BZ #13846]
48711         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48713 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
48715         [BZ #13841]
48716         * math/s_csqrt.c: Include <float.h>.
48717         (__csqrt): Scale large or subnormal inputs.
48718         * math/s_csqrtf.c: Likewise.
48719         * math/s_csqrtl.c: Likewise.
48720         * math/libm-test.inc (csqrt_test): Add more tests.
48721         * sysdeps/i386/fpu/libm-test-ulps: Update.
48722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48724         [BZ #13840]
48725         * math/libm-test.inc (hypot_test): Add more tests.
48727 2012-03-13  David S. Miller  <davem@davemloft.net>
48729         [BZ #13840]
48730         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48731         double-precision for the calculation instead of scaling.
48733 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
48735         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48736         manipulate bits before adding and subtracting TWO52[sx].
48737         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48738         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48739         Likewise.
48740         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48742 2012-03-13  David S. Miller  <davem@davemloft.net>
48744         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48745         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48746         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48747         rtld-global-offsets.h
48748         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48750         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48751         large parameters.
48753         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48755         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48756         'err' in the ifdef scope in which it is actually used.
48758         * nss/nss_db/db-init.c: Include string.h
48760 2012-03-12  David S. Miller  <davem@davemloft.net>
48762         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48763         masking out of the most significant byte of random value used.
48764         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48765         Fix coding style in previous change.
48767         * sysdeps/unix/sysv/linux/kernel-features.h
48768         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48769         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48770         expression.
48771         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48772         later.
48774 2012-03-11  David S. Miller  <davem@davemloft.net>
48776         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48777         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48778         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48779         for 'resultvar' otherwise things get truncated on 64-bit.
48781         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48782         Fix masking out of the most significant byte of random value used.
48784         * sysdeps/sparc/fpu/libm-test-ulps: Update.
48786 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
48788         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48790 2012-03-09  David S. Miller  <davem@davemloft.net>
48792         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48793         variables with appropriate CPP guards.
48794         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48795         from the frame pointer, not the stack pointer.  Correct layout
48796         comments.  Fix test on resulting framesize and the management of
48797         the outregs buffer for pltexit.  Preserve floating point return
48798         values across _dl_call_pltexit call.
48799         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48800         framesize and the management of the outregs buffer for pltexit.
48801         Preserve floating point return values across _dl_call_pltexit
48802         call.
48803         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48804         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48805         (la_sparc64_gnu_pltexit): New functions.
48806         (print_exit): Fix format string for return register value.
48808 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
48810         * sunrpc/Makefile (others): Add rpcgen.
48811         ($(objpfx)rpcgen): Remove special build rule and dependency on
48812         libc.
48813         * sunrpc/rpcgen.c: New file.
48815 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
48817         [BZ #13673]
48818         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48819         * stdio-common/bug-vfprintf-nargs.c: Likewise.
48820         * sysdeps/i386/crti.S: Likewise.
48821         * sysdeps/i386/crtn.S: Likewise.
48822         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48823         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48824         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48825         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48826         * sysdeps/sh/crti.S: Likewise.
48827         * sysdeps/sh/crtn.S: Likewise.
48828         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48830         [BZ #13673]
48831         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48832         with URL.
48833         * locale/programs/locfile-kw.gperf: Likewise.
48834         * locale/programs/charmap-kw.h: Regenerated.
48835         * locale/programs/locfile-kw.h: Likewise.
48837         [BZ #13673]
48838         * intl/plural.y: Replace FSF snail mail address with URL.
48839         * intl/plural.c: Regenerated.
48841 2012-03-09  Richard Henderson  <rth@twiddle.net>
48843         * include/math_private.h: Remove file.
48844         * math/math_private.h: Move file ...
48845         * sysdeps/generic/math_private.h: ... here.
48847         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48848         * sysdeps/powerpc/fpu/math_private.h: Likewise.
48849         * sysdeps/x86_64/fpu/math_private.h: Likewise.
48851         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
48852         and <math_private.h>.
48853         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48854         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48855         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48856         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48857         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48858         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48859         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48860         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48861         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48862         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48863         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48864         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48865         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48866         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48867         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48868         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48869         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48870         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48871         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48872         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48873         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48874         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48875         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48876         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48877         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48878         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48879         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48880         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48881         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48882         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48883         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48884         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48885         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48886         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48887         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48888         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48889         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48890         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48891         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48892         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48893         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48894         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48895         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48896         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48897         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48898         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48899         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48900         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48901         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48902         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48903         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48904         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48905         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48906         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48907         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48908         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48909         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48910         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48911         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48912         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48913         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48914         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48915         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48916         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48917         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48918         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48919         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48920         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48921         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48922         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48923         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48924         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48925         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48926         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48927         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48928         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48929         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48930         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48931         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48932         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48933         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48934         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48935         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48936         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48937         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48938         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48939         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48940         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48941         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48942         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48943         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48944         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48945         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48946         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48947         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48948         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48949         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48950         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48951         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48952         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48953         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48954         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48955         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48956         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48957         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48958         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48959         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48960         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48961         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48962         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48963         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48964         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48965         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48966         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48967         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48968         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48969         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48970         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48971         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48972         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48973         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48974         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48975         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48976         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48977         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48978         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48979         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48980         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48981         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48982         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48983         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48984         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48985         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48986         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48987         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48988         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48989         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48990         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48991         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48992         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48993         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48994         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48995         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48996         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48997         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48998         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48999         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
49000         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
49001         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
49002         * sysdeps/ieee754/k_standard.c: Likewise.
49003         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
49004         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
49005         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
49006         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
49007         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
49008         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
49009         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
49010         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
49011         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
49012         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
49013         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
49014         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
49015         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
49016         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
49017         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
49018         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
49019         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
49020         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
49021         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
49022         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
49023         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
49024         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
49025         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49026         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
49027         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
49028         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
49029         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
49030         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
49031         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
49032         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
49033         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
49034         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
49035         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
49036         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
49037         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
49038         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
49039         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
49040         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
49041         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
49042         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
49043         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
49044         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
49045         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
49046         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
49047         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
49048         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
49049         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
49050         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
49051         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
49052         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
49053         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
49054         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
49055         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
49056         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
49057         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
49058         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
49059         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
49060         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
49061         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
49062         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
49063         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
49064         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
49065         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
49066         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
49067         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
49068         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
49069         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
49070         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
49071         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
49072         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
49073         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
49074         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
49075         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
49076         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
49077         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
49078         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
49079         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
49080         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
49081         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49082         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
49083         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
49084         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
49085         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
49086         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
49087         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
49088         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
49089         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
49090         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
49091         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
49092         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
49093         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
49094         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
49095         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
49096         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
49097         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
49098         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
49099         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
49100         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
49101         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
49102         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
49103         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
49104         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
49105         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
49106         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
49107         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
49108         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
49109         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
49110         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
49111         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
49112         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
49113         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
49114         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
49115         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
49116         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
49117         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
49118         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
49119         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
49120         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
49121         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
49122         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
49123         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
49124         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
49125         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
49126         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
49127         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
49128         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
49129         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
49130         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
49131         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
49132         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
49133         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
49134         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
49135         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
49136         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
49137         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
49138         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
49139         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
49140         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
49141         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
49142         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
49143         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
49144         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
49145         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
49146         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
49147         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
49148         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
49149         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
49150         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
49151         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
49152         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
49153         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
49154         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
49155         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
49156         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
49157         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
49158         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
49159         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
49160         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
49161         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
49162         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
49163         * sysdeps/ieee754/s_lib_version.c: Likewise.
49164         * sysdeps/ieee754/s_matherr.c: Likewise.
49165         * sysdeps/ieee754/s_signgam.c: Likewise.
49166         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
49167         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
49168         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
49169         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
49170         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
49171         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
49172         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
49173         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
49174         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
49175         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
49176         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
49177         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
49178         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
49179         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
49180         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
49181         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
49182         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
49183         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
49184         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
49185         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
49186         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
49188 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49190         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
49191         * sunrpc/rpc_main.c: Likewise.
49192         * sunrpc/rpc_svcout.c: Likewise.
49194 2012-03-09  David S. Miller  <davem@davemloft.net>
49196         * include/math_private.h: New file.
49198 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
49200         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
49201         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
49202         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
49203         from <bits/socket_type.h>.
49204         (enum __socket_type): Don't define here.
49205         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
49206         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49207         bits/socket_type.h.
49209         [BZ #13566]
49210         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
49211         checking __USE_GNU.
49213         * Makerules ($(inst_includedir)/%.h): New rule.
49214         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
49215         (install-others): Remove variable setting.
49216         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
49218 2012-03-08  Richard Henderson  <rth@twiddle.net>
49220         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
49221         from macro to inline function; merge with the
49222         !__LIBC_INTERNAL_MATH_INLINES version.
49223         (__ieee754_sqrtf): Likewise.
49225         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
49226         to inline function.
49227         (__rintf, __floor, __floorf): Likewise.
49229         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
49230         macro to inline function.
49231         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
49233         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
49234         not <math/math_private.h>.
49236 2012-03-08  David S. Miller  <davem@davemloft.net>
49238         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
49239         copyright year.
49240         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
49242 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
49244         * resolv/gai_misc.c (handle_requests): Fix struct timespec
49245         normalization.
49246         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
49247         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
49249 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
49251         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
49252         be defined individually, they must be defined as a block.  Define
49253         S for printing a string instead of hidint the different by using a
49254         macro for adding the 'l'.
49255         * stdio-common/tst-fphex-wide.c: Adjust.
49257 2012-03-07  Marek Polacek  <polacek@redhat.com>
49259         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
49261 2012-03-08  Marek Polacek  <polacek@redhat.com>
49263         [BZ #13806]
49264         * stdio-common/Makefile (tests): Add tst-fphex-wide.
49265         * stdio-common/tst-fphex.c: Define a few macros to make the
49266         test reusable.  Use them.
49267         * stdio-common/tst-fphex-wide.c: New file.
49269 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
49271         [BZ #6911]
49272         * manual/macros.texi (gnusystems): New macro.
49273         (nongnusystems): Likewise.
49274         (gnulinuxhurdsystems): Likewise.
49275         (gnuhurdsystems): Likewise..
49276         (gnulinuxsystems): Likewise.
49277         * manual/charset.texi: Use new macros or @theglibc{} to refer to
49278         variants of the GNU system, not "GNU system".
49279         * manual/conf.texi: Likewise.
49280         * manual/errno.texi: Likewise.  Update example of errno macro
49281         expansion.
49282         * manual/filesys.texi: Likewise.
49283         (getumask): Document as specific to GNU/Hurd.
49284         * manual/install.texi: Likewise.  Reword some references to
49285         GNU/Linux.
49286         * manual/intro.texi: Likewise.
49287         * manual/io.texi: Likewise.
49288         (File Name Portability): Detail which constraints are inapplicable
49289         to all GNU systems and which are only inapplicable to GNU/Hurd.
49290         * manual/job.texi: Likewise.
49291         * manual/llio.texi: Likewise.
49292         (O_NOCTTY): Document as present on GNU/Linux.
49293         * manual/maint.texi: Likewise.
49294         * manual/memory.texi: Likewise.
49295         * manual/pattern.texi: Likewise.
49296         * manual/pipe.texi: Likewise.
49297         * manual/process.texi: Likewise.
49298         * manual/resource.texi: Likewise.
49299         (RUSAGE_CHILDREN): Remove statement about specifying a particular
49300         child on GNU/Hurd.
49301         * manual/setjmp.texi: Likewise.
49302         * manual/signal.texi: Likewise.
49303         * manual/startup.texi: Likewise.
49304         * manual/stdio.texi: Likewise.
49305         * manual/terminal.texi: Likewise.
49306         (ONLCR): Document as POSIX.
49307         (OXTABS): Document availability on GNU/Linux as XTABS.
49308         (ONOEOT): Document availability separately from other bits.
49309         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
49310         * manual/time.texi: Likewise.
49311         * manual/users.texi: Likewise.
49312         * INSTALL: Regenerated.
49313         * sysdeps/gnu/errlist.c: Regenerated.
49315         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
49316         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
49317         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
49318         puts.
49319         * configure: Regenerated.
49321 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
49323         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
49324         default includes instead of AC_HEADER_CHECK.
49325         * sysdeps/i386/configure: Regenerated.
49327         [BZ #10716]
49328         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
49329         * math/s_cacoshf.c (__cacoshf): Likewise.
49330         * math/s_cacoshl.c (__cacoshl): Likewise.
49331         * math/s_casinh.c (__casinh): Set signs of result from argument.
49332         * math/s_casinhf.c (__casinhf): Likewise.
49333         * math/s_casinhl.c (__casinhl): Likewise.
49334         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
49335         (casinh_test): Add more tests.
49336         * sysdeps/i386/fpu/libm-test-ulps: Update.
49337         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49339 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
49341         * po/zh_TW.po: Update from translation team.
49343         * login/Makefile (distribute): Remove variable.
49344         * catgets/Makefile: Likewise.
49345         * mach/Makefile: Likewise.
49346         * malloc/Makefile: Likewise.
49347         * misc/Makefile: Likewise.
49348         * iconv/Makefile: Likewise.
49349         * nscd/Makefile: Likewise.
49350         * hurd/Makefile: Likewise.
49351         * manual/Makefile: Likewise.
49352         * locale/Makefile: Likewise.
49353         * intl/Makefile: Likewise.
49354         * conform/Makefile: Likewise.
49355         * nss/Makefile: Likewise.
49356         * time/Makefile: Likewise.
49357         * soft-fp/Makefile: Likewise.
49358         * dirent/Makefile: Likewise.
49359         * gmon/Makefile: Likewise.
49360         * po/Makefile: Likewise.
49361         * rt/Makefile: Likewise.
49362         * socket/Makefile: Likewise.
49363         * math/Makefile: Likewise.
49364         * signal/Makefile: Likewise.
49365         * debug/Makefile: Likewise.
49366         * elf/Makefile: Likewise.
49367         * timezone/Makefile: Likewise.
49368         * stdlib/Makefile: Likewise.
49369         * iconvdata/Makefile: Likewise.
49370         * sunrpc/Makefile: Likewise.
49371         * io/Makefile: Likewise.
49372         * argp/Makefile: Likewise.
49373         * inet/Makefile: Likewise.
49374         * hesiod/Makefile: Likewise.
49375         * grp/Makefile: Likewise.
49376         * csu/Makefile: Likewise.
49377         * wctype/Makefile: Likewise.
49378         * crypt/Makefile: Likewise.
49379         * libio/Makefile: Likewise.
49380         * string/Makefile: Likewise.
49381         * nis/Makefile: Likewise.
49382         * resolv/Makefile: Likewise.
49383         * stdio-common/Makefile: Likewise.
49384         * wcsmbs/Makefile: Likewise.
49385         * dlfcn/Makefile: Likewise.
49386         * posix/Makefile: Likewise.
49388         [BZ #6959]
49389         * timezone/Makefile: Don't install timezone files, just the programs
49390         and scripts.
49392 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
49394         * nss/databases.def: Add missing gshadow entry.
49396         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
49398 2012-03-06  Marek Polacek  <polacek@redhat.com>
49400         [BZ #13726]
49401         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49402         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49403         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49404         * stdio-common/tst-long-dbl-fphex.c: New file.
49406 2012-03-06  David S. Miller  <davem@davemloft.net>
49408         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49409         (set_obp_int): New function.
49410         (get_obp_int): New function.
49411         (__get_clockfreq_via_dev_openprom): Likewise.
49412         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49413         Avoid unused variable warnings on 'val' and use builtin_expect.
49414         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49415         __builtin_expect.
49416         (INLINE_CLONE_SYSCALL): Likewise.
49418 2012-03-05  David S. Miller  <davem@davemloft.net>
49420         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49422 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
49424         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49426         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49427         only for |x| >= 40.
49428         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49430 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
49432         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49433         Replace gettimeofday with __vdso_gettimeofday.
49435         * sysdeps/unix/sysv/linux/x86_64/init-first.c
49436         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49437         __vdso_clock_gettime and __vdso_getcpu.
49439         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49440         time with __vdso_time.
49442 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49444         * manual/lang.texi (size_t): Note types to which size_t may be
49445         equivalent with the GNU C Library, but do not describe when
49446         differences between them are significant.
49448 2012-03-05  Andreas Jaeger  <aj@suse.de>
49450         * sysdeps/i386/fpu/libm-test-ulps: Update.
49452 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
49454         [BZ #3976]
49455         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49456         (__ieee754_pow): Save and restore rounding mode and use
49457         round-to-nearest for main computations.
49458         * math/libm-test.inc (pow_test_tonearest): New function.
49459         (pow_test_towardzero): Likewise.
49460         (pow_test_downward): Likewise.
49461         (pow_test_upward): Likewise.
49462         (main): Call the new functions.
49463         * sysdeps/i386/fpu/libm-test-ulps: Update.
49464         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49466         [BZ #3976]
49467         * math/libm-test.inc (cosh_test_tonearest): New function.
49468         (cosh_test_towardzero): Likewise.
49469         (cosh_test_downward): Likewise.
49470         (cosh_test_upward): Likewise.
49471         (sinh_test_tonearest): Likewise.
49472         (sinh_test_towardzero): Likewise.
49473         (sinh_test_downward): Likewise.
49474         (sinh_test_upward): Likewise.
49475         (main): Call the new functions.
49476         * sysdeps/i386/fpu/libm-test-ulps: Update.
49477         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49479 2012-03-05  Tom de Vries  <tom@codesourcery.com>
49481         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49482         default stack guard is set in last bytes.
49483         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49485 2012-03-05  Kees Cook  <keescook@chromium.org>
49487         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
49489         [BZ #13656]
49490         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49491         possibly allocate from heap instead of stack.
49492         * stdio-common/bug-vfprintf-nargs.c: New file.
49493         * stdio-common/Makefile (tests): Add nargs overflow test.
49495 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
49497         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49499 2012-03-03  Marek Polacek  <polacek@redhat.com>
49501         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49502         * math/math_private.h: Likewise.
49503         * stdlib/tst-strtod.c: Likewise.
49504         * sysdeps/i386/i486/bits/atomic.h: Likewise.
49505         * sysdeps/x86_64/bits/atomic.h: Likewise.
49507 2012-03-02  David S. Miller  <davem@davemloft.net>
49509         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49510         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49511         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49512         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49513         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49514         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49515         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49516         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49518 2012-03-02  Roland McGrath  <roland@hack.frob.com>
49520         [BZ #13792]
49521         * manual/examples/README: New file, says the example source files
49522         can be used under GPL>=2.
49523         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49524         line containing just "*/".
49525         * manual/examples/add.c: Add copyright header (GPL>=2).
49526         * manual/examples/argp-ex1.c: Likewise.
49527         * manual/examples/argp-ex2.c: Likewise.
49528         * manual/examples/argp-ex3.c: Likewise.
49529         * manual/examples/argp-ex4.c: Likewise.
49530         * manual/examples/atexit.c: Likewise.
49531         * manual/examples/db.c: Likewise.
49532         * manual/examples/dir.c: Likewise.
49533         * manual/examples/dir2.c: Likewise.
49534         * manual/examples/execinfo.c: Likewise.
49535         * manual/examples/filecli.c: Likewise.
49536         * manual/examples/filesrv.c: Likewise.
49537         * manual/examples/fmtmsgexpl.c: Likewise.
49538         * manual/examples/genpass.c: Likewise.
49539         * manual/examples/inetcli.c: Likewise.
49540         * manual/examples/inetsrv.c: Likewise.
49541         * manual/examples/isockad.c: Likewise.
49542         * manual/examples/longopt.c: Likewise.
49543         * manual/examples/memopen.c: Likewise.
49544         * manual/examples/memstrm.c: Likewise.
49545         * manual/examples/mkfsock.c: Likewise.
49546         * manual/examples/mkisock.c: Likewise.
49547         * manual/examples/mygetpass.c: Likewise.
49548         * manual/examples/pipe.c: Likewise.
49549         * manual/examples/popen.c: Likewise.
49550         * manual/examples/rprintf.c: Likewise.
49551         * manual/examples/search.c: Likewise.
49552         * manual/examples/select.c: Likewise.
49553         * manual/examples/setjmp.c: Likewise.
49554         * manual/examples/sigh1.c: Likewise.
49555         * manual/examples/sigusr.c: Likewise.
49556         * manual/examples/stpcpy.c: Likewise.
49557         * manual/examples/strdupa.c: Likewise.
49558         * manual/examples/strftim.c: Likewise.
49559         * manual/examples/strncat.c: Likewise.
49560         * manual/examples/subopt.c: Likewise.
49561         * manual/examples/swapcontext.c: Likewise.
49562         * manual/examples/termios.c: Likewise.
49563         * manual/examples/testopt.c: Likewise.
49564         * manual/examples/testpass.c: Likewise.
49565         * manual/examples/timeval_subtract.c: Likewise.
49567         [BZ #13792]
49568         * manual/time.texi (Elapsed Time): Move timeval_subtract example
49569         function to ...
49570         * manual/timeval_subtract.c.texi: ... here, new file.
49572 2012-03-02  David S. Miller  <davem@davemloft.net>
49574         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49576 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
49578         [BZ #3976]
49579         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49580         (__sin): Save and restore rounding mode and use round-to-nearest
49581         for all computations.
49582         (__cos): Save and restore rounding mode and use round-to-nearest
49583         for all computations.
49584         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49585         <fenv.h>.
49586         (tan): Save and restore rounding mode and use round-to-nearest for
49587         all computations.
49588         * math/libm-test.inc (cos_test_tonearest): New function.
49589         (cos_test_towardzero): Likewise.
49590         (cos_test_downward): Likewise.
49591         (cos_test_upward): Likewise.
49592         (sin_test_tonearest): Likewise.
49593         (sin_test_towardzero): Likewise.
49594         (sin_test_downward): Likewise.
49595         (sin_test_upward): Likewise.
49596         (tan_test_tonearest): Likewise.
49597         (tan_test_towardzero): Likewise.
49598         (tan_test_downward): Likewise.
49599         (tan_test_upward): Likewise.
49600         (main): Call the new functions.
49601         * sysdeps/i386/fpu/libm-test-ulps: Update.
49602         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49604         [BZ #10135]
49605         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49606         small n, then large n, before computing and testing k+n.
49607         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49608         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49609         Likewise.
49610         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49611         Likewise.
49612         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49613         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49614         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49615         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49616         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49617         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49618         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49619         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49620         * math/libm-test.inc (scalbn_test): Add more tests.
49621         (scalbln_test): Likewise.
49623         * manual/filesys.texi (mode_t): Describe constraints on size and
49624         signedness, not exact equivalence to a particular type.
49625         (ino_t): Likewise.
49626         (ino64_t): Likewise.
49627         (dev_t): Likewise.
49628         (nlink_t): Likewise.
49629         (blkcnt_t): Likewise.
49630         (blkcnt64_t): Likewise.
49631         * manual/llio.texi (off_t): Likewise.
49633         [BZ #3976]
49634         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49635         (__ieee754_exp): Save and restore rounding mode and use
49636         round-to-nearest for all computations.
49637         * math/libm-test.inc (exp_test_tonearest): New function.
49638         (exp_test_towardzero): Likewise.
49639         (exp_test_downward): Likewise.
49640         (exp_test_upward): Likewise.
49641         (main): Call the new functions.
49642         * sysdeps/i386/fpu/libm-test-ulps: Update.
49643         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49645 2012-03-01  Chris Demetriou  <cgd@google.com>
49647         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49648         have predictable order.
49650 2012-03-01  David S. Miller  <davem@davemloft.net>
49652         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49654         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49655         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49656         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49657         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49659         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49660         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49661         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49662         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49663         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49664         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49665         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49666         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49667         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49669         * sysdeps/sparc/fpu/libm-test-ulps: Update.
49671         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49672         * sysdeps/sparc/fpu/libm-test-ulps: to here.
49673         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49675         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49676         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49677         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49678         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49679         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49680         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49681         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49682         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49683         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49684         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49685         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49686         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49687         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49688         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49689         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49690         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49691         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49692         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49693         * sysdeps/sparc/elf/configure: Regenerated.
49695 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
49697         * configure.in (AS, LD): Require binutils 2.20 or later.
49698         * configure: Regenerated.
49699         * manual/install.texi (Tools for Compilation): Give binutils 2.20
49700         as required minimum version.
49701         * INSTALL: Regenerated.
49703         [BZ #2541]
49704         [BZ #4108]
49705         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49706         before squaring exponent.
49707         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49708         bottom long double and 27 bits of top long double before squaring
49709         exponent.
49710         * math/libm-test.inc (erfc_test): Add more tests.
49711         * sysdeps/i386/fpu/libm-test-ulps: Update.
49712         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49713         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49715 2012-03-01  Kai Tietz  <ktietz@redhat.com>
49717         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49718         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49719         containing bit-fields.
49720         * soft-fp/extended.h (_FP_UNION_E): Likewise.
49721         * soft-fp/single.h (_FP_UNION_S): Likewise.
49722         * soft-fp/double.h (_FP_UNION_D): Likewise.
49724 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49726         [BZ #13786]
49727         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49728         not include ../strcmp.S.
49729         [USE_AS_STRNCASECMP_L]: Likewise.
49730         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49731         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49732         * sysdeps/i386/i686/multiarch/strncase_l-c.c
49733         (__strncasecmp_l_ia32): Define as alias to
49734         __strncasecmp_l_nonascii.
49736         [BZ #5794]
49737         * math/libm-test.inc (expm1_test): Add test for bug 5794.
49738         * sysdeps/i386/fpu/libm-test-ulps: Update.
49739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49741         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49744 2012-02-29  Jeff Law  <law@redhat.com>
49746         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49747         out of bounds read.
49749 2012-02-29  Marek Polacek  <polacek@redhat.com>
49751         [BZ #13706]
49752         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49753         * elf/Makefile: Add rules to run tst-unused-dep.out.
49755 2012-02-28  David S. Miller  <davem@davemloft.net>
49757         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49758         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49759         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49760         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49761         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49762         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49764 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
49766         * math/libm-test.inc (llround_test): Move one test from
49767         lround_test.  Use TEST_f_L in moved test.
49768         (lround_test): Move misplaced test to llround_test.  Add testcase
49769         from bug 2561.
49771 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
49773         * sysdeps/x86_64/fpu/e_expf.S: New file.
49774         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49776 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
49778         [BZ #13637]
49779         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49780         of remain_len that may cause incomplete multi-byte character and
49781         false match.
49782         * posix/bug-regex33.c: New file.
49783         * posix/Makefile (tests): Add bug-regex33.
49785 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
49787         * manual/macros.texi: New file.
49788         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49789         * manual/libc.texinfo: Include macros.texi.
49790         * manual/creatute.texi: Likewise.
49791         * manual/install.texi: Likewise.
49792         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49793         @glibcadj{} in references to the GNU C Library.
49794         * manual/charset.texi: Likewise.
49795         * manual/conf.texi: Likewise.
49796         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
49797         when not using those macros.
49798         * manual/creature.texi: Likewise.
49799         * manual/crypt.texi: Likewise.
49800         * manual/errno.texi: Likewise.
49801         * manual/filesys.texi: Likewise.
49802         * manual/header.texi: Likewise.
49803         * manual/install.texi: Likewise.
49804         * manual/intro.texi: Likewise.
49805         * manual/io.texi: Likewise.
49806         * manual/job.texi: Likewise.
49807         * manual/lang.texi: Likewise.
49808         * manual/libc.texiinfo: Likewise.
49809         * manual/llio.texi: Likewise.
49810         * manual/locale.texi: Likewise.
49811         * manual/maint.texi: Likewise.
49812         * manual/math.texi: Likewise.
49813         * manual/memory.texi: Likewise.
49814         * manual/message.texi: Likewise.
49815         * manual/nss.texi: Likewise.
49816         * manual/pattern.texi: Likewise.
49817         * manual/process.texi: Likewise.
49818         * manual/resource.texi: Likewise.
49819         * manual/search.texi: Likewise.
49820         * manual/setjmp.texi: Likewise.
49821         * manual/signal.texi: Likewise.
49822         * manual/socket.texi: Likewise.
49823         * manual/startup.texi: Likewise.
49824         * manual/stdio.texi: Likewise.
49825         * manual/string.texi: Likewise.
49826         * manual/sysinfo.texi: Likewise.
49827         * manual/syslog.texi: Likewise.
49828         * manual/terminal.texi: Likewise.
49829         * manual/time.texi: Likewise.
49830         * manual/users.texi: Likewise.
49831         * INSTALL: Regenerated.
49832         * NOTES: Regenerated.
49833         * sysdeps/gnu/errlist.c: Regenerated.
49835 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
49837         * include/dirent.h: Include <dirstream.h> before
49838         <dirent/dirent.h>.
49840 2012-02-28  David S. Miller  <davem@davemloft.net>
49842         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49843         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49844         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49845         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49847 2012-02-27  David S. Miller  <davem@davemloft.net>
49849         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49850         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49851         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49852         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49854         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49855         frame pointer instead of stack pointer relative arg slot.
49856         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49857         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49858         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49860 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
49862         [BZ #3992]
49863         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49865 2012-02-27  David S. Miller  <davem@davemloft.net>
49867         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49868         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49869         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49870         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49871         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49872         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49873         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49874         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49876 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49878         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49879         later.  Allow versions 5-9.
49880         * configure: Regenerated.
49881         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49882         required minimum version and 4.6 as recommended version.  Do not
49883         mention bugs in GCC 2.7 and 2.8.
49884         * INSTALL: Regenerated.
49886 2012-02-27  David S. Miller  <davem@davemloft.net>
49888         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49889         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49890         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49891         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49892         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49893         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49894         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49895         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49897         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49898         manipulate bits before adding and subtracting TWO112[sx].
49899         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49901 2012-02-27  Roland McGrath  <roland@hack.frob.com>
49903         [BZ #13775]
49904         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49905         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49906         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49907         being in POSIX, because they are in 1003.1-2008.
49909         * rt/tst-aio.c: Include <fcntl.h>.
49910         * rt/tst-aio7.c: Likewise.
49911         * rt/tst-aio64.c: Likewise.
49913         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49915 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
49917         * manual/install.texi (--with-headers): Describe headers as
49918         interface headers, not private headers.
49919         (Specific advice for GNU/Linux systems): Describe use of headers
49920         from "make headers_install", not private headers from older
49921         kernels.
49922         * INSTALL: Regenerated.
49923         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49924         Change to 2.6.19.
49925         * sysdeps/unix/sysv/linux/configure: Regenerated.
49927         * manual/llio.texi (fclean): Remove documentation.
49929         * manual/Makefile (libc-texi-generated): New variable.  Include
49930         version.texi.
49931         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49932         $(libc-texi-generated), not duplicated list of files.
49933         (version.texi, stamp-version): New rules.
49934         (realclean): Remove $(libc-texi-generated), not individual files
49935         from that list.  Do not remove dir-add.texinfo.
49936         * manual/libc.texinfo: Comment out uses of edition numbers and
49937         references to printed manual.  Remove last-updated dates.
49938         (EDITION): Comment out.
49939         (ISBN): Likewise.
49940         (VERSION, UPDATED): Remove.
49941         (version.texi): Include.
49943 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
49945         * sysdeps/posix/spawni.c: Include <signal.h>.
49946         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49947         * sysdeps/pthread/aio_fsync.c: Likewise.
49949 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
49951         * conform/Makefile (tests): Run only when not cross-compiling and
49952         when fast-check is not defined.
49954         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49955         * conform/data/limits.h-data: Fixes for POSIX2008.
49956         * conform/run-conformtest.sh: Run all tests.
49957         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49958         headers.
49959         * include/bits/dlfcn.h: Likewise.
49960         * include/langinfo.h: Likewise.
49961         * include/monetary.h: Likewise.
49962         * include/sys/poll.h: Likewise.
49964         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49965         for __USE_GNU.
49966         * posix/spawn.h: Define __need_sigset_t.
49967         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49968         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49969         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
49970         to get sigevent_t only.
49971         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49972         only for __USE_GNU.
49973         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49974         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49975         process_vm_writev only for __USE_GNU.
49976         * termios/termios.h: Declare tcgetsid also for POSIX2008.
49978         * conform/Makefile: For now ignore errors from run-conformtest.
49979         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
49980         POSIX to avoid namespace pollution.  Don't prepend headers.
49981         * conform/data/aio.h-data: Fixes for POSIX testing.
49982         * conform/data/fcntl.h-data: Likewise.
49983         * conform/data/glob.h-data: Likewise.
49984         * conform/data/grp.h-data: Likewise.
49985         * conform/data/pthread.h-data: Likewise.
49986         * conform/data/pwd.h-data: Likewise.
49987         * conform/data/signal.h-data: Likewise.
49988         * conform/data/spawn.h-data: Likewise.
49989         * conform/data/stdio.h-data: Likewise.
49990         * conform/data/stdlib.h-data: Likewise.
49991         * conform/data/stropts.h-data: Likewise.
49992         * conform/data/sys/mman.h-data: Likewise.
49993         * conform/data/sys/stat.h-data: Likewise.
49994         * conform/data/sys/types.h-data: Likewise.
49995         * conform/data/sys/wait.h-data: Likewise.
49996         * conform/data/time.h-data: Likewise.
49997         * conform/data/unistd.h-data: Likewise.
49998         * conform/data/utime.h-data: Likewise.
50000         * io/sys/stat.h: fchmod was always in POSIX.
50001         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
50002         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
50003         * rt/aio.h: Define __need_timespec before including <time.h>.
50004         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
50005         struct.  Add forward declaration of pthread_attr_t and use it in
50006         sigevent.
50007         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
50008         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
50009         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
50010         always remove CLK_TCK definition.
50012 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
50014         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
50016 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
50018         * conform/run-conformtest.sh: New file.
50019         * conform/Makefile: Run run-conformtest for tests.
50020         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
50021         support.
50023         * conform/data/uchar.h-data: New file.
50024         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
50025         * conform/data/arpa/inet.h-data: Likewise.
50026         * conform/data/assert.h-data: Likewise.
50027         * conform/data/complex.h-data: Likewise.
50028         * conform/data/cpio.h-data: Likewise.
50029         * conform/data/ctype.h-data: Likewise.
50030         * conform/data/dirent.h-data: Likewise.
50031         * conform/data/dlfcn.h-data: Likewise.
50032         * conform/data/errno.h-data: Likewise.
50033         * conform/data/fcntl.h-data: Likewise.
50034         * conform/data/float.h-data: Likewise.
50035         * conform/data/fmtmsg.h-data: Likewise.
50036         * conform/data/fnmatch.h-data: Likewise.
50037         * conform/data/ftw.h-data: Likewise.
50038         * conform/data/glob.h-data: Likewise.
50039         * conform/data/grp.h-data: Likewise.
50040         * conform/data/iconv.h-data: Likewise.
50041         * conform/data/inttypes.h-data: Likewise.
50042         * conform/data/langinfo.h-data: Likewise.
50043         * conform/data/libgen.h-data: Likewise.
50044         * conform/data/limits.h-data: Likewise.
50045         * conform/data/locale.h-data: Likewise.
50046         * conform/data/math.h-data: Likewise.
50047         * conform/data/monetary.h-data: Likewise.
50048         * conform/data/mqueue.h-data: Likewise.
50049         * conform/data/ndbm.h-data: Likewise.
50050         * conform/data/net/if.h-data: Likewise.
50051         * conform/data/netdb.h-data: Likewise.
50052         * conform/data/netinet/in.h-data: Likewise.
50053         * conform/data/nl_types.h-data: Likewise.
50054         * conform/data/poll.h-data: Likewise.
50055         * conform/data/pthread.h-data: Likewise.
50056         * conform/data/pwd.h-data: Likewise.
50057         * conform/data/regex.h-data: Likewise.
50058         * conform/data/sched.h-data: Likewise.
50059         * conform/data/search.h-data: Likewise.
50060         * conform/data/semaphore.h-data: Likewise.
50061         * conform/data/setjmp.h-data: Likewise.
50062         * conform/data/signal.h-data: Likewise.
50063         * conform/data/spawn.h-data: Likewise.
50064         * conform/data/stdarg.h-data: Likewise.
50065         * conform/data/stdio.h-data: Likewise.
50066         * conform/data/stdlib.h-data: Likewise.
50067         * conform/data/string.h-data: Likewise.
50068         * conform/data/strings.h-data: Likewise.
50069         * conform/data/stropts.h-data: Likewise.
50070         * conform/data/sys/ipc.h-data: Likewise.
50071         * conform/data/sys/mman.h-data: Likewise.
50072         * conform/data/sys/msg.h-data: Likewise.
50073         * conform/data/sys/resource.h-data: Likewise.
50074         * conform/data/sys/select.h-data: Likewise.
50075         * conform/data/sys/sem.h-data: Likewise.
50076         * conform/data/sys/shm.h-data: Likewise.
50077         * conform/data/sys/socket.h-data: Likewise.
50078         * conform/data/sys/stat.h-data: Likewise.
50079         * conform/data/sys/statvfs.h-data: Likewise.
50080         * conform/data/sys/time.h-data: Likewise.
50081         * conform/data/sys/timeb.h-data: Likewise.
50082         * conform/data/sys/times.h-data: Likewise.
50083         * conform/data/sys/types.h-data: Likewise.
50084         * conform/data/sys/uio.h-data: Likewise.
50085         * conform/data/sys/un.h-data: Likewise.
50086         * conform/data/sys/utsname.h-data: Likewise.
50087         * conform/data/sys/wait.h-data: Likewise.
50088         * conform/data/syslog.h-data: Likewise.
50089         * conform/data/tar.h-data: Likewise.
50090         * conform/data/termios.h-data: Likewise.
50091         * conform/data/utime.h-data: Likewise.
50092         * conform/data/utmpx.h-data: Likewise.
50093         * conform/data/varargs.h-data: Likewise.
50094         * conform/data/wchar.h-data: Likewise.
50095         * conform/data/wctype.h-data: Likewise.
50096         * conform/data/wordexp.h-data: Likewise.
50098         * include/stropts.h: New file.
50099         * include/uchar.h: New file.
50100         * include/aio.h: Changes to allow conformtest.pl to use the headers.
50101         * include/assert.h: Likewise.
50102         * include/ctype.h: Likewise.
50103         * include/dirent.h: Likewise.
50104         * include/dlfcn.h: Likewise.
50105         * include/fcntl.h: Likewise.
50106         * include/fnmatch.h: Likewise.
50107         * include/glob.h: Likewise.
50108         * include/grp.h: Likewise.
50109         * include/libio.h: Likewise.
50110         * include/locale.h: Likewise.
50111         * include/math.h: Likewise.
50112         * include/net/if.h: Likewise.
50113         * include/netdb.h: Likewise.
50114         * include/netinet/in.h: Likewise.
50115         * include/pthread.h: Likewise.
50116         * include/pwd.h: Likewise.
50117         * include/regex.h: Likewise.
50118         * include/sched.h: Likewise.
50119         * include/search.h: Likewise.
50120         * include/setjmp.h: Likewise.
50121         * include/signal.h: Likewise.
50122         * include/stdio.h: Likewise.
50123         * include/stdlib.h: Likewise.
50124         * include/string.h: Likewise.
50125         * include/sys/cdefs.h: Likewise.
50126         * include/sys/mman.h: Likewise.
50127         * include/sys/msg.h: Likewise.
50128         * include/sys/resource.h: Likewise.
50129         * include/sys/select.h: Likewise.
50130         * include/sys/socket.h: Likewise.
50131         * include/sys/stat.h: Likewise.
50132         * include/sys/statvfs.h: Likewise.
50133         * include/sys/time.h: Likewise.
50134         * include/sys/times.h: Likewise.
50135         * include/sys/uio.h: Likewise.
50136         * include/sys/utsname.h: Likewise.
50137         * include/sys/wait.h: Likewise.
50138         * include/termios.h: Likewise.
50139         * include/time.h: Likewise.
50140         * include/ulimit.h: Likewise.
50141         * include/unistd.h: Likewise.
50142         * include/utime.h: Likewise.
50143         * include/wchar.h: Likewise.
50144         * include/wctype.h: Likewise.
50145         * include/wordexp.h: Likewise.
50147         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
50149         * time/time.h: TIME_UTC must be a macro.
50150         Make timespec_get available for ISO C11 only as well.
50152 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
50154         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
50155         Reported by Peng Haitao <penght@cn.fujitsu.com>.
50157 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50159         * configure.in: Use -o not -a in test for unsupported multi-arch.
50161 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50163         * manual/texinfo.tex: Update to version 2012-01-19.16.
50165 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
50167         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
50169 2012-02-24  Roland McGrath  <roland@hack.frob.com>
50171         [BZ #13738]
50172         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
50173         * manual/fdl-1.3.texi: New file.
50174         * manual/fdl-1.1.texi: File removed.
50176         [BZ #13738]
50177         * manual/libc.texinfo (FDL_VERSION): New @set.
50178         Use it for mention of FDL in cover text.
50179         (Documentation License): Use it in @include file name.
50181 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50182             Roland McGrath  <roland@hack.frob.com>
50184         [BZ #5461]
50185         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
50186         (not LONG_LONG_MAX and LONG_LONG_MIN.
50187         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
50188         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
50189         name.
50190         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
50192 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50194         [BZ #2547]
50195         [BZ #11365]
50196         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
50197         manipulate bits before adding and subtracting TWO23[sx].
50198         * math/libm-test.inc (nearbyint_test): Add more tests.
50200 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50202         [BZ #2548]
50203         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
50204         bits before adding and subtracting TWO23[sx].
50205         * math/libm-test.inc (rint_test): Add more tests.
50206         (rint_test_tonearest): Likewise.
50207         (rint_test_towardzero): Likewise.
50208         (rint_test_downward): Likewise.
50209         (rint_test_upward: Likewise.
50211 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50213         [BZ #10110]
50214         * include/stdc-predef.h: New file.  Extracted from features.h.
50215         * include/features.h: Include stdc-predef.h.
50216         * Makefile (headers): Add stdc-predef.h.
50217         * CONFORMANCE (Compiler limitations): Update.
50219 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
50221         * manual/libc.texinfo (VERSION, UPDATED): Revert.
50223 2012-02-21  David S. Miller  <davem@davemloft.net>
50225         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
50226         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50228 2012-02-20  David S. Miller  <davem@davemloft.net>
50230         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
50231         using a normal save/restore sequence, rather than allocating a
50232         dummy stack frame just to store a frame pointer and restore.
50233         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50235 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50237         * manual/install.texi: Fix stray word in line-wrapped comment.
50239 2012-02-20  David S. Miller  <davem@davemloft.net>
50241         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
50242         both binutils and gcc support GOTDATA.
50244         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
50245         "rd %pc" in the PIC register setup sequences.
50247         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
50248         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
50249         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
50250         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
50251         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
50252         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
50253         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
50254         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
50255         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
50256         (SYSCALL_ERROR_HANDLER): Likewise.
50257         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
50258         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
50259         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
50260         (SYSCALL_ERROR_HANDLER): Likewise.
50262         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
50263         (HAVE_GCC_GOTDATA): New.
50264         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
50265         relocation support in both binutils and gcc.
50266         * sysdeps/sparc/elf/configure: Regenerate.
50268         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
50269         * sysdeps/sparc/sparc32/elf/configure: Delete.
50270         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
50271         * sysdeps/sparc/sparc64/elf/configure: Delete.
50272         * sysdeps/sparc/elf/configure.in: New file.
50273         * sysdeps/sparc/elf/configure: Generate.
50275         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
50276         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
50277         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
50278         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
50279         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
50281 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50283         * manual/install.texi: Do not mention specific glibc version
50284         numbers.
50285         * manual/libc.texinfo (VERSION, UPDATED): Update.
50286         (@copying): Use @copyright{} and range of years.
50288 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
50290         [BZ #13695]
50291         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
50292         [crti.S not in sysdirs] (generated): Do not append.
50293         [crti.S not in sysdirs] (omit-deps): Likewise.
50294         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
50295         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
50296         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
50297         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
50298         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
50299         Likewise.
50300         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
50301         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
50302         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
50303         * csu/defs.awk: Remove file.
50304         * sysdeps/generic/initfini.c: Likewise.
50305         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
50306         variable.
50307         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
50308         Likewise.
50310 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50312         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
50313         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
50314         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
50315         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
50316         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
50317         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
50318         <bits/epoll.h>.
50319         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
50320         (__EPOLL_PACKED): Define to empty if not defined by
50321         <bits/epoll.h>.
50322         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
50323         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50324         bits/epoll.h.
50326 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50328         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
50329         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
50330         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
50331         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
50332         <bits/timerfd.h>.
50333         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
50334         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50335         bits/timerfd.h.
50337 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
50339         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
50340         in C locale.
50341         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
50342         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
50343         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
50344         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50346 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
50348         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50349         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
50351 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
50353         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
50354         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
50355         defined.
50356         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
50357         Likewise.
50358         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
50359         entry for 2.16.
50361 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
50363         * math/w_acos.c: Use non-signaling floating-point comparisons.
50364         * math/w_acosf.c: Likewise.
50365         * math/w_acosh.c: Likewise.
50366         * math/w_acoshf.c: Likewise.
50367         * math/w_acoshl.c: Likewise.
50368         * math/w_acosl.c: Likewise.
50369         * math/w_asin.c: Likewise.
50370         * math/w_asinf.c: Likewise.
50371         * math/w_asinl.c: Likewise.
50372         * math/w_atanh.c: Likewise.
50373         * math/w_atanhf.c: Likewise.
50374         * math/w_atanhl.c: Likewise.
50375         * math/w_exp2.c: Likewise.
50376         * math/w_exp2f.c: Likewise.
50377         * math/w_exp2l.c: Likewise.
50378         * math/w_j0.c: Likewise.
50379         * math/w_j0f.c: Likewise.
50380         * math/w_j0l.c: Likewise.
50381         * math/w_j1.c: Likewise.
50382         * math/w_j1f.c: Likewise.
50383         * math/w_j1l.c: Likewise.
50384         * math/w_jn.c: Likewise.
50385         * math/w_jnf.c: Likewise.
50386         * math/w_log.c: Likewise.
50387         * math/w_log10.c: Likewise.
50388         * math/w_log10f.c: Likewise.
50389         * math/w_log10l.c: Likewise.
50390         * math/w_log2.c: Likewise.
50391         * math/w_log2f.c: Likewise.
50392         * math/w_log2l.c: Likewise.
50393         * math/w_logf.c: Likewise.
50394         * math/w_logl.c: Likewise.
50395         * math/w_sqrt.c: Likewise.
50396         * math/w_sqrtf.c: Likewise.
50397         * math/w_sqrtl.c: Likewise.
50398         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50399         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50400         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50401         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50402         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50404 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50406         [BZ #9739]
50407         * manual/string.texi (strnlen): Use correct parameter name in
50408         equivalent expression.
50410 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50412         [BZ #11174]
50413         * manual/users.texi (seteuid): Consistently use neweuid for
50414         argument name.
50416 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
50418         [BZ #13704]
50419         * manual/nss.texi (Services in the NSS configuration): Correct
50420         list of services in example configuration file.
50422 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
50424         [BZ #11322]
50425         * manual/arith.texi: Remove statements about negative zero
50426         behaving identically to zero.
50428 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50430         [BZ #5993]
50431         * manual/install.texi: Do not document upgrading from libc5.
50433 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
50435         [BZ #4596]
50436         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50438 2012-02-18  David S. Miller  <davem@davemloft.net>
50440         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50441         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50442         %o7 across the call.
50443         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50444         instead.
50445         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50446         SETUP_PIC_REG_LEAF.
50447         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50448         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50449         * sysdeps/sparc/crtn.S: Likewise.
50451 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
50453         * aout/Makefile: Remove.
50455 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
50457         [BZ #13058]
50458         * manual/examples/argp-ex1.c (main): Format definition in GNU
50459         style.
50460         * manual/examples/argp-ex2.c (main): Likewise.
50461         * manual/examples/argp-ex3.c (main): Likewise.
50462         * manual/examples/argp-ex4.c (main): Likewise.
50463         * manual/examples/longopt.c (main): Use new-style prototype
50464         definition.
50465         * manual/examples/strncat.c (main): Specify return type and use
50466         (void) for arguments.
50467         * manual/examples/subopt.c (main): Use char **argv argument.
50469 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50471         [BZ #5077]
50472         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50473         rounding modes.
50475 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
50477         [BZ #6907]
50478         * manual/string.texi (strchr): Change when strchrnul is
50479         recommended.
50481 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
50483         [BZ #174]
50484         * manual/locale.texi (setlocale): Document LOCPATH.
50486 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50488         [BZ #10210]
50489         * manual/process.texi (execle): Move @dots{} before last argument.
50491 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
50493         [BZ #12047]
50494         * manual/charset.texi (Generic Charset Conversion): Fix typo
50495         (LC_TYPE -> LC_CTYPE).
50497 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
50499         [BZ #5805]
50500         * manual/arith.texi (scalbn): Use @var{} on parameter names.
50501         (scalbnf): Likewise.
50502         (scalbnl): Likewise.
50503         (scalbln): Likewise.
50504         (scalblnf): Likewise.
50505         (scalblnl): Likewise.
50506         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50507         (vwarnx): Likewise.
50508         (verr): Likewise.
50509         (verrx): Likewise.
50510         * manual/filesys.texi (telldir): Use braces around return type.
50511         * manual/llio.texi (mmap): Add space after comma.
50512         (mmap64): Likewise.
50513         * manual/math.texi (jn): Use @var{} on parameter names.
50514         (jnf): Likewise.
50515         (jnl): Likewise.
50516         (yn): Likewise.
50517         (ynf): Likewise.
50518         (ynl): Likewise.
50519         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50520         line.
50521         * manual/resource.texi (ulimit): Use @dots{} instead of literal
50522         "...".
50523         (sched_get_priority_min): Remove semicolon on @deftypefun line.
50524         (sched_get_priority_max): Likewise.
50525         * manual/signal.texi (sigvec): Add space after comma.
50526         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50527         names.
50528         (if_indextoname): Likewise.
50529         (if_freenameindex): Likewise.
50530         (sendto): Use ',' instead of '.' in prototype.
50531         * manual/startup.texi (syscall): Use @dots{} instead of literal
50532         "...".
50533         * manual/stdio.texi (__fpending): Separate initial words of
50534         paragraph from @deftypefun line.
50535         * manual/syslog.texi (syslog): Use @dots{} instead of literal
50536         "...".
50537         (vsyslog): Use @var{} on parameter names.
50538         * manual/terminal.texi (stty): Use @var{} on parameter names.
50539         * manual/users.texi (getutmp): Use @var{} on parameter names.
50540         (getutmpx): Likewise.
50542 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50544         [BZ #6884]
50545         * manual/stdio.texi (fopen): Fix typos in description of
50546         ",ccs=STRING".
50548 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
50550         [BZ #4026]
50551         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50552         get clock_id definition.
50554 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
50556         [BZ #4822]
50557         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50558         (madvise): Cast every argument to void on its own.
50560 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50562         [BZ #9902]
50563         * manual/startup.texi (Exit Status): Fix typo.
50565 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
50567         [BZ #10140]
50568         * manual/examples/argp-ex1.c: Include <stdlib.h>.
50569         * manual/examples/argp-ex2.c: Likewise.
50570         * manual/examples/argp-ex3.c: Likewise.
50572 2012-02-16  Richard Henderson  <rth@redhat.com>
50574         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50575         * sysdeps/s390/s390-32/initfini.c: Remove.
50576         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50577         * sysdeps/s390/s390-64/initfini.c: Remove.
50579 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
50581         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50582         compiler output for sysdeps/generic/initfini.c.
50583         * sysdeps/sh/elf/initfini.c: Remove file.
50585 2012-02-16  David S. Miller  <davem@davemloft.net>
50587         [BZ #11494]
50588         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50590         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50591         * sysdeps/sparc/crti.S: New file.
50592         * sysdeps/sparc/crtn.S: New file.
50593         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50594         * sysdeps/sparc/sparc64/Makefile: Likewise.
50596 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
50598         [BZ #3335]
50599         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50601 2012-02-15  Roland McGrath  <roland@hack.frob.com>
50603         [BZ #4822]
50604         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50606         * mach/devstream.c (cookie_io_functions_t): Macro removed.
50607         (write, read, close): Likewise.
50608         Patch by Aurelien Jarno <aurelien@aurel32.net>.
50610 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
50612         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50613         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50614         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50615         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50616         <bits/signalfd.h>.
50617         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50618         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50619         bits/signalfd.h.
50621 2012-02-14  Marek Polacek  <polacek@redhat.com>
50623         * sysdeps/x86_64/crti.S: New file.
50624         * sysdeps/x86_64/crtn.S: New file.
50625         * sysdeps/x86_64/elf/initfini.c: Remove file.
50627 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50629         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50630         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50631         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50632         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50633         <bits/inotify.h>.
50634         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50635         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50636         bits/inotify.h.
50638 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
50640         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50641         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50642         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50643         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50644         <bits/eventfd.h>.
50645         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50646         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50647         bits/eventfd.h.
50649 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
50651         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50652         __feraiseexcept instead of feraiseexcept.
50654         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50655         nanosleep invocations.
50656         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50657         strings, and add error checking for a nanosleep invocations.
50659 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
50661         Replace FSF snail mail address with URLs, as per GNU coding standards.
50662         Most of the snail mail addresses were wrong anyway, and omitting
50663         them makes the source code easier to maintain.  Almost all of the
50664         changes are to license notices and to locale LC_IDENTIFICATION
50665         addresses, except for this one:
50666         * manual/libc.texinfo: In "Published by", give the FSF's URL,
50667         not its snail mail address.
50669 2012-02-09  Richard Henderson  <rth@twiddle.net>
50671         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50672         of kernel-features.h.
50674         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50676 2012-02-08  Marek Polacek  <polacek@redhat.com>
50678         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50679         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50680         * sysdeps/gnu/_G_config.h: Likewise.
50681         * sysdeps/generic/_G_config.h: Likewise.
50683 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
50685         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50686         tests.
50687         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50689         * sysdeps/powerpc/powerpc32/crti.S: New file.
50690         * sysdeps/powerpc/powerpc32/crtn.S: New file.
50691         * sysdeps/powerpc/powerpc64/crti.S: New file.
50692         * sysdeps/powerpc/powerpc64/crtn.S: New file.
50694         * Makeconfig (have-initfini): Don't set.
50695         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50696         * configure.in (nopic_initfini): Don't substitute.
50697         * config.h.in (HAVE_INITFINI): Don't #undef.
50698         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50699         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50701 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
50703         Support crti.S and crtn.S provided directly by architectures.
50704         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50705         [crti.S in sysdirs] (omit-deps): Likewise.
50706         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50707         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50708         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50709         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50710         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50711         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50712         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50713         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50714         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50715         compiler output for sysdeps/generic/initfini.c.
50716         * sysdeps/i386/elf/Makefile: Remove file.
50717         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50719 2012-02-07  Marek Polacek  <polacek@redhat.com>
50721         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50722         * sysdeps/gnu/_G_config.h: Likewise.
50723         * sysdeps/mach/hurd/_G_config.h: Likewise.
50725 2012-02-07  Marek Polacek  <polacek@redhat.com>
50727         * math/Makefile (tests): Add tst-CMPLX2.
50728         * math/tst-CMPLX2.c: New file.
50730 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
50732         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50734         * math/libm-test.inc (jn_test): Add missing L suffix.
50736 2012-02-06  Marek Polacek  <polacek@redhat.com>
50738         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50739         * sysdeps/i386/fpu/e_powf.S: Likewise.
50740         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50741         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50742         * sysdeps/i386/fpu/e_acosh.S: Likewise.
50743         * sysdeps/i386/fpu/e_pow.S: Likewise.
50744         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50745         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50746         * sysdeps/i386/fpu/s_expm1.S: Likewise.
50747         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50748         * sysdeps/i386/fpu/e_log2.S: Likewise.
50749         * sysdeps/i386/fpu/e_log2l.S: Likewise.
50750         * sysdeps/i386/fpu/e_scalb.S: Likewise.
50751         * sysdeps/i386/fpu/e_powl.S: Likewise.
50752         * sysdeps/i386/fpu/s_log1p.S: Likewise.
50753         * sysdeps/i386/fpu/e_log10f.S: Likewise.
50754         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50755         * sysdeps/i386/fpu/e_logl.S: Likewise.
50756         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50757         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50758         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50759         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50760         * sysdeps/i386/fpu/e_log2f.S: Likewise.
50761         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50762         * sysdeps/i386/fpu/e_log.S: Likewise.
50763         * sysdeps/i386/fpu/s_cexp.S: Likewise.
50764         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50765         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50766         * sysdeps/i386/fpu/e_logf.S: Likewise.
50767         * sysdeps/i386/fpu/e_log10l.S: Likewise.
50768         * sysdeps/i386/fpu/e_atanh.S: Likewise.
50769         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50770         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50771         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50772         * sysdeps/i386/fpu/e_log10.S: Likewise.
50773         * sysdeps/i386/fpu/s_frexp.S: Likewise.
50774         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50775         * sysdeps/i386/fpu/s_asinh.S: Likewise.
50776         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50777         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50778         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50779         * sysdeps/i386/asm-syntax.h: Likewise.
50780         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50781         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50782         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50783         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50784         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50785         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50786         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50787         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50788         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50789         * sysdeps/powerpc/sysdep.h: Likewise.
50790         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50791         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50793 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50795         [BZ #411]
50796         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50798 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
50800         * sysdeps/i386/sysdep.h: Include <features.h>.
50801         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50802         version.
50804 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
50806         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50807         Define.
50808         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50809         LOAD_PIC_REG_STR.
50811 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50813         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50814         (SETUP_PIC_REG): Use GET_PC_THUNK.
50815         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50816         macro.
50818 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50820         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50821         for non-PIC compilation.
50822         (SETUP_PIC_REG): Add .p2align directive.
50823         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50824         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50825         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50826         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50827         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50828         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50829         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50830         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50831         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50832         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50833         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50834         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50835         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50836         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50837         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50838         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50839         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50840         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50841         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50842         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50843         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50844         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50845         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50846         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50847         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50848         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50849         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50850         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50851         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50852         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50853         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50854         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50855         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50856         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50857         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50858         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50859         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50860         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50861         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50862         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50863         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50865 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
50867         * math/tst-CMPLX.c: Include <stdio.h>.
50869 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
50871         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50872         float.
50873         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50874         * sysdeps/sparc/bits/mathdef.h: Likewise.
50876 2012-01-31  Marek Polacek  <polacek@redhat.com>
50878         * libio/libio.h: Don't define _PARAMS.
50879         * locale/programs/config.h: Don't define PARAMS.
50880         * stdlib/strtol_l.c: Likewise.
50881         (__strtol_l): Remove PARAMS from the prototype.
50883 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
50885         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
50886         names.  Just use the correct names.  Remove unnecessary wrapper
50887         functions.
50888         * malloc/arena.c: Likewise.
50889         * malloc/hooks.c: Likewise.
50891         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50892         ARENA_TEST says not to.  Simplify test for creation of a new arena.
50893         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50895 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
50897         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50898         into tail calls.
50899         (update_get_addr): New function.
50900         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50901         GET_ADDR_MODULE parameter.
50903 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50905         * crypt/cert.c: Remove __STDC__ conditionals.
50906         * crypt/crypt-entry.c: Likewise.
50907         * crypt/crypt_util.c: Likewise.
50908         * libio/filedoalloc.c: Likewise.
50909         * libio/fileops.c: Likewise.
50910         * libio/genops.c: Likewise.
50911         * libio/iofclose.c: Likewise.
50912         * libio/iofdopen.c: Likewise.
50913         * libio/iofopen.c: Likewise.
50914         * libio/iofopen64.c: Likewise.
50915         * libio/iogetdelim.c: Likewise.
50916         * libio/iopopen.c: Likewise.
50917         * libio/obprintf.c: Likewise.
50918         * libio/oldfileops.c: Likewise.
50919         * libio/oldiofclose.c: Likewise.
50920         * libio/oldiofdopen.c: Likewise.
50921         * libio/oldiofopen.c: Likewise.
50922         * libio/oldiopopen.c: Likewise.
50923         * libio/wfiledoalloc.c: Likewise.
50924         * libio/wgenops.c: Likewise.
50925         * locale/programs/xmalloc.c: Likewise.
50926         * misc/syslog.c: Likewise.
50927         * stdio-common/xbug.c: Likewise.
50928         * string/memchr.c: Likewise.
50929         * string/memcmp.c: Likewise.
50930         * string/memrchr.c: Likewise.
50931         * string/rawmemchr.c: Likewise.
50932         * sysdeps/posix/getcwd.c: Likewise.
50933         * time/strftime_l.c: Likewise.
50935 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
50937         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
50938         * config.make.in (config-cflags-sse2avx): Define.
50939         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50940         Fix typo.
50942 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
50944         * scripts/config.guess: Update from upstream config git repository.
50945         * scripts/config.sub: Likewise.
50947 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
50949         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50950         (EM_NUM): Update.
50951         (R_TILEPRO_*, R_TILEGX_*): New macros.
50953         * scripts/firstversions.awk: Fix bug in version range handling.
50955         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50957         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50959         * include/sys/epoll.h: New file.
50960         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50961         libc_hidden_def.
50963 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
50965         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50966         Avoid unnecessary __WORDSIZE == 64 test.
50967         (fmaxf): Use VEX format if possible.
50968         (fmax): Likewise.
50969         (fminf): Likewise.
50970         (fmin): Likewise.
50972         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50973         * math/math_private.h: Remove libc_fegetround* and
50974         libc_fesetround*.
50975         * sysdeps/i386/configure.in: Check for -msse2avx.
50976         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50977         also if SSE2AVX is defined.
50978         Remove libc_fegetround* and libc_fesetround*.
50979         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50980         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
50981         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50982         of HAS_YMM_USABLE.
50983         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50984         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50985         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50986         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50987         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50989         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50991 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
50993         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50994         size is not set.
50995         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50997 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
50999         [BZ #13618]
51000         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
51001         relocation.
51002         * Makeconfig (libm): Define.
51003         * elf/Makefile: Add rules to build and run tst-relsort1.
51004         * elf/tst-relsort1.c: New file.
51005         * elf/tst-relsort1mod1.c: New file.
51006         * elf/tst-relsort1mod2.c: New file.
51008 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
51010         * math/s_ldexp.c: Remove __STDC__ conditionals.
51011         * math/s_ldexpf.c: Likewise.
51012         * math/s_ldexpl.c: Likewise.
51013         * math/s_nextafter.c: Likewise.
51014         * math/s_nexttowardf.c: Likewise.
51015         * math/s_significand.c: Likewise.
51016         * math/s_significandf.c: Likewise.
51017         * math/s_significandl.c: Likewise.
51018         * math/w_jnl.c: Likewise.
51019         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
51020         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
51021         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
51022         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
51023         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
51024         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
51025         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
51026         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
51027         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
51028         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
51029         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
51030         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
51031         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
51032         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
51033         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
51034         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
51035         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
51036         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
51037         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
51038         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
51039         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
51040         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
51041         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
51042         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
51043         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
51044         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
51045         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
51046         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
51047         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
51048         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
51049         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
51050         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
51051         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
51052         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
51053         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
51054         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
51055         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
51056         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
51057         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
51058         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
51059         * sysdeps/ieee754/k_standard.c: Likewise.
51060         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
51061         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
51062         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
51063         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
51064         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
51065         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
51066         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
51067         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
51068         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
51069         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
51070         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
51071         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
51072         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
51073         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
51074         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
51075         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
51076         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
51077         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
51078         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
51079         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
51080         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
51081         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
51082         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
51083         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
51084         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
51085         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
51086         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
51087         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
51088         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
51089         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
51090         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
51091         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
51092         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
51093         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
51094         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
51095         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
51096         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
51097         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
51098         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
51099         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
51100         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
51101         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
51102         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
51103         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
51104         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
51105         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
51106         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
51107         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
51108         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
51109         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
51110         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
51111         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
51112         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
51113         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
51114         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
51115         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
51116         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
51117         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51118         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
51119         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
51120         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
51121         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
51122         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
51123         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
51124         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
51125         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
51126         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
51127         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
51128         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
51129         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
51130         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
51131         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
51132         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
51133         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
51134         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
51135         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
51136         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
51137         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
51138         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
51139         * sysdeps/ieee754/s_matherr.c: Likewise.
51140         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
51141         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
51142         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
51143         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
51145 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51147         * crypt/md5.h: Remove __STDC__ conditionals.
51148         * libio/libioP.h: Likewise.
51149         * locale/programs/config.h: Likewise.
51150         * sysdeps/generic/sysdep.h: Likewise.
51151         * sysdeps/i386/asm-syntax.h: Likewise.
51152         * sysdeps/s390/asm-syntax.h: Likewise.
51153         * sysdeps/unix/sysdep.h: Likewise.
51154         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
51155         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
51157 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
51159         * libio/libio.h: Remove __STDC__ conditionals.
51160         * malloc/obstack.h: Likewise.
51161         * math/complex.h: Likewise.
51162         * math/math.h: Likewise.
51163         * sysdeps/generic/_G_config.h: Likewise.
51164         * sysdeps/gnu/_G_config.h: Likewise.
51165         * sysdeps/mach/hurd/_G_config.h: Likewise.
51166         * sysdeps/powerpc/bits/mathdef.h: Likewise.
51167         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
51168         * sysdeps/sparc/bits/mathdef.h: Likewise.
51170 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
51172         [BZ #13583]
51173         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
51174         Clean up HAS_* macros.
51175         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
51176         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
51177         possible.
51178         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
51179         HAS_AVX.
51180         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
51181         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
51182         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
51183         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
51184         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
51186 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
51188         * elf/tst-unique3.cc (gets): Remove declaration.
51189         * elf/tst-unique3lib.cc (gets): Likewise.
51190         * elf/tst-unique3lib2.cc (gets): Likewise.
51191         * elf/tst-unique4.cc (gets): Likewise.
51193 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
51195         * include/stdio.h: Add C++ protection.  Add gets declarations and
51196         definitions.
51197         * debug/tst-chk1.c: Don't declare gets here.
51198         * stdio-common/tst-gets.c: Likewise.
51200 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51202         * posix/glob: Remove directory.
51204 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
51206         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
51208 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
51210         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
51211         of the non-standard EPFNOSUPPORT.
51213 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
51215         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
51216         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
51217         ANYWHERE set to 1 only on KERN_NO_SPACE error.
51219 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
51221         * wcsmbs/uchar.h: Test __STDC_VERSION__.
51223 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
51225         * nscd/aicache.c (addhstaiX): Do not cache negative results of
51226         transient errors.
51227         * nscd/grpcache.c (cache_addgr): Likewise.
51228         * nscd/hstcache.c (cache_addhst): Likewise.
51229         * nscd/initgrcache.c (addinitgroupsX): Likewise.
51230         * nscd/pwdcache.c (cache_addpw): Likewise.
51231         * nscd/servicescache.c (cache_addserv): Likewise.
51233 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
51235         * malloc/malloc.c: Various cleanups.
51236         * malloc/hooks.c: Likewise.
51238         * stdlib/Makefile (tests): Add bug-fmtmsg1.
51239         * stdlib/bug-fmtmsg1.c: New file.
51241         * stdlib/fmtmsg.c (init): Add missing unlock.
51242         Patch by Peng Haitao <penght@cn.fujitsu.com>.
51244 2012-01-12  Marek Polacek  <polacek@redhat.com>
51246         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
51247         and _GNU_SOURCE.
51249 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
51251         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
51252         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
51253         macro to ensure uniqueness of label name.
51254         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51255         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51257 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
51259         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
51261         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
51262         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
51263         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
51264         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
51266 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
51268         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
51270         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
51271         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
51272         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
51274         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
51276         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
51277         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
51278         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
51279         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
51281         * math/bits/math-finite.h: Add ldexp support.
51283 2012-01-10  Marek Polacek  <polacek@redhat.com>
51285         * locale/programs/localedef.h (show_archive_content): Add noreturn
51286         attribute.
51288 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
51290         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
51292 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51294         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
51296         * io/Makefile (headers): Add bits/poll2.h.
51298 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
51300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
51301         typo #include statement.
51303 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51305         * include/sys/cdefs.h: Define __attribute_alloc_size.
51306         * catgets/gencat.c: Add alloc_size attribute and apply consistently
51307         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
51308         * elf/pldd.c: Likewise.
51309         * iconv/iconv_charmap.c: Likewise.
51310         * iconv/iconvconfig.c: Likewise.
51311         * iconv/strtab.c: Likewise.
51312         * locale/programs/locale.c: Likewise.
51313         * locale/programs/localedef.h: Likewise.
51314         * locale/programs/simple-hash.c: Likewise.
51315         * nscd/nscd.h: Likewise.
51316         * nss/makedb.c: Likewise.
51317         * sysdeps/generic/ldconfig.h: Likewise.
51318         * locale/programs/localedef.c: Remove xmalloc prototype.
51319         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
51321 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
51323         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
51324         appropriate.
51326 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
51328         * math/Makefile (tests): Add tst-CMPLX.
51329         * math/tst-CMPLX.c: New file.
51331         * math/complex.h (CMPLXL): Fix typo.
51333         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
51334         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
51335         GLIBC_2.16.
51336         * debug/tst-chk1.c: Add poll and ppoll tests.
51337         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
51338         * include/sys/poll.h: Add hidden proto for ppoll.
51339         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
51340         * sysdeps/mach/hurd/ppoll.c: Likewise.
51341         * io/ppoll.c: Likewise.
51342         * debug/poll_chk.c: New file.
51343         * debug/ppoll_chk.c: New file.
51344         * include/bits/poll2.h: New file.
51345         * io/bits/poll2.h: New file.
51347         [BZ #1350]
51348         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
51350         * configure.in: static is always set to yes.  Remove.
51351         * config.make.in: Don't set build-static.
51352         * Makeconfig: Remove use of build-static.
51353         * dlfcn/Makefile: Likewise.
51354         * elf/Makefile: Likewise.
51355         * math/Makefile: Likewise.
51356         * misc/Makefile: Likewise.
51357         * nptl/Makefile: Likewise.
51358         * sysdeps/mach/hurd/Makefile: Likewise.
51360         * configure.in: PWD_P is not used anymore.
51361         * config.make.in: Remove PWD_P entry.
51363         * configure.in: Remove last remnants of RANLIB.
51364         No need to check for signed size_t anymore.
51365         Don't set libc_commonpagesize and libc_relro_required here for Alpha
51366         and IA-64.
51367         Remove __builtin_expect test because we require at least gcc 3.4.
51368         * aclocal.m4: Likewise.
51370         * wcsmbs/mbrtoc16.c: Implement using towc function.
51371         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51372         * wcsmbs/wcsmbsload.c: Likewise.
51373         * iconv/gconv_simple.c: Likewise.
51374         * iconv/gconv_int.h: Likewise.
51375         * iconv/gconv_builtin.h: Likewise.
51376         * iconv/iconv_prog.c: Remove CHAR16 handling.
51378         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51380         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51382         * configure.in: Remove --with-elf and --enable-bounded options.
51383         Dont set base_machine for ia64.  More non-ELF conditions removed.
51384         Remove testing and setting of leading underscore information.
51385         * config.make.in (build-bounded): Set to no.
51386         * config.h.in: Remove NO_UNDERSCORES entry.
51387         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
51388         them.
51389         * csu/start.c: Remove !NO_UNDERSCORE code.
51390         * locale/localeinfo.h: Likewise.
51391         * sysdeps/generic/machine-gmon.h: Likewise.
51392         * sysdeps/generic/sysdep.h: Likewise.
51393         * sysdeps/i386/sysdep.h: Likewise.
51394         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51395         * sysdeps/mach/sysdep.h: Likewise.
51396         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51397         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51398         * sysdeps/sh/sysdep.h: Likewise.
51399         * sysdeps/sparc/sparc32/alloca.S: Likewise.
51400         * sysdeps/unix/i386/sysdep.S: Likewise.
51401         * sysdeps/unix/sparc/start.c: Likewise.
51402         * sysdeps/unix/sparc/sysdep.S: Likewise.
51403         * sysdeps/unix/sparc/sysdep.h: Likewise.
51404         * sysdeps/unix/start.c: Likewise.
51405         * sysdeps/unix/x86_64/sysdep.S: Likewise.
51406         * sysdeps/x86_64/sysdep.h: Likewise.
51408 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
51410         [BZ #13553]
51411         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51412         for non-gcc.
51413         * argp/argp-fmtstream.h: Use const instead __const.
51414         * argp/argp.h: Likewise.
51415         * assert/assert.h: Likewise.
51416         * bits/fenv.h: Likewise.
51417         * bits/sched.h: Likewise.
51418         * bits/sigset.h: Likewise.
51419         * bits/sigthread.h: Likewise.
51420         * catgets/nl_types.h: Likewise.
51421         * conform/data/pthread.h-data: Likewise.
51422         * crypt/crypt-private.h: Likewise.
51423         * crypt/crypt.h: Likewise.
51424         * crypt/crypt_util.c: Likewise.
51425         * ctype/ctype.h: Likewise.
51426         * debug/execinfo.h: Likewise.
51427         * debug/mbsnrtowcs_chk.c: Likewise.
51428         * debug/mbsrtowcs_chk.c: Likewise.
51429         * debug/wcsnrtombs_chk.c: Likewise.
51430         * debug/wcsrtombs_chk.c: Likewise.
51431         * debug/wcstombs_chk.c: Likewise.
51432         * dirent/dirent.h: Likewise.
51433         * dlfcn/dlfcn.h: Likewise.
51434         * elf/neededtest4.c: Likewise.
51435         * grp/grp.h: Likewise.
51436         * gshadow/gshadow.h: Likewise.
51437         * iconv/gconv.h: Likewise.
51438         * iconv/gconv_int.h: Likewise.
51439         * iconv/gconv_simple.c: Likewise.
51440         * iconv/iconv.h: Likewise.
51441         * iconv/loop.c: Likewise.
51442         * iconv/skeleton.c: Likewise.
51443         * include/aio.h: Likewise.
51444         * include/aliases.h: Likewise.
51445         * include/argz.h: Likewise.
51446         * include/arpa/inet.h: Likewise.
51447         * include/assert.h: Likewise.
51448         * include/dirent.h: Likewise.
51449         * include/dlfcn.h: Likewise.
51450         * include/execinfo.h: Likewise.
51451         * include/fcntl.h: Likewise.
51452         * include/fenv.h: Likewise.
51453         * include/glob.h: Likewise.
51454         * include/grp.h: Likewise.
51455         * include/libintl.h: Likewise.
51456         * include/mntent.h: Likewise.
51457         * include/netdb.h: Likewise.
51458         * include/pwd.h: Likewise.
51459         * include/rpc/netdb.h: Likewise.
51460         * include/sched.h: Likewise.
51461         * include/search.h: Likewise.
51462         * include/shadow.h: Likewise.
51463         * include/signal.h: Likewise.
51464         * include/stdio.h: Likewise.
51465         * include/stdlib.h: Likewise.
51466         * include/string.h: Likewise.
51467         * include/sys/socket.h: Likewise.
51468         * include/sys/stat.h: Likewise.
51469         * include/sys/statfs.h: Likewise.
51470         * include/sys/statvfs.h: Likewise.
51471         * include/sys/syslog.h: Likewise.
51472         * include/sys/time.h: Likewise.
51473         * include/sys/uio.h: Likewise.
51474         * include/time.h: Likewise.
51475         * include/unistd.h: Likewise.
51476         * include/utmp.h: Likewise.
51477         * include/wchar.h: Likewise.
51478         * include/wctype.h: Likewise.
51479         * inet/aliases.h: Likewise.
51480         * inet/arpa/inet.h: Likewise.
51481         * inet/netinet/ether.h: Likewise.
51482         * inet/netinet/in.h: Likewise.
51483         * intl/libintl.h: Likewise.
51484         * io/bits/fcntl2.h: Likewise.
51485         * io/fcntl.h: Likewise.
51486         * io/ftw.h: Likewise.
51487         * io/sys/poll.h: Likewise.
51488         * io/sys/stat.h: Likewise.
51489         * io/sys/statfs.h: Likewise.
51490         * io/sys/statvfs.h: Likewise.
51491         * io/utime.h: Likewise.
51492         * libio/bits/stdio.h: Likewise.
51493         * libio/bits/stdio2.h: Likewise.
51494         * libio/libio.h: Likewise.
51495         * libio/libioP.h: Likewise.
51496         * libio/stdio.h: Likewise.
51497         * locale/lc-ctype.c: Likewise.
51498         * locale/locale.h: Likewise.
51499         * login/utmp.h: Likewise.
51500         * malloc/arena.c: Likewise.
51501         * malloc/malloc.c: Likewise.
51502         * malloc/malloc.h: Likewise.
51503         * malloc/mcheck.c: Likewise.
51504         * malloc/mtrace.c: Likewise.
51505         * math/bits/mathcalls.h: Likewise.
51506         * math/fenv.h: Likewise.
51507         * math/math_private.h: Likewise.
51508         * misc/bits/error.h: Likewise.
51509         * misc/bits/syslog.h: Likewise.
51510         * misc/err.h: Likewise.
51511         * misc/error.h: Likewise.
51512         * misc/fstab.h: Likewise.
51513         * misc/mntent.h: Likewise.
51514         * misc/regexp.h: Likewise.
51515         * misc/search.h: Likewise.
51516         * misc/sgtty.h: Likewise.
51517         * misc/sys/mman.h: Likewise.
51518         * misc/sys/syslog.h: Likewise.
51519         * misc/sys/uio.h: Likewise.
51520         * misc/sys/xattr.h: Likewise.
51521         * misc/ttyent.h: Likewise.
51522         * nis/rpcsvc/ypclnt.h: Likewise.
51523         * nss/nss.h: Likewise.
51524         * posix/bits/unistd.h: Likewise.
51525         * posix/fnmatch.h: Likewise.
51526         * posix/glob.h: Likewise.
51527         * posix/sched.h: Likewise.
51528         * posix/spawn.h: Likewise.
51529         * posix/sys/wait.h: Likewise.
51530         * posix/unistd.h: Likewise.
51531         * posix/wordexp.h: Likewise.
51532         * pwd/pwd.h: Likewise.
51533         * resolv/netdb.h: Likewise.
51534         * resource/sys/resource.h: Likewise.
51535         * rt/aio.h: Likewise.
51536         * rt/bits/mqueue2.h: Likewise.
51537         * rt/mqueue.h: Likewise.
51538         * shadow/shadow.h: Likewise.
51539         * signal/signal.h: Likewise.
51540         * socket/send.c: Likewise.
51541         * socket/sendto.c: Likewise.
51542         * socket/sys/socket.h: Likewise.
51543         * stdio-common/printf.h: Likewise.
51544         * stdlib/bits/stdlib.h: Likewise.
51545         * stdlib/fmtmsg.h: Likewise.
51546         * stdlib/monetary.h: Likewise.
51547         * stdlib/stdlib.h: Likewise.
51548         * stdlib/ucontext.h: Likewise.
51549         * streams/stropts.h: Likewise.
51550         * string/argz.h: Likewise.
51551         * string/bits/string2.h: Likewise.
51552         * string/string.h: Likewise.
51553         * string/strings.h: Likewise.
51554         * sunrpc/rpc/auth.h: Likewise.
51555         * sunrpc/rpc/auth_des.h: Likewise.
51556         * sunrpc/rpc/clnt.h: Likewise.
51557         * sunrpc/rpc/netdb.h: Likewise.
51558         * sunrpc/rpc/pmap_clnt.h: Likewise.
51559         * sunrpc/rpc/xdr.h: Likewise.
51560         * sysdeps/generic/inttypes.h: Likewise.
51561         * sysdeps/generic/net/if.h: Likewise.
51562         * sysdeps/generic/sys/swap.h: Likewise.
51563         * sysdeps/gnu/net/if.h: Likewise.
51564         * sysdeps/gnu/utmpx.h: Likewise.
51565         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51566         * sysdeps/i386/i486/bits/string.h: Likewise.
51567         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51568         * sysdeps/s390/bits/string.h: Likewise.
51569         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51570         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51571         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51572         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51573         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51574         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51575         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51576         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51577         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51578         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51579         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51580         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51581         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51582         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51583         * sysdeps/unix/sysv/linux/readv.c: Likewise.
51584         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51585         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51586         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51587         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51588         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51589         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51590         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51591         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51592         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51593         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51594         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51595         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51596         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51597         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51598         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51599         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51600         * sysvipc/sys/ipc.h: Likewise.
51601         * sysvipc/sys/msg.h: Likewise.
51602         * sysvipc/sys/sem.h: Likewise.
51603         * sysvipc/sys/shm.h: Likewise.
51604         * termios/termios.h: Likewise.
51605         * time/sys/time.h: Likewise.
51606         * time/time.h: Likewise.
51607         * wcsmbs/bits/wchar2.h: Likewise.
51608         * wcsmbs/uchar.h: Likewise.
51609         * wcsmbs/wchar.h: Likewise.
51610         * wctype/wctype.h: Likewise.
51612         [BZ #13551]
51613         * Makeconfig: Remove all but ELF support including AIX support.
51614         * Makerules: Likewise.
51615         * config.h.in: Likewise.
51616         * config.make.in: Likewise.
51617         * configure: Likewise.
51618         * configure.in: Likewise.
51619         * csu/Makefile: Likewise.
51620         * csu/version.c: Likewise.
51621         * debug/Makefile: Likewise.
51622         * dlfcn/Makefile: Likewise.
51623         * elf/Makefile: Likewise.
51624         * extra-lib.mk: Likewise.
51625         * iconv/Makefile: Likewise.
51626         * include/libc-symbols.h: Likewise.
51627         * include/shlib-compat.h: Likewise.
51628         * resolv/Makefile: Likewise.
51629         * resolv/res_libc.c: Likewise.
51630         * rt/Makefile: Likewise.
51631         * sysdeps/i386/asm-syntax.h: Likewise.
51632         * sysdeps/i386/sysdep.h: Likewise.
51633         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51634         * sysdeps/mach/sysdep.h: Likewise.
51635         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51636         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51637         * sysdeps/s390/asm-syntax.h: Likewise.
51638         * sysdeps/s390/s390-32/sysdep.h: Likewise.
51639         * sysdeps/s390/s390-64/sysdep.h: Likewise.
51640         * sysdeps/sh/sysdep.h: Likewise.
51641         * sysdeps/unix/sparc/sysdep.h: Likewise.
51642         * sysdeps/wordsize-32/divdi3.c: Likewise.
51643         * sysdeps/x86_64/sysdep.h: Likewise.
51645         * argp/Versions: Remove _argp_unlock_xxx.
51647         [BZ #13559]
51648         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
51649         * abilist/libBrokenLocale.abilist: Likewise.
51650         * abilist/libanl.abilist: Likewise.
51651         * abilist/libc.abilist: Likewise.
51652         * abilist/libcrypt.abilist: Likewise.
51653         * abilist/libdl.abilist: Likewise.
51654         * abilist/libm.abilist: Likewise.
51655         * abilist/libnsl.abilist: Likewise.
51656         * abilist/libpthread.abilist: Likewise.
51657         * abilist/libresolv.abilist: Likewise.
51658         * abilist/librt.abilist: Likewise.
51659         * abilist/libthread_db.abilist: Likewise.
51660         * abilist/libutil.abilist: Likewise.
51661         * abilist/libnss_db.abilist: New file.
51663         * scripts/abilist.awk: Add support for indirect functions.
51665         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51667         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51669         * shlib-versions: Remove entries for ports architectures.
51671         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
51672         files in ports.
51673         * elf/stackguard-macros.h: Remove support for IA-64.
51674         * elf/tst-auditmod1.c: Likewise.
51675         * sysdeps/generic/ldsodefs.h: Likewise.
51677         * sysdeps/unix/sysv/linux/configure.in: Ports should define
51678         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51679         configure files.
51681         [BZ #13552]
51682         * configure.in: Remove --enable-omitfp support.
51683         * FAQ.in: Adjust.
51684         * config.make.in: Likewise.
51685         * Makeconfig: Likewise.
51686         * manual/install.texi: Likewise.
51688         In case anyone cares, the IA-64 architecture could move to ports.
51689         * sysdeps/ia64/*: Removed.
51690         * sysdeps/unix/sysv/linux/ia64/*: Removed.
51691         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
51693         [BZ #13555]
51694         * configure.in: Remove entries for unsupported architectures.
51696         [BZ #13533]
51697         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51698         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
51699         routines.
51700         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51701         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51702         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
51703         fall back to using wcrtomb.
51704         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51705         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
51706         renaming.
51707         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51708         * wcsmbs/tst-c16c32-1.c: New file.
51710         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51711         local variable.
51713         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51715         * elf/tst-unique3.cc: Add explicit declaration of gets.
51716         * elf/tst-unique3lib.cc: Likewise.
51717         * elf/tst-unique3lib2.cc: Likewise.
51718         * elf/tst-unique4.cc: Likewise.
51720         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51722 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
51724         [BZ #13566]
51725         * assert/assert.h (static_assert): Don't define for C++.
51726         * libio/stdio.h (gets): Do declare for C++ <= C++11.
51727         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51729 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
51731         * iconv/loop.c (single loop): Fix assertion in storing of
51732         remaining bytes.
51734         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51736 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
51738         * posix/getconf.c: Update copyright year.
51739         * nss/getent.c: Likewise.
51740         * nss/makedb.c: Likewise.
51741         * iconv/iconvconfig.c: Likewise.
51742         * iconv/iconv_prog.c: Likewise.
51743         * elf/ldconfig.c: Likewise.
51744         * elf/pldd.c: Likewise.
51745         * elf/sotruss.ksh: Likewise.
51746         * catgets/gencat.c: Likewise.
51747         * csu/version.c: Likewise.
51748         * elf/ldd.bash.in: Likewise.
51749         * elf/sprof.c (print_version): Likewise.
51750         * locale/programs/locale.c: Likewise.
51751         * locale/programs/localedef.c: Likewise.
51752         * login/programs/pt_chown.c: Likewise.
51753         * nscd/nscd.c (print_version): Likewise.
51754         * debug/xtrace.sh: Likewise.
51755         * malloc/memusage.sh: Likewise.
51756         * malloc/mtrace.pl: Likewise.
51757         * debug/catchsegv.sh: Likewise.
51759 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
51761         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51762         pure attribute.
51764 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
51766         [BZ #13533]
51767         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51768         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51769         transformations.
51770         * iconv/gconv_int.h: Likewise.
51771         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51772         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51773         from libc for GLIBC_2.16.
51774         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51775         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51776         * wcsmbs/uchar.h: Really define mbstate_t.
51777         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51778         * wcsmbs/c16rtomb.c: New file.
51779         * wcsmbs/mbrtoc16.c: New file.
51780         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51781         for C/POSIX locale.
51782         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51783         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51785         * wcsmbs/wchar.h: Add missing __restrict.
51787 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51789         [BZ #13532]
51790         * time/Makefile (routines): Add timespec_get.
51791         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51792         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
51793         timespec for ISO C11.
51794         * time/timespec_get.c: New file.
51795         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51796         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51798         [BZ #13531]
51799         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51800         * stdlib/stdlib.h: Declare aligned_alloc.
51801         * Versions.def: Add GLIBC_2.16 for libc.
51802         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51804         [BZ 13527]
51805         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51806         ISO C11.
51808         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
51809         code.
51811         [BZ #13528]
51812         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51814         [BZ #13529]
51815         * assert/assert.h (static_assert): Define.
51817         * version.h: Update for 2.16 development version.
51819         [BZ #13526]
51820         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51821         _ISOC11_SOURCE.
51823         * version.h (RELEASE): Bump for 2.15 release.
51824         * include/features.h (__GLIBC_MINOR__): Bump to 15.
51826         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51827         Patch by Marek Polacek <mpolacek@redhat.com>.
51829         * bits/byteswap.h: Protect long long constants with __extension__.
51830         * sysdeps/i386/bits/byteswap.h: Likewise.
51831         * sysdeps/ia64/bits/byteswap.h: Likewise.
51832         * sysdeps/s390/bits/byteswap.h: Likewise.
51833         * sysdeps/x86_64/bits/byteswap.h: Likewise.
51835 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51837         [BZ #13540]
51838         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51839         destination buffer.
51840         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51842 2011-12-23  Marek Polacek  <polacek@redhat.com>
51844         * elf/dl-addr.c (determine_info): Add inline keyword.
51845         * elf/tst-auditmod4b.c (check_avx): Likewise.
51846         * elf/tst-auditmod6b.c (check_avx): Likewise.
51847         * elf/tst-auditmod6c.c (check_avx): Likewise.
51848         * elf/tst-auditmod7b.c (check_avx): Likewise.
51850 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
51852         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51853         !__SSE_MATH__.
51855 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51857         [BZ #13540]
51858         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51859         processing for last bytes.
51861 2011-08-06  Bruno Haible  <bruno@clisp.org>
51863         [BZ #13061]
51864         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51865         U+0385, not to U+1FEE.
51867         [BZ #13062]
51868         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51869         entry for U+00A5 U+0301.
51871 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51873         [BZ #13166]
51874         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51875         buffer for the output is too small.
51877         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51878         optimization.
51880         [BZ #13185]
51881         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51882         SSE flags if possible.
51884 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
51886         [BZ #13540]
51887         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51888         processing for last bytes.
51890 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
51892         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51893         (syscall-list-default-options, syscall-list-default-condition)
51894         (syscall-list-includes): Define.
51895         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51896         list of ABIs and options and #if conditions for each ABI.  Do not
51897         handle common syscalls between ABIs specially.
51898         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51899         Remove.
51900         (syscall-list-variants, syscall-list-32bit-options)
51901         (syscall-list-32bit-condition, syscall-list-64bit-options)
51902         (syscall-list-64bit-condition): Define.
51903         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51904         (syscall-list-variants, syscall-list-32bit-options)
51905         (syscall-list-32bit-condition, syscall-list-64bit-options)
51906         (syscall-list-64bit-condition): Define.
51907         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51908         Remove.
51909         (syscall-list-variants, syscall-list-32bit-options)
51910         (syscall-list-32bit-condition, syscall-list-64bit-options)
51911         (syscall-list-64bit-condition): Define.
51912         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51913         Remove.
51914         (syscall-list-variants, syscall-list-32bit-options)
51915         (syscall-list-32bit-condition, syscall-list-64bit-options)
51916         (syscall-list-64bit-condition): Define.
51918 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
51920         * locale/iso-639.def: Add brx entry.
51922         [BZ #13328]
51923         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51924         Proposed by Mariusz_Cukr <marcukr@op.pl>.
51926         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51927         __feraiseexcept_renamed.
51929 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51931         [BZ #13538]
51932         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51933         EPOLLET with unsigned values.
51934         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51935         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51937         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51938         to large cancellation.
51939         * math/s_cacoshf.c: Likewise.
51940         * math/s_cacoshl.c: Likewise.
51942 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
51944         [BZ #13305]
51945         [BZ #12786]
51946         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51947         * math/s_cacoshf.c: Likewise.
51948         * math/s_cacoshl.c: Likewise.
51950 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
51952         [BZ #13439]
51953         * iconv/gconv.h: Define __GCONV_SWAP.
51954         * iconvdata/unicode.c: The swap bit must be stored in __flags.
51955         * iconvdata/utf-16.c: Likewise.
51956         * iconvdata/utf-32.c: Likewise.
51958 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
51960         [BZ #13524]
51961         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51962         numerator after shifting it by one limb.
51964 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
51966         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51967         under [__USE_EXTERN_INLINES].
51969 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51971         [BZ #13446]
51972         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51974 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
51976         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51977         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51978         optimized code.
51979         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51980         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51981         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51982         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51983         for strncasecmp/strncasecmp_l compilation.
51984         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51985         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51987 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
51989         [BZ #13484]
51990         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51991         of __asm__.
51993 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
51995         [BZ #13506]
51996         * time/tzfile.c (__tzfile_read): Check values from file header.
51998 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
52000         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
52001         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
52002         * powerpc/powerpc32/dl-start.S: Likewise.
52003         * powerpc/powerpc32/elf/start.S: Likewise.
52004         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
52005         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
52006         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
52007         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
52008         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
52009         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
52010         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
52011         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
52012         * powerpc/powerpc32/fpu/s_round.S: Likewise.
52013         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
52014         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
52015         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
52016         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
52017         * powerpc/powerpc32/memset.S: Likewise.
52018         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
52019         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
52020         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
52021         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
52022         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
52023         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
52024         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
52025         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
52026         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
52027         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
52028         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
52029         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
52030         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
52032 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52034         * math/libm-test.inc: Added more nearbyint tests.
52035         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
52036         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
52037         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
52038         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
52040 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
52042         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
52043         FD_CLOEXEC.
52045 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52047         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
52048         Add wcscpy-ssse3 wcscpy-c.
52049         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
52050         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
52051         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
52052         * sysdeps/x86_64/wcschr.S: New file.
52053         * sysdeps/x86_64/wcsrchr.S: New file.
52054         * string/test-strcmp.c: Remove checking of wcscmp function for
52055         wrong alignments.
52056         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
52057         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
52058         wcsrchr-sse2 wcsrchr-c.
52059         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
52060         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
52061         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
52062         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
52063         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
52064         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
52065         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
52066         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
52067         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
52068         * wcsmbc/wcschr.c (WCSCHR): New macro.
52070 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52072         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
52073         * wcsmbs/test-wcsrchr.c: New file.
52074         * string/test-strrchr.c: Add wcsrchr support.
52075         (WIDE): New macro.
52076         * wcsmbs/test-wcscpy.c: New file.
52077         * string/test-strcpy.c: Add wcscpy support.
52078         (WIDE): New macro.
52080 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
52082         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
52083         the inner loop.
52085 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
52087         [BZ #13472]
52088         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
52090 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
52092         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52093         Minor optimizations.
52095         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
52096         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
52097         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
52099 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
52101         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
52102         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
52103         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
52104         for gcc to avoid warnings.
52105         * inet/Makefile (tests): Add tst-checks.
52106         * inet/tst-checks.c: New file.
52108         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
52109         warning.
52111         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
52112         __wmemcmp_sse2.
52114         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
52115         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
52117         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
52119 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
52121         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
52122         problem.
52124         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
52126 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
52128         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
52129         conditional on GCC version.
52130         (__arch_compare_and_exchange_val_8_acq)
52131         (__arch_compare_and_exchange_val_16_acq)
52132         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
52133         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
52134         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
52136 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
52138         * sysdeps/sh/backtrace.c: New file.
52140 2011-12-02  Andreas Schwab  <schwab@redhat.com>
52142         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
52143         parenthesis.
52145 2011-12-01  Andreas Schwab  <schwab@redhat.com>
52147         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
52148         falling back to utime.
52150 2011-11-30  Andreas Schwab  <schwab@redhat.com>
52152         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
52153         expectations for float.
52155 2011-11-29  Andreas Schwab  <schwab@redhat.com>
52157         * locale/weight.h (findidx): Add parameter len.
52158         * locale/weightwc.h (findidx): Likewise.
52159         * posix/fnmatch_loop.c (FCT): Adjust caller.
52160         * posix/regcomp.c (build_equiv_class): Likewise.
52161         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
52162         * posix/regexec.c (check_node_accept_bytes): Likewise.
52163         * string/strcoll_l.c (STRCOLL): Likewise.
52164         * string/strxfrm_l.c (STRXFRM): Likewise.
52166 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
52168         * Makefile.in: Remove CVSOPT handling.
52169         * configure.in: Remove use of AC_REVISION.
52170         * iconvdata/Makefile (distribute): No need to filter out CVS.
52171         * scripts/list-sources.sh: Remove CVS, subversion and monotone
52172         handling.
52174 2011-11-16  Andreas Schwab  <schwab@redhat.com>
52176         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
52177         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
52178         [USE_AS_STRNCASECMP_L]: Likewise.
52179         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
52180         NO_TLS_DIRECT_SEG_REFS.
52181         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
52182         Fix argument offsets for non-PIC.
52183         [USE_AS_STRNCASECMP_L]: Likewise.
52184         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
52185         NO_TLS_DIRECT_SEG_REFS.
52187 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52189         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
52190         O_CLOEXEC.
52191         * locale/loadlocale.c (_nl_load_locale): Likewise.
52193 2011-11-15  Andreas Schwab  <schwab@redhat.com>
52195         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
52196         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
52197         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
52198         (SYSCALL_GETTIME): Set errno on error.
52200         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
52201         count references to noai6ai_cached.
52203 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
52205         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
52207         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
52208         FD_CLOEXEC for /proc/self/maps.
52210         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
52211         FD_CLOEXEC for /proc/meminfo.
52213         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
52214         gai.conf.
52216         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
52217         FD_CLOEXEC for given file.
52219         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
52221         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
52222         FD_CLOEXEC for /etc/hosts.
52223         (_gethtent): Likewise.
52225         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
52227         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
52228         cancellation and set FD_CLOEXEC for /etc/netgroup.
52230         * nss/nss_files/files-key.c (search): Don't allow cancellation when
52231         reading /etc/publickey.
52233         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
52234         allow cancellation when reading /etc/group.
52236         * nss/nss_files/files-alias.c (internal_setent): Don't allow
52237         cancellation.
52238         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
52240         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
52241         when using data file.
52243         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
52245         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
52246         (write_nis_obj): Use "c" and "e" in fopen.
52248         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
52250         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
52252         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
52254         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
52256         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
52257         locale.alias.
52259         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
52261         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
52263         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
52265         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
52266         file parsing and set FD_CLOEXEC.
52268 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52270         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
52272 2011-11-14  Andreas Schwab  <schwab@redhat.com>
52274         * malloc/arena.c (arena_get2): Don't call reused_arena when
52275         _int_new_arena failed.
52277 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
52279         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
52280         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
52281         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
52282         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
52283         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
52284         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
52285         to compile strcasecmp and strncasecmp.
52286         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
52287         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
52289         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
52291 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
52293         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
52294         locale-defines.sym to gen-as-const-headers.
52295         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
52296         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
52297         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
52298         to compile strcasecmp and strncasecmp.
52299         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
52300         strcasecmp_l and strncasecmp_l.
52301         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
52302         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
52303         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
52304         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
52305         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
52306         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
52307         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
52308         * sysdeps/i386/i686/multiarch/strncase.S: New file.
52309         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
52310         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
52311         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
52313 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
52315         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
52316         result of SYSDEP_GETTIME_CPU to retval.
52317         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
52318         parameter list to macro.  Remove trailing semicolon.  Adjust users.
52320         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
52321         variable.
52323         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
52324         mantissa words.
52325         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
52327         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
52328         from unused variable.
52330         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
52331         DWARF definitions.
52332         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
52333         for assembling.
52335         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
52336         over namespaces.
52338         * sunrpc/rpc_prot.c (rejected): Fix case value.
52340         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
52341         unsigned long long int to avoid warnings in shift.
52343         * posix/regex_internal.c (re_string_reconstruct): Actually use result
52344         of use of trans.
52345         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
52346         variable tmp.
52348         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
52349         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
52350         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
52352         * nis/nis_table.c (nis_list): Use variable of correct type for
52353         result of __follow_path call.
52355 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
52357         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
52358         of math functions ceil, trunc, floor, round, and sqrt, when
52359         avaliable on the platform.
52360         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
52361         name clash.
52362         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52363         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52364         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52366 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
52368         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52369         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52371 2011-11-11  Roland McGrath  <roland@hack.frob.com>
52373         * include/unistd.h: Fix __readlink return type.
52374         Reported by Chris Metcalf <cmetcalf@tilera.com>.
52376 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
52378         * stdlib/ucontext.h: Undo last change for makecontext.
52380 2011-11-11  Andreas Schwab  <schwab@redhat.com>
52382         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52384         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52385         * setjmp/setjmp.h: Mark functions as non-leaf.
52386         * setjmp/bits/setjmp2.h: Likewise.
52387         * stdlib/ucontext.h: Likewise.
52389 2011-11-10  Andreas Schwab  <schwab@redhat.com>
52391         * malloc/arena.c (_int_new_arena): Don't increment narenas.
52392         (reused_arena): Don't check arena limit.
52393         (arena_get2): Atomically check arena limit.
52395 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
52397         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52398         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52400         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52401         instructions.
52403 2011-11-07  Andreas Schwab  <schwab@redhat.com>
52405         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52406         handler when locking.
52408         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52409         Fix size of allocated buffer.
52411 2011-11-04  Andreas Schwab  <schwab@redhat.com>
52413         [BZ #10103]
52414         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52415         declarations for long double functions.
52416         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52418         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52420 2011-11-03  Andreas Schwab  <schwab@redhat.com>
52422         * nscd/nscd.c (main): Don't start AVC thread until credentials are
52423         installed.
52425         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52426         is disabled.
52428 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
52430         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52432 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
52434         * include/alloca.h (stackinfo_alloca_round): Define.
52435         (extend_alloca): Use it.
52436         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52437         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52438         here.
52440         * scripts/check-local-headers.sh: Ignore libaudit.h.
52442         * nscd/Makefile (extra-objs): Make recursively expanded.
52444 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
52446         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52447         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52449         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52450         * posix/tst-rfc3484-2.c: Likewise.
52451         * posix/tst-rfc3484-3.c: Likewise.
52453         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52454         process_vm_writev.
52455         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52456         process_vm_writev.
52457         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52458         process_vm_writev from libc using GLIBC_2.15 version.
52460         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52462 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
52464         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52465         stack usage.
52467 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
52469         [BZ #13367]
52470         * nss/getent.c (initgroups_keys): Show error message in case no group
52471         names are given.
52473         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52474         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52475         __bump_nl_timestamp.
52476         * nscd/connections (nscd_init): When host database is served open
52477         netlink socket and request notification about configuration changes.
52478         (main_loop_poll): Track netlink file descriptor and bump timestamp
52479         in case data becomes available.
52480         (main_loop_epoll): Likewise.
52481         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52482         (database_pers_head): Add extra_data fileds.
52483         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52484         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52485         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52486         Adjust caller.
52487         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52488         in6ai data, call __free_in6ai.
52489         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52490         Add -DHAVE_NETLINK.
52491         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
52492         interface information.  Reuse previous data if netlink timestamp
52493         is not changed.
52494         (__bump_nl_timestamp): New function.
52495         (__free_in6ai): New function.
52497 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
52499         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52500         close_not_cancel_no_status here.
52501         (__check_pf): Reorganize code a bit to not call close twice if OOM.
52503 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52505         [BZ #13276]
52506         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52507         return value.
52509         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
52510         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52511         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52513 2011-07-03  Andreas Jaeger  <aj@suse.de>
52515         [BZ #10709]
52516         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52517         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52518         * math/libm-test.inc (sin_test): Add test case.
52520 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
52522         [BZ #13337]
52523         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52524         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52526         * elf/chroot_canon.c (chroot_canon): Cleanups.
52528         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52530         [BZ #13335]
52531         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52532         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52534         * string/test-strchr.c: Make usable for strchrnul testing.
52535         * string/test-strchrnul.c: New file.
52536         * string/Makefile (strop-tests): Add strchrnul.
52538         * po/it.po: Update from translation team.
52539         * po/es.po: Likewise.
52541 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
52543         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52544         the three constants needed as parameters.  Drop the others.
52545         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52546         __m128i_strloadu_tolower.
52547         Create and initialize variable zero and use it in all the places
52548         where _mm_setzero_si128 was used.
52550         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52551         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52552         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52553         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52554         anymore.
52555         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52556         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52557         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52558         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52559         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52560         __mpranred, __mptan.
52561         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52562         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52563         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52564         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52565         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52566         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52567         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52568         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52569         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52571 2011-10-28  Andreas Schwab  <schwab@redhat.com>
52573         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52574         redefine if SHARED.
52575         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52577         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52578         wide char related routines to wcsmbs subdir.
52580 2011-10-27  Andreas Schwab  <schwab@redhat.com>
52582         [BZ #13344]
52583         * misc/sys/cdefs.h (__THROWNL): Define.
52584         * posix/unistd.h: Use __THREADNL instead of __THREAD
52585         for memory synchronization functions.
52587 2011-10-26  Roland McGrath  <roland@hack.frob.com>
52589         [BZ #13349]
52590         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52591         doesn't exist.
52592         * manual/stdio.texi (Obstack Streams): Node removed.
52594 2011-10-26  Andreas Schwab  <schwab@redhat.com>
52596         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52597         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52598         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52600         * math/math_private.h (math_force_eval): Allow non-addressable
52601         arguments.
52602         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52604 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52606         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52607         file is not needed.
52609         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52610         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52611         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52612         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52613         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52614         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52615         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52616         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52617         Add AVX variants.
52618         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52619         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52620         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52621         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52622         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52623         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52624         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52625         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52626         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52627         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52628         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52629         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52630         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52631         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52632         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52633         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52634         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52635         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52636         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52638         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52639         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
52641         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52642         place.  Use VEX encoding when compiling for AVX.
52644 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52646         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52647         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52649         * string/test-strchr.c (do_test): Don't generate NUL bytes.
52651 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52653         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
52654         useless if() expression.
52655         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52656         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52657         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52658         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52659         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52660         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52661         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52662         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52663         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52664         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52665         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52666         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52667         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52668         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52669         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52670         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52671         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52672         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52673         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52675         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52677 2011-10-25  Andreas Schwab  <schwab@redhat.com>
52679         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52680         condition.
52681         * elf/dl-fini.c (_dl_sort_fini): Likewise.
52683 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
52685         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52686         .text section.  Avoid duplicate constants.
52687         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52688         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52689         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52690         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52691         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52692         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52693         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52694         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52695         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52696         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52697         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52698         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52699         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52700         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52701         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52702         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52703         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52704         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52705         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52706         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52707         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52708         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52709         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52710         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52711         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52712         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52713         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52714         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52715         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52716         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52717         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52718         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52719         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52720         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52721         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52722         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52723         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52724         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52725         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52726         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52727         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52728         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52729         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52730         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52731         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52733 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
52735         * sysdeps/x86_64/dla.h: Move to ...
52736         * sysdeps/x86_64/fpu/dla.h: ...here.
52737         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52738         situations.  Use __builtin_fma only for gcc 4.6 and up.
52740         * config.make.in: Add have-mfma4 entry.
52741         * configure.in: Substitute libc_cv_cc_fma4.
52742         * math/Makefile (dbl-only-routines): Add sincostab.
52743         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52744         Use __sincostab not sincos.
52745         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52746         name is a macro.
52747         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52748         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52749         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52750         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
52751         using __copysign.
52752         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
52753         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
52754         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52755         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52756         and __inv.
52757         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52758         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52759         __copysign.
52760         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
52761         define aliases when function name is a macro.
52762         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52763         sysdeps/ieee754/dbl-64/sincos.tbl.
52764         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52765         fma4-enabled routines.
52766         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52767         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52768         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52769         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52770         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52771         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52772         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52773         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52774         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52775         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52776         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52777         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52778         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52779         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52780         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52781         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52782         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52783         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52784         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52785         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52786         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52787         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52788         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52789         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52790         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52791         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52792         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52793         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52794         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52795         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52797         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52798         rename.
52799         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52800         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52801         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52802         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52803         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52804         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52805         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52806         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52808 2011-10-24  Andreas Schwab  <schwab@redhat.com>
52810         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52812 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52814         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52816         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52817         prediction.
52818         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52820         * string/strnlen.c: Don't define STRNLEN, reverse logic.
52821         Remove unused variable magic_bits.
52822         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52824         * string/strnlen.c: Define and use STRNLEN macro.
52825         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52826         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52827         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52828         * wcsmbs/wcslen.c: Define and use WCSLEN.
52829         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52830         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52831         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52832         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52833         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52834         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52835         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52837 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52839         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52840         strnlen-sse2-no-bsf.
52841         Rename strlen-no-bsf to strlen-sse2-no-bsf.
52842         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52843         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52844         Add strnlen support.
52845         (USE_AS_STRNLEN): New macro.
52846         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52847         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52848         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52849         * sysdeps/x86_64/wcslen.S: New file.
52851 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
52853         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52854         XMM-moves are used for copying on small sizes.
52856 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52858         * wcsmbs/Makefile (strop-tests): Add wcschr.
52859         * wcsmbs/test-wcschr.c: New file.
52860         * string/test-strchr.c: Update.
52861         Add wcschr support.
52862         (WIDE): New macro.
52864 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52866         * wcsmbs/Makefile (strop-tests): Add wcslen.
52867         * wcsmbs/test-wcslen.c: New file.
52868         * string/test-strlen.c: Update.
52869         Add wcslen support.
52870         (WIDE): New macro.
52872 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52874         * po/it.po: Update from translation team.
52876 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
52878         * sysdeps/x86_64/wcscmp.S: Update.
52879         Fix wrong comparison semantics.
52880         wcscmp shall use signed comparison not unsigned.
52881         Don't use substraction to avoid overflow bug.
52882         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52883         * wcsmbc/wcscmp.c: Likewise.
52884         * string/test-strcmp.c: Likewise.
52885         Add new tests to check cases with negative values.
52887 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
52889         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52890         * sysdeps/x86_64/dla.h: ...here.  New file.
52891         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52892         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52893         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52894         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52895         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52896         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52897         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52898         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52899         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52901 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
52903         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52904         __ynl_finite aliases.
52906 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52908         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52910         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52911         define DLA_FMA.
52912         [DLA_FMA] (EMULV): Use DLA_FMA.
52913         [DLA_FMA] (MUL12): Use EMULV.
52914         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52915         that are not needed.
52916         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52917         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52918         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52919         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52920         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52921         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52922         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52924 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
52926         * math/s_nan.c: Undef __nan.
52927         * math/s_nanf.c: Undef __nanf.
52928         * math/s_nanl.c: Undef __nanl.
52929         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52930         "math_private.h".
52932 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
52934         * math/s_catan.c: Add branch predictions.
52935         * math/s_catanf.c: Likewise.
52936         * math/s_catanh.c: Likewise.
52937         * math/s_catanhf.c: Likewise.
52938         * math/s_catanhl.c: Likewise.
52939         * math/s_catanl.c: Likewise.
52940         * math/s_cexp.c: Likewise.
52941         * math/s_cexpf.c: Likewise.
52942         * math/s_cexpl.c: Likewise.
52943         * math/s_clog.c: Likewise.
52944         * math/s_clog10.c: Likewise.
52945         * math/s_clog10f.c: Likewise.
52946         * math/s_clog10l.c: Likewise.
52947         * math/s_clogf.c: Likewise.
52948         * math/s_clogl.c: Likewise.
52949         * math/s_csqrt.c: Likewise.
52950         * math/s_csqrtf.c: Likewise.
52951         * math/s_csqrtl.c: Likewise.
52952         * math/s_ctanf.c: Likewise.
52953         * math/s_ctanh.c: Likewise.
52954         * math/s_ctanhf.c: Likewise.
52955         * math/s_ctanhl.c: Likewise.
52956         * math/s_ctanl.c: Likewise.
52958         * math/math_private.h: Define __nan, __nanf, __nanl.
52959         * math/s_cacosh.c: Include <math_private.h>.
52960         * math/s_cacoshl.c: Likewise.
52961         * math/s_casinh.c: Likewise.
52962         * math/s_casinhf.c: Likewise.
52963         * math/s_casinhl.c: Likewise.
52964         * math/s_ccos.c: Rely entire on ccosh.
52965         * math/s_ccosf.c: Rely entire on ccoshf.
52966         * math/s_ccosl.c: Rely entirely on ccoshl.
52967         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
52968         Remove tests for FE_INVALID.
52969         * math/s_ccoshf.c: Likewise.
52970         * math/s_ccoshl.c: Likewise.
52971         * math/s_csin.c: Likewise.
52972         * math/s_csinf.c: Likewise.
52973         * math/s_csinh.c Likewise.
52974         * math/s_csinhf.c: Likewise.
52975         * math/s_csinhl.c: Likewise.
52976         * math/s_csinl.c: Likewise.
52977         * math/s_ctan.c: Likewise.
52978         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52979         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52980         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52982 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
52984         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52985         compilation problems.
52987         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52988         __builtin_expect.
52990 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
52992         * sysdeps/i386/configure.in: Test for -mfma4 option.
52993         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52994         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52995         COMMON_CPUID_INDEX_80000001.
52996         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52997         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52998         use it if FMA3 is not supported.
52999         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
53001         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
53002         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
53004 2011-10-20  Andreas Schwab  <schwab@redhat.com>
53006         [BZ #12892]
53007         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
53008         it would create a cycle with a link time dependency.
53010 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
53012         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
53013         instruction.
53014         * string/Makefile (strop-tests): Add rawmemchr.
53015         * string/test-rawmemchr.c: New file.
53017         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
53018         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
53019         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
53020         when compiling str{,n}casecmp and when AVX is available.  Hook up
53021         new optimized code in initializers.
53023 2011-10-19  Andreas Schwab  <schwab@redhat.com>
53025         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
53026         __feraiseexcept instead of feraiseexcept.
53028 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
53030         * math/math_private.h: Define defaults for libc_fetestexcept and
53031         libc_feupdateenv.
53032         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
53033         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
53034         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53035         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53036         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
53037         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53038         libc_fetestexcept and libc_feupdateenv.
53040         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
53041         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
53042         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
53043         * sysdeps/x86_64/fpu/math_private.h: Define special version of
53044         libc_feholdexcept_setround.
53046         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
53047         Add s_nearbyint-c and s_nearbyintf-c.
53048         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
53049         nearbyintf inlines.
53050         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
53051         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
53052         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
53053         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
53055         * math/math_private.h: Define defaults for libc_fegetround,
53056         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
53057         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
53058         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
53059         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
53060         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
53061         standard functions.
53062         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53063         Remove comments and hacks for old compiler versions.
53064         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
53065         libc_fegetround, libc_fesetround, libc_feholdexcept, and
53066         libc_feholdexceptl.
53068 2011-10-18  Andreas Schwab  <schwab@redhat.com>
53070         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
53071         (__feraiseexcept_renamed): Add __NTH.
53072         (feraiseexcept): Add __NTH.  Rename local variables to fix
53073         namespace violations.
53075 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
53077         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
53079         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
53081         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
53082         recently added interfaces.
53083         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
53085         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
53086         about macro parameter expansion.
53088         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
53089         __NO_MATH_INLINES is defined.  Cleanups.
53091         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
53092         and __floorf is target has SSE4.1.
53093         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
53094         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
53095         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
53096         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
53098         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
53099         name.
53100         (floorf): Likewise.
53102         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
53104 2011-10-17  Andreas Schwab  <schwab@redhat.com>
53106         * misc/sys/cdefs.h: Fix last change.
53108         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
53109         database lookup.
53111 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
53113         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
53115         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
53116         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
53117         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
53118         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
53119         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
53120         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
53121         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
53122         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
53123         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
53124         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
53125         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
53126         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
53127         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
53128         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
53129         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
53130         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
53131         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
53132         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
53133         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
53134         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
53135         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
53136         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
53138         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
53139         ceil, ceilf, floor, floorf.
53141         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
53142         Perform IRELATIVE relocations last.
53144         * elf/do-rel.h: Add another parameter nrelative, replacing the
53145         local variable with the same name.  Change name of the function
53146         to end in Rel or Rela (uppercase).
53147         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
53148         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
53149         elf_dynamic_do_##reloc function.
53151 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53153         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
53154         is sufficient, at least on modern CPUs.
53156         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
53158         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
53159         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
53161         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
53162         __expl_finite.
53163         * math/bits/math-finite.h: Add entries for exp.
53164         * math/e_expl.c: Add __*_finite alias.
53165         * sysdeps/i386/fpu/e_exp.S: Likewise.
53166         * sysdeps/i386/fpu/e_expf.S: Likewise.
53167         * sysdeps/i386/fpu/e_expl.c: Likewise.
53168         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
53169         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
53170         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
53171         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
53172         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
53173         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
53174         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
53176         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
53177         is sufficient, at least on modern CPUs.
53179         * ctype/ctype-info.c (__ctype_init): Define.
53180         * include/ctype.h (__ctype_init): Declare.
53181         (__ctype_b_loc): The variable is always initialized.
53182         (__ctype_toupper_loc): Likewise.
53183         (__ctype_tolower_loc): Likewise.
53184         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
53185         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
53187 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
53189         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
53191         * configure.in: Also look in $cxxmachine/include for C++ system
53192         headers.
53194 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53196         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
53197         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
53198         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
53199         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
53200         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
53201         (USE_AS_WMEMCMP): New macro.
53202         Fixing indents.
53203         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
53204         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
53205         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
53206         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
53207         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53208         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
53209         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
53210         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
53211         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
53212         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
53213         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
53214         (USE_AS_WMEMCMP): New macro.
53215         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
53216         * sysdeps/string/test-memcmp.c: Update.
53217         Fix simple_wmemcmp.
53218         Add new tests.
53219         * wcsmbs/wmemcmp.c: Update.
53220         (WMEMCMP): New macro.
53221         Fix overflow bug.
53223 2011-10-12  Andreas Jaeger  <aj@suse.de>
53225         [BZ #13268]
53226         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
53228 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
53230         * libio/iofwide.c (do_length): Avoid warning.
53232         * ctype/ctype.h (__isctype_f): Add missing __THROW.
53234 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
53236         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
53238         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
53239         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
53240         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
53241         * sysdeps/i386/i686/fpu/e_log.S: New file.
53242         * sysdeps/i386/i686/fpu/e_logf.S: New file.
53243         * sysdeps/i386/i686/fpu/e_logl.S: New file.
53245         * ctype/ctype.h: Add support for inlined isXXX functions when
53246         compiling C++ code.
53248 2011-10-14  Andreas Schwab  <schwab@redhat.com>
53250         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53252         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
53254 2011-10-13  Roland McGrath  <roland@hack.frob.com>
53256         [BZ #13291]
53257         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
53259 2011-10-13  Andreas Schwab  <schwab@redhat.com>
53261         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
53262         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
53263         feraiseexcept.
53265         * sysdeps/x86_64/memrchr.S: Check for zero size.
53267         * string/stratcliff.c: Add memrchr tests.
53269 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53271         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
53272         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
53273         rawmemchr-sse2 rawmemchr-sse2-bsf.
53274         * sysdeps/i386/i686/multiarch/memchr.S: New file.
53275         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
53276         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
53277         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
53278         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
53279         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
53280         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
53281         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
53282         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
53283         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
53284         * string/memrchr.c (MEMRCHR): New macro.
53286 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
53288         Add integration with gcc's -ffinite-math-only and optimize wrapper
53289         functions in libm.
53290         * Versions.def: Define GLIBC_2.15 version for libm.
53291         * math/Makefile (headers): Add bits/math-finite.h.
53292         * math/bits/math-finite.h: New file.
53293         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
53294         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
53295         * math/e_acoshl.c: Add __*_finite alias.
53296         * math/e_acosl.c: Likewise.
53297         * math/e_asinl.c: Likewise.
53298         * math/e_atan2l.c: Likewise.
53299         * math/e_atanhl.c: Likewise.
53300         * math/e_coshl.c: Likewise.
53301         * math/e_exp10.c: Likewise.
53302         * math/e_exp10f.c: Likewise.
53303         * math/e_exp10l.c: Likewise.
53304         * math/e_exp2l.c: Likewise.
53305         * math/e_fmodl.c: Likewise.
53306         * math/e_gammal_r.c: Likewise.
53307         * math/e_hypotl.c: Likewise.
53308         * math/e_j0l.c: Likewise.
53309         * math/e_j1l.c: Likewise.
53310         * math/e_jnl.c: Likewise.
53311         * math/e_lgammal_r.c: Likewise.
53312         * math/e_log10l.c: Likewise.
53313         * math/e_log2l.c: Likewise.
53314         * math/e_logl.c: Likewise.
53315         * math/e_powl.c: Likewise.
53316         * math/e_sinhl.c: Likewise.
53317         * math/e_sqrtl.c: Likewise.
53318         * math/e_scalb.c: Completely rewritten and optimized.
53319         * math/e_scalbf.c: Likewise.
53320         * math/e_scalbl.c: Likewise.
53321         * math/w_acos.c: Likewise.
53322         * math/w_acosf.c: Likewise.
53323         * math/w_acosl.c: Likewise.
53324         * math/w_acosh.c: Likewise.
53325         * math/w_acoshf.c: Likewise.
53326         * math/w_acoshl.c: Likewise.
53327         * math/w_asin.c: Likewise.
53328         * math/w_asinf.c: Likewise.
53329         * math/w_asinl.c: Likewise.
53330         * math/w_atan2.c: Likewise.
53331         * math/w_atan2f.c: Likewise.
53332         * math/w_atan2l.c: Likewise.
53333         * math/w_atanh.c: Likewise.
53334         * math/w_atanhf.c: Likewise.
53335         * math/w_atanhl.c: Likewise.
53336         * math/w_exp10.c: Likewise.
53337         * math/w_exp10f.c: Likewise.
53338         * math/w_exp10l.c: Likewise.
53339         * math/w_fmod.c: Likewise.
53340         * math/w_fmodf.c: Likewise.
53341         * math/w_fmodl.c: Likewise.
53342         * math/w_j0.c: Likewise.
53343         * math/w_j0f.c: Likewise.
53344         * math/w_j0l.c: Likewise.
53345         * math/w_j1.c: Likewise.
53346         * math/w_j1f.c: Likewise.
53347         * math/w_j1l.c: Likewise.
53348         * math/w_jn.c: Likewise.
53349         * math/w_jnf.c: Likewise.
53350         * math/w_log.c: Likewise.
53351         * math/w_logf.c: Likewise.
53352         * math/w_logl.c: Likewise.
53353         * math/w_log10.c: Likewise.
53354         * math/w_log10f.c: Likewise.
53355         * math/w_log10l.c: Likewise.
53356         * math/w_log2.c: Likewise.
53357         * math/w_log2f.c: Likewise.
53358         * math/w_log2l.c: Likewise.
53359         * math/w_pow.c: Likewise.
53360         * math/w_powf.c: Likewise.
53361         * math/w_powl.c: Likewise.
53362         * math/w_remainder.c: Likewise.
53363         * math/w_remainderf.c: Likewise.
53364         * math/w_remainderl.c: Likewise.
53365         * math/w_scalb.c: Likewise.
53366         * math/w_scalbf.c: Likewise.
53367         * math/w_scalbl.c: Likewise.
53368         * math/w_sqrt.c: Likewise.
53369         * math/w_sqrtf.c: Likewise.
53370         * math/w_sqrtl.c: Likewise.
53371         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53372         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
53373         used.
53374         * math/math_private.h: Declare __kernel_standard_f.
53375         * math/w_cosh.c: Remove cruft and optimize a bit.
53376         * math/w_coshf.c: Likewise.
53377         * math/w_coshl.c: Likewise.
53378         * math/w_exp2.c: Likewise.
53379         * math/w_exp2f.c: Likewise.
53380         * math/w_exp2l.c: Likewise.
53381         * math/w_hypot.c: Likewise.
53382         * math/w_hypotf.c: Likewise.
53383         * math/w_hypotl.c: Likewise.
53384         * math/w_lgamma.c: Likewise.
53385         * math/w_lgamma_r.c: Likewise.
53386         * math/w_lgammaf.c: Likewise.
53387         * math/w_lgammaf_r.c: Likewise.
53388         * math/w_lgammal.c: Likewise.
53389         * math/w_lgammal_r.c: Likewise.
53390         * math/w_sinh.c: Likewise.
53391         * math/w_sinhf.c: Likewise.
53392         * math/w_sinhl.c: Likewise.
53393         * math/w_tgamma.c: Likewise.
53394         * math/w_tgammaf.c: Likewise.
53395         * math/w_tgammal.c: Likewise.
53396         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53397         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53398         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53399         Minor optimizations.  Pretty printing.  Remove cruft.
53400         * sysdeps/i386/fpu/e_acosf.S: Likewise.
53401         * sysdeps/i386/fpu/e_acosh.S: Likewise.
53402         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53403         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53404         * sysdeps/i386/fpu/e_acosl.c: Likewise.
53405         * sysdeps/i386/fpu/e_asin.S: Likewise.
53406         * sysdeps/i386/fpu/e_asinf.S: Likewise.
53407         * sysdeps/i386/fpu/e_atan2.S: Likewise.
53408         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53409         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53410         * sysdeps/i386/fpu/e_atanh.S: Likewise.
53411         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53412         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53413         * sysdeps/i386/fpu/e_exp10.S: Likewise.
53414         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53415         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53416         * sysdeps/i386/fpu/e_exp2.S: Likewise.
53417         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53418         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53419         * sysdeps/i386/fpu/e_fmod.S: Likewise.
53420         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53421         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53422         * sysdeps/i386/fpu/e_hypot.S: Likewise.
53423         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53424         * sysdeps/i386/fpu/e_log.S: Likewise.
53425         * sysdeps/i386/fpu/e_log10.S: Likewise.
53426         * sysdeps/i386/fpu/e_log10f.S: Likewise.
53427         * sysdeps/i386/fpu/e_log10l.S: Likewise.
53428         * sysdeps/i386/fpu/e_log2.S: Likewise.
53429         * sysdeps/i386/fpu/e_log2f.S: Likewise.
53430         * sysdeps/i386/fpu/e_log2l.S: Likewise.
53431         * sysdeps/i386/fpu/e_logf.S: Likewise.
53432         * sysdeps/i386/fpu/e_logl.S: Likewise.
53433         * sysdeps/i386/fpu/e_pow.S: Likewise.
53434         * sysdeps/i386/fpu/e_powf.S: Likewise.
53435         * sysdeps/i386/fpu/e_powl.S: Likewise.
53436         * sysdeps/i386/fpu/e_remainder.S: Likewise.
53437         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53438         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53439         * sysdeps/i386/fpu/e_scalb.S: Likewise.
53440         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53441         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53442         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53443         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53444         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53445         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53446         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53447         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53448         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53449         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53450         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53451         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53452         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53453         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53454         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53455         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53456         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53457         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53458         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53459         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53460         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53461         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53462         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53463         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53464         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53465         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53466         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53467         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53468         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53469         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53470         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53471         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53472         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53473         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53474         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53475         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53476         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53477         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53478         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53479         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53480         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53481         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53482         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53483         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53484         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53485         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53486         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53487         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53488         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53489         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53490         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53491         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53492         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53493         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53494         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53495         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53496         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53497         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53498         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53499         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53500         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53501         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53502         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53503         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53504         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53505         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53506         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53507         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53508         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53509         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53510         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53511         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53512         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53513         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53514         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53515         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53516         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53517         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53518         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53519         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53520         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53521         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53522         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53523         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53524         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53525         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53526         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53527         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53528         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53529         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53530         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53531         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53532         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53533         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53534         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53535         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53536         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53537         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53538         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53539         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53540         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53541         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53542         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53543         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53544         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53545         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53546         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53547         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53548         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53549         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53550         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53551         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53552         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53553         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53554         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53555         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
53556         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53557         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53558         (__isnanf): Likewise.
53559         (__isinf_ns): Likewise.
53560         (__isinf_nsf): Likewise.
53561         (__finite): Likewise.
53562         (__finitef): Likewise.
53563         (__ieee754_sqrt): Define as macro.
53564         (__ieee754_sqrtf): Define as macro.
53565         (__ieee754_sqrtl): Define as macro.
53566         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53567         inlined copy.
53568         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53569         __FINITE_MATH_ONLY__ consistent.
53570         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53572 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
53574         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53575         of rawmemchr.
53577         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53579 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
53581         * po/ja.po: Update from translation team.
53583 2011-10-08  Roland McGrath  <roland@hack.frob.com>
53585         * locale/programs/locarchive.c (prepare_address_space): New function.
53586         (create_archive, enlarge_archive, open_archive): Use it.
53588         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53589         inside [SHARED], where it is used.
53591         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53593         * nss/getent.c (netgroup_keys): Remove unused variable.
53594         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53596 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
53598         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53599         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53600         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53601         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53602         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53603         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53604         * math/Makefile (libm-calls): Add s_isinf_ns.
53605         * math/divtc3.c: Use __isinf_nsl instead of isinf.
53606         * math/multc3.c: Likewise.
53607         * math/s_casin.c: Likewise.
53608         * math/s_casinf.c: Likewise.
53609         * math/s_casinl.c: Likewise.
53610         * math/s_ccos.c: Likewise.
53611         * math/s_ccosf.c: Likewise.
53612         * math/s_ccosl.c: Likewise.
53613         * math/s_ctan.c: Likewise.
53614         * math/s_ctanf.c: Likewise.
53615         * math/s_ctanh.c: Likewise.
53616         * math/s_ctanhf.c: Likewise.
53617         * math/s_ctanhl.c: Likewise.
53618         * math/s_ctanl.c: Likewise.
53619         * math/w_fmod.c: Likewise.
53620         * math/w_fmodf.c: Likewise.
53621         * math/w_fmodl.c: Likewise.
53622         * math/w_remainder.c: Likewise.
53623         * math/w_remainderf.c: Likewise.
53624         * math/w_remainderl.c: Likewise.
53625         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53626         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53627         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53628         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53629         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53630         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53631         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53632         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53634         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53635         of the number.
53636         * stdio-common/printf_fphex.c: Likewise.
53637         * stdio-common/printf_size.c: Likewise.
53639         * math/e_exp10.c: Include math_private.h using <...> not "...".
53640         * math/e_exp10f.c: Likewise.
53641         * math/e_exp10l.c: Likewise.
53642         * math/e_exp2l.c: Likewise.
53643         * math/e_j0l.c: Likewise.
53644         * math/e_j1l.c: Likewise.
53645         * math/e_jnl.c: Likewise.
53646         * math/e_lgammal_r.c: Likewise.
53647         * math/e_rem_pio2l.c: Likewise.
53648         * math/e_scalb.c: Likewise.
53649         * math/e_scalbf.c: Likewise.
53650         * math/e_scalbl.c: Likewise.
53651         * math/k_cosl.c: Likewise.
53652         * math/k_sinl.c: Likewise.
53653         * math/k_tanl.c: Likewise.
53654         * math/s_cacoshf.c: Likewise.
53655         * math/s_catan.c: Likewise.
53656         * math/s_catanf.c: Likewise.
53657         * math/s_catanh.c: Likewise.
53658         * math/s_catanhf.c: Likewise.
53659         * math/s_catanhl.c: Likewise.
53660         * math/s_catanl.c: Likewise.
53661         * math/s_ccosh.c: Likewise.
53662         * math/s_ccoshf.c: Likewise.
53663         * math/s_ccoshl.c: Likewise.
53664         * math/s_cexp.c: Likewise.
53665         * math/s_cexpf.c: Likewise.
53666         * math/s_cexpl.c: Likewise.
53667         * math/s_clog.c: Likewise.
53668         * math/s_clog10.c: Likewise.
53669         * math/s_clog10f.c: Likewise.
53670         * math/s_clog10l.c: Likewise.
53671         * math/s_clogf.c: Likewise.
53672         * math/s_clogl.c: Likewise.
53673         * math/s_csin.c: Likewise.
53674         * math/s_csinf.c: Likewise.
53675         * math/s_csinh.c: Likewise.
53676         * math/s_csinhf.c: Likewise.
53677         * math/s_csinhl.c: Likewise.
53678         * math/s_csinl.c: Likewise.
53679         * math/s_csqrt.c: Likewise.
53680         * math/s_csqrtf.c: Likewise.
53681         * math/s_csqrtl.c: Likewise.
53682         * math/s_ctan.c: Likewise.
53683         * math/s_ctanf.c: Likewise.
53684         * math/s_ctanh.c: Likewise.
53685         * math/s_ctanhf.c: Likewise.
53686         * math/s_ctanhl.c: Likewise.
53687         * math/s_ctanl.c: Likewise.
53688         * math/s_ldexp.c: Likewise.
53689         * math/s_ldexpf.c: Likewise.
53690         * math/s_ldexpl.c: Likewise.
53691         * math/s_significand.c: Likewise.
53692         * math/s_significandf.c: Likewise.
53693         * math/s_significandl.c: Likewise.
53694         * math/w_acos.c: Likewise.
53695         * math/w_acosf.c: Likewise.
53696         * math/w_acosh.c: Likewise.
53697         * math/w_acoshf.c: Likewise.
53698         * math/w_acoshl.c: Likewise.
53699         * math/w_acosl.c: Likewise.
53700         * math/w_asin.c: Likewise.
53701         * math/w_asinf.c: Likewise.
53702         * math/w_asinl.c: Likewise.
53703         * math/w_atan2.c: Likewise.
53704         * math/w_atan2f.c: Likewise.
53705         * math/w_atan2l.c: Likewise.
53706         * math/w_atanh.c: Likewise.
53707         * math/w_atanhf.c: Likewise.
53708         * math/w_atanhl.c: Likewise.
53709         * math/w_cosh.c: Likewise.
53710         * math/w_coshf.c: Likewise.
53711         * math/w_coshl.c: Likewise.
53712         * math/w_dremf.c: Likewise.
53713         * math/w_exp10.c: Likewise.
53714         * math/w_exp10f.c: Likewise.
53715         * math/w_exp10l.c: Likewise.
53716         * math/w_exp2.c: Likewise.
53717         * math/w_exp2f.c: Likewise.
53718         * math/w_fmod.c: Likewise.
53719         * math/w_fmodf.c: Likewise.
53720         * math/w_fmodl.c: Likewise.
53721         * math/w_hypot.c: Likewise.
53722         * math/w_hypotf.c: Likewise.
53723         * math/w_hypotl.c: Likewise.
53724         * math/w_j0.c: Likewise.
53725         * math/w_j0f.c: Likewise.
53726         * math/w_j0l.c: Likewise.
53727         * math/w_j1.c: Likewise.
53728         * math/w_j1f.c: Likewise.
53729         * math/w_j1l.c: Likewise.
53730         * math/w_jn.c: Likewise.
53731         * math/w_jnf.c: Likewise.
53732         * math/w_jnl.c: Likewise.
53733         * math/w_lgamma.c: Likewise.
53734         * math/w_lgamma_r.c: Likewise.
53735         * math/w_lgammaf.c: Likewise.
53736         * math/w_lgammaf_r.c: Likewise.
53737         * math/w_lgammal.c: Likewise.
53738         * math/w_lgammal_r.c: Likewise.
53739         * math/w_log.c: Likewise.
53740         * math/w_log10.c: Likewise.
53741         * math/w_log10f.c: Likewise.
53742         * math/w_log10l.c: Likewise.
53743         * math/w_log2.c: Likewise.
53744         * math/w_log2f.c: Likewise.
53745         * math/w_log2l.c: Likewise.
53746         * math/w_logf.c: Likewise.
53747         * math/w_logl.c: Likewise.
53748         * math/w_pow.c: Likewise.
53749         * math/w_powf.c: Likewise.
53750         * math/w_powl.c: Likewise.
53751         * math/w_remainder.c: Likewise.
53752         * math/w_remainderf.c: Likewise.
53753         * math/w_remainderl.c: Likewise.
53754         * math/w_scalb.c: Likewise.
53755         * math/w_scalbf.c: Likewise.
53756         * math/w_scalbl.c: Likewise.
53757         * math/w_sinh.c: Likewise.
53758         * math/w_sinhf.c: Likewise.
53759         * math/w_sinhl.c: Likewise.
53760         * math/w_sqrt.c: Likewise.
53761         * math/w_sqrtf.c: Likewise.
53762         * math/w_sqrtl.c: Likewise.
53763         * math/w_tgamma.c: Likewise.
53764         * math/w_tgammaf.c: Likewise.
53765         * math/w_tgammal.c: Likewise.
53767         * po/ja.po: Update from translation team.
53769 2011-09-29  Andreas Jaeger  <aj@suse.de>
53771         [BZ #13179]
53772         * sunrpc/netname.c (netname2host): Fix logic.
53774         [BZ #6779]
53775         [BZ #6783]
53776         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53777         correctly.
53778         * math/w_remainder.c (__remainder): Likewise.
53779         * math/w_remainderf.c (__remainderf): Likewise.
53780         * math/libm-test.inc (remainder_test): Add test cases.
53782 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
53784         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
53785         sdiv_qrnnd.
53787 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53789         * string/test-memcmp.c: Avoid unncessary #defines.
53790         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53792 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
53794         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53795         Use new sse2 version for core i3 - i7 as it's faster
53796         than sse42 version.
53797         (bit_Prefer_PMINUB_for_stringop): New.
53798         * sysdeps/x86_64/rawmemchr.S: Update.
53799         Replace with faster SSE2 version.
53800         * sysdeps/x86_64/memrchr.S: New file.
53801         * sysdeps/x86_64/memchr.S: Update.
53802         Replace with faster SSE2 version.
53804 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
53806         * elf/dl-load.c (lose): Add cast to avoid warning.
53808 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
53810         * po/ca.po: Update from translation team.
53812         * inet/getnetgrent_r.c: Hook up nscd.
53813         * nscd/Makefile (routines): Add nscd_netgroup.
53814         (nscd-modules): Add netgroupcache.
53815         (CFLAGS-netgroupcache.c): Define.
53816         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53817         (cache_search): Add const to second parameter.
53818         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53819         INNETGR.
53820         (dbs): Add netgrdb entry.
53821         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53822         (verify_persistent_db): Handle netgrdb.
53823         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53824         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53825         GETFDNETGR.
53826         (netgroup_response_header): Define.
53827         (innetgroup_response_header): Define.
53828         (datahead): Add netgroup_response_header and innetgroup_response_header
53829         elements.
53830         * nscd/nscd.conf: Add entries for netgroup cache.
53831         * nscd/nscd.h (dbtype): Add netgrdb.
53832         (_PATH_NSCD_NETGROUP_DB): Define.
53833         (netgroup_iov_disabled): Declare.
53834         (xmalloc, xcalloc, xrealloc): Move declarations here.
53835         (cache_search): Adjust prototype.
53836         Add netgroup-related prototypes.
53837         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53838         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53839         (__nscd_innetgr): Declare.
53840         * nscd/selinux.c (perms): Use access_vector_t as element type and
53841         add netgroup-related initializers.
53842         * nscd/netgroupcache.c: New file.
53843         * nscd/nscd_netgroup.c: New file.
53844         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53845         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53846         For four parameters use innetgr.
53847         * nss/nss_files/files-init.c: Add definition and callback for netgr.
53848         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53849         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53850         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53852         * nscd/connections.c (register_traced_file): Don't register file
53853         for disabled databases.
53855 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
53857         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53859         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53860         from tree and freeing node.
53862 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
53864         * nss/nsswitch.c (__nss_database_lookup): Handle
53865         nss_parse_service_list out of memory case.
53867 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
53869         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53870         out of memory case.
53872 2011-10-04  Andreas Schwab  <schwab@redhat.com>
53874         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53875         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53876         pass it down.
53877         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53878         elf_machine_rela, elf_machine_lazy_rel.
53879         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53880         (ELF_DYNAMIC_DO_REL): Likewise.
53881         (ELF_DYNAMIC_DO_RELA): Likewise.
53882         (ELF_DYNAMIC_RELOCATE): Likewise.
53883         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53884         to ELF_DYNAMIC_DO_REL.
53885         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53886         (dl_main): In trace mode always set __RTLD_NOIFUNC.
53887         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53888         elf_machine_rela.
53889         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53890         skip_ifunc, don't call ifunc function if non-zero.
53891         (elf_machine_rela): Likewise.
53892         (elf_machine_lazy_rel): Likewise.
53893         (elf_machine_lazy_rela): Likewise.
53894         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53895         (elf_machine_lazy_rel): Likewise.
53896         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53897         Likewise.
53898         (elf_machine_lazy_rel): Likewise.
53899         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53900         Likewise.
53901         (elf_machine_lazy_rel): Likewise.
53902         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53903         (elf_machine_lazy_rel): Likewise.
53904         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53905         (elf_machine_lazy_rel): Likewise.
53906         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53907         (elf_machine_lazy_rel): Likewise.
53908         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53909         (elf_machine_lazy_rel): Likewise.
53910         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53911         (elf_machine_lazy_rel): Likewise.
53912         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53913         (elf_machine_lazy_rel): Likewise.
53915 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
53917         * nss/nss_files/files-init.c (_nss_files_init): Use static
53918         initialization for all the *_traced_file variables.
53920 2011-09-28  Andreas Schwab  <schwab@redhat.com>
53922         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53924 2011-09-27  Roland McGrath  <roland@hack.frob.com>
53926         [BZ #13226]
53927         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53929 2011-09-27  Andreas Schwab  <schwab@redhat.com>
53931         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53932         Reread the line before reparsing it.
53934 2011-09-26  Andreas Schwab  <schwab@redhat.com>
53936         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53938 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
53939             Maxim Kuvyrkov  <maxim@codesourcery.com>
53940             Joseph Myers  <joseph@codesourcery.com>
53942         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53943         if needed for __stack_chk_guard.
53945 2011-09-19  Roland McGrath  <roland@hack.frob.com>
53947         * sysdeps/posix/spawni.c (script_execute): Always define it.
53948         It will be optimized away if unused.
53949         (maybe_script_execute): New function.
53950         (__spawni): Call it.
53952         * Makerules: Don't include tls.make.
53953         (config-tls): Always set to thread.
53954         * tls.make.c: File removed.
53956 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
53958         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53959         * config.make.in (CPPFLAGS-config): New substituted variable.
53961 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53963         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53965         [BZ #13192]
53966         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53967         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53969 2011-09-15  Roland McGrath  <roland@hack.frob.com>
53971         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53972         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53973         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53974         (CALL_FAIL): Likewise.
53975         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53976         (CALL_FAIL): Macro removed.
53977         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53979 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
53981         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53982         for __FINITE_MATH_ONLY__ == 1.
53984 2011-09-15  Andreas Schwab  <schwab@redhat.com>
53986         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53987         __ieee754_sqrt instead of sqrt.
53988         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53989         __ieee754_sqrtf instead of sqrtf.
53990         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53991         __floorf instead of floorf.
53992         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53993         __floorf, __truncf instead of floorf, truncf.
53995 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
53997         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53999         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
54000         __extern_always_inline.
54001         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
54002         32-bit.
54004 2011-09-14  Andreas Schwab  <schwab@redhat.com>
54006         * elf/rtld.c (dl_main): Also relocate in dependency order when
54007         doing symbol dependency testing.
54009 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
54011         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
54012         Always define `refsym'.
54014 2011-09-13  Andreas Schwab  <schwab@redhat.com>
54016         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
54017         (__FD_ELT): Renamed from __FDELT.
54018         * misc/bits/select2.h (__FD_ELT): Likewise.
54019         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
54020         __FD_MASK instead of __FDELT, __FDMASK.
54021         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54022         Likewise.
54023         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
54024         Likewise.
54026         * elf/Makefile (gen-ldd): Fix pattern.
54028         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
54029         (init_tls): Likewise.
54031 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
54033         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
54035 2011-09-12  Andreas Schwab  <schwab@redhat.com>
54037         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
54038         `struct cmsghdr *' instead of `void *'.
54039         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
54040         Likewise.
54042 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
54044         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
54045         if non-absolute.
54046         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
54047         ldd_rewrite_script.
54049 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
54051         * configure.in: Remove --with-tls option.
54052         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
54053         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
54054         out in case it is missing.
54055         * sysdeps/ia64/elf/configure.in: Likewise.
54056         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
54057         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
54058         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
54059         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
54060         * sysdeps/sh/elf/configure.in: Likewise.
54061         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
54062         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
54063         * sysdeps/x86_64/elf/configure.in: Likewise.
54064         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
54065         * sysdeps/mach/hurd/tls.h: Likewise.
54067         [BZ #13067]
54068         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
54070         [BZ #13090]
54071         * configure.in: Fix use of AC_INIT.
54073         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
54075 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
54077         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
54078         __set_errno.
54079         * malloc/hooks.c: Likewise.
54081         [BZ #11929]
54082         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
54083         variables statically.
54084         (narenas): Initialize.
54085         (list_lock): Initialize.
54086         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
54087         initializtion of main_arena and list_lock.  Small cleanups.
54088         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
54089         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
54090         Add initializers to main_arena and mp_.
54091         (malloc_state): Remove pagesize member.  Change all users to use
54092         GLRO(dl_pagesize).
54094         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
54095         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
54096         is always initialized.
54098         * malloc/malloc.c: Removed unused configurations and dead code.
54099         * malloc/arena.c: Likewise.
54100         * malloc/hooks.c: Likewise.
54101         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
54103         * include/tls.h: Removed.  USE___THREAD must always be defined.
54104         * bits/libc-tsd.h: Don't handle !USE___THREAD.
54105         * elf/dl-libc.c: Likewise.
54106         * elf/dl-tsd.c: Likewise.
54107         * include/errno.h: Likewise.
54108         * include/netdb.h: Likewise.
54109         * include/resolv.h: Likewise.
54110         * inet/herrno-loc.c: Likewise.
54111         * inet/herrno.c: Likewise.
54112         * malloc/arena.c: Likewise.
54113         * malloc/hooks.c: Likewise.
54114         * malloc/malloc.c: Likewise.
54115         * resolv/res-state.c: Likewise.
54116         * resolv/res_libc.c: Likewise.
54117         * sysdeps/i386/dl-machine.h: Likewise.
54118         * sysdeps/ia64/dl-machine.h: Likewise.
54119         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
54120         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
54121         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
54122         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
54123         * sysdeps/sh/dl-machine.h: Likewise.
54124         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
54125         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
54126         * sysdeps/unix/i386/sysdep.S: Likewise.
54127         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
54128         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
54129         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
54130         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
54131         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
54132         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
54133         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
54134         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
54135         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
54136         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
54137         * sysdeps/unix/x86_64/sysdep.S: Likewise.
54138         * sysdeps/x86_64/dl-machine.h: Likewise.
54139         * tls.make.c: Likewise.
54141         * configure.in: Remove --with-__thread option.  Make tests for
54142         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
54143         tls_model attribute fail if no support is available.  Remove
54144         USE_IN_LIBIO.
54145         * Makeconfig: Adjust for dropped configure option.  All features are
54146         now mandatory.
54147         * Makerules: Likewise.
54148         * Versions.def: Likewise.
54149         * argp/argp-fmtstream.c: Likewise.
54150         * argp/argp-fmtstream.h: Likewise.
54151         * argp/argp-help.c: Likewise.
54152         * assert/assert.c: Likewise.
54153         * config.h.in: Likewise.
54154         * config.make.in: Likewise.
54155         * configure: Likewise.
54156         * configure.in: Likewise.
54157         * csu/Versions: Likewise.
54158         * csu/init.c: Likewise.
54159         * elf/tst-audit2.c: Likewise.
54160         * elf/tst-tls10.c: Likewise.
54161         * elf/tst-tls10.h: Likewise.
54162         * elf/tst-tls11.c: Likewise.
54163         * elf/tst-tls12.c: Likewise.
54164         * elf/tst-tls14.c: Likewise.
54165         * elf/tst-tlsmod11.c: Likewise.
54166         * elf/tst-tlsmod12.c: Likewise.
54167         * elf/tst-tlsmod13.c: Likewise.
54168         * elf/tst-tlsmod13a.c: Likewise.
54169         * elf/tst-tlsmod14a.c: Likewise.
54170         * elf/tst-tlsmod15b.c: Likewise.
54171         * elf/tst-tlsmod16a.c: Likewise.
54172         * elf/tst-tlsmod16b.c: Likewise.
54173         * elf/tst-tlsmod7.c: Likewise.
54174         * elf/tst-tlsmod8.c: Likewise.
54175         * elf/tst-tlsmod9.c: Likewise.
54176         * gmon/gmon.c: Likewise.
54177         * grp/fgetgrent_r.c: Likewise.
54178         * grp/putgrent.c: Likewise.
54179         * hurd/fopenport.c: Likewise.
54180         * include/libc-symbols.h: Likewise.
54181         * include/tls.h: Likewise.
54182         * intl/gettextP.h: Likewise.
54183         * intl/loadinfo.h: Likewise.
54184         * locale/global-locale.c: Likewise.
54185         * locale/localeinfo.h: Likewise.
54186         * mach/devstream.c: Likewise.
54187         * malloc/arena.c: Likewise.
54188         * malloc/set-freeres.c: Likewise.
54189         * misc/err.c: Likewise.
54190         * misc/getttyent.c: Likewise.
54191         * misc/mntent_r.c: Likewise.
54192         * posix/getopt.c: Likewise.
54193         * posix/wordexp.c: Likewise.
54194         * pwd/fgetpwent_r.c: Likewise.
54195         * resolv/Versions: Likewise.
54196         * resolv/res_hconf.c: Likewise.
54197         * shadow/fgetspent_r.c: Likewise.
54198         * shadow/putspent.c: Likewise.
54199         * stdio-common/printf_fphex.c: Likewise.
54200         * stdio-common/tmpfile.c: Likewise.
54201         * stdlib/abort.c: Likewise.
54202         * stdlib/fmtmsg.c: Likewise.
54203         * sunrpc/auth_unix.c: Likewise.
54204         * sunrpc/clnt_perr.c: Likewise.
54205         * sunrpc/clnt_tcp.c: Likewise.
54206         * sunrpc/clnt_udp.c: Likewise.
54207         * sunrpc/clnt_unix.c: Likewise.
54208         * sunrpc/openchild.c: Likewise.
54209         * sunrpc/svc_simple.c: Likewise.
54210         * sunrpc/svc_tcp.c: Likewise.
54211         * sunrpc/svc_udp.c: Likewise.
54212         * sunrpc/svc_unix.c: Likewise.
54213         * sunrpc/xdr.c: Likewise.
54214         * sunrpc/xdr_array.c: Likewise.
54215         * sunrpc/xdr_rec.c: Likewise.
54216         * sunrpc/xdr_ref.c: Likewise.
54217         * sunrpc/xdr_stdio.c: Likewise.
54219 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54221         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
54223 2011-07-03  Andreas Jaeger  <aj@suse.de>
54225         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
54226         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
54227         regenerate with gen-libm-tests.pl.
54229 2010-05-12  Petr Baudis  <pasky@suse.cz>
54231         [BZ #11589]
54232         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
54233         around j0() zero points by switching to j1().
54234         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
54235         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
54236         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
54237         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54239 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54241         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
54242         instead of 0.
54243         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
54244         instead of 0.
54245         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
54246         Patch in part by Pavel Roskin <proski@gnu.org>.
54248         [BZ #13138]
54249         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
54250         realloc.
54251         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
54252         Free memory block if necessary.
54254         [BZ #12847]
54255         * libio/genops.c (INTDEF): For string streams the _lock pointer can
54256         be NULL.  Don't lock in this case.
54258 2011-09-09  Roland McGrath  <roland@hack.frob.com>
54260         * elf/elf.h (ELFOSABI_GNU): New macro.
54261         (ELFOSABI_LINUX): Define to that.
54263 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
54265         * string/strncat.c (strncat): Undef the symbol in case it has been
54266         defined in bits/string.h.
54268 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
54270         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
54272         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
54273         link map.
54275 2011-08-17  Andreas Jaeger  <aj@suse.de>
54277         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
54279 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
54280             Ian Lance Taylor  <iant@google.com>
54282         * math/libm-test.inc (lround_test): New testcase.
54283         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
54285 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
54287         * Makefile: Remove support for automatic cvs check-ins.
54288         * Makerules: Likewise.
54289         * config.make.in: Likewise.
54290         * configure.in: Likewise.
54291         * intl/Makefile: Likewise.
54292         * locale/Makefile: Likewise.
54293         * po/Makefile: Likewise.
54294         * posix/Makefile: Likewise.
54295         * sysdeps/gnu/Makefile: Likewise.
54296         * sysdeps/mach/hurd/Makefile: Likewise.
54297         * sysdeps/sparc/sparc32/Makefile: Likewise.
54299         [BZ #13118]
54300         * posix/Makefile (bug-regex32-ENV): Define.
54301         Patch by John Stanley <jpsinthemix@verizon.net>.
54303         * misc/Makefile (headers): Add bits/select2.h.
54304         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
54305         * misc/bits/select2.h: New file.
54306         * include/bits/select2.h: New file.
54307         * debug/Makefile (routines): Add fdelt_chk.
54308         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
54309         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
54310         FD_ISSET.
54311         * debug/fdelt_chk.c: New file.
54313         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
54314         * wcsmbs/test-wmemcmp.c: Likewise.
54315         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
54316         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
54318 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54320         * string/Makefile (strop-tests): Add memcmp.
54321         * string/test-wmemcmp.c: New file.
54322         * string/test-memcmp.c: Add wmemcmp support.
54324 2011-09-08  Roland McGrath  <roland@hack.frob.com>
54326         [BZ #13153]
54327         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
54328         2011-07-19 change.
54330         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
54331         garbage value in a __mach_port_mod_refs call in the cases of the
54332         task-self and thread-self ports.
54334 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
54336         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
54338 2011-09-08  Andreas Schwab  <schwab@redhat.com>
54340         * elf/dl-load.c (lose): Check for non-null L.
54342 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54344         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
54346         * elf/dl-libc.c (dlerror_run): Pass back error code from
54347         dl_catch_error.
54349         [BZ #13123]
54350         * elf/dl-load.c (lose): Free l_origin if it is valid.
54352         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
54353         names.
54354         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
54355         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54356         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54357         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54358         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
54359         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
54361 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
54363         * sysdeps/powerpc/fpu/e_hypot.c: New file.
54364         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54365         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54366         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54367         * sysdeps/powerpc/fpu/k_cosf.c: New file.
54368         * sysdeps/powerpc/fpu/k_sinf.c: New file.
54369         * sysdeps/powerpc/fpu/s_cosf.c: New file.
54370         * sysdeps/powerpc/fpu/s_sinf.c: New file.
54371         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54372         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54374 2011-08-15  Alan Modra  <amodra@gmail.com>
54376         [BZ #13092]
54377         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54378         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54379         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
54380         ppc_mcount to static-only-routines.
54381         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54382         __mcount_internal.
54383         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54384         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
54386 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
54388         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54389         for finite and infinity parameters.
54391 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
54393         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54394         and add nop instructions for throughput optimization.
54395         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54397 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
54399         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54400         aligned copy for power7 with vector-scalar instructions.
54401         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54403 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
54405         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54406         AVX check.
54408 2011-09-07  Andreas Schwab  <schwab@redhat.com>
54410         [BZ #13144]
54411         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54412         last change.
54414 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
54416         * sysdeps/unix/sysv/linux/x86_64/init-first.c
54417         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54418         syscall wrapper around clock_gettime in __vdso_clock_gettime.
54419         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54420         clock_gettime.
54422 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54424         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54425         Forgot to demangle the pointer.
54427         * sysdeps/i386/sysdep.h: Define atom_text_section.
54428         * sysdeps/x86_64/sysdep.h: Likewise.
54429         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54430         section with atom_text_section.
54431         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54432         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54433         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54434         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54435         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54437         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54438         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54439         already be defined.  Change to take two parameters and don't assign
54440         result to variable.  Adjust all users.
54441         Define INTERNAL_GETTIME if not already defined.
54442         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54443         call.
54444         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54445         HAVE_CLOCK_GETTIME_VSYSCALL.
54446         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54448         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54449         gettimeofday vsyscall, just use time.
54451 2011-09-06  Andreas Schwab  <schwab@redhat.com>
54453         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54454         <errno.h>.
54456 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
54458         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54459         syscall on x86-64.
54460         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54461         syscall.
54462         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54463         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54464         syscall if possible.
54466 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54468         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54469         e_ident.  Don't pass to find_mapsXX.
54470         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54472 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54474         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54475         strchr-sse2-no-bsf strrchr-sse2-no-bsf
54476         * sysdeps/x86_64/multiarch/strchr.S: Update.
54477         Check bit_slow_BSF bit.
54478         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54479         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54480         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54482 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54484         [BZ #13134]
54485         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54486         before glibc 2.15.
54487         (tryshell): Define.
54488         (__spawni): Change last parameter to be flag.  Test
54489         SPAWN_XFLAGS_USE_PATH flag to use path or not.
54490         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54491         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54492         * posix/spawni.c: Likewise.
54493         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54494         * posix/spawnp.c: Likewise.  Change normal version to use
54495         SPAWN_XFLAGS_USE_PATH.
54496         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54497         SPAWN_XFLAGS_TRY_SHELL.
54499         [BZ #13150]
54500         * posix/glob.h: Remove gcc 1.x support.
54502         [BZ #13068]
54503         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54505 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54507         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54508         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54509         strrchr-sse2-bsf
54510         * sysdeps/i386/i686/multiarch/strchr.S: New file.
54511         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54512         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54513         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54514         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54515         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54517 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54519         * sysdeps/x86_64/wcscmp.S: New file.
54521         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54522         wcscmp-c wcscmp-sse2
54523         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54524         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54525         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54526         * wcsmbs/wcscmp.c: Allow renaming.
54528 2011-09-05  David S. Miller  <davem@davemloft.net>
54530         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54531         stack slot, rather than the struct return pointer slot.
54532         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54533         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54534         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54535         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54537 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
54539         * po/ja.po: Update from translation team.
54541         [BZ #13144]
54542         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54543         kernel in 64-bit binaries.
54545 2011-09-01  David S. Miller  <davem@davemloft.net>
54547         * elf/elf.h (HWCAP_SPARC_*): Move to..
54548         * sysdeps/sparc/sysdep.h: this new file and add new values.
54549         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54550         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54551         _DL_HWCAP_COUNT to 24.
54552         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54553         entries.
54554         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54555         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54556         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54557         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54558         instead of magic constants.
54559         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54561 2011-08-31  David S. Miller  <davem@davemloft.net>
54563         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54564         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54565         Reimplement to do errno handling inline.
54566         (SYSCALL_ERROR_HANDLER): New macro.
54567         (__SYSCALL_STRING): Do not do errno handling in asm.
54568         (__CLONE_SYSCALL_STRING): Delete.
54569         (__INTERNAL_SYSCALL_STRING): Delete.
54570         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54571         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54572         (PSEUDO): Reimplement to do errno handling inline.
54573         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54574         (SYSCALL_ERROR_HANDLER): New macro.
54575         (__SYSCALL_STRING): Do not do errno handling in asm.
54576         (__CLONE_SYSCALL_STRING): Delete.
54577         (__INTERNAL_SYSCALL_STRING): Delete.
54578         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54579         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54580         i386.
54581         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54582         (inline_syscall*): Add 'err' argument.
54583         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54584         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54585         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54586         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54588         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54589         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54591 2011-08-30  Andreas Schwab  <schwab@redhat.com>
54593         * elf/rtld.c (dl_main): Relocate objects in dependency order.
54595 2011-08-29  Jiri Olsa <jolsa@redhat.com>
54597         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54598         directive.
54600 2011-08-24  David S. Miller  <davem@davemloft.net>
54602         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54604 2011-08-24  Andreas Schwab  <schwab@redhat.com>
54606         * elf/Makefile: Add rules to build and run unload8 test.
54607         * elf/unload8.c: New file.
54608         * elf/unload8mod1.c: New file.
54609         * elf/unload8mod1x.c: New file.
54610         * elf/unload8mod2.c: New file.
54611         * elf/unload8mod3.c: New file.
54613         * elf/dl-close.c (_dl_close_worker): Reset private search list if
54614         it wasn't used.
54616 2011-08-23  David S. Miller  <davem@davemloft.net>
54618         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54619         subtract stack bias.
54620         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54621         %sp not %fp in calculations.
54622         (_JMPBUF_UNWINDS_ADJ): Likewise.
54624         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54625         (aio_suspend): Call it to force an exception region around the
54626         AIO_MISC_WAIT() invocation.
54628 2011-08-23  Andreas Schwab  <schwab@redhat.com>
54630         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54631         backslash.
54633 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
54635         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54636         protection macro.
54637         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54638         and <dl-machine.h>.
54639         (Elf64_FuncDesc): Remove.
54641 2011-08-22  David S. Miller  <davem@davemloft.net>
54643         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54644         sigaltstack check, add missing cfi directives.
54645         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54646         missing cfi directives, and sigaltstack handling.
54648 2011-08-16  Andreas Schwab  <schwab@redhat.com>
54650         [BZ #11724]
54651         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54652         object is seen twice.
54653         * elf/dl-fini.c (_dl_sort_fini): Likewise.
54655         * elf/Makefile (distribute): Add tst-initorder2.c.
54656         (tests): Add tst-initorder2.
54657         (modules-names): Add tst-initorder2a tst-initorder2b
54658         tst-initorder2c tst-initorder2d.  Add rules to build them.
54659         ($(objpfx)tst-initorder2.out): New rule.
54660         * elf/tst-initorder2.c: New file.
54661         * elf/tst-initorder2.exp: New file.
54663 2011-08-22  Andreas Schwab  <schwab@redhat.com>
54665         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54667         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54668         dependencies back to end of function.
54670         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54671         $(elfobjdir)/ld.so.
54673 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
54675         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54676         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54677         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54678         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54679         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54680         of __vdso_gettimeofday.
54681         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54682         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
54683         attribute_hidden.
54684         (_libc_vdso_platform_setup): Remove initialization of
54685         __vdso_gettimeofday and __vdso_time.
54687 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54689         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54690         and fgetc_unlocked.
54691         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54692         getc_unlocked.
54694         * elf/dl-open.c (add_to_global): Report additions to the global scope
54695         for LD_DEBUG=scopes.
54696         (dl_open_worker): Also print scope of newly loaded dependencies.
54697         (_dl_show_scope): Indicate if there is no scope.
54699         [BZ #13114]
54700         * stdio-common/Makefile (tests): Add bug24.
54701         * stdio-common/bug24.c: New file.
54703 2011-08-19  Andreas Jaeger  <aj@suse.de>
54705         [BZ #13114]
54706         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54707         non-existant file when using close-on-exec mode.
54709 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
54711         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54712         the very first instruction.
54714         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54715         the CFI state in the end.
54716         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54717         inclusion of dl-trampoline.h.
54718         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54720 2011-08-19  Andreas Schwab  <schwab@redhat.com>
54722         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54723         expectations for long double.
54725         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54726         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54728 2011-08-14  David S. Miller  <davem@davemloft.net>
54730         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54731         artificual limit depends upon the system page size.
54733 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54735         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54736         * resolv/Makefile: Define CFLAGS-libresolv.
54738 2011-08-17  Andreas Schwab  <schwab@redhat.com>
54740         * nss/makedb.c (compute_tables): Make variables used in nested
54741         function static.
54743 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
54745         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54746         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54747         if buffer was too small.
54749         * elf/pldd.c (main): Attach to all threads in the process.
54750         Rewrite /proc handling to use *at functions.
54752 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
54754         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54755         specifies first scope to show.
54756         (dl_open_worker): Update callers.  Move printing scope of new
54757         object to before the relocation.
54758         * elf/rtld.c (dl_main): Update _dl_show_scope call.
54759         * sysdeps/generic/ldsodefs.h: Update declaration.
54761         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54762         string for the scope number.
54764 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
54766         * nscd/servicescache.c (cache_addserv): Make sure written is always
54767         initialized.
54769 2011-08-14  Roland McGrath  <roland@hack.frob.com>
54771         * sysdeps/i386/i486/bits/atomic.h
54772         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54773         statement expression, so as to suppress "set but not used" warning.
54774         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54776         * string/strncat.c (STRNCAT): Use prototype definition.
54778         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54779         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54780         -Iprograms here.
54781         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54782         (localedef-modules): Add localedef.
54783         (locale-modules): Add locale.
54785         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54786         * elf/rtld.c (dl_main): Invert order of assignment in last change,
54787         to avoid a warning.
54789 2011-08-14  David S. Miller  <davem@davemloft.net>
54791         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54792         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54794 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
54796         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
54797         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54798         * elf/rtld.c (dl_main): Set l_name of vDSO.
54799         Call _dl_show_scope when DL_DEBUG_SCOPES.
54800         (process_dl_debug): Recognize scopes flag and also set it for all.
54801         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54802         Declare _dl_show_scope.
54804         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54805         (do_dlopen): Pass caller_dlopen to dl_open.
54806         (__libc_dlopen_mode): Initialize caller_dlopen.
54808         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54809         of libc.  Make tolower call locale-independent.  Optimize a bit by
54810         using isdigit instead of isalnum.
54811         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54813 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
54815         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54816         was a dependency or dynamically loaded.
54818 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
54820         * intl/l10nflist.c: Allow architecture-specific pop function.
54821         * sysdeps/x86_64/l10nflist.c: New file.
54823         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54824         classification.
54826 2011-08-10  Andreas Schwab  <schwab@redhat.com>
54828         * include/dirent.h: Add libc_hidden_proto for scandirat and
54829         scandirat64.  Don't declare __scandirat64.
54830         * dirent/scandirat.c: Add libc_hidden_def.
54831         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54832         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54834 2011-08-10  David S. Miller  <davem@davemloft.net>
54836         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54837         enum.
54838         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54839         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54840         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54842 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
54844         * Versions.def [libc]: Add GLIBC_2.15.
54845         * dirent/Makefile (routines): Add scandirat and scandirat64.
54846         * dirent/Versions [libc]: Export scandirat and scandirat64 for
54847         GLIBC_2.15.
54848         * dirent/dirent.h: Declare scandirat and scandirat64.
54849         * dirent/scandirat.c: New file.
54850         * dirent/scandirat64.c: New file.
54851         * sysdeps/wordsize-64/scandirat.c: New file.
54852         * sysdeps/wordsize-64/scandirat64.c: New file.
54853         * dirent/opendir.c: Define opendirat.
54854         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
54855         using scandirat.
54856         * dirent/scandir64.c: Adjust for scandir.c change.
54857         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
54858         __scandirat64, and __scandir_cancel_handler.
54859         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
54860         additional parameter and use openat instead of open (outside of ld.so).
54861         Add new __opendir as wrapper around __opendirat.
54862         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54863         here without requiring old scandirat implementation.
54865 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
54867         * dirent/scandir.c (cancel_handler): Renamed to
54868         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
54869         defined.  Adjust users.
54870         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54871         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54873 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
54875         * string/test-string.h (IMPL): Use __STRING to expand name and then
54876         stringify it.
54878         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
54879         of cleanups.
54881 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54883         * string/Makefile: Update.
54884         (strop-tests): Append strncat.
54885         * string/test-wcscmp.c: New file.
54886         New comprehensive test for wcscmp.
54887         * string/test-strcmp.c: Update.
54888         (WIDE): New define.
54890 2011-07-22  Andreas Schwab  <schwab@redhat.com>
54892         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54893         line.
54895 2011-07-26  Andreas Schwab  <schwab@redhat.com>
54897         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54898         encoding to ACE if AI_IDN.
54900 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
54902         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54903         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54905 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54907         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54908         Fix overflow bug in strncat.
54909         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54911         * string/test-strncat.c: Update.
54912         Add new tests for checking overflow bugs.
54914 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
54916         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54917         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54918         * sysdeps/i386/i686/multiarch/strcat.S: New file.
54919         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54920         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54921         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54922         * sysdeps/i386/i686/multiarch/strncat.S: New file.
54923         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54924         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54926         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54927         (USE_AS_STRCAT): Define.
54928         Add strcat and strncat support.
54929         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54931 2011-07-25  Andreas Schwab  <schwab@redhat.com>
54933         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54934         __n bigger than INT_MAX+1.
54935         (__strncmp_g): Likewise.
54937 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
54939         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54940         * libio/stido.h: Likewise.
54942         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54943         (AF_NFC): Define.
54944         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54945         (AF_NFC): Define.
54947         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54948         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54949         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54950         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54951         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54953         [BZ #13021]
54954         * scripts/test-installation.pl: Don't expect libnss_test1 to be
54955         installed.
54957         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54958         typo.
54959         (_dl_x86_64_save_sse): Likewise.
54961 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
54963         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54964         OSXSAVE.
54965         (_dl_x86_64_save_sse): Likewise.
54967         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54969         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54971 2011-07-21  Andreas Schwab  <schwab@redhat.com>
54973         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54974         change.
54975         (_dl_x86_64_save_sse): Use correct AVX check.
54977 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
54979         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54980         bug in strncpy/strncat.
54981         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54983 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
54985         * string/tester.c (test_strcat): Add tests for different alignments
54986         of source and destination.
54987         (test_strncat): Likewise.
54989 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
54991         [BZ #12852]
54992         * posix/glob.c (glob): Check passed in values before using them in
54993         expressions to avoid some overflows.
54994         (glob_in_dir): Likewise.
54996         [BZ #13007]
54997         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54998         check for AVX enablement so that we don't crash with old kernels and
54999         new hardware.
55000         * elf/tst-audit4.c: Add same checks here.
55001         * elf/tst-audit6.c: Likewise.
55003         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
55005 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
55007         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
55009 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
55011         * po/cs.po: Update from translation team.
55012         * po/bg.po: Likewise.
55014 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
55016         * misc/sys/cdefs.h: Add support for const attribute.
55017         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
55018         to gnu_dev_{major,minor,makedev} functions.
55020 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
55022         * intl/dcigettext.c (get_output_charset): Add missing bracket.
55024 2011-07-20  Andreas Schwab  <schwab@redhat.com>
55026         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
55027         strlen results.
55029 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55031         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
55032         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
55033         register in order to avoid conflicts with the soft frame pointer
55034         being held in r11 when necessary.
55035         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
55036         (INTERNAL_VSYSCALL_NCS): Likewise.
55038 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
55040         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
55041         * elf/dl-fini.c (_dl_fini): Adjust caller.
55042         * elf/dl-close.c (_dl_close_worker): Likewise.
55043         * sysdeps/generic/ldsodefs.h: Adjust declaration.
55045 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55047         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
55048         "aux_cache->nlibs < 0".
55050         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
55051         in the reload-count case.
55053 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
55055         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55056         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
55057         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
55058         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
55059         * sysdeps/x86_64/multiarch/strcat.S: New file.
55060         * sysdeps/x86_64/multiarch/strncat.S: New file.
55061         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
55062         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
55063         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
55064         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
55065         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
55066         (USE_AS_STRCAT): Define.
55067         Add strcat and strncat support.
55068         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
55069         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
55070         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
55071         * string/strncat.c: Update.
55072         (USE_AS_STRNCAT): Define.
55073         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55074         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
55075         and i7.
55076         * sysdeps/x86_64/multiarch/init-arch.h
55077         (bit_Prefer_PMINUB_for_stringop): New.
55078         (index_Prefer_PMINUB_for_stringop): Likewise.
55079         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
55080         bit_Prefer_PMINUB_for_stringop.
55082 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55084         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
55085         buffer64.
55086         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
55087         of casting of buffer.
55088         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
55089         buffer32 and buffer64.
55090         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
55091         writes instead of casting of buffer.
55092         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
55093         buffer32.
55094         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
55095         casting of buffer.
55097 2011-07-19  Andreas Schwab  <schwab@redhat.com>
55099         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
55101 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
55103         * nscd/nscd.c (termination_handler): Don't do anything for a database
55104         if it has not yet been initialized.
55106 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55108         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55110 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
55112         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
55114 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
55116         * po/nl.po: Update from translation team.
55117         * po/sv.po: Likewise.
55119 2011-07-16  Roland McGrath  <roland@hack.frob.com>
55121         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
55122         now disallowed by GCC.
55124         * configure.in (use-default-link): Default to yes if a test -shared
55125         link meets our qualifications.
55126         * configure: Regenerated.
55128         * config.make.in (output-format): New variable.
55129         * configure.in: Check for ld --print-output-format support.
55130         * configure: Regenerated.
55131         * Makerules ($(common-objpfx)format.lds)
55132         [$(output-format) != unknown]: Just use $(output-format),
55133         instead of the linker-script munging.
55135 2011-07-14  Roland McGrath  <roland@hack.frob.com>
55137         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
55138         of $(common-objpfx)shlib.lds.
55139         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
55141         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
55142         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
55144         * configure.in (-z relro check): Adjust test code to add a large
55145         writable data section after it.
55146         * configure: Regenerated.
55148 2011-07-11  Roland McGrath  <roland@hack.frob.com>
55150         * configure.in (-z relro check): Fix test code to make the variable
55151         truly const.
55152         * configure: Regenerated.
55154 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
55156         * nscd/nscd.h (struct traced_file): Define.
55157         (struct database_dyn): Remove inotify_descr, reset_res, and filename
55158         elements.  Add traced_files.
55159         (inotify_fd): Declare.
55160         (register_traced_file): Declare.
55161         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
55162         (inotify_fd): Export.
55163         (resolv_conf_descr): Remove.
55164         (nscd_init): Move inotify descriptor creation to main.
55165         Don't register files for notification here.
55166         (register_traced_file): New function.
55167         (invalidate_cache): Don't use reset_res to determine whether to call
55168         res_init, go through the list of registered files.
55169         (main_loop_poll): The inotify descriptors are now stored in the
55170         structures for the traced files.
55171         (main_loop_epoll): Likewise
55172         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
55173         to __nss_disable_nscd.
55174         * nscd/cache.c (prune_cache): There is no single inotify descriptor
55175         for a database anymore.  Check the records for all the registered
55176         files instead.
55177         * nss/Makefile (libnss_files-routines): Add files-init.
55178         (libnss_db-routines): Add db-init.
55179         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
55180         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
55181         * nss/nss_db/db-init.c: New file.
55182         * nss/nss_files/files-init.c: New file.
55183         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
55184         __nss_lookup_function.
55185         (__nss_lookup_function): Call nss_load_library.
55186         (nss_load_all_libraries): New function.
55187         (__nss_disable_nscd): Take parameter with callback function for files
55188         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
55189         used for the cached services.
55190         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
55191         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
55192         options for features to all the files in nscd.
55194         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
55196 2011-07-10  Roland McGrath  <roland@hack.frob.com>
55198         * csu/elf-init.c (__libc_csu_init): Comment typo.
55200 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
55202         * po/pl.po: Update from translation team.
55203         * po/ja.po: Likewise.
55204         * po/ru.po: Likewise.
55205         * po/ko.po: Likewise.
55206         * po/fr.po: Likewise.
55208 2011-07-09  Roland McGrath  <roland@hack.frob.com>
55210         * configure.in (.ctors/.dtors header and trailer check):
55211         Use an empirical test on a built program.
55212         * configure: Regenerated.
55214         * configure.in (-z relro check): Use an empirical test on a built DSO.
55215         Detect, but do not require, on ia64.
55216         * configure: Regenerated.
55218         * configure.in (READELF): Find it with AC_CHECK_TOOL.
55219         Update tests that use readelf to use $READELF instead.
55220         * configure: Regenerated.
55222 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
55224         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
55225         if the result is not used.
55227 2011-07-05  Andreas Jaeger  <aj@suse.de>
55229         [BZ#9696]
55230         * stdlib/tst-strtod.c: Add testcase.
55232 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
55234         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
55235         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
55236         The latter has a higher limit.  Take additional parameter to pass to
55237         the new function.
55238         (__pathconf): Pass file to __statfs_link_max.
55239         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
55240         __statfs_link_max.
55241         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
55242         __statfs_link_max.
55244         [BZ #12868]
55245         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
55246         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
55247         Handle Lustre.
55248         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
55249         (__statfs_filesize_max): Likewise.
55250         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
55252 2011-07-05  Andreas Jaeger  <aj@suse.de>
55254         * resolv/res_comp.c (dn_skipname): Remove unused variable.
55256 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
55258         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
55259         `status' variable.
55260         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
55261         Likewise.
55263 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
55265         * Makefile (strop-tests): Add strncat.
55266         * string/test-strncat.c: New file.
55268 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
55270         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
55272 2011-06-21  Andreas Jaeger  <aj@suse.de>
55274         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
55275         Copy rule from iconvdata/Makefile.
55277 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55279         [BZ #12922]
55280         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
55281         but no long options are defined, just return 'W'.
55283 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
55285         [BZ #9696]
55286         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
55288 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
55290         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
55291         netgroups to read.
55292         (innetgr): Likewise.
55294 2011-07-05  Roland McGrath  <roland@hack.frob.com>
55296         * config.make.in (install_root): Default to $(DESTDIR).
55298 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
55300         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
55302 2011-07-02  Roland McGrath  <roland@hack.frob.com>
55304         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
55306         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
55307         containing directory rather than embedding absolute directory names.
55309         * scripts/check-local-headers.sh: Rewritten using awk.
55310         Match by word, not by line.  Print error messages for matches.
55311         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
55313         * Makerules [shlib-lds-flags empty]:
55314         ($(common-objpfx)libc_pic.opts): New target.
55315         ($(common-objpfx)libc_pic.os.clean): New target.
55316         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
55318         * config.make.in (OBJCOPY): New variable.
55319         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
55320         * configure: Regenerated.
55322         * config.make.in (use-default-link): New variable.
55323         * configure.in (use_default_link): Grok --with-default-link to set it.
55324         * configure: Regenerated.
55325         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
55326         (shlib-lds, shlib-lds-flags): Define to empty.
55328         * Makerules (shlib-lds): New variable.
55329         (shlib-lds-flags): New variable.
55330         (build-shlib, build-moduile, build-module-asneeded): Use it.
55331         ($(common-objpfx)libc.so): Use $(shlib-lds).
55332         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
55333         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
55335         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
55336         DT_FLAGS/DT_FLAGS_1 with zero flags.
55338         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
55339         linker script munging.
55341 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
55343         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
55344         as 128-bit value.
55345         * crypt/sha512.c (sha512_process_block): Perform total addition using
55346         128-bit if possible.
55347         (__sha512_finish_ctx): Likewise.
55348         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
55349         as 64-bit value.
55350         * crypt/sha256.c (SWAP64): Define.
55351         (sha256_process_block): Perform total addition using 64-bit if
55352         possible.
55353         (__sha256_finish_ctx): Likewise.
55355 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
55357         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
55358         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55359         * nscd/hstcache.c (cache_addhst): Likewise.
55360         * nscd/grpcache.c (cache_addgr): Likewise.
55361         * nscd/aicache.c (addhstaiX): Likewise
55362         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55364 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
55366         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55367         * nscd/initgrcache.c (addinitgroupsX): Likewise.
55368         * nscd/hstcache.c (cache_addhst): Likewise.
55369         * nscd/grpcache.c (cache_addgr): Likewise.
55370         * nscd/aicache.c (addhstaiX): Likewise
55372 2011-07-01  Andreas Schwab  <schwab@redhat.com>
55374         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55375         domain only when needed.
55377 2011-06-30  Andreas Schwab  <schwab@redhat.com>
55379         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55380         is always restored.
55382 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
55384         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55385         are re-adding the entry.
55386         * nscd/servicescache.c (cache_addserv): Likewise.
55388 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
55390         * sysdeps/generic/dl-irel.h: fix protection against multiple
55391         inclusions.
55392         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55394 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
55396         [BZ #12935]
55397         * malloc/memusage.sh: Fix quoting in message.
55398         * debug/xtrace.sh: Likewise.
55400         * configure.in: Remove support for --experimental-malloc option, make
55401         it the default.
55402         * config.make.in: Likewise.
55403         * malloc/Makefile: Likewise.
55405 2011-06-27  Andreas Schwab  <schwab@redhat.com>
55407         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55408         two-byte characters.
55410 2011-06-27  Roland McGrath  <roland@hack.frob.com>
55412         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55413         AC_CACHE_CHECK invocation.
55414         * configure: Regenerated.
55416         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55418 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
55420         [BZ #12350]
55421         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
55422         bit from old_res_options.
55424         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55426         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55427         value type for setfct.
55429 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
55431         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55432         __gettimeofday instead of gettimeofday.
55434 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
55436         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55438 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
55440         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55442         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55443         info.
55445 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55447         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55448         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55449         strcpy-sse2-unaligned strncpy-sse2-unaligned
55450         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55451         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55452         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55453         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55454         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55455         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55456         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55457         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55458         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55459         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55460         (STRCPY): Support SSE2 and SSSE3 versions.
55462 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
55464         [BZ #12874]
55465         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55466         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55467         kernels which artificially limit size of requests.
55469 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
55471         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55472         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55473         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55474         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55475         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55476         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55477         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55478         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55479         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55480         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55481         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55482         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55483         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55484         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55485         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55486         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55487         Enable unaligned load optimization for Intel Core i3, i5 and i7
55488         processors.
55489         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55490         Define.
55491         (index_Fast_Unaligned_Load): Define.
55492         (HAS_FAST_UNALIGNED_LOAD): Define.
55494 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
55496         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55498 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55500         [BZ #12907]
55501         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55502         until it is clear that the information is realy needed.
55503         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55505 2011-06-22  Andreas Schwab  <schwab@redhat.com>
55507         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55509 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
55511         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55512         /sys/devices/system/cpu/online if it is usable.
55514         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55515         reading the information from the /proc filesystem to once a second.
55517 2011-06-21  Andreas Jaeger  <aj@suse.de>
55519         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55520         NULL after inclusion of kernel headers.
55522 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
55524         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55525         calls to internal_setent.
55527         [BZ #12885]
55528         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55529         addresses using gethostbyname4_r ignore IPv4 addresses.
55531         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55532         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
55534         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55536 2011-06-20  David S. Miller  <davem@davemloft.net>
55538         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55539         inclusions.
55540         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55542         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55543         (elf_irel): Use it.
55544         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55545         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55546         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55547         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55548         * sysdeps/x86_64/dl-irel.h: Likewise.
55550         * elf/dl-runtime.c: Use elf_ifunc_invoke.
55551         * elf/dl-sym.c: Likewise.
55553 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55555         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
55556         need to dereference resplen2.
55558 2011-06-14  Andreas Schwab  <schwab@redhat.com>
55560         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55562 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
55564         * Makeconfig: Define vardbdir and inst_vardbdir.
55565         * nss/Makefile: Add rules to install db-Makefile.
55567         * nss/nss_db/db-XXX.c: Cleanup.
55569         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55570         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55571         GLIBC_PRIVATE.
55572         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55573         * nss/makedb.c: Implement -g option to specify that value strings
55574         are generated and should not be added to table iterated over for
55575         get*ent calls.
55576         * nss/nss_db/db-initgroups.c: New file.
55578         * nss/getent.c: Add support for initgroups lookups through getgrouplist
55579         interface.
55581         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55582         (internal_getgrouplist): Adjust to name change.
55583         Update use_initgroups_entry if this is not the first call.
55584         * nss/databases.def: Add initgroups entry.
55586         * nss/makedb.c (compute_tables): Check result of multiple hash table
55587         sizes to minimize maximum chain length.
55589 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
55591         * Versions.def: Add entry for libnss_db.
55592         * shlib-versions: Likewise.
55593         * nss/Makefile: Add rules to build libnss_db.
55594         * nss/Versions: Add libnss_db information.  Organize libnss_files
55595         entries better.
55596         * nss/db-Makefile: Add gshadow support.  Change rules for the new
55597         makedb progra.  Some minor improvements to generate smaller files.
55598         * nss/nss_db/nss_db.h: Move NSS database header data structures to
55599         here from...
55600         * nss/makedb.c: ...here.
55601         Improve database format to be smaller and require less memory at
55602         runtime.
55603         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
55604         db anymore.
55605         * nss/nss_db/db-netgrp.c: Likewise.
55606         * nss/nss_db/db-open.c: Likewise.
55607         * nss/nss_files/flies-XXX.x: Adjust comments.
55608         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55609         * nss/nss_files/files-grp.c: Likewise.
55610         * nss/nss_files/files-hosts.c: Likewise.
55611         * nss/nss_files/files-network.c: Likewise.
55612         * nss/nss_files/files-proto.c: Likewise.
55613         * nss/nss_files/files-pwd.c: Likewise.
55614         * nss/nss_files/files-rpc.c: Likewise.
55615         * nss/nss_files/files-service.c: Likewise.
55616         * nss/nss_files/files-sgrp.c: Likewise.
55617         * nss/nss_files/files-spwd.c: Likewise.
55618         * nss/nss_db/db-alias.c: Removed.
55619         * nss/nss_db/dummy-db.h: Removed.
55621 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
55623         * nss/makedb.c: Rewritten to not use database library.
55624         * nss/Makefile: Update to build new makedb program.
55626 2011-06-14  Andreas Jaeger  <aj@suse.de>
55628         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55629         memset declaration.
55631 2011-06-10  Andreas Schwab  <schwab@redhat.com>
55633         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55634         tmpbuf.
55636 2011-06-10  Roland McGrath  <roland@hack.frob.com>
55638         * Makerules (shlib.lds): Fail if the linker script comes out empty.
55639         * elf/Makefile ($(objpfx)ld.so): Likewise.
55641         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55642         Don't list ld.so twice in dependencies.
55644         * posix/bug-regex31.c: Include <stdlib.h>.
55646         * nscd/hstcache.c (cache_addhst): Remove unused variable.
55648         * nis/nss_compat/compat-spwd.c
55649         (getspent_next_nss_netgr): Remove unused variable.
55650         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55652         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55653         nonmembers" output to use the right array.
55655         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55657         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55659         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55660         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55661         * catgets/gencat.c (read_input_file): Likewise.
55662         * locale/programs/locarchive.c (enlarge_archive): Likewise.
55664         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55665         variable definition inside #if's controlling its use.
55667         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55669         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55671         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55673         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55674         unreachable code.
55676         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55678         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55679         * configure: Regenerated.
55681         * Makerules: Revert last change.
55682         * elf/Makefile: Likewise.
55684 2011-06-09  Roland McGrath  <roland@hack.frob.com>
55686         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55687         * elf/Makefile ($(objpfx)librtld.os): Likewise.
55688         (reloc-link): Likewise.
55690 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
55692         * elf/Makefile: Add rules to build pldd.
55693         * elf/pldd.c: New file.
55694         * elf/pldd-xx.c: New file.
55696 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
55698         * version.h: Update for 2.15 development version.
55700 2011-06-07  David S. Miller  <davem@davemloft.net>
55702         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55703         ifuncs.
55704         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55705         elf_machine_lazy_rel): Likewise.
55706         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55707         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55708         elf_machine_lazy_rel): Likewise.
55709         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55710         dl_hwcap via passed in argument.
55711         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55712         Likewise.
55714 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
55716         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
55718 2011-06-06  Roland McGrath  <roland@hack.frob.com>
55720         [BZ #12849]
55721         * manual/fdl-1.1.texi: New file, verbatim from:
55722         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55723         * manual/lgpl-2.1.texi: New file, verbatim from:
55724         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55725         * manual/Makefile (licenses): New variable, list those new file names.
55726         (texis): Use it.
55727         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55729         * manual/fdl.texi: File removed.
55730         * manual/lesser.texi: File removed.
55731         * manual/libc.texinfo (Copying, Documentation License):
55732         Use new @include file names, put @appendix directive before @include.
55734 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
55736         [BZ #12841]
55737         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55738         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55739         (mq_open): Add __NTH.
55741 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
55743         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55744         Assume Intel Core i3/i5/i7 processor if AVX is available.
55746 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55748         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55749         typo.
55751 2011-05-31  Andreas Schwab  <schwab@redhat.com>
55753         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55754         memory.  Use alloca_account.  Fix memory leak when retrying.
55756 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
55758         * version.h (RELEASE): Bump for 2.14 release.
55759         * include/features.h (__GLIBC_MINOR__): Bump to 14.
55761         * config.make.in (RANLIB): Remove entry.
55763 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
55765         * po/Makefile (po-sed-cmd): Add ksh to extensions.
55766         (libc.pot): Work around missing support for .ksh extension in xgettext.
55768         [BZ #12684]
55769         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55770         if both request failed.
55771         (send_dg): In case of server errors clear resplen or *resplen2.
55773         [BZ #12454]
55774         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55775         when there are multiple maps.
55776         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55777         (_dl_fini): Remove test here.
55779         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55781 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
55783         [BZ #12350]
55784         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55785         bit from old_res_options.
55786         (gaih_inet): Likewise.
55788         [BZ #11099]
55789         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
55790         as signed.
55792         * resolv/res_init.c (res_setoptions): Make the code more compact.
55794         [BZ #11558]
55795         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55796         set RES_USEVC.
55798         [BZ #11634]
55799         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55801         * malloc/malloc.h: Mark malloc hook variables as deprecated.
55803         [BZ #11781]
55804         * malloc/malloc.h: Declare malloc hook variables as volatile.
55806         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55807         in last patch.
55809         [BZ #11799]
55810         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
55811         raise in the comment.
55812         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55813         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55814         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
55816 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
55818         [BZ #12811]
55819         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55820         grow the buffers more if it already has to be sufficient.
55821         (build_wcs_upper_buffer): Likewise.
55822         * posix/regexec.c (check_matching): Likewise.
55823         (clean_state_log_if_needed): Likewise.
55824         (extend_buffers): Don't enlarge buffers beyond size of the input
55825         buffer.
55826         Patches mostly by Emil Wojak <emil@wojak.eu>.
55827         * posix/bug-regex32.c: New file.
55828         * posix/Makefile (tests): Add bug-regex32.
55830         * locale/findlocale.c (_nl_find_locale): Return right away if
55831         _nl_explode_name failed.
55832         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55834         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55836         * debug/xtrace.sh: Unify messages.
55837         * malloc/memusage.sh: Likewise.
55839         [BZ #12813]
55840         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55841         time symbol from vDSO.  Substitute with vsyscall if not available.
55842         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55843         __vdso_time.
55845         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55846         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55847         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55848         Add sendmmsg and internal_sendmmsg.
55849         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55850         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55851         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55853         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55854         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55855         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55857 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
55859         [BZ #12813]
55860         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55861         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
55862         available.
55863         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55864         __vdso_getcpu.
55866         [BZ #12814]
55867         * iconvdata/Makefile (tests): Add bug-iconv9.
55868         * iconvdata/bug-iconv9.c: New file.
55870 2011-05-27  Andreas Schwab  <schwab@redhat.com>
55872         [BZ #12814]
55873         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55875 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
55877         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55878         (struct user_regs_struct): Change intcs field back to cs.
55880 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
55882         * po/ja.po: Update from translation team.
55884 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
55886         [BZ #12795]
55887         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55888         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55890 2011-05-20  Andreas Schwab  <schwab@redhat.com>
55892         * stdlib/longlong.h: Update from GCC.
55894 2011-05-23  Andreas Schwab  <schwab@redhat.com>
55896         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55897         parameter name.
55898         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55899         Add parameter name.
55900         (__sysconf): Pass it down.
55902 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
55904         [BZ #12671]
55905         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55906         some situations.
55907         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55908         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55909         add in in __libc_use_alloca calls.  Adjust callers.
55910         (glob): Use malloc in some situations.
55912         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55913         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55914         pltexit.
55916 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
55918         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55919         and CLOCK_BOOTTIME_ALARM.
55921         [BZ #12782]
55922         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55923         is returned.
55925         * string/_strerror.c (__strerror_r): Print negative errors as signed
55926         numbers.
55928         [BZ #12777]
55929         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55930         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55931         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55933         * configure.in: Fix typo in redirection and correct removal of test
55934         files in two cases.
55936         [BZ #12788]
55937         * locale/setlocale.c (new_composite_name): Fix test to check for
55938         identical name of all categories.
55940         [BZ #12792]
55941         * libio/filedoalloc.c (local_isatty): New function.
55942         (_IO_file_doallocate): Use local_isatty.
55943         * stdio-common/perror.c (perror): In case a new stream is used
55944         forward the stream error.
55945         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55946         error flag.
55948 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
55950         [BZ #11869]
55951         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55952         alloca.
55953         * include/alloca.h (extend_alloca_account): Define.
55955         [BZ #11857]
55956         * posix/regex.h: Fix comments with documentation of user-accessible
55957         fields after compilation and describe correct free'ing of pattern
55958         after re_compile_pattern.
55959         Patch by Reuben Thomas <rrt@sc3d.org>.
55961 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
55963         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55964         and -mno-altivec to prevent the compiler from using Altivec and/or
55965         VSX instructions when the corresponding registers are not available.
55967 2011-05-19  Andreas Schwab  <schwab@redhat.com>
55969         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55971 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
55973         * libio/freopen.c (freopen): Use __dup2, not dup2.
55974         * libio/freopen64.c (freopen64): Likewise.
55976 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
55978         [BZ #12775]
55979         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55980         * math/Makefile (tests): Add test-powl.
55981         (CFLAGS-test-powl.c): Define.
55982         * math/test-powl.c: New file.
55984 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
55986         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55988 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
55990         [BZ #11837]
55991         * iconvdata/gb18030.c: Update to GB18020-2005.
55993 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
55995         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55996         RE_SYNTAX_POSIX_AWK): Update to match recent development.
55997         Patch by Aharon Robbins <arnold@skeeve.com>.
55999         [BZ #11892]
56000         * stdlib/putenv.c (putenv): Don't always create copy of the variable
56001         on the stack.
56003         [BZ #11895]
56004         * misc/pselect.c (__pselect): Handle timeout value errors hidden
56005         through underflows.
56007         [BZ #12766]
56008         * misc/error.c (error_at_line): Ensure file_name and old_file_name
56009         point to strings before performing equality test for error_one_per_line
56010         mode.
56012         [BZ #11697]
56013         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
56015         [BZ #11820]
56016         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
56017         (struct user_fpregs_struct): Avoid __uint*_t types.
56019         [BZ #6420]
56020         * malloc/mtrace.c (tr_where): Add additional parameter to point to
56021         symbol info.  Use it instead of calling _dl_addr locally.
56022         (lock_and_info): New function.
56023         (tr_freehook): Call lock_and_info and pass symbol info as additional
56024         parameter to tr_where.
56025         (tr_mallochook): Likewise.
56026         (tr_reallochook): Likewise.
56027         (tr_memalignhook): Likewise.
56029         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
56030         used and couldn't be at all thread-safe.
56032 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
56034         * libio/freopen.c (freopen): Don't close old file descriptor
56035         before the new one is opened.  Instead dup the new file descriptor
56036         to the old one after the new stream is created.
56037         * libio/freopen64.c (freopen64): Likewise.
56038         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
56039         * libio/fileops.c (_IO_new_file_close_it): Handle new
56040         _IO_FLAGS2_NOCLOSE flag.
56041         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
56042         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
56043         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
56044         _IO_FLAGS2_NOCLOSE flag.
56045         * include/unistd.h: Add hidden_proto for dup3.
56046         Define __have_dup3.
56047         * io/dup3.c: Define hidden symbol.
56048         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
56050         [BZ #7101]
56051         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
56052         when an incomplete long option is used.
56053         * posix/tst-getopt_long1.c: New file.
56054         * posix/Makefile (tests): Add tst-getopt_long1.
56056         [BZ #10138]
56057         * scripts/config.guess: Update from autoconf-2.68.
56058         * scripts/config.sub: Likewise.
56060         [BZ #10157]
56061         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
56062         tests into ...
56063         (has_cpuclock): ...this.  New function.
56064         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
56065         macro here based on has_cpuclock code.
56067         [BZ #10149]
56068         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56069         First byte (not low byte) is now always NUL.
56070         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
56072         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
56073         Use non-cancelable interfaces.
56075         [BZ #9809]
56076         * locale/iso-639.def: Add entry for Sorani.
56078         [BZ #11901]
56079         * include/stdlib.h: Move include protection to the right place.
56080         Define abort_msg_s.  Declare __abort_msg with it.
56081         * stdlib/abort.c (__abort_msg): Adjust type.
56082         * assert/assert.c (__assert_fail_base): New function.  Majority
56083         of code from __assert_fail.  Allocate memory for __abort_msg with
56084         mmap.
56085         (__assert_fail): Now call __assert_fail_base.
56086         * assert/assert-perr.c: Remove bulk of implementation.  Use
56087         __assert_fail_base.
56088         * include/assert.hL Declare __assert_fail_base.
56089         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
56090         mmap.
56091         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
56093 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
56095         [BZ #11952]
56096         [BZ #12453]
56097         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
56098         until all modules are registered in the DTV.
56099         * elf/Makefile: Add rules to build and run tst-tls19.
56100         * elf/tst-tls19.c: New file.
56101         * elf/tst-tls19mod1.c: New file.
56102         * elf/tst-tls19mod2.c: New file.
56103         * elf/tst-tls19mod3.c: New file.
56104         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
56106         [BZ #12083]
56107         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
56108         correctly.
56110         [BZ #12601]
56111         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
56112         two-byte sequence errors.
56113         * iconvdata/Makefile (tests): Add bug-iconv8.
56114         * iconvdata/bug-iconv8.c: New file.
56116         [BZ #12626]
56117         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
56118         buf2 definition.
56120         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
56122         [BZ #12432]
56123         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
56124         (dummy_getcfa): New function.
56125         (init): Get _Unwind_GetCFA address, use dummy if not found.
56126         (backtrace_helper): In recursion check, also check whether CFA changes.
56127         (__backtrace): Completely initialize arg.
56129         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
56130         storing incomplete byte sequence in state object.  Avoid testing for
56131         guaranteed too small input if we know there is enough data available.
56133 2011-05-11  Andreas Schwab  <schwab@redhat.com>
56135         * Makeconfig (+link-pie): Indent.
56136         * Rules (binaries-pie): Define if $(have-fpie) and
56137         $(build-shared).
56138         (binaries-shared): Also filter out $(binaries-pie).
56139         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
56140         * nscd/Makefile (others-pie): Add nscd.
56141         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
56142         ($(objpfx)nscd): Remove command override.
56143         * login/Makefile (others-pie): Add pt_chown.
56144         ($(objpfx)pt_chown): Remove command override.
56145         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
56146         remove command overrides.
56148 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
56150         * libio/tst_putwc.c: Fix error messages.
56152         [BZ #12724]
56153         * libio/fileops.c (_IO_new_file_close_it): Always flush when
56154         currently writing and seek to current position when not.
56155         * libio/Makefile (tests): Add bug-fclose1.
56156         * libio/bug-fclose1.c: New file.
56158 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
56160         [BZ #12511]
56161         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
56162         don't set DF_1_NODELETE here.
56163         (do_lookup_x): When entering new entry test for copy relocation
56164         and if necessary set DF_1_NODELETE flag.
56165         * elf/tst-unique4.cc: New file.
56166         * elf/tst-unique4.h: New file.
56167         * elf/tst-unique4lib.cc: New file.
56168         * elf/Makefile: Add rules to build and run tst-unique4.
56169         Patch by Piotr Bury <pbury@goahead.com>.
56171 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
56173         [BZ #12052]
56174         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
56176         [BZ #12625]
56177         * misc/mntent_r.c (addmntent): Flush the stream after the output
56179         [BZ #12393]
56180         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
56181         (is_trusted_path_normalize): Skip initial colon.  Append slash
56182         to empty buffer.  Duplicate is_trusted_path code but allow
56183         constructed patch to be prefix.
56184         (is_dst): Allow $ORIGIN followed by /.
56185         (_dl_dst_substitute): Correct clearing of check_for_trusted.
56186         Correct testing of result of is_trusted_path_normalize
56187         (decompose_rpath): Fix warning.
56189 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
56191         [BZ #11257]
56192         * grp/initgroups.c (internal_getgrouplist): When we found the service
56193         list through the initgroups entry in nsswitch.conf do not always
56194         continue on a successful lookup.  Don't always use the
56195         __nss_group_database value if it is set.
56196         * nss/nsswitch.conf (initgroups): Change action for successful db
56197         lookup to continue for compatibility.
56199 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
56201         [BZ #11532]
56202         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
56203         and CP774 modules.
56204         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
56205         and CP774 modules.
56206         * iconvdata/tst-tables.sh: Likewise.
56207         * iconvdata/cp770.c: New file.
56208         * iconvdata/cp771.c: New file.
56209         * iconvdata/cp772.c: New file.
56210         * iconvdata/cp773.c: New file.
56211         * iconvdata/cp774.c: New file.
56212         * iconvdata/testdata/CP770: New file.
56213         * iconvdata/testdata/CP770..UTF8: New file.
56214         * iconvdata/testdata/CP771: New file.
56215         * iconvdata/testdata/CP771..UTF8: New file.
56216         * iconvdata/testdata/CP772: New file.
56217         * iconvdata/testdata/CP772..UTF8: New file.
56218         * iconvdata/testdata/CP773: New file.
56219         * iconvdata/testdata/CP773..UTF8: New file.
56220         * iconvdata/testdata/CP774: New file.
56221         * iconvdata/testdata/CP774..UTF8: New file.
56223         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
56224         END CHARMAP line.
56225         * iconvdata/gen-8bit-gap.sh: Likewise.
56226         * iconvdata/gen-8bit.sh: Likewise.
56228         * locale/iso-639.def: Add ary entry.
56230         [BZ #11258]
56231         * locale/C-translit.h.in: Add U20A1 transliteration.
56233         [BZ #12178]
56234         * locale/iso-639.def: Add wae entry.
56235         Patch by Kevin Bortis <bortis@translate-wae.ch>.
56237         [BZ #12545]
56238         * locale/programs/localedef.c (construct_output_path): Use ssize_t
56239         for n.
56241         [BZ #12711]
56242         * locale/C-translit.h.in: Add entry for U20B9.
56243         Patch by pravin.d.s@gmail.com.
56245 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
56247         [BZ #12713]
56248         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
56249         ENAMETOOLONG use generic getcwd.
56250         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
56251         in rtld.  Use *stat64.
56252         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
56253         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
56254         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
56255         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
56256         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
56257         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
56258         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
56259         __fstatat64 macros.
56260         * include/dirent.h: Add libc_hidden_proto for rewinddir.
56261         * dirent/rewinddir.c: Add libc_hidden_def.
56262         * sysdeps/mach/hurd/rewinddir.c: Likewise.
56263         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
56265         * include/dirent.h (__alloc_dir): Add flags parameter.
56266         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
56267         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
56268         __alloc_dir.
56269         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
56270         from fdopendir if O_CLOEXEC is already set.
56272 2011-03-15  Alan Modra  <amodra@gmail.com>
56274         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
56275         l_tls_firstbyte_offset non-zero.  Save padding offset in
56276         l_tls_firstbyte_offset for later use.
56277         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
56278         freeing static tls block.
56280 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
56282         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
56283         where #ifdef was intended.  The intent is to prevent ARG_MAX from
56284         being defined by the kernel headers.
56286 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
56288         [BZ #12734]
56289         * resolv/resolv.h: Define RES_NOTLDQUERY.
56290         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
56291         no-tld-query and set RES_NOTLDQUERY.
56292         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
56293         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
56294         modern BIND to search name as TLD unless forbidden.
56296 2011-05-07  Petr Baudis  <pasky@suse.cz>
56297             Ulrich Drepper  <drepper@gmail.com>
56299         [BZ #12393]
56300         * elf/dl-load.c (fillin_rpath): Move trusted path check...
56301         (is_trusted_path): ...to here.
56302         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
56303         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
56304         using is_trusted_path_normalize() in setuid scripts.
56306 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
56308         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
56309         __BEGIN/__END_DECLS.
56311 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
56313         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
56314         NSS_STATUS_NOTFOUND if no record was found.
56316 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56318         * sunrpc/Makefile (headers): Add rpc/netdb.h.
56319         (headers-not-in-tirpc): Remove rpc/netdb.h
56320         * resolv/netdb.h: Revert last change.
56322 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
56324         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
56325         circular dependency between libgcc.a and libc.a.
56327 2011-05-05  Andreas Schwab  <schwab@redhat.com>
56329         * resolv/netdb.h: Don't include <rpc/netdb.h>.
56330         * nis/Makefile: Don't install rpcsvc/*.
56331         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
56332         instead of <rpc/types.h>.
56333         (MAXHOSTNAMELEN): Define.
56335 2011-05-03  Andreas Schwab  <schwab@redhat.com>
56337         * elf/ldconfig.c (add_dir): Don't crash on empty path.
56339 2011-04-28  Maciej Babinski  <mbabinski@google.com>
56341         [BZ #12714]
56342         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
56343         gethostbyname4_r when IPv6 results are possible.
56345 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
56347         [BZ #12723]
56348         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
56349         _PC_PIPE_BUF handling.
56351 2011-04-30  Bruno Haible  <bruno@clisp.org>
56353         [BZ #12717]
56354         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
56355         * resolv/netdb.h (getnameinfo): Change type of flags parameter
56356         to 'int'.
56357         * inet/getnameinfo.c (getnameinfo): Likewise.
56359 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
56361         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
56362         to groups setting in database lookup.
56363         * nss/nsswitch.conf: Add initgroups entry.
56365 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
56367         [BZ #12685]
56368         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56369         mode string.
56370         Patch by Eric Blake <eblake@redhat.com>.
56372 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
56374         * sunrpc/Makefile (need-export-routines): Add svc_run.
56375         (routines): Remove svc_run.
56376         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56377         * sunrpc/clnt_perr.c (clnt_perrno): Export.
56378         * sunrpc/svc_run.c (svc_run): Likewise.
56379         * sunrpc/svc_udp.c (svcudp_create): Likewise.
56381 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
56383         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56384         problem in reallocation in last patch.
56386 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
56388         * sunrpc/Makefile: Move inclusion of Rules.
56390 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56392         * nss/nss_files/files-initgroups.c: New file.
56393         * nss/Makefile (libnss_files-routines): Add files-initgroups.
56394         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56395         _nss_files_initgroups_dyn.
56397 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
56399         * elf/elf.h (R_ARM_IRELATIVE): Define.
56401 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
56403         * po/ru.po: Update from translation team.
56405 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56407         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56408         dependencies.
56410 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
56412         [BZ #12653]
56413         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56414         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56415         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56416         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56417         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56419 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
56421         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56422         differing bytes.
56423         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56424         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56425         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56427 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
56429         [BZ #12420]
56430         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56431         storing it.
56432         * stdlib/bug-getcontext.c: New file.
56433         * stdlib/Makefile: Add rules to build and run bug-getcontext.
56435 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56437         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56438         instructions into .machine "z9-109".
56439         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56440         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56442 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
56444         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56445         between environment variables and auxiliary vector.
56447 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
56449         * Makefile: Add rules to build linkobj/libc.so.
56450         * include/libc-symbols.h: Define libc_hidden_nolink.
56451         * include/rpc/auth.h: Mark functions which are to be hidden.
56452         * include/rpc/auth_des.h: Likewise.
56453         * include/rpc/auth_unix.h: Likewise.
56454         * include/rpc/clnt.h: Likewise.
56455         * include/rpc/des_crypt.h: Likewise.
56456         * include/rpc/key_prot.h: Likewise.
56457         * include/rpc/pmap_clnt.h: Likewise.
56458         * include/rpc/pmap_prot.h: Likewise.
56459         * include/rpc/pmap_rmt.h: Likewise.
56460         * include/rpc/rpc_msg.h: Likewise.
56461         * include/rpc/svc.h: Likewise.
56462         * include/rpc/svc_auth.h: Likewise.
56463         * include/rpc/xdr.h: Likewise.
56464         * nis/Makefile: Link all DSOs against linkobj/libc.so.
56465         * nss/Makefile: Likewise.
56466         * sunrpc/Makefile: Don't install headers.  Build library with normal
56467         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
56468         * sunrpc/auth_des.c: Hide exported symbols by default, export some
56469         for the compat linking library.  Remove use of INTDEF/INTUSE.
56470         * sunrpc/auth_none.c: Likewise.
56471         * sunrpc/auth_unix.c: Likewise.
56472         * sunrpc/authdes_prot.c: Likewise.
56473         * sunrpc/authuxprot.c: Likewise.
56474         * sunrpc/clnt_gen.c: Likewise.
56475         * sunrpc/clnt_perr.c: Likewise.
56476         * sunrpc/clnt_raw.c: Likewise.
56477         * sunrpc/clnt_simp.c: Likewise.
56478         * sunrpc/clnt_tcp.c: Likewise.
56479         * sunrpc/clnt_udp.c: Likewise.
56480         * sunrpc/clnt_unix.c: Likewise.
56481         * sunrpc/des_crypt.c: Likewise.
56482         * sunrpc/des_soft.c: Likewise.
56483         * sunrpc/get_myaddr.c: Likewise.
56484         * sunrpc/key_call.c: Likewise.
56485         * sunrpc/key_prot.c: Likewise.
56486         * sunrpc/netname.c: Likewise.
56487         * sunrpc/pm_getmaps.c: Likewise.
56488         * sunrpc/pm_getport.c: Likewise.
56489         * sunrpc/pmap_clnt.c: Likewise.
56490         * sunrpc/pmap_prot.c: Likewise.
56491         * sunrpc/pmap_prot2.c: Likewise.
56492         * sunrpc/pmap_rmt.c: Likewise.
56493         * sunrpc/publickey.c: Likewise.
56494         * sunrpc/rpc_cmsg.c: Likewise.
56495         * sunrpc/rpc_common.c: Likewise.
56496         * sunrpc/rpc_dtable.c: Likewise.
56497         * sunrpc/rpc_prot.c: Likewise.
56498         * sunrpc/rpc_thread.c: Likewise.
56499         * sunrpc/rtime.c: Likewise.
56500         * sunrpc/svc.c: Likewise.
56501         * sunrpc/svc_auth.c: Likewise.
56502         * sunrpc/svc_authux.c: Likewise.
56503         * sunrpc/svc_raw.c: Likewise.
56504         * sunrpc/svc_run.c: Likewise.
56505         * sunrpc/svc_simple.c: Likewise.
56506         * sunrpc/svc_tcp.c: Likewise.
56507         * sunrpc/svc_udp.c: Likewise.
56508         * sunrpc/svc_unix.c: Likewise.
56509         * sunrpc/svcauth_des.c: Likewise.
56510         * sunrpc/xcrypt.c: Likewise.
56511         * sunrpc/xdr.c: Likewise.
56512         * sunrpc/xdr_array.c: Likewise.
56513         * sunrpc/xdr_float.c: Likewise.
56514         * sunrpc/xdr_intXX_t.c: Likewise.
56515         * sunrpc/xdr_mem.c: Likewise.
56516         * sunrpc/xdr_rec.c: Likewise.
56517         * sunrpc/xdr_ref.c: Likewise.
56518         * sunrpc/xdr_sizeof.c: Likewise.
56519         * sunrpc/xdr_stdio.c: Likewise.
56521 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
56523         [BZ #12650]
56524         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56525         * sysdeps/ia64/dl-tls.h: Likewise.
56526         * sysdeps/powerpc/dl-tls.h: Likewise.
56527         * sysdeps/s390/dl-tls.h: Likewise.
56528         * sysdeps/sh/dl-tls.h: Likewise.
56529         * sysdeps/sparc/dl-tls.h: Likewise.
56530         * sysdeps/x86_64/dl-tls.h: Likewise.
56531         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56533 2011-03-14  Andreas Schwab  <schwab@redhat.com>
56535         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56536         rpath element also skip the following colon.
56537         (expand_dynamic_string_token): Add is_path parameter and pass
56538         down to DL_DST_REQUIRED and _dl_dst_substitute.
56539         (decompose_rpath): Call expand_dynamic_string_token with
56540         non-zero is_path.  Ignore empty rpaths.
56541         (_dl_map_object_from_fd): Call expand_dynamic_string_token
56542         with zero is_path.
56544 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
56546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56547         Make cancelable.
56549 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
56551         [BZ #12655]
56552         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56553         Patch by Filipe David Manana <fdmanana@apache.org>.
56555 2011-04-07  Andreas Schwab  <schwab@redhat.com>
56557         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56558         Maintain aligned stack.
56559         (CHECK_RSP): Remove unused macro.
56561 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
56563         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56564         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56566 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
56568         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56570         * include/features.h: Mention __USE_XOPEN2K8 in comment.
56572 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
56574         [BZ #12518]
56575         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56576         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56577         * sysdeps/x86_64/memmove.c: New file.
56578         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56579         (memcpy): Renamed to ...
56580         (__new_memcpy): This.
56581         (memcpy): Provide GLIBC_2_14 memcpy.
56582         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56583         (memcpy): Provide GLIBC_2_2_5 memcpy.
56585 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56587         [BZ #12631]
56588         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56590 2011-03-30  Andreas Schwab  <schwab@redhat.com>
56592         * misc/syncfs.c: New file.
56593         * misc/Makefile (routines): Add syncfs.
56594         * posix/unistd.h: Declare syncfs.
56595         * sysdeps/unix/syscalls.list: Add syncfs.
56597 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56599         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56600         open_by_handle_at.
56601         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56602         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56603         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56604         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56605         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56606         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56607         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56609 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56611         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56612         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56613         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56614         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56615         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56616         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56617         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56619         * io/Makefile: Compile fallocate.c, fallocate64.c, and
56620         sync_file_range.c with -fexceptions.
56621         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56622         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56623         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56624         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56625         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56626         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56627         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
56628         sync_file_range as cancellation point
56629         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
56630         now a wrapper around __call_sync_file_range with cancellation handling.
56631         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56632         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
56633         function name to __call_sync_file_range.
56634         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56635         Add call_sync_file_range.
56637 2011-04-01  Andreas Schwab  <schwab@redhat.com>
56639         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
56640         bits/timex.h.
56642 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
56644         * iconv/iconv.h: Fix typo in comment.
56645         * io/fcntl.h: Likewise.
56646         * libio/stdio.h: Likewise.
56647         * posix/spawn.h: Likewise.
56648         * posix/unistd.h: Likewise.
56649         * stdlib/stdlib.h: Likewise.
56650         * time/time.h: Likewise.
56651         * wcsmbs/wchar.h: Likewise.
56653         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56654         open_by_handle): Add.
56655         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56656         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
56657         Augment a few comments.
56658         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56659         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56660         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56661         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56662         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56663         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56664         open_by_handle.
56666         * io/fcntl.h (AT_EMPTY_PATH): Define.
56668 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
56670         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56671         * sysdeps/unix/sysv/linux/bits/time.h: New file.
56672         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56673         to...
56674         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
56675         * Versions.def: Add GLIBC_2.14.
56676         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56677         Export.
56679 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
56681         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56682         round counter.
56683         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56685 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
56687         [BZ #12597]
56688         * string/test-strncmp.c (do_page_test): New function.
56689         (check2): Likewise.
56690         (test_main): Call check2.
56691         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56693 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
56695         [BZ #12587]
56696         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56697         Handle cache information in CPU leaf 4.
56698         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56700 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
56702         [BZ #12583]
56703         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56704         character representation.
56705         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56707 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
56709         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56710         END(__isnan) to END(__isnanf) to match function entry point/label
56711         EALIGN(__isnanf,...).
56713 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
56715         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56717 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
56719         [BZ #12510]
56720         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56721         copy from the symbol referenced in the relocation to initialize the
56722         used variable.
56723         Patch by Piotr Bury <pbury@goahead.com>.
56724         * elf/Makefile: Add rules to build and tst-unique3.
56725         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56726         * elf/tst-unique3.cc: New file.
56727         * elf/tst-unique3.h: New file.
56728         * elf/tst-unique3lib.cc: New file.
56729         * elf/tst-unique3lib2.cc: New file.
56731         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56733 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
56735         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56736         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
56737         to _start.
56739 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
56741         * elf/dl-load.c (_dl_map_object): If we are looking for the first
56742         to-be-loaded object along a path to loader is ld.so.
56744 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56745             Ulrich Drepper  <drepper@gmail.com>
56747         * sysdeps/x86_64/memset.S: After aligning destination, code
56748         branches to different locations depending on the value of
56749         misalignment, when multiarch is enabled. Fix this.
56751 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
56753         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56754         Set _x86_64_preferred_memory_instruction for AMD processsors.
56755         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56756         Set bit_Prefer_SSE_for_memop for AMD processors.
56758 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
56760         * libio/fmemopen.c (fmemopen): Optimize a bit.
56762 2011-03-03  Andreas Schwab  <schwab@redhat.com>
56764         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56766 2011-03-03  Roland McGrath  <roland@redhat.com>
56768         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56770 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
56772         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
56773         __bzero_ultra1 instead of __memset_ultra1.
56775 2011-02-23  Andreas Schwab  <schwab@redhat.com>
56776             Ulrich Drepper  <drepper@gmail.com>
56778         [BZ #12509]
56779         * include/link.h (struct link_map): Add l_orig_initfini.
56780         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56781         returning unsuccessfully.
56782         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56783         close of a file loaded at startup, restore the original l_initfini
56784         list.
56785         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56786         list, store the pointer.
56787         * elf/Makefile ($(objpfx)noload-mem): New rule.
56788         (noload-ENV): Define.
56789         (tests): Add $(objpfx)noload-mem.
56790         * elf/noload.c: Include <memcheck.h>.
56791         (main): Call mtrace.  Close all opened handles.
56793 2011-02-17  Andreas Schwab  <schwab@redhat.com>
56795         [BZ #12454]
56796         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56797         dependencies are missing.
56799 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56801         Fix __if_freereq crash: Unlike the generic version which uses free,
56802         Hurd needs munmap.
56803         * sysdeps/mach/hurd/ifreq.h: New file.
56805 2011-01-27  Petr Baudis  <pasky@suse.cz>
56806             Ulrich Drepper  <drepper@gmail.com>
56808         [BZ 12445]#
56809         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56810         to extend_alloca().
56811         * stdio-common/bug23.c: New file.
56812         * stdio-common/Makefile (tests): Add bug23.
56814 2010-09-28  Andreas Schwab  <schwab@redhat.com>
56815             Ulrich Drepper  <drepper@gmail.com>
56817         [BZ #12489]
56818         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56819         before performing relro protection.  At old place add assertion
56820         to make sure nothing changed.
56822 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
56823             Glauber de Oliveira Costa  <glommer@gmail.com>
56825         * elf/elf.h: Add new ARM TLS relocs.
56827 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
56829         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56830         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56831         cast from r3.
56832         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
56833         'tests' variable.
56834         * sysdeps/wordsize-64/tst-writev.c: New file.
56836 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
56838         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56839         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56840         insns in _dl_start to prevent a TOC reference before relocs are
56841         resolved.
56843 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
56845         [BZ #12469]
56846         * Makeconfig: Remove RANLIB definition.
56847         * Makerules: Don't use RANLIB.
56848         * aclocal.m4: Remove ranlib test.
56849         * configure.in: No need to check for ranlib.
56850         * elf/rtld-Rules: Don't use RANLIB.
56852 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56854         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56855         protection macro.
56856         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56857         inclusion protection macro.
56859         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56860         SIGRTMIN and SIGRTMAX and print information in that case only when
56861         SIGRTMIN is defined.
56863 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
56865         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56866         arginfo fn returning -1.
56868         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56869         and thousands string is zero terminated.
56871 2011-02-03  Andreas Schwab  <schwab@redhat.com>
56873         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56874         sysdeps/unix/sysv/linux/bits/socket.h.
56876 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
56878         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56879         (__CPU_COUNT): Remove old macros.
56880         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56881         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56882         (__CPU_ALLOC, __CPU_FREE): Add macros.
56883         (__sched_cpualloc, __sched_cpufree): Add declarations.
56885 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
56887         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56888         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56889         * nscd/aicache.c (addhstaiX): Return timeout of added value.
56890         (readdhstai): Return value of addhstaiX call.
56891         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56892         (addgrbyX): Return value returned by cache_addgr.
56893         (readdgrbyname): Return value returned by addgrbyX.
56894         (readdgrbygid): Likewise.
56895         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56896         (addpwbyX): Return value returned by cache_addpw.
56897         (readdpwbyname): Return value returned by addhstbyX.
56898         (readdpwbyuid): Likewise.
56899         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56900         (addservbyX): Return value returned by cache_addserv.
56901         (readdservbyname): Return value returned by addservbyX:
56902         (readdservbyport): Likewise.
56903         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56904         (addhstbyX): Return value returned by cache_addhst.
56905         (readdhstbyname): Return value returned by addhstbyX.
56906         (readdhstbyaddr): Likewise.
56907         (readdhstbynamev6): Likewise.
56908         (readdhstbyaddrv6): Likewise.
56909         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56910         (readdinitgroups): Return value returned by addinitgroupsX.
56911         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56912         (prune_cache): Keep track of timeout value of re-added entries.
56913         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56914         * nscd/nscd.h: Adjust prototypes of readd* functions.
56916 2011-02-04  Roland McGrath  <roland@redhat.com>
56918         * nis/nis_server.c (nis_servstate): Use the right name for 0.
56919         (nis_stats): Likewise.
56920         * nis/nis_modify.c (nis_modify): Likewise.
56921         * nis/nis_remove.c (nis_remove): Likewise.
56922         * nis/nis_add.c (nis_add): Likewise.
56924         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56926         * posix/fnmatch_loop.c: Add some consts.
56928         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56930 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
56932         [BZ #12460]
56933         * config.make.in (config-cflags-novzeroupper): Define.
56934         * configure.in: Substitute libc_cv_cc_novzeroupper.
56935         * elf/Makefile (AVX-CFLAGS): Define.
56936         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56937         (CFLAGS-tst-auditmod4a.c): Likewise.
56938         (CFLAGS-tst-auditmod4b.c): Likewise.
56939         (CFLAGS-tst-auditmod6b.c): Likewise.
56940         (CFLAGS-tst-auditmod6c.c): Likewise.
56941         (CFLAGS-tst-auditmod7b.c): Likewise.
56942         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56944 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
56946         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56947         function to the callback.
56948         Patch partly by Jiri Olsa <jolsa@redhat.com>.
56950 2011-02-02  Andreas Schwab  <schwab@redhat.com>
56952         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56953         of errno.
56955 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
56957         [BZ #11724]
56958         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56959         of constructors.
56960         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56961         of destructors.
56962         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56964         [BZ #11724]
56965         * elf/Makefile: Add rules to build and run new test.
56966         * elf/tst-initorder.c: New file.
56967         * elf/tst-initorder.exp: New file.
56968         * elf/tst-initordera1.c: New file.
56969         * elf/tst-initordera2.c: New file.
56970         * elf/tst-initordera3.c: New file.
56971         * elf/tst-initordera4.c: New file.
56972         * elf/tst-initorderb1.c: New file.
56973         * elf/tst-initorderb2.c: New file.
56974         * elf/tst-order-a1.c: New file.
56975         * elf/tst-order-a2.c: New file.
56976         * elf/tst-order-a3.c: New file.
56977         * elf/tst-order-a4.c: New file.
56978         * elf/tst-order-b1.c: New file.
56979         * elf/tst-order-b2.c: New file.
56980         * elf/tst-order-main.c: New file.
56981         New test case by George Gensure <werkt0@gmail.com>.
56983 2010-10-01  Andreas Schwab  <schwab@redhat.com>
56985         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56986         decoding ACE if AI_CANONIDN.
56988 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
56990         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56992 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
56994         * version.h (RELEASE): Bump for 2.13 release.
56995         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56997         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56999         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
57000         MADV_NOHUGEPAGE.
57001         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
57002         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
57003         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
57004         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
57005         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
57006         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57008         * posix/getconf.c: Update copyright year.
57009         * catgets/gencat.c: Likewise.
57010         * csu/version.c: Likewise.
57011         * debug/catchsegv.sh: Likewise.
57012         * debug/xtrace.sh: Likewise.
57013         * elf/ldconfig.c: Likewise.
57014         * elf/ldd.bash.in: Likewise.
57015         * elf/sprof.c (print_version): Likewise.
57016         * iconv/iconv_prog.c: Likewise.
57017         * iconv/iconvconfig.c: Likewise.
57018         * locale/programs/locale.c: Likewise.
57019         * locale/programs/localedef.c: Likewise.
57020         * malloc/memusage.sh: Likewise.
57021         * malloc/mtrace.pl: Likewise.
57022         * nscd/nscd.c (print_version): Likewise.
57023         * nss/getent.c: Likewise.
57025         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
57026         PF_CAIF, and PF_ALG.
57027         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
57029 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
57031         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
57032         (modules-names): Use them.
57033         (ifunc-test-modules, ifunc-pie-tests): Define.
57034         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
57035         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
57036         (test-extras): Likewise.
57037         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
57038         $(compile-command.c).
57039         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
57040         (all-built-dso): Define.
57041         (check-textrel.out, check-execstack.out): Depend on it.
57043         * configure.in: Don't override --enable-multi-arch.
57045 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
57047         [BZ #6812]
57048         * nscd/hstcache.c (tryagain): Define.
57049         (cache_addhst): Return tryagain not notfound for temporary errors.
57050         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
57051         failed.
57053 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
57055         [BZ #10563]
57056         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
57057         to make the syscall.
57058         * sysdeps/unix/sysv/linux/setgroups.c: New file.
57060         [BZ #12378]
57061         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
57062         and fall back to matching as normal character if the string ends before
57063         the matching ']' is found.  This is what POSIX requires.
57064         * posix/testfnm.c: Adjust test result.
57065         * posix/globtest.sh: Adjust test result.  Add new test.
57066         * posix/tst-fnmatch.input: Likewise.
57067         * posix/tst-fnmatch2.c: Add new test.
57069 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
57071         * elf/Makefile (check-execstack): Revert last change.  Depend on
57072         check-execstack.h.
57073         (check-execstack.h): New target.
57074         (generated): Add check-execstack.h.
57075         * elf/check-execstack.c: Include "check-execstack.h".
57076         (main): Revert last change.
57077         (handle_file): Return zero if GNU_STACK is absent and
57078         DEFAULT_STACK_PERMS doesn't include PF_X.
57080 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
57082         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
57083         in child fails because the descriptor is already closed.
57084         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
57085         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
57086         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
57088         [BZ #12397]
57089         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
57090         syscall.
57092         [BZ #10484]
57093         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
57094         temporary buffer used to handle multi lookups locally.
57095         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
57097 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57099         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
57100         loader is ld.so.
57102 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
57104         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
57105         alignment for SSE2.
57107 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
57109         [BZ #12394]
57110         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
57111         characters.  When rounding increased number of integer digits recompute
57112         number of groups.
57113         * stdio-common/tst-grouping.c: New file.
57114         * stdio-common/Makefile: Add rules to build and run tst-grouping.
57116 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
57118         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
57119         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
57121         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
57122         void.
57123         * bits/select.h: Likewise.
57125 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
57127         * po/ja.po: Update from translation team.
57129 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
57131         [BZ #11155]
57132         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
57133         implementation just like for lxstat, fxstatat, et al.
57135 2010-12-27  Jim Meyering  <meyering@redhat.com>
57137         [BZ #12348]
57138         * posix/regexec.c (build_trtable): Return failure indication upon
57139         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
57141 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
57143         [BZ #12201]
57144         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
57145         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
57146         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
57147         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
57149         [BZ #12207]
57150         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
57152         [BZ #12204]
57153         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
57154         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
57156 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
57158         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
57159         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
57160         script has SORT_BY_INIT_PRIORITY.
57161         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
57162         NO_CTORS_DTORS_SECTIONS is defined.
57163         * elf/soinit.c: Likewise.
57164         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
57165         NO_CTORS_DTORS_SECTIONS is defined.
57166         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
57167         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
57168         * sysdeps/sh/init-first.c: Likewise.
57169         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
57171 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
57173         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
57174         always use the slow path.
57176 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
57178         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
57179         similar rule which adds the sysdep directories to the header search in
57180         order to pick up the correct platform stackinfo.h.
57181         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
57182         perform test if it is, otherwise return successfully without testing.
57183         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
57184         DEFAULT_STACK_PERMS define in stackinfo.h.
57185         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
57186         defined in stackinfo.h.
57187         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
57188         DEFAULT_STACK_PERMS defined in stackinfo.h.
57189         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
57190         * sysdeps/ia64/stackinfo.h: Likewise.
57191         * sysdeps/s390/stackinfo.h: Likewise.
57192         * sysdeps/sh/stackinfo.h: Likewise.
57193         * sysdeps/sparc/stackinfo.h: Likewise.
57194         * sysdeps/x86_64/stackinfo.h: Likewise.
57195         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
57196         PF_X for powerpc64.  Retain PF_X for powerpc32.
57198 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
57200         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
57201         accurately.
57202         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
57203         GETDENTS_64BIT_ALIGNED.
57205 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
57207         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
57209 2010-12-10  Andreas Schwab  <schwab@redhat.com>
57211         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
57212         _GNU_SOURCE.
57214         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
57215         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
57216         Remove __restrict.
57217         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
57218         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
57220 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
57222         [BZ #11655]
57223         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
57224         are initialized.
57226 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
57228         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
57230 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
57232         * po/it.po: Update from translation team.
57234 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
57236         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
57237         unused codes.
57239 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
57241         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
57243 2010-11-24  Andreas Schwab  <schwab@redhat.com>
57245         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
57246         specially.
57247         (gaih_getanswer_slice): Likewise.
57249 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
57251         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
57253 2010-05-31  Petr Baudis  <pasky@suse.cz>
57255         [BZ #11149]
57256         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
57257         silently even in the chroot mode.
57259 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
57261         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
57262         last patch a bit.  Pretty printing
57264 2010-05-31  Petr Baudis <pasky@suse.cz>
57266         [BZ #10085]
57267         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
57268         initialization of skip_initgroups_dyn.
57270 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
57272         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
57273         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
57275 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
57277         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
57279 2010-11-11  Andreas Schwab  <schwab@redhat.com>
57281         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
57282         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
57283         (tst-fnmatch-ENV): Set MALLOC_TRACE.
57284         ($(objpfx)tst-fnmatch-mem): New rule.
57285         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
57286         * posix/tst-fnmatch.c (main): Call mtrace.
57288 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
57290         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57291         Support Intel processor model 6 and model 0x2c.
57293 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
57295         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
57296           signed comparison.
57298 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
57300         [BZ #12205]
57301         * string/test-strncasecmp.c (check_result): New function.
57302         (do_one_test): Use it.
57303         (check1): New function.
57304         (test_main): Use it.
57305         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
57306         Support strcasecmp and strncasecmp.
57308 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
57310         [BZ #12194]
57311         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
57312         * sysdeps/x86_64/bits/byteswap.h: Likewise.
57314 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
57316         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
57317         IFUNC support.
57318         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57319         memset-x86-64.
57320         * sysdeps/x86_64/multiarch/bzero.S: New file.
57321         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
57322         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
57323         * sysdeps/x86_64/multiarch/memset.S: New file.
57324         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
57325         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
57326         Set bit_Prefer_SSE_for_memop for Intel processors.
57327         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
57328         Define.
57329         (index_Prefer_SSE_for_memop): Define.
57330         (HAS_PREFER_SSE_FOR_MEMOP): Define.
57332 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
57334         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
57335         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
57337 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
57339         [BZ #12191]
57340         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57341         (__x86_64_raw_data_cache_size_half): Likewise.
57342         (__x86_64_raw_shared_cache_size): Likewise.
57343         (__x86_64_raw_shared_cache_size_half): Likewise.
57345         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
57346         (__x86_64_raw_data_cache_size_half): Likewise.
57347         (__x86_64_raw_shared_cache_size): Likewise.
57348         (__x86_64_raw_shared_cache_size_half): Likewise.
57349         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
57350         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
57351         and __x86_64_raw_shared_cache_size_half.  Round
57352         __x86_64_data_cache_size_half, __x86_64_data_cache_size
57353         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
57354         to multiple of 256 bytes.
57356 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
57358         [BZ #12167]
57359         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
57360         of inacessible symlinks.  Verify result of symlink before returning it.
57361         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
57362         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57364 2010-10-28  Erich Ritz  <erichritz@gmail.com>
57366         * math/math.h (isinf): Fix typo in comment.
57368 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
57370         * po/da.po: Update from translation team.
57372 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
57374         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57375         is added to the list.
57377 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57378             Ulrich Drepper  <drepper@gmail.com>
57380         * elf/dl-object.c (_dl_new_object): Don't append the new object to
57381         the global list here.  Move code to...
57382         (_dl_add_to_namespace_list): ...here.  New function.
57383         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57384         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57385         * elf/dl-load.c (lose): Don't remove the element from the list.
57386         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57387         (_dl_map_object): Likewise.
57389 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
57391         [BZ #12159]
57392         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57393         into all bytes of SSE register.
57394         Patch by Richard Li <richardpku@gmail.com>.
57396 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
57398         [BZ #12140]
57399         * malloc/malloc.c (_int_free): Fill correct number of bytes when
57400         perturbing.
57402 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
57404         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57405         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57406         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57407         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57408         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57409         submachine.
57410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57412 2010-10-22  Andreas Schwab  <schwab@redhat.com>
57414         * include/dlfcn.h (__RTLD_SECURE): Define.
57415         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
57416         mode & __RTLD_SECURE instead.
57417         (open_path): Rename preloaded parameter to secure.
57418         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57419         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57420         * elf/dl-deps.c (openaux): Likewise.
57421         * elf/rtld.c (struct map_args): Remove is_preloaded.
57422         (map_doit): Don't use it.
57423         (dl_main): Likewise.
57424         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57425         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57427 2010-09-09  Andreas Schwab  <schwab@redhat.com>
57429         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57430         (sysd-rules-targets): Remove duplicates.
57431         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57432         rtld-%.$o dependency.
57434 2010-10-18  Andreas Schwab  <schwab@redhat.com>
57436         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57437         _dl_map_object do it.
57439 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
57441         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57442         fast fma builtins, define the macros in the C99 standard.
57443         (FP_FAST_FMAF): Likewise.
57444         (FP_FAST_FMAL): Likewise.
57445         * sysdeps/x86_64/bits/mathdef.h: Likewise.
57447         * bits/mathdef.h: Update copyright year.
57448         * sysdeps/powerpc/bits/mathdef.h: Likewise.
57450 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
57452         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57453         builtins, define the macros in the C99 standard.
57454         (FP_FAST_FMAF): Likewise.
57455         (FP_FAST_FMAL): Likewise.
57456         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57457         multiply/add.
57458         (FP_FAST_FMAF): Likewise.
57460 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
57462         [BZ #3268]
57463         * math/libm-test.inc (fma_test): Some new testcases.
57464         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57465         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57466         y and infinite z.  Do multiplication by C already in long double.
57467         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57468         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57469         y and infinite z.  Do bitwise or of inexact bit into u.d.
57470         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57471         * sysdeps/i386/fpu/s_fmaf.S: Removed.
57472         * sysdeps/i386/fpu/s_fma.S: Removed.
57473         * sysdeps/i386/fpu/s_fmal.S: Removed.
57475 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
57477         [BZ #3268]
57478         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57479         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57480         computation is not scheduled after fetestexcept.  Fix value
57481         of minimum denormal long double.
57483 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
57485         [BZ #3268]
57486         * math/libm-test.inc (fma_test): Add some more tests.
57487         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57488         correctly.
57490 2010-10-15  Andreas Schwab  <schwab@redhat.com>
57492         * scripts/data/localplt-s390-linux-gnu.data: New file.
57493         * scripts/data/localplt-s390x-linux-gnu.data: New file.
57495 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
57497         [BZ #3268]
57498         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57499         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57500         instead of dbl-64.
57501         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57502         inlines.
57503         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57504         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57505         if one of x and y is very large and the other is subnormal.
57506         * sysdeps/s390/fpu/s_fmaf.c: New file.
57507         * sysdeps/s390/fpu/s_fma.c: New file.
57508         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57509         * sysdeps/powerpc/fpu/s_fma.S: New file.
57510         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57511         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57512         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57514 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
57516         [BZ #3268]
57517         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57518         fma tests.
57519         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57520         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57521         * sysdeps/i386/i686/multiarch/s_fma.c: Include
57522         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57523         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57524         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57525         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57527 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
57529         [BZ #12078]
57530         * posix/regcomp.c (parse_branch): One more memory leak plugged.
57531         * posix/bug-regex31.input: Add test case.
57533 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57535         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57536         * posix/bug-regex31.input: New file.
57538         [BZ #12078]
57539         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57540         (parse_sub_exp): Fix last change, use postorder.
57542         * posix/bug-regex31.c: New file.
57543         * posix/Makefile: Add rules to build and run bug-regex31.
57545         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57547         [BZ #12078]
57548         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57550         [BZ #12108]
57551         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57552         to have entries in sys_siglist.
57554         [BZ #12093]
57555         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57556         be NULL.
57558 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
57560         [BZ #3268]
57561         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57562         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57563         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57564         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57565         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57566         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57567         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57568         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57569         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57570         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57571         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57572         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57573         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57574         * math/ftestexcept.c (fetestexcept): Likewise.
57575         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57576         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57577         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57578         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57579         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57580         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57581         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57583 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
57585         [BZ #12107]
57586         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57587         newline.
57589 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
57591         * string/bug-strstr1.c: New file.
57592         * string/Makefile: Add rules to build and run bug-strstr1.
57594 2010-10-05  Eric Blake  <eblake@redhat.com>
57596         [BZ #12092]
57597         * string/str-two-way.h (two_way_long_needle): Always clear memory
57598         when skipping input due to the shift table.
57600 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
57602         [BZ #12005]
57603         * malloc/mcheck.c: Handle large requests.
57605         [BZ #12077]
57606         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57607         for strncmp and strncasecmp.
57608         * string/stratcliff.c: Add tests for strcmp and strncmp.
57609         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57611 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
57613         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57614         __set_fpscr.
57616 2010-09-30  Andreas Jaeger  <aj@suse.de>
57618         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57619         (CGROUP_SUPER_MAGIC): Define.
57620         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57621         Handle btrfs and cgroup file systems.
57622         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57623         Likewise.
57625 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
57627         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57628         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57630 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
57632         [BZ #12067]
57633         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57634         trying to locate the ELF header.
57636 2010-09-27  Andreas Schwab  <schwab@redhat.com>
57638         [BZ #11611]
57639         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57640         Mask out sign-bit copies when constructing f_fsid.
57642 2010-09-24  Petr Baudis <pasky@suse.cz>
57644         * debug/stack_chk_fail_local.c: Add missing licence exception.
57645         * debug/warning-nop.c: Likewise.
57647 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
57649         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57650         implementing getdents64 using getdents syscall, set d_type if
57651         __ASSUME_GETDENTS32_D_TYPE.
57653 2010-09-16  Andreas Schwab  <schwab@redhat.com>
57655         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57656         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57658 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
57660         [BZ #12037]
57661         * posix/unistd.h: Undo change of feature selection for ftruncate from
57662         2010-01-11.
57664 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
57666         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
57667         detection.
57669 2010-09-20  Andreas Schwab  <schwab@redhat.com>
57671         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57672         fanotify_mark.
57673         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57675 2010-09-14  Andreas Schwab  <schwab@redhat.com>
57677         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57678         variables after CHECK_SP call.
57679         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57681 2010-09-13  Andreas Schwab  <schwab@redhat.com>
57682             Ulrich Drepper  <drepper@redhat.com>
57684         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57685         re-relocationg ld.so.
57686         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57687         _dl_init_paths call.
57688         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
57689         here anymore.
57691 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
57693         * resolv/res_init.c (__res_vinit): Count the default server we added.
57695 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
57696             Ulrich Drepper  <drepper@redhat.com>
57698         [BZ #11968]
57699         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57700         (____longjmp_chk): Use %ebx for saving value across system call.
57701         Add unwind info.
57703 2010-09-06  Andreas Schwab  <schwab@redhat.com>
57705         * manual/Makefile: Don't mix pattern rules with normal rules.
57707 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
57709         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57710         operation.
57711         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57712         * libio/iofopncook.c (_IO_cookie_init): Likewise.
57713         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57714         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57715         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57716         Likewise.
57718 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
57720         [BZ #11979]
57721         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57722         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57724 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
57726         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57727         * sysdeps/x86_64/addmul_1.S: Likewise.
57728         * sysdeps/x86_64/lshift.S: Likewise.
57729         * sysdeps/x86_64/mul_1.S: Likewise.
57730         * sysdeps/x86_64/rshift.S: Likewise.
57731         * sysdeps/x86_64/sub_n.S: Likewise.
57732         * sysdeps/x86_64/submul_1.S: Likewise.
57734 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
57736         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57737         Define __sched_param instead of SCHED_* and sched_param when
57738         <bits/sched.h> is included with __need_schedparam defined.
57739         * bits/sched.h [__need_schedparam]
57740         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
57741         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57742         (__defined_schedparam): Define to 1.
57743         (__sched_param): New structure, identical to sched_param.
57744         (__need_schedparam): Undefine.
57746 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
57748         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57749         (epoll_create1): Declare.
57751         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57753 2010-08-31  Andreas Schwab  <schwab@redhat.com>
57755         [BZ #7066]
57756         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57757         shifting retval into place.
57759 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
57761         * nis/rpcsvc/nis.h: Update copyright notice.
57762         * nis/rpcsvc/nis.x: Likewise.
57763         * nis/rpcsvc/nis_callback.h: Likewise.
57764         * nis/rpcsvc/nis_callback.x: Likewise.
57765         * nis/rpcsvc/nis_object.x: Likewise.
57766         * nis/rpcsvc/nis_tags.h: Likewise.
57767         * nis/rpcsvc/yp.h: Likewise.
57768         * nis/rpcsvc/yp.x: Likewise.
57769         * nis/rpcsvc/ypupd.h: Likewise.
57770         * nis/yp_xdr.c: Likewise.
57771         * nis/ypupdate_xdr.c: Likewise.
57773         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
57774         mainly the body of pmap_getport.  Add parameters to specify timeouts.
57775         (pmap_getport): Use __libc_rpc_getport.
57776         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57777         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57778         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57780 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
57782         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57783         fanotify_mark.
57785 2010-08-27  Roland McGrath  <roland@redhat.com>
57787         * sysdeps/i386/i686/multiarch/Makefile
57788         (CFLAGS-varshift.c): New variable.
57790 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
57792         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57793         * sysdeps/i386/i686/multiarch/varshift.c: New file.
57795         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57797         * sysdeps/x86_64/strlen.S: Minimal code improvement.
57799 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
57801         * sysdeps/x86_64/strlen.S: Unroll the loop.
57802         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57803         strlen-sse2 strlen-sse2-bsf.
57804         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57805         __strlen_no_bsf if bit_Slow_BSF is set.
57806         (__strlen_sse42): Removed.
57807         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57808         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57810 2010-08-25  Roland McGrath  <roland@redhat.com>
57812         * sysdeps/x86_64/multiarch/varshift.S: File removed.
57813         * sysdeps/x86_64/multiarch/varshift.c: New file.
57814         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57815         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57816         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57817         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57819 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
57821         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57822         strlen-sse2 strlen-sse2-bsf.
57823         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57824         __strlen_sse2_bsf if bit_Slow_BSF is unset.
57825         (__strlen_sse2): Removed.
57826         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57827         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57828         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57829         bit_Slow_BSF for Atom.
57830         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57831         (index_Slow_BSF): Define.
57832         (HAS_SLOW_BSF): Define.
57834 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
57836         [BZ #10851]
57837         * resolv/res_init.c (__res_vinit): When no server address at all
57838         is given default to loopback.
57840 2010-08-24  Roland McGrath  <roland@redhat.com>
57842         * configure.in: Remove config-name.h generation.
57843         * configure: Regenerated.
57844         * config-name.in: File removed.
57845         * scripts/config-uname.sh: New file.
57846         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57847         ($(objdir)config-name.h): New target.
57849         * sunrpc/rpc_parse.h: Avoid nested comment.
57851 2010-08-24  Richard Henderson  <rth@redhat.com>
57852             Ulrich Drepper  <drepper@redhat.com>
57853             H.J. Lu  <hongjiu.lu@intel.com>
57855         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57856         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57857         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57858         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
57859         _mm_alignr_epi8 with _mm_loadu_si128.
57860         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57861         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57862         (__m128i_shift_right): Removed.
57863         * sysdeps/i386/i686/multiarch/varshift.h: New file.
57864         * sysdeps/i386/i686/multiarch/varshift.S: New file.
57865         * sysdeps/x86_64/multiarch/varshift.h: New file.
57866         * sysdeps/x86_64/multiarch/varshift.S: New file.
57868 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
57870         * configure.in: Move assembler checks to before sysdep dir checking.
57872 2010-08-20  Petr Baudis  <pasky@suse.cz>
57874         * LICENSES: Sync the sunrpc license.
57876 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
57878         * sunrpc/auth_des.c: Update copyright notice once again.
57879         * sunrpc/auth_none.c: Likewise.
57880         * sunrpc/auth_unix.c: Likewise.
57881         * sunrpc/authdes_prot.c: Likewise.
57882         * sunrpc/authuxprot.c: Likewise.
57883         * sunrpc/bindrsvprt.c: Likewise.
57884         * sunrpc/clnt_gen.c: Likewise.
57885         * sunrpc/clnt_perr.c: Likewise.
57886         * sunrpc/clnt_raw.c: Likewise.
57887         * sunrpc/clnt_simp.c: Likewise.
57888         * sunrpc/clnt_tcp.c: Likewise.
57889         * sunrpc/clnt_udp.c: Likewise.
57890         * sunrpc/clnt_unix.c: Likewise.
57891         * sunrpc/des_crypt.c: Likewise.
57892         * sunrpc/des_soft.c: Likewise.
57893         * sunrpc/get_myaddr.c: Likewise.
57894         * sunrpc/getrpcport.c: Likewise.
57895         * sunrpc/key_call.c: Likewise.
57896         * sunrpc/key_prot.c: Likewise.
57897         * sunrpc/openchild.c: Likewise.
57898         * sunrpc/pm_getmaps.c: Likewise.
57899         * sunrpc/pm_getport.c: Likewise.
57900         * sunrpc/pmap_clnt.c: Likewise.
57901         * sunrpc/pmap_prot.c: Likewise.
57902         * sunrpc/pmap_prot2.c: Likewise.
57903         * sunrpc/pmap_rmt.c: Likewise.
57904         * sunrpc/rpc/auth.h: Likewise.
57905         * sunrpc/rpc/auth_unix.h: Likewise.
57906         * sunrpc/rpc/clnt.h: Likewise.
57907         * sunrpc/rpc/des_crypt.h: Likewise.
57908         * sunrpc/rpc/key_prot.h: Likewise.
57909         * sunrpc/rpc/netdb.h: Likewise.
57910         * sunrpc/rpc/pmap_clnt.h: Likewise.
57911         * sunrpc/rpc/pmap_prot.h: Likewise.
57912         * sunrpc/rpc/pmap_rmt.h: Likewise.
57913         * sunrpc/rpc/rpc.h: Likewise.
57914         * sunrpc/rpc/rpc_des.h: Likewise.
57915         * sunrpc/rpc/rpc_msg.h: Likewise.
57916         * sunrpc/rpc/svc.h: Likewise.
57917         * sunrpc/rpc/svc_auth.h: Likewise.
57918         * sunrpc/rpc/types.h: Likewise.
57919         * sunrpc/rpc/xdr.h: Likewise.
57920         * sunrpc/rpc_clntout.c: Likewise.
57921         * sunrpc/rpc_cmsg.c: Likewise.
57922         * sunrpc/rpc_common.c: Likewise.
57923         * sunrpc/rpc_cout.c: Likewise.
57924         * sunrpc/rpc_dtable.c: Likewise.
57925         * sunrpc/rpc_hout.c: Likewise.
57926         * sunrpc/rpc_main.c: Likewise.
57927         * sunrpc/rpc_parse.c: Likewise.
57928         * sunrpc/rpc_parse.h: Likewise.
57929         * sunrpc/rpc_prot.c: Likewise.
57930         * sunrpc/rpc_sample.c: Likewise.
57931         * sunrpc/rpc_scan.c: Likewise.
57932         * sunrpc/rpc_scan.h: Likewise.
57933         * sunrpc/rpc_svcout.c: Likewise.
57934         * sunrpc/rpc_tblout.c: Likewise.
57935         * sunrpc/rpc_util.c: Likewise.
57936         * sunrpc/rpc_util.h: Likewise.
57937         * sunrpc/rpcinfo.c: Likewise.
57938         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57939         * sunrpc/rpcsvc/key_prot.x: Likewise.
57940         * sunrpc/rpcsvc/klm_prot.x: Likewise.
57941         * sunrpc/rpcsvc/mount.x: Likewise.
57942         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57943         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57944         * sunrpc/rpcsvc/rex.x: Likewise.
57945         * sunrpc/rpcsvc/rstat.x: Likewise.
57946         * sunrpc/rpcsvc/rusers.x: Likewise.
57947         * sunrpc/rpcsvc/sm_inter.x: Likewise.
57948         * sunrpc/rpcsvc/spray.x: Likewise.
57949         * sunrpc/rpcsvc/yppasswd.x: Likewise.
57950         * sunrpc/rtime.c: Likewise.
57951         * sunrpc/svc.c: Likewise.
57952         * sunrpc/svc_auth.c: Likewise.
57953         * sunrpc/svc_authux.c: Likewise.
57954         * sunrpc/svc_raw.c: Likewise.
57955         * sunrpc/svc_run.c: Likewise.
57956         * sunrpc/svc_simple.c: Likewise.
57957         * sunrpc/svc_tcp.c: Likewise.
57958         * sunrpc/svc_udp.c: Likewise.
57959         * sunrpc/svc_unix.c: Likewise.
57960         * sunrpc/svcauth_des.c: Likewise.
57961         * sunrpc/xcrypt.c: Likewise.
57962         * sunrpc/xdr.c: Likewise.
57963         * sunrpc/xdr_array.c: Likewise.
57964         * sunrpc/xdr_float.c: Likewise.
57965         * sunrpc/xdr_mem.c: Likewise.
57966         * sunrpc/xdr_rec.c: Likewise.
57967         * sunrpc/xdr_ref.c: Likewise.
57968         * sunrpc/xdr_sizeof.c: Likewise.
57969         * sunrpc/xdr_stdio.c: Likewise.
57971         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57972         handling.
57974 2010-08-19  Andreas Schwab  <schwab@redhat.com>
57976         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57978 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
57980         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57981         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57982         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57983         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57984         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57985         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57986         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57987         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57988         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57989         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57990         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57991         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57992         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57993         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57995 2010-07-26  Anton Blanchard  <anton@samba.org>
57997         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57998         * malloc/arena.c (heap_trim): Likewise.
58000 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
58002         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
58003         here.  Not...
58004         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
58005         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
58007 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
58009         * sysdeps/i386/elf/Makefile: New file.
58011 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58013         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
58014         from fanotify_init.
58015         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
58016         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58018 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
58020         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
58021         of strncasecmp_l.
58022         * sysdeps/multiarch/strcmp.S: Likewise.
58024 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
58026         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58027         strncase_l-nonascii.
58028         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58029         Add strncase_l-ssse3.
58030         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
58031         * sysdeps/x86_64/strcmp.S: Likewise.
58032         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
58033         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
58034         * sysdeps/x86_64/strncase.S: New file.
58035         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
58036         * sysdeps/x86_64/strncase_l.S: New file.
58037         * string/Makefile (strop-tests): Add strncasecmp.
58038         * string/test-strncasecmp.c: New file.
58040         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
58041         warning.
58043         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
58044         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
58046 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
58048         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
58050 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
58052         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
58053         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
58054         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
58056 2010-05-01  Alan Modra  <amodra@gmail.com>
58058         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
58059         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
58060         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
58061         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
58062         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
58063         tidying.  Don't tail-call __sigjmp_save for static lib.
58064         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
58065         save location.
58066         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
58067         (CALL_MCOUNT): Add eh info, and nop after bl.
58068         (TAIL_CALL_SYSCALL_ERROR): New macro.
58069         (PSEUDO_RET): Use it.
58070         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
58071         Correct save location of integer regs and cr.
58072         (_dl_profile_resolve): Correct cr save location.  Delete nops
58073         after bl when SHARED.  Reduce cfi size a little by better
58074         placement of cfi directives.
58075         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
58076         make a stack frame.  Instead use parm save area as a temp.
58077         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
58078         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
58079         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
58080         Don't make a stack frame for parent, use parm save area.
58081         Increase child stack frame to 112 bytes.  Don't save unused reg,
58082         and adjust reg usage.  Set up cfi on error recovery and
58083         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
58084         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
58085         (__makecontext): Add dummy nop after jump to exit.
58086         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
58087         Use correct parm save area and cr save, reduce stack frame.
58088         Correct cfi for possible PSEUDO_RET frame setup.
58089         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
58090         Branch to local label emitted by PSEUDO_RET rather than
58091         __syscall_error.
58093 2010-08-12  Andreas Schwab  <schwab@redhat.com>
58095         [BZ #11904]
58096         * locale/programs/locale.c (print_assignment): New function.
58097         (show_locale_vars): Use it.
58099 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
58101         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
58102         field.
58103         (struct statfs64): Likewise.
58104         (_STATFS_F_FLAGS): Define.
58105         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
58106         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
58107         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
58108         (ST_VALID): Define locally.
58109         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
58110         __statvfs_getflags, use the provided value.
58111         * sysdeps/unix/sysv/linux/kernel-features.h: Define
58112         __ASSUME_STATFS_F_FLAGS.
58114         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
58116         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
58117         Add sys/fanotify.h.
58118         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
58119         fanotify_mask for GLIBC_2.13.
58120         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
58121         fanotify_init and fanotify_mark.
58122         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
58123         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
58125         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
58126         Add prlimit.
58127         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
58128         prlimit64 for GLIBC_2.13.
58129         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
58130         prlimit64.
58131         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
58132         syscall.
58133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
58134         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
58135         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
58136         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
58137         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
58138         add prlimit alias.
58139         * sysdeps/unix/sysv/linux/prlimit.c: New file.
58141         [BZ #11903]
58142         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
58143         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
58145         * nss/Makefile: Add rules to build and run tst-nss-test1.
58146         * shlib-versions: Add entry for libnss_test1.
58147         * nss/nss_test1.c: New file.
58148         * nss/tst-nss-test1.c: New file.
58150         * nss/nsswitch.c (__nss_database_custom): Define new variable.
58151         (__nss_configure_lookup): Set appropriate entry in
58152         __nss_configure_lookup to true.
58153         * nss/nsswitch.h: Define enum with indeces of databases in
58154         databases and __nss_database_custom arrays.  Declare
58155         __nss_database_custom.
58156         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
58157         to avoid using nscd when custom rules are installed.
58158         * nss/getXXbyYY_r.c: Likewise.
58159         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
58161         * nss/nss_files/files-parse.c: Whitespace fixes.
58163 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
58165         [BZ #11883]
58166         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
58167         * posix/fnmatch_loop.c: Likewise.
58169 2010-07-17  Andi Kleen  <ak@linux.intel.com>
58171         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
58172         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
58173         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
58174         * Versions.def [GLIBC_2.13]: Add.
58176 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
58178         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58179         Also fail if tpwd after pwuid call is NULL.
58181 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58183         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
58184         when converting to ms.
58186 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
58188         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
58189         EOPNOTSUPP errors with ENOTTY.
58190         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
58191         EOPNOTSUPP errors with ENOTTY.
58193 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
58195         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
58196         Add strcasecmp_l-ssse3.
58197         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
58198         strcasecmp.
58199         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
58200         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
58201         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
58203 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
58205         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
58207         * string/Makefile (strop-tests): Add strcasecmp.
58208         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
58209         strcasecmp_l-nonascii.
58210         (gen-as-const-headers): Add locale-defines.sym.
58211         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
58212         * sysdeps/x86_64/strcasecmp.S: New file.
58213         * sysdeps/x86_64/strcasecmp_l.S: New file.
58214         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
58215         * sysdeps/x86_64/locale-defines.sym: New file.
58216         * string/test-strcasecmp.c: New file.
58218         * string/test-strcasestr.c: Test both ends of the range of characters.
58219         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
58221 2010-07-29  Roland McGrath  <roland@redhat.com>
58223         [BZ #11856]
58224         * manual/locale.texi (Yes-or-No Questions): Fix example code.
58226 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
58228         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
58229         for ld.so.
58231 2010-07-27  Andreas Schwab  <schwab@redhat.com>
58233         * manual/memory.texi (Malloc Tunable Parameters): Document
58234         M_PERTURB.
58236 2010-07-26  Roland McGrath  <roland@redhat.com>
58238         [BZ #11840]
58239         * configure.in (-fgnu89-inline check): Set and substitute
58240         gnu89_inline, not libc_cv_gnu89_inline.
58241         * configure: Regenerated.
58242         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
58244 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
58246         * string/test-strnlen.c: New file.
58247         * string/Makefile (strop-tests): Add strnlen.
58248         * string/tester.c (test_strnlen): Add a few more test cases.
58249         * string/tst-strlen.c: Better error reporting.
58251         * sysdeps/x86_64/strnlen.S: New file.
58253 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
58255         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
58256         lower-latency instructions.
58258 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
58260         * string/test-strcasestr.c: New file.
58261         * string/test-strstr.c: New file.
58262         * string/Makefile (strop-tests): Add strstr and strcasestr.
58263         * string/str-two-way.h: Don't undefine MAX.
58264         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
58266 2010-07-21  Andreas Schwab  <schwab@redhat.com>
58268         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
58269         strcasestr-nonascii.
58270         (CFLAGS-strcasestr-nonascii.c): Define.
58271         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
58272         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
58273         Remove unused attribute.
58275 2010-07-20  Roland McGrath  <roland@redhat.com>
58277         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
58278         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
58279         ld.so.cache was broken.  With it, there is no way to disable dsocaps
58280         like LD_HWCAP_MASK can disable hwcaps.
58282 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58284         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
58286 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
58288         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
58289         call in strcasestr.
58290         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
58291         __strcasestr_sse42_nonascii.
58292         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
58293         strcasestr-nonascii.c.
58294         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
58296 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
58298         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
58299         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
58300         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
58301         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
58303 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
58305         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
58306         fcntl.
58308 2010-07-06  Andreas Schwab  <schwab@redhat.com>
58310         [BZ #11577]
58311         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
58312         dl_signal_cerror.
58314 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
58316         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
58317         _PC_PIPE_BUF using F_GETPIPE_SZ.
58319 2010-07-05  Roland McGrath  <roland@redhat.com>
58321         * manual/arith.texi (Rounding Functions): Fix rint description
58322         implicit in round description.
58324 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
58326         * elf/Makefile: Fix linking for a few tests to make recent linker
58327         happy.
58329 2010-06-30  Andreas Schwab  <schwab@redhat.com>
58331         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
58332         $(common-objpfx)libc_nonshared.a.
58334 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
58336         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
58337         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
58338         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58339         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58340         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
58341         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
58342         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58343         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
58345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
58346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
58347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
58348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
58349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
58350         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
58351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
58352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
58353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
58354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
58355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
58356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
58357         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
58358         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
58359         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
58360         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
58361         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
58362         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58363         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58364         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58365         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58366         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58367         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58368         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58369         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58376         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58385 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
58387         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58388         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
58389         * string/memmove.c (memmove): Renamed to ...
58390         (MEMMOVE): ...this.  Default to memmove.
58391         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58392         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58393         (END_CHK): Define.
58394         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58395         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58396         mempcpy-ssse3-back memmove-ssse3-back.
58397         * sysdeps/x86_64/multiarch/bcopy.S: New file .
58398         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58399         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58400         * sysdeps/x86_64/multiarch/memcpy.S: New file.
58401         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58402         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58403         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58404         * sysdeps/x86_64/multiarch/memmove.c: New file.
58405         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58406         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58407         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58408         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58409         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58410         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58411         Define.
58412         (index_Fast_Copy_Backward): Define.
58413         (HAS_ARCH_FEATURE): Define.
58414         (HAS_FAST_REP_STRING): Define.
58415         (HAS_FAST_COPY_BACKWARD): Define.
58417 2010-06-21  Andreas Schwab  <schwab@redhat.com>
58419         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58420         Restore proper fallback handling.
58422 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
58424         [BZ #11701]
58425         * posix/group_member.c (__group_member): Correct checking loop.
58427         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58428         OOM in getpwuid_r correctly.  Return error number when the caller
58429         should return, otherwise -1.
58430         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58431         call returning > 0 value.
58432         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58434 2010-06-07  Andreas Schwab  <schwab@redhat.com>
58436         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58437         libc_nonshared.a from targets in modules-names.
58439 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
58441         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58442         requires it.
58444 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
58446         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58447         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58448         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58449         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58451 2010-06-02  Andreas Schwab  <schwab@redhat.com>
58453         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58455 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
58457         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58458         and F_GETPIPE_SZ.
58459         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58460         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58461         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58462         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58463         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58464         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58466 2010-06-14  Roland McGrath  <roland@redhat.com>
58468         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58470 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
58472         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58473         __REDIRECT followed by __THROW.
58474         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58475         * posix/getopt.h (getopt): Likewise.
58477 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
58479         * hurd/lookup-at.c (__file_name_lookup_at): Accept
58480         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
58481         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58482         in AT_FLAGS.
58483         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58484         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58486 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
58488         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58490 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
58492         [BZ #11640]
58493         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58494         Properly check family and model.
58496 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
58498         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58500 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
58502         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58504 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
58506         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58507         symbol reference.
58509 2010-05-19  Andreas Schwab  <schwab@redhat.com>
58511         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58512         symbol reference.
58514 2010-05-21  Andreas Schwab  <schwab@redhat.com>
58516         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58517         and internal_recvmmsg.
58518         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58519         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58520         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58521         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58523         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58524         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58525         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58527 2010-05-20  Andreas Schwab  <schwab@redhat.com>
58529         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58531 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
58533         POWER7 optimizations.
58534         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58535         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58537 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
58539         * version.h: Update for 2.13 development version.
58541 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
58543         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58544         exceptions.  Return 0.
58546 2010-05-07  Roland McGrath  <roland@redhat.com>
58548         * elf/ldconfig.c (main): Add a const.
58550 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
58552         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58553         (args_options): Add no-idn option.
58554         (ahosts_keys_int): Add idn_flags to ai_flags.
58555         (parse_option): Handle 'i' option to clear idn_flags.
58557         * malloc/malloc.c (_int_free): Possible race in the most recently
58558         added check.  Only act on the data if no current modification
58559         happened.
58561 See ChangeLog.17 for earlier changes.